source: branches/guitools-2.0/smbmon/changes@ 329

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

GUI-Tools: EVFSGUI V.next (Feature complete now, more bugs fixed, started code cleaning), work on SMBMON V.Next resumed

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