source: trunk/guitools/smbmon/changes@ 642

Last change on this file since 642 was 642, checked in by Herwig Bauernfeind, 14 years ago

GUI-Tools: SMBMON 2.5.x: Initial commit

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