source: trunk/guitools/evfsgui/changes@ 837

Last change on this file since 837 was 837, checked in by Herwig Bauernfeind, 12 years ago

GUITools: EVFSGUI (Ticket #231), SMBMon, shared library updates

File size: 20.8 KB
Line 
1ToDo for 3.0:
2- Code refactoring for old "lowlevel" routines
3- Enable and complete printer support code
4- Support server based logon scripts (requires REXX rpc library,
5 partly done) (works in a separate utility right now)
6- provide Icon fr ADMIN$
7- fully implement icons. stem
8- _AddSharesDisplay does not use file2stem
9- "Guess" proper WINS server - is the LMB = WINS server approach good enough?
10
11Known problems:
12- Fix endless loop if neither EVFS nor Netdrive is installed
13 under all conditions
14
15Version 2.5.0 2013-??-??
16+ Added: Detect when master browser suffers from broken databases
17+ Added: If browsing is not allowed for user, retry as guest (useful for print
18 servers)
19+ Added: Detect eComStation OS Version
20+ Added: Show for who we are waiting
21+ Added: -timesync switch, allows time sync using commandline
22+ Added: Support time synchronisation (requires new net.exe)
23+ Added: Error handler for missing REXX DLLs
24+ Added: Identify user using RPC library
25+ Added: Indicate by "LED" whether credentials are stored or not
26+ Added: Click on "LED" to remove credentials from memory
27+ Added: Icon on login window depends upon connection type
28+ Added: Allow removing stored credentials from memory
29+ Added: Optionally store credentials in memory until next reboot
30+ Added: Properly verify all manually entered IP addresses
31+ Added: Connection speedup: Allow configuration of name resolve order
32+ Added: Connection speedup: Allow configuration of WINS server
33+ Added: Connection speedup: Optionally create/maintain LMHosts automagically
34+ Added: Enhanced, faster browsing code (major code refactoring)
35+ Added: Allow refreshing a single machine in the network neighbourhood
36+ Added: Allow start/stop of the EVFSCTL.EXE daemon
37+ Added: Allow to erase old logfiles before starting EVFSCTL.EXE
38+ Added: Find primary domain controller (and give it a special icon)
39+ Added: Find domain master browser
40+ Added: Find local master browser
41+ Added: Enhanced info box (MAC, IP-Address, server role, capabilities)
42+ Added: Optionally add TRAC Wiki markup to "About"-data for clipboard
43* Changed: Use Rich Walsh's look4dll.exe to find the used ndpsmb.dll
44* Changed: Increase timer delay (n*2) for non responding machines
45* Changed: Use Alex Taylor's Warp4-Style notebook for the right pane,
46 convert global settings and advanced connection options
47 from windows into notebook pages
48! Fixed: Proper size on 800x600 systems (I hope)
49! Fixed: Proper message boxes for "Reset LMHosts" and "
50! Fixed: Do not crash on "Set default workgroup" anymore
51! Fixed: Ticket #185 (create %ETC%/samba/pid and fix the EA of
52 %ETC%/samba/lock)
53! Fixed: Context menu in connection details view could show wrong menu items
54! Fixed: Do not add a *-"server" to the networkneighbourhood if a workgroup
55 was mounted.
56! Fixed: Extended Help menu item was broken
57! Fixed: Refreshing a single machine added shares 2x for automatically
58 added machines
59! Fixed: Loginbox was not NLS aware
60! Fixed: Do not crash upon authenticitation if we are unable to determine the
61 connection type (yet)
62! Fixed: Numerous small bugs/omissions
63! Fixed: "Creating lame upcase tables" filtered
64! Fixed: "TDB(" filtered
65! Fixed: Do not run nmblookup.exe twice in the foreground
66! Fixed: Errorhandler for parsing errors in RPC library (still not perfect)
67! Fixed: Passive connections/double connection detection does not seem
68 to work properly
69! Fixed: Server/share of connections without workgroup were stuffed into the
70 workgroup field errornously (and created a bogus entry in the network
71 neighbourhood)
72! Fixed: Minimum size was too small (reported by Alex Taylor)
73! Fixed: Blanks in sharenames messed up everything (Ticket #202)
74! Fixed: Empty credential string test did not work properly on 4OS2
75! Fixed: Never add local link addresses and localhost to LMHosts file
76 (Ticket #200)
77! Fixed: Add workaround for % vs. %% issue on smbclient.exe
78! Fixed: Populate TabbedDialog pages earlier during startup
79! Fixed: p_* variables were not initialized (Ticket #231)
80- Removed: Bottom button row
81- Removed: View Menu
82
83Version 2.1.3 2011-??-??
84+ Added: Help button on network neighbourhood view
85+ Added: Help button on connection details view
86! Fixed: Fetch credentials in case "Authenticate for browsing" is enabled
87 and no credentials were entered before
88
89Version 2.1.2 2011-06-13
90+ Added: Display some hints about what is going on in the statusbar
91+ Added: Display information about installed/connected SMB printer ports.
92! Fixed: Do not crash if manually added machines do not allow browsing
93! Fixed: Connect in network neighbourhood used selected object instead of
94 source object (eventually resulted in a connection to the wrong
95 share)
96
97Version 2.1.1 2011-03-08
98! Fixed: Finally servers always end up in the proper domain/workgroup
99
100Version 2.1.0 2011-01-18
101+ Added: Support for new CTO and CLD parameters introduced with 2.0.0 beta3
102! Fixed: Behaviour of login box did not work as designed
103! Fixed: No mount attempt if entering credentials was aborted
104! Fixed: Do not crash during "Detach all"
105- Refactoring: Streamline parameter parsing code
106- Refactoring: Remove double variables for parameters
107- Refactoring: Create Icon. stem in order to ease maintenance of icons
108- Refactoring: Common wrapper around all dynamic functions
109- Refactoring: Remove double variables for settings and options
110- Refactoring: Debug on/off option is properly done now
111
112Version 2.1 beta2 2010-12-26
113+ Added: New "About" box displays detailed version notices of all
114 client components
115+ Added: -DELAY [n] switch (as requested in Ticket #148)
116+ Added: Integrated delay into progress window upon startup
117+ Added: Throbber on progress window
118! Fixed: Do not crash on bad return value from *RxGetMount() in GetChildren
119! Fixed: "Abort" in progress window presented an uninitialized main window
120! Fixed: Logfile names were wrong in the online help
121! Fixed: Several typos (thanks to Rainer Stroebel)
122
123Version 2.1 beta1 2010-08-13
124+ Added: On-the-fly browsing on remote servers
125+ Added: Files can be "opened" during on-the-fly browsing (a mountpoint
126 is created first) - does not work properly yet!
127+ Added: Set icons of browsed files according to extender types (only most
128 often used types (EXE, OOO, PDF, generic multimedia icons - no WPS
129 mechanism for that from REXX)
130+ Added: Refresh display every 60 seconds in order to reflect changes
131 done on the command line while EVFSGUI is open
132+ Added: "Detach all" menuitem in context menu
133+ Added: "Refresh" menuitem in context menu
134! Fixed: Do not flash during refresh
135! Fixed: Workaround for uninitialized advance.!alwaysmp
136! Fixed: Do not run more than 32 smbclient.exe concurrently (EVFSGUI
137 needs Paul Ratcliffe's pr1util.dll now)
138
139Version 2.0.6 2010-08-13
140- This is 2.1.beta1 without On-the-fly-browsing on remote servers
141
142Version 2.0.5 2010-04-23
143! Fixed: Passive connections were not removed when the same connection was
144 loaded using a profile
145! Fixed: Missing NLV message if wrong file was dropped onto the left pane
146
147Version 2.0.4 2010-04-09
148! Fixed: Connection details doubled since MEMLEN etc removal.
149* Changed: Some parts of the code were refactored
150
151Version 2.0.3 2010-02-23
152+ Added: Open mountpoint as WPS object moved to a separate thread in order
153 not to block the EVFSGUI main window while waiting for a folder
154 on a slow connection to open.
155+ Added: Double-click also opens a mountpoint as WPS folder
156+ Added: Debug ON also makes hidden columns in connections details visible
157! Fixed: "Abort" button on progress window was not NLV enabled
158! Fixed: The NLV subroutine now properly falls back to the builtin
159 (bracketed) message files in case NO (not even an english
160 message file) can be found.
161! Fixed: Do not crash in Autostart dialog when no NLV file was found.
162! Fixed: Open mountpoint as WPS object fully workable
163! Fixed: Open mountpint now has a consistent behaviour with other actions
164* Changed: Open context menu item enabled for testing (experimental)
165* Changed: Show wait pointer while opening WPS folder
166* Changed: CltInit: Now scans wellknown locations for Samba binaries
167 (faster at least in theory)
168* Changed: In the 1.5.0 GA version of the plugin the MEMLEN, LOGFILE and
169 LOGLEVEL tokens are removed in order to address the problem with
170 EVFSRxGetMount() return strings - several changes in EVFSGUI were
171 required to address this change in the plugin.
172NOTE: This changes makes older profile files, both .ndc and .evp incompatible.
173 EVFSGUI can read old profiles, but only saves new profiles. The Netdrive
174 GUI does not have such a feature. Older profiles may easily be migrated
175 by editing with a text editor and removing the MEMLEN, LOGLEVEL and
176 LOGFILE tokens from the resource strings manually.
177
178Version 2.0.2 2010-01-25
179* Changed: Remove Win95/98/IBM Peer length limits from smbtree.vrs.
180+ Added: EVFSRxGetMount() returns a maximum string length of 255 for
181 resdata, if workgroup+server+share+username+password > 52 the
182 resulting resdata string will be truncated. Several workarounds
183 in ParseResourceData() added in order not completely fall over.
184
185Version 2.0.1 2010-01-12
186+ Added: Alex T.: Use 'Combined' font on DBCS systems
187! Fixed: Alex T.: Default fonts are set correctly
188! Fixed: Alex T.: Section title colours now correctly default to system settings
189! Fixed: Alex T.: Various fixes and enhancements to window resize logic
190! Fixed: Alex T.: FWidth/margin got lost on the expose list
191! Fixed: Herwig B.: Another speed up in resize logic (use marginx2 instead of
192 42 times margin * 2)
193
194Version 2.0.0 (Refresh) 2009-12-29
195* Changed: Rewrite routines to find .msg and .hlp files
196! Fixed: Set size of throbber object according to screen dimensions
197
198Version 2.0 GA 2009-12-24
199+ Added: Provide unexpected.tdb in the installer
200! Fixed: Detect trailing tabs and blanks in the temporary directory
201! Fixed: A manually added server's workgroup might be unknown in the moment
202 the dialog is populated
203
204Version 2.0 beta6 2009-12-12
205+ Added: WPI installer for Plugin, EVFSGUI and Samba Client Utilities
206 (plus variant that includes EVFS for eCS distribution).
207+ Added: New global option: Use broadcasts instead of local master browser
208+ Added: New menu entry: Save default workgroup to smb.conf
209! Fixed: Also go through double (and passive) connection check
210 if profile is loaded as a commandline parameter
211! Fixed: Migrate to enhanced NLV setup subroutines
212! Fixed: Autodetection of filesystem variant did not work properly
213! Fixed: Turn off debug console upon startup
214! Fixed: Don't crash when attempting to create the Autostart script
215! Fixed: Also create %ETC%\samba\lock directory for client
216! Fixed: Properly redraw network neighbourhood after refresh
217
218Version 2.0 beta5 2009-11-15
219+ Added: Manually entered servers are automatically integrated into the
220 network neighbourhood
221! Fixed: IP address servers (without a name) can be browsed properly now.
222! Fixed: Detect missing upcase tables (and don't fall over)
223! Fixed: If nothing is found, network neighbourhood should be empty (and
224 not display an unnamed workgroup icon).
225! Fixed: When immediate authentification for browsing was enabled, the
226 main window was not redrawn properly.
227! Fixed: Changed statusbar size (should look better)
228
229Version 2.0 beta4 2009-11-03:
230! Fixed: Do not crash on outdated temporary files
231! Fixed: Do not crash on unavailable machines
232
233Version 2.0 beta3 2009-10-29:
234! Fixed: The GUI was blocked every few seconds during network neighbourhood
235 scan. Bonus: The new code is even faster than the previous one.
236
237Version 2.0 beta2 2009-10-25:
238+ Added: English helpfile
239+ Added: German helpfile
240+ Added: French helpfile (partly done, requires completion by Guillaume)
241+ Added: Information about server dialog
242+ Added: Dialog also uses information from network neighbourhood
243+ Added: Detection of "dead" (non accessible) servers (which are still in the
244 browse list)
245* Changed: Dialog entry fields now use WarpSans Bold font (matches style of
246 other dialogs)
247! Fixed: Network neighbourhood is filled much faster than before
248! Fixed: No more share type guessing
249! Fixed: Ticket #105: Temporary files not removed
250! Fixed: Ticket #106: Icon in global settings dialog not properly aligned
251
252Version 2.0 beta1 2009-09-15:
253+ Added: Browsing code from smbmon
254+ Added: D'n'd support for file shares
255+ Added: Connection wizard dialogs
256+ Added: main menu bar
257+ Added: New advanced settings
258+ Added: "Old" 1.x look and feel
259+ Added: Main window is resizable
260+ Added: Splitbar between panels
261+ Added: Create rudimentary %ETC%\samba\smb.conf
262+ Added: Connection details view (preliminary)
263+ Added: Double connection detection using md5 hashes
264+ Added: New profile saving code
265+ Added: Remove menu option (preliminary for passive connections only)
266+ Added: smbtree.vrs: Optionally do not show hidden shares
267+ Added: smbtree.vrs: Enhanced guessicon()
268+ Added: Preliminary context menus for Browse View and Connection details view
269+ Added: "Retry" for passive connections (only manually for now)
270+ Added: Drag and drop for passive connections
271+ Added: Hide columns not useful for endusers
272+ Added: NLV enable (parts of) connection details
273+ Added: Disabled old profile saving code
274+ Added: Sort smbtree view ascending
275+ Added: Optionally turn on/off special ($) shares
276+ Added: Optionally use big icons
277+ Added: Profile files may be dropped onto the current connections container
278+ Added: Login dialog behaviour matches the one from smbusers now
279+ Added: Preliminary handling of smbtree error messages
280+ Added: Optionally save passive connections across sessions
281+ Added: French message file (thanks to Guillaume Gay)
282* Changed: Several changes in GUI style (as suggested by Alex Taylor)
283* Changed: Left align buttons in current connections panel (as suggested by
284 MrFawlty and Alex Taylor)
285* Changed: Replaced status bar by a text control (as suggested by Alex Taylor)
286 (only used for version display for now)
287* Changed: Main icon is now the one done by Alex Taylor
288* Changed: Use PM_Default_Colors for title sections (as suggested by Alex Taylor)
289* Changed: German translation of "Retry"
290* Changed: Profile behaviour: In 1.3 a new profile replaced older connections
291 on the same volume only, in 2.x a new profile is merged with the
292 old connections one.
293* Changed: Split advanced dialog should be split into connection options and
294 global options
295* Changed: Redesigned mount dialog
296* Changed: Redesigned login dialog
297* Changed: Clarified message about multiple connections
298* Changed: Rebuild required Samba Client utilities 3.0.36 with libc063
299 (instead of libc064x) (Changeset 331 level)
300! Fixed: Loading a profile presented the user a half drawn window
301! Fixed: Startup code was broken if no evfsgui.ini is present
302! Fixed: CltInit uses smbclient.exe instead of smbd.exe to find Samba binaries
303! Fixed: Message queue during resize isn't cleared (no flashing during resize)
304! Fixed: Missing NLV aware strings
305! Fixed: Don't let user edit network neighbourhood results
306! Fixed: Claiming a passive connection already exists is nonsense
307! Fixed: Disallow connecting to printers via context menu
308! Fixed: Edit and Selected menu easily got out of sync
309! Fixed: Edit and Selected menu still got out of sync, really fixed now
310! Fixed: Another missing record validation
311! Fixed: Password display broken on double connection warning
312! Fixed: Detect more printers
313! Fixed: Confirmation of removal of a single connection was missing
314! Fixed: Dropdown combobox in mount dialog was readonly
315! Fixed: Autostart mode was broken
316
317Version 1.3.7 - changes not relevant for 2.0
318
319Version 1.3.6
320! Fixed: When connecting to a complete server, the workgroup got lost during the
321 connecting process.
322Version 1.3.5
323! Fixed: Error in profile file parsing logic could lead to double entries
324 for LOGFILE and LOGLEVEL (possibly having side effects on EASUPPORT)
325Version 1.3.4
326! Fixed: Readonly connection option did not work (was not implemented)
327Version 1.3.3
328* Changed: Provide better message box for profile saving (to explain rather
329 odd behavior
330Version 1.3.2
331! Fixed: No more double drive letters in the drive letters list after mounting
332* Changed: "Workgroup/ Domain:" back to "Workgroup:"
333Version 1.3.1
334+ Added: Explanation for errors in case mount operation fails
335* Changed: "Workgroup:" to "Workgroup/ Domain:"
336Version 1.3
337+ Added: Support for the (new) ndpsmb logging feature
338+ Added: Support for the (old) ndpsmb logging feature (deactivated)
339+ Added: Save "titlebar" color across sessions
340* Changed: Merge Alex Taylor's and Herwig B.'s latest changes
341* Changed: Also display status data in hintarea when mouse cursor is over
342 the "current resources" pane
343! Fixed: Tab order in "new resource" pane
344! Fixed: Help did not work for advanced window in NLV versions
345
346Version 1.2.1 (2009-04, Herwig B.)
347+ Added: Try to restart EVFSCTL.EXE once in case it is not running.
348+ Added: Implemented support for error messages depending on return codes
349 in case of failed operations as provided from ndpsmb.dll version
350 1.5alpha2 or better.
351* Changed: Move status data of current connection into container caption
352 (Makes more sense there).
353* Changed: Show version notice in status area (at the bottom now)
354! Fixed: In case the connect operation fails on a newly created mount point,
355 the mountpoint is removed again, instead of leaving it in a zombie
356 status. That makes sense as EVFSGUI does not support the creation
357 and maintenance of empty mountpoints (the underlying EVFS (including
358 the REXX interface) supports this, but the GUI does not).
359
360Version 1.2.1 (2009-05, Alex Taylor)
361! Fixed: Main window wasn't set visible if INI file was missing.
362! Fixed: Corrected English, formatting h in helpfile.
363+ Added: Better program icon.
364
365Version 1.2 (2008-10)
366*Updated: Finally all the help files are updated to reflect all changes
367 (en, de and fr)
368!Workaround: It appears that for unknown reasons the SysDriveMap() function
369 hangs if it is used with the "FREE" and "REMOTE" flags, after it is
370 called for several times. I noticed that after I received Yuri's
371 latest Samba plugin. The problem disappears if EVFS is not installed.
372 This should be tested (and fixed) by Vitali in EVFS (probably).
373
374+ Added: In debug mode the output in the console window has time stamps now
375+ Added: Display name and version of the used IFS on "empty" mountpoints
376+ Added: Button on the autoload window (the -nogui GUI) to abort reconnection
377+ Added: Server entry field is now a drop down combo box holding all servers
378 to which connections were made with)
379+ Added: Alternatively support NetDrive for SMB shares instead of EVFS (using
380 undocumented -ndfs switch)
381* Updated: All message files
382! Fixed: Bug in my autoload code
383! Fixed: Bug in my -ndfs code (spotted by Guillaume)
384
385+ Added: Autostart EVFS connections feature via Startup folder object
386+ Added: -nogui switch (only show a small message window)
387+ Added: -autoclose switch (close eVFSGUI after 3 seconds)
388+ Added: Load profile specified on the commandline
389+ Added: Edit via context menu for mountpoints with exactly one resource
390+ Added: Context menu equivalents to the Detach and Unmount pushbuttons
391+ Added: The content of the EF_NETWORK field (aka workgroup) is saved to the
392 EVFSGUI.INI as this changes only on rare occasions (saved me a lot of
393 typing during testing)
394+ Added: Do not attach drive if has already been attached (from TODO list A.T.)
395! Fixed: Profiles supported plain passwords whereas EVFS provided encrypted
396 passwords in profile files
397! Fixed: eVFSGUI initializes itself properly now
398! Fixed: eVFSGUI would hang after displaying the message "no control program
399 found"
400! Fixed: Cleanup signal stuff ("return" after a signal is a bad thing to do!)
401! Fixed: INI file was not closed after leaving eVFSGUI
402! Fixed: When several mount points exist and the first one is removed the click
403 event routine was executed after the corresponded record was already
404 removed -> eVFSGUI crashed. As a fix the record is validated before an
405 attempt to access its data is done. If it does not exist anymore the
406 event routine is terminated without further action.
Note: See TracBrowser for help on using the repository browser.