source: branches/guitools-2.0/smbmon/changes

Last change on this file was 345, checked in by Herwig Bauernfeind, 16 years ago

GUI-Tools: EVFSGUI Version 2.0 beta3 level code

File size: 10.0 KB
Line 
1Version 1.9.xxx
2 +Added: findsmb functionality
3 +Added: Optionally use big icons
4 +Added: smbmon.vrs: Refresh network neighbourhood in
5 background
6 +Added: EVFSGUI-like throbber for network neighbourhood
7 +Added: Sorting for all containers
8 *Changed: Flatened menu structure
9Version 0.9.25 27-06-2009
10 +Added: Check free space on TMPDIR
11 +Added: _SambaInit: Fallback also for helpfile only
12 +Added: Beep if number of smbd.exe increases (in debug
13 mode only)
14 !Fixed: Version detection for virgin server
15 !Fixed: General detection of virgin server
16Version 0.9.24 13-06-2009
17 *Changed: PID file detection to match Samba 3.3.x
18Version 0.9.23 19-05-2009
19 *Changed: Temporarily remove the redirection of the
20 output of smb.cmd introduced with 0.9.14 as
21 it was causing several problems.
22 *Changed: Only show one button for start/stop (makes
23 more sense)
24 *Changed: Rather use timer events instead of direct
25 calls to refresh daemon status
26Version 0.9.22 29-04-2009
27 +Added: New fancy About box
28 +Added: Detect when smbd.exe is a different version
29 than smbstatus.exe
30 +Added: _SambaInit: Make detection process more verbose
31 +Added: _SambaInit: _SambaRunning() added
32 +Added: _SambaInit: Winbindd check added
33 +Added: _SambaInit: Also find smbd.exe in ..\bin
34 +Added: _SambaInit: Make sure the core directories exist
35 (basically redo the job of coreinst.cmd during
36 install).
37 *Changed: _SambaInit: Changed search order for smbd.exe
38 (made it more likely to find OUR smbd.exe
39 before we find other smbd.exe that are in
40 the PATH accidentally)
41 !Fixed: _SambaInit: Regression, we must change into
42 Samba tools directory before proceeding.
43 !Fixed: _SambaInit: New default logging directory was
44 detected wrongly
45 !Fixed: Font on settings page was not stored across
46 sessions
47Version 0.9.21 19-02-2009
48 +Added: "Server stopped" message text in uptime display
49 in case the server does not run
50 +Added: Enable/disable buttons on daemon page according
51 to the status of the daemons
52Version 0.9.20 18-02-2009
53 +Added: Separate refresh intervall if SmbMon runs
54 minimzed
55 *Changed: Get version number from smbd.exe instead of
56 smbstatus.exe (more conveniant when testing)
57 *Changed: Display uptime in container caption instead
58 of a separate object
59 !Fixed: Several bugs in the uptime logic
60 !Fixed: Detect "Receiving SMB" messages
61 in data collection on Browse page
62 !Fixed: Reading intervalls from INI file was broken
63Version 0.9.19 31-01-2009
64 +Added: NLVSetup: NLV files are also found in
65 subdirectories of the installation directory
66 !Fixed: Crash in _SambaUptime()
67Version 0.9.18 28-01-2009
68 +Added: Uptime information (depends on nmbd.pid file)
69 +Added: Send message also implemented on tree page
70 *Changed: Split file date/time on files page into
71 2 separate columns
72 *Changed: Delay refresh by 0.3 seconds in order to
73 avoid missing PIDs when starting Samba
74 !Fixed: Send messages did not work right.
75Version 0.9.17 04-12-2008
76 +Added: Framework for online help implemented
77 +Added: Customizable columns layout (ported from
78 smbusers)
79 +Added: Send message to machines (on users page only
80 for now)
81 !Fixed: Files with blanks resulted in garbled output
82 on "Files" page
83Version 0.9.16 24-11-2008
84 +Added: Icon column to Users, Files, Service pages
85 +Added: Gave IP-Address its own column on user page.
86 +Added: Context menu on service page - "Close share"
87Version 0.9.15 18-11-2008
88 +Added: Optionally turn off output from smb.cmd after
89 start/stop/restart/reload (old behaviour)
90 !Fixed: "/" and "\" handling broken on the "Files" page
91 !Fixed: Only translate drive to upper case on "Files"
92 page
93Version 0.9.14a 17-11-2008
94 !Fixed: debuglevel 0 missing when doing a ping
95 (resulting in enormous messages boxes)
96Version 0.9.14 15-11-2008
97 +Added: NLV support
98 +Added: Help button, help not implemented yet.
99 +Added: Daemon page: PING processes to check whether
100 a daemon is still responsive
101 +Added: Show output from smb.cmd after start/stop/
102 restart/reload
103 +Added: Daemon page: Selectively shutdown processes
104 +Added: _SambaShowMsg optionally filters lines that
105 contain definable words
106
107Version 0.9.13 skipped, due an errornous version bump done during
108 0.9.12 process, for a short time a 0.9.13 release
109 was downloadable on the homepage, which was actually
110 a normal 0.9.12 binary with the wrong version number.
111Version 0.9.12 20-10-2008
112 +Added: Alternative tree view on daemons page
113 !Fixed: Cleanup temporary files after work
114Version 0.9.11 08-10-2008
115 +Added: Do not refresh pages as long as smbmon
116 is in the background
117Version 0.9.10 04-10-2008
118 +Added: Remember last active page across sessions
119 +Added: Debug switch
120 *Changed: Removed remnants of old legacy Samba
121 detection (smbmon code is much cleaner now,
122 however still some work is required to make
123 it on par with smbusers and sscc)
124 *Changed: Several cosmetic changes in the GUI
125 !Fixed: Detect when no client ever connected to
126 the server
127Version 0.9.9 01-10-2008
128 +Added: Do not display winbindd.exe daemon, when the
129 file is not present.
130 *Changed: Display files in OS/2 style, not *nix style
131 (show \ instead of / in paths)
132 *Changed: Reorder columns on file page in a more
133 useful layout
134 *Changed: Reorder date/time mixture both for services
135 and files into "Time, Weekday Date"
136Version 0.9.8 30-09-2008
137 !Fixed: User information on files page was wrong in
138 situations where groups where properly setup.
139Version 0.9.7b 20-09-2008
140 *Changed: Updated SambaInit
141Version 0.9.7a 03-09-2008
142 *Changed: Updated SambaInit
143 *Changed: Use SambaInit stuff for daemon management
144 (remove obsolete legacy code)
145 !Fixed: Removed preliminary msg boxes for start/stop
146 again
147Version 0.9.7 02-09-2008
148 +Added: LAN ressource browser page (effectively the
149 output of smbtree.exe)
150Version 0.9.6 14-07-2008
151 *Changed: Changed icon
152Version 0.9.5 08-04-2008
153 +Added: Support for SMB_EXE and SMB_TOOLS environment
154 variables introduced by Rich Walsh's smb.cmd
155Version 0.9.4 21-03-2008
156 +Added: Daemon management (using smb.cmd from smb_init
157 package)
158 *Changed: Visually enhanced by David Grasers Samba
159 icons
160Version 0.9.3 26-02-2008
161 *Changed: Daemon detection code now uses pstat
162Version 0.9.2 xx-xx-2008
163 +Added: Daemon page
164 +Added: Experimental smbcontrol code to find running
165 Samba daemons -> Result: Don't do that it can
166 bring a Samba Server down (in the long run).
167Version 0.9.1 xx-xx-2007
168Version 0.9.0 xx-xx-2007
Note: See TracBrowser for help on using the repository browser.