Warning, /network/smb4k/ChangeLog is written in an unsupported language. File is not indexed.

0001 Smb4K 3.1.7 (2023-01-08):
0002 
0003 See the summary of changes below. For a full list of changes, please
0004 refer to the Git log at https://invent.kde.org/network/smb4k/-/commits/3.1
0005 
0006 - Fix a potential crash if the SMB context could not be initialized. 
0007   Backported from master.
0008 - Make the additional CIFS options dialog work.
0009 - Fix problems with the 'nolock' option for mount.cifs (BUG #463637).
0010 
0011 Smb4K 3.1.6 (2022-12-15):
0012 
0013 See the summary of changes below. For a full list of changes, please
0014 refer to the Git log at https://invent.kde.org/network/smb4k/-/commits/3.1
0015 
0016 - Fix position of the drop popup menu under Wayland. Backported from master.
0017 - Always pass the domain to the mount command if it is not empty and not a 
0018   DNS-SD domain (BUG #462798).
0019 
0020 Smb4K 3.1.5 (2022-12-04):
0021 
0022 See the summary of changes below. For a full list of changes, please
0023 refer to the Git log at https://invent.kde.org/network/smb4k/-/commits/3.1
0024 
0025 - Fix arrangement of the dock widgets as tabs on first start. Backported 
0026   from master.
0027 - Fix crash bug(s) in Smb4KClientJob. Backported from master.
0028 
0029 Smb4K 3.1.4 (2022-10-30):
0030 
0031 See the summary of changes below. For a full list of changes, please
0032 refer to the Git log at https://invent.kde.org/network/smb4k/-/commits/3.1
0033 
0034 - Silence possible error message when terminating rsync with the stop button.
0035 - Add missing emission of the changed() signal to 
0036   Smb4KNetworkObject::setInaccessible().
0037 - Remove obsolete includes.
0038 
0039 Smb4K 3.1.3 (2022-07-13):
0040 
0041 See the summary of changes below. For a full list of changes, please
0042 refer to the Git log at https://invent.kde.org/network/smb4k/-/commits/3.1
0043 
0044 - Remove KDE4 migration code (BUG #455772).
0045 - Fix a crash when the mount point is not available (BUG #454687).
0046 
0047 Smb4K 3.1.2 (2022-04-02):
0048 
0049 See the summary of changes below. For a full list of changes, please
0050 refer to the Git log at https://invent.kde.org/network/smb4k/-/commits/3.1
0051 
0052 - Since for slow (un)mounting processes, the process might be killed before
0053   it finishes, the timeout is extended to 30 sec instead of 5 sec. The 
0054   timeout is only supposed to be used to kill hanging processes and not 
0055   working ones that are slow. Backported from master.
0056 - Fix error handling in the client. Backported from master.
0057 - Only add a host once. Especially when DNS-SD discovery was used, a host
0058   might have appeared twice. Backported from master.
0059 
0060 Smb4K 3.1.1 (2021-09-28):
0061 
0062 See the summary of changes below. For a full list of changes, please
0063 refer to the Git log at https://invent.kde.org/network/smb4k/-/commits/3.1
0064 
0065 - Detect all network shares on startup in Smb4KHardwareInterface, so that 
0066   removing of shares that were already present when Smb4K started works
0067   again.
0068 - Implement non-blocking wait and automatic process termination in the 
0069   mount helper (BUG 430627 and partly BUG #442187).
0070 
0071 Smb4K 3.1.0 (2021-05-26):
0072 
0073 See the summary of changes below. For a full list of changes, please
0074 refer to the Git log at https://invent.kde.org/network/smb4k/-/commits/3.1
0075 
0076 - Raise minimum requirements to Qt version >= 5.9.0 and KF5 version
0077   >=5.44.0.
0078 - Implement DNS-SD to look up servers that provide SMB resources.
0079 - Implement WS-Discovery to look up domains, workgroups and servers.
0080   Since this is optional, add a new CMake option SMB4K_WITH_WS_DISCOVERY.
0081 - Introduce the possibility to force the SMB v1 protocol for workgroup
0082   and domain lookups, if Samba's client library supports it. This option
0083   is disabled by default.
0084 - Add support for setting the minimal and maximal SMB protocol version
0085   that are used when connection to servers, if Samba's client library 
0086   supports it. These options are disabled by default.
0087 - Improved the way shares are bookmarked in the mount dialog.
0088 - Improve handling of bookmarks. Among other things, add the possibility
0089   to edit the workgroup in the bookmark editor. This may be useful in the
0090   case you bookmarked a share through the mount dialog and misspelled the
0091   workgroup/domain.
0092 - Improve handling of custom options. Make the custom options dialog and
0093   the custom options config page more robust regarding the handling of
0094   the options. In this context, change the way the settings are stored in
0095   custom_options.xml file. This is INCOMPATIBLE with earlier versions of
0096   Smb4K!
0097 - Add more arguments for the 'vers' option and change the default according
0098   to the docs of mount.cifs/mount.smb3 version 6.11.
0099 - Fix notification regarding unmounted shares and improved mounter code.
0100 - Add support for the SMB3 file system under Linux.
0101 - Fix missing Wayland icon.
0102 - Do not hard code the mainwindow's size.
0103 - Use high DPI pixmaps in the application.
0104 - Improve tooltips by using KTooltipWidget class.
0105 - Don't require Plasma if the plasmoid is not to be installed.
0106 - Improve GUI layout throughout the whole application.
0107 - Align position of the mounted emblem with KDE.
0108 - Port away from bearer management classes, because they are deprecated in
0109   Qt 5.15 and will be removed in Qt 6. Use QNetworkInterface instead to
0110   determine the connection state.
0111 - Simplify the error reporting of the client.
0112 - Do not read global options from smb.conf anymore. Use an SMB context
0113   to retrieve the required information.
0114 - Rename CMake option INSTALL_PLASMOID to SMB4K_INSTALL_PLASMOID.
0115 - Remove ability to install core header files. Thus, the CMake option
0116   INSTALL_HEADER_FILES does not exist anymore.
0117 - Several more bug fixes, code clean ups and improvements.
0118 - Updated handbook.
0119 
0120 Smb4K 3.0.7 (2020-11-06):
0121 
0122 See the summary of changes below. For a full list of changes, please
0123 refer to the Git log at https://invent.kde.org/network/smb4k/-/commits/3.0
0124 
0125 - Fix enabling / disabling of bookmarks menu according to the mounting state
0126   in the bookmark menu.
0127 - Make mounting of bookmarks work (again) in the plasmoid. (Backported from 
0128   master.)
0129 
0130 Smb4K 3.0.6 (2020-06-03):
0131 
0132 See the summary of changes below. For a full list of changes, please
0133 refer to the Git log at https://invent.kde.org/network/smb4k/-/commits/3.0
0134 
0135 - Save the mainwindow settings no matter how the application is closed.
0136   This fixes the inability of Smb4K to started docked to the system tray.
0137 - Do not show a message box when the main window is visible and the user
0138   logs off.
0139 - Add missing mount option 'ntlmsspi' to the respective combo box in the
0140   config dialog.
0141 - Silence a compiler warning under BSD.
0142 
0143 Smb4K 3.0.5 (2020-05-12):
0144 
0145 See the summary of changes below. For a full list of changes, please
0146 refer to the Git log at https://cgit.kde.org/smb4k.git/log/?h=3.0
0147 
0148 - Fix the location of the mounted emblem for KF5 versions greater 
0149   than 5.52.
0150 - Fix build with Qt-5.15 (missing header)
0151 - Fix hasOptions() function, so that no false positives occur anymore.
0152 
0153 Smb4K 3.0.4 (2020-04-14):
0154 
0155 See the summary of changes below. For a full list of changes, please
0156 refer to the Git log at https://cgit.kde.org/smb4k.git/log/?h=3.0
0157 
0158 - Fix build with Qt 5.9 and lower. `QApplication::screenAt()` only 
0159   exists since 5.10.
0160 - Improved the mount helper. It will not freeze anymore when the 
0161   system is offline (BUG 415165).
0162 - Fixed crashes and other problems in the mounter (BUG 398296, 
0163   BUG 415165, BUG 415726 and BUG 419658).
0164 - Implemented inhibition of shutdown and sleep while the mounter 
0165   performs unmounts.
0166 - Improved the handling of online and offline state in the hardware
0167   interface.
0168 
0169 Smb4K 3.0.3 (2020-03-08):
0170 
0171 See the summary of changes below. For a full list of changes, please
0172 refer to the Git log at https://cgit.kde.org/smb4k.git/log/?h=3.0
0173 
0174 - Exit silently when the query for domains and workgroups failed
0175   (BUG 417754).
0176 - Fixed authentication problems while mounting due to special characters
0177   in the password (BUG 367911).
0178 - Wait for 50 ms after the unmount of a share before starting the next 
0179   one (BUG 417631).
0180 - Replace deprecated QApplication::desktop()->screenGeometry() function
0181   and, thus, silence a compiler warning.
0182 - Updated translations.
0183 
0184 Smb4K 3.0.2 (2019-08-15):
0185 
0186 See the summary of changes below. For a full list of changes, please
0187 refer to the Git log at https://cgit.kde.org/smb4k.git/log/?h=3.0
0188 
0189 - Fixed and improved handling of custom options, especially the remount 
0190   options. Removed the "RemountNever" enum entry, since it is actually 
0191   not needed for a proper operation.
0192 - Updated home page address.
0193 - Updated translations.
0194 
0195 Smb4K 3.0.1 (2019-06-15):
0196 
0197 See the summary of changes below. For a full list of changes, please
0198 refer to the Git log at https://cgit.kde.org/smb4k.git/log/?h=3.0
0199 
0200 - Implemented safe defaults to fix the "Smb4K mounts shares read-
0201   only" issue reported by Forolinux.
0202 - Updated handbook.
0203 - Updated translations.
0204 
0205 Smb4K 3.0.0 (2019-06-10):
0206 
0207 See the summary of changes below. For a full list of changes, please
0208 refer to the Git log at https://cgit.kde.org/smb4k.git/log/?h=3.0
0209 
0210 - Moved to libsmbclient for network related communication. Removed 
0211   the old scan, search, preview and print classes. Adjusted the rest 
0212   of the code accordingly.
0213 - Removed periodic scanning capabilities and other obsolete settings.
0214 - Only start a network scan, if the computer is online.
0215 - Removed the search tab from the main window. Searches can now be 
0216   done directly in the browser window.
0217 - Use the display string 'SHARE on HOST' instead of the UNC in the GUI.
0218 - Added several more mount options under Linux.
0219 - Added several new custom options and reworked the custom options 
0220   dialog.
0221 - Improved support for NetBSD and added Dragonfly BSD as supported
0222   operating system.
0223 - Reworked the configuration dialog on many pages. Moved several settings
0224   around.
0225 - Added more rsync options:
0226   - Compression level: --compress-level=NUM
0227   - Skip compression: --skip-compress=LIST
0228   - Munge symlinks: --munge-links
0229   - Copy directory symlinks: --copy-dirlinks
0230   - Set bandwidth limit: --bwlimit=RATE
0231 - Got rid of KParts. The dock widgets are now direct children of the 
0232   main window.
0233 - Changed the system tray icon.
0234 - Overhauled the notifications.
0235 - Improved plasmoid:
0236   - Added 'Configuration' page.
0237   - Introduced sorting of items.
0238   - Reworked the layout.
0239   - Introduced more actions that can be performed on single items.
0240 - Fixed restoring the window sizes.
0241 - Cleaned up code.
0242 - Changed many things under the hood (see Git log if you wish to learn
0243   more about this).
0244 - Updated handbook.
0245 - And much, much more.
0246 
0247 Smb4K 2.1.1 (2018-07-22):
0248 
0249 See the summary of changes below. For a full list of changes, please
0250 refer to the Git log at https://cgit.kde.org/smb4k.git/log/?h=2.1
0251 
0252 - Fixed auto mounting of shares (BUG 396342).
0253 - Fixed missing rsync arguments in the synchronizer.
0254 - Fixed resetting of changes made to the bookmarks list. For this,
0255   clear the list of bookmarks in the read function.
0256 
0257 Smb4K 2.1.0 (2018-04-02):
0258 
0259 See the summary of changes below. For a full list of changes, please
0260 refer to the Git log at https://cgit.kde.org/smb4k.git/log/?h=2.1
0261 
0262 - Ported the plasmoid to Plasma 5 and extended its functionality.
0263   Among others:
0264   - Added ability to synchronize shares.
0265   - Added ability to preview shares.
0266   - Added sorting to the list views.
0267   - Added a compact representation of the plasmoid.
0268 - Use the location ('SHARE on SERVER') instead of the UNC in most
0269   widgets.
0270 - Made suffixes in the configuration dialog translatable (BUG 386434).
0271 - Fixed a crash in the bookmarks menu that was triggered by a null 
0272   pointer access (BUG 391424).
0273 - Only start the domain lookup job when the computer is online 
0274   (BUG 391150).
0275 - Fix mounting of shares with a UNC like //server/share/$user 
0276   (BUG 390558).
0277 - Fixed several more bugs.
0278 - Improved the code responsible for mounting.
0279 - Improved the code responsible for the handling of profiles.
0280 - Improved the code responsible for handling the custom options.
0281 - Removed the undo option for changes made to the custom options in 
0282   the configuration dialog.
0283 - Improved code responsible for the handling of bookmarks.
0284 - Did some major rewrites of the code of the core classes. 
0285 - Use smart pointers for shares, hosts, workgroups, etc.
0286 - Continue to replace normal for loops by range-based for loops
0287   where appropriate.
0288 - Cleaned up code where necessary.
0289 - Improved handbook.
0290 - And many other changes ...
0291 
0292 Smb4K 2.0.2 (2017-08-22):
0293 
0294 See the summary of changes below. For a full list of changes, please
0295 refer to the Git log at https://cgit.kde.org/smb4k.git/log/?h=2.0
0296 
0297 - cmake: set the policy CMP0063 only if existing
0298 - cmake: lower required version to 3.2.
0299 - Add a remark regarding denied privilege escalation to the handbook.
0300 - Fixed removal of remounts in Smb4KMounter::slotStatResult().
0301 
0302 Smb4K 2.0.1 (2017-05-13):
0303 
0304 See the summary of changes below. For a full list of changes, please
0305 refer to the Git log at https://cgit.kde.org/smb4k.git/log/?h=2.0
0306 
0307 - Fix a logic flaw in the mount helper (CVE-2017-8849).
0308 - Fix build system.
0309 
0310 Smb4K 2.0.0 (2017-03-11):
0311 
0312 See the summary of changes below. For a full list of changes, please
0313 refer to the Git log at https://cgit.kde.org/smb4k.git/log/?h=2.0
0314 
0315 - Ported Smb4K to Qt5 and KF5. 
0316 - Removed the plasmoid from this release, because it has not been ported yet.
0317 - Added migration of config and XML files.
0318 - Bumped required CMake version to 3.3. Set policies for CMP0037 and CMP0063 to NEW.
0319 - Implemented new org.kde.appname format for desktop and xml files.
0320 - Added support for high DPI screens.
0321 - Removed the IP scan job and setting, since that method did not to work properly.
0322 - Got rid of all dependencies to other shell programs except the Samba ones.
0323 - Revised the shares view: 
0324   - The old list view was removed and replaced by a new one based on the default 
0325     icon widget. 
0326   - A new 'Shares View' action menu to was added to the shares view and the dynamic 
0327     main tool bar. 
0328   - The mount point is not shown anymore in the shares view.
0329   - Make sure no drops can be performed if either the computer is offline or the 
0330     share is inaccessible.
0331 - Revised the mounter and the mount helper:
0332   - Rely on Solid to nofify the application that a share was added or removed.
0333   - Under Linux, the /proc/mounts file for imports is not needed anymore, because 
0334     all the needed information is present in the KMountPoint::mountOptions() string 
0335     list. 
0336   - However, under FreeBSD/NetBSD a workaround for detecting mounts and unmounts had 
0337     to be implemented for now, since on my FreeBSD system Solid was not able to detect 
0338     mounts and unmounts of Samba shares.
0339 - Replaced the choice of the view mode of the shares view by a combo box in the 
0340   configuration dialog.
0341 - Removed the setting for showing the mount point instead of the UNC.
0342 - Removed the protocol hint, since it is not needed anymore. Adjust the code
0343   accordingly. As a consequence, we are now using the RPC protocol when listing
0344   the shares of a server.
0345 - Removed obsolete configuration option that was used to determine an interval
0346   between checks for mounted shares.
0347 - The smbclient program of Samba 4.x does not report the server and operating system 
0348   anymore. The support of this extra information has now been removed.
0349 - Suppress error messages and warnings when a browse/hosts/shares list could be
0350   retrieved.
0351 - Do not report those shares that were initially imported as being mounted.
0352 - Close all notifications on timeout.
0353 - Changed some status bar texts.
0354 - Fixed several issues in the preview dialog.
0355 - Improved hardware support.
0356 - Changed overlay for the icon of a foreign share.
0357 - Added a donator to the about dialog.
0358 - Remove "for KDE" in the description of SmbK as suggested by Burkhard Lück.
0359 - Updated handbook.
0360 - Removed CPack support.
0361 - And many other changes under the hood ...
0362 
0363 Smb4K 1.2.3 (2017-02-05):
0364 
0365 See the summary of changes below. For a full list of changes, please
0366 refer to the Git log at https://cgit.kde.org/smb4k.git/log/?h=1.2
0367 
0368 - Fix Smb4KSharesMenu::refreshMenu() function. Backported from master.
0369 - Fix Smb4KBookmarkMenu::refreshMenu() and simplify Smb4KBookmarkMenu::setupMenu() 
0370   functions. Backported from master.
0371 - Introduce workaround to search code so that network search is also working with 
0372   option 'client max protocol = SMB3' defined in smb.conf. Backported fix from master.
0373 
0374 Smb4K 1.2.2 (2016-11-12):
0375 
0376 See the summary of changes below. For a full list of changes, please
0377 refer to the Git log at
0378 https://quickgit.kde.org/?p=smb4k.git&a=shortlog&h=49babc09bf94b732c5bce85c9d825ca14e1eb138
0379 
0380 - Improved error message handling in the scanner. Mostly backported 
0381   changes from master.
0382 - Accept the drop events (QEvent::accept()) in the shares views. 
0383 - Added remarks regarding the regession introduced by the security fixes 
0384   released on April 12, 2016 to the handbook. Changed URL of the bug tracker 
0385   to the KDE Bugtracking System. Bumped version number (and modification date)
0386   of the handbook.
0387 - Now that Smb4K is on bugs.kde.org, remove the custom bug report address.
0388 
0389 Smb4K 1.2.1 (2015-09-04):
0390 
0391 See the summary of changes below. For a full list of changes, please
0392 refer to the Git log at
0393 https://projects.kde.org/projects/extragear/network/smb4k/repository/revisions/1.2/changes
0394 
0395 - Fixed the "authentication dialog is missing the host name" error
0396   (closes SF ticket #37).
0397 - Fixed scanning of broadcast areas (added missing pipe).
0398 - Updated license text to the current version of GPL v2 
0399   (closes SF ticket #40).
0400 - Make Smb4K also useful with operating systems that are not supported.
0401   You can now do anything with it except mounting.
0402 - Fixed code under FreeBSD/NetBSD.
0403 - Split the mount options off the other options. Adjusted the code accordingly.
0404   The reason for this is that we want to support more operating systems and that
0405   is is now easier to deal with different mount options.
0406 - Use KIO::convertSize() instead self written code.
0407 - Refactored and improved code responsible for mounting.
0408 - Fix out-of-source builds when po is present.
0409   When building out-of-source, ALLOW_DUPLICATE_CUSTOM_TARGETS never gets turned on
0410   because the po directory doesn't exist in the build directory, causing a build
0411   failure. This ensures that the correct source directory is always checked.
0412 
0413 Smb4K 1.2.0 (2015-02-21):
0414 
0415 See the summary of changes below. For a full list of changes, please
0416 refer to the Git log at
0417 https://projects.kde.org/projects/extragear/network/smb4k/repository/revisions/1.2/changes
0418 
0419 - Added support for NetBSD.
0420 - Added support for profiles.
0421 - Added appdata file. Closes SF ticket #35.
0422 - Updated handbook.
0423 - Do not clean up the mount prefix in Smb4KMounter::timerEvent(), but
0424   do it when a share was unmounted (and, naturally, on exit).
0425 - Fix the Smb4KMounter::cleanup() function.
0426 - Removed Smb4KNotification::systemCallFailed() and also removed
0427   the systemCallFailed event from smb4k.notifyrc file.
0428   are reserved variables, so they were replaced by 'stdOut' and 'stdErr'.
0429 - Get rid of platform dependend functions and replace them by Qt, KDE or
0430   C++ includes.
0431 - Added Smb4KDeclarative::isMasterBrowser() and Smb4KDeclarative::setMasterBrowser()
0432   functions.
0433 - Fixed non-functional editing capabilities of the bookmark dialog.
0434 - Added share name to the homes user dialog.
0435 - Implemented profiles page in the plasmoid.
0436 - Added a second argument to initCore() function with that you can determine
0437   whether the core classes (at the moment scanner and mounter) should be started
0438   or not.
0439 - Removed old CTRL+R shortcut for rescanning the network neighborhood.
0440 - Implemented use of Kerberos with net command.
0441 - Improved handling of sleep states. Smb4K now reacts on changes of the network
0442   connection instead of on button press events. So, we are also able to properly
0443   unmount and remount shares when the computer is suspended by software.
0444   Since the button press events are not checked anymore, the respective settings
0445   and the 'Laptop Support' configuration page were removed.
0446   These changes should fix SF ticket #38.
0447 - If the smb.conf file is missing, notify the user (ideally only once)
0448   that it is missing and recommend him/her to create one.
0449   Since we do not want to spam the user, remove any warnings/error
0450   messages about a missing smb.conf file from stderr.
0451 - Fixed compilation errors under FreeBSD.
0452 - Fixed synchronization: rsync needs trailing slashes to operate correctly.
0453   Make sure they are present. Also, ignore the "sending incremental file list"
0454   output when compiling file urls.
0455 - Implemented more CIFS mount options under Linux as well as a whitelist
0456   of mount.cifs options that are save to be entered via the "Additional options"
0457   line edit in the configuration dialog.
0458   The new (and removed) mount options are:
0459   - 'cache=none|strict|loose' replacing 'directio' that is deprecated as of
0460     kernel 3.7 and was thus removed. In the configuration dialog the respective
0461     setting is named 'Cache mode'.
0462   - 'vers=1.0|2.0|2.1|3.0'. In the configuration dialog the respective setting
0463     is named 'SMB protocol version'.
0464   - 'forceuid'. In the configuration dialog the respective setting is named
0465     'Definitely assign the UID'.
0466   - 'forcegid'. In the configuration dialog the respective setting is named
0467     'Definitely assign the GID'.
0468   To ensure a seamless transition, configuration updates are provided.
0469   To enforce proper checking of the additional options provided by the user,
0470   the "Additional options" line edit has been set read-only and the user must
0471   use the new edit button to be able to enter the options. All options that
0472   are not whitelisted - i.e. they have already been defined elsewhere or they
0473   pose a potential security risk - will be removed from the list upon commit.
0474   This is, among others, the proper fix to the security issue reported
0475   by Heiner Markert (aka CVE-2014-2581) and initially fixed in version 1.1.2.
0476 - Use the "-e" (--encrypt) and "--use-ccache" options with the net command
0477   where appropriate.
0478 - Add the ability to lookup the IP addresses of the hosts with the 'net'
0479   command. You can choose to either use the 'nmblookup' command or the
0480   'net' command on the 'Network' configuration page.
0481 - Reorganized the tabs in the User Interface configuration page. There is now 
0482   a 'Miscellaneous Settings' tab that currently contains the bookmark settings.
0483 - Moved and partly renamed four settings. They all were located under "User 
0484   Inferface" and were now moved to the "Network" and "Shares" sections in 
0485   smb4k.kcfg, respectively.
0486 - Implemented notifications correctly. Part of the rewrite is the
0487   transformation of the Smb4KNotification class into a namespace.
0488   Since now the notifications can be edited via system settings, there
0489   is no need for the "Show notifications" setting anymore that was
0490   removed accordingly.
0491 - Implemented selection of multiple items in the browser:
0492   You can select multiple items in the browser by pressing either the
0493   CTRL or Shift key. However, only share items can be selected this way.
0494   All others are automatically deselected.
0495 - Implement permanent (re)mounting of shares. This closes SF ticket #33.
0496 - Require CMake version 2.8 and make it a fatal error if it is not present.
0497 - Due to the API changes the version number of the core library was increased.
0498 - Smb4KWalletManager now opens the wallet asynchronously. This fixes the problem 
0499   thatarose because of the timeout of KWallet::Wallet::openWallet() in synchronous 
0500   mode where the password dialog for the host/share was shown before the wallet 
0501   was opened.
0502   Addtionally, some functions were removed and added.
0503 - Remove setting for temporal storage of the login information. Now, the
0504   user either stores the passwords in the wallet or needs to enter the
0505   login information each time it is needed.
0506   Although it might be a regression for a few users, I decided to do this
0507   because the code can be better maintained.
0508 - Do not use custom bookmark labels in the plasmoid.
0509 - Fix crash that might happen due to a (misconfigured) smb.conf file
0510   that does not contain a global section.
0511   Many thanks go to Michael Rohde for reporting this issue.
0512 - Remove the ability to exclude IPC$ and/or ADMIN$ shares from being
0513   displayed when hidden shares should be listed.
0514   This change also includes the removal of Smb4KShare::isIPC() and
0515   Smb4KShare::isADMIN().
0516 - Fix i18n handling in smb4k (split into 3 catalogs)
0517   + Added a new catalog plasma_applet_smb4k-qml with messages extracted from 
0518     plasmoid/ subdir
0519   + Spitted existing message extraction:
0520      * catalog smb4k with messages extracted from smb4k/ and helpers/ subdirs
0521        loaded via KAboutData/KComponentData
0522      * catalog smb4k-core with messages extracted from core/ subdir
0523        loaded via KCatalogLoader in core/smb4kglobal.cpp
0524 - Actually, Smb4K does not need to be a kdeinit executable. So, the
0525   modification introduced in Smb4K 1.1.0 was reverted. Thanks go to
0526   Albert Alstals Cid for pointing this out.
0527 - ...
0528 
0529 Smb4K 1.1.4 (2015-01-01):
0530 - Hopefully fixed a crash reported by Ingo Ratsdorf that happened when the
0531   user used the "Master browsers need authentication" setting and an 
0532   authentication error occurred.
0533 - Fix a potential crash in Smb4KMainWindow. Thanks go to Mounty One for
0534   reporting this issue.
0535 - When the user cancels the homes user dialog, don't show the custom options
0536   dialog.
0537 
0538 Smb4K 1.1.3 (2014-06-17):
0539 - Make mounting of a password protected share work under FreeBSD, if
0540   no password has been defined yet.
0541 - Fixed compilation errors under FreeBSD.
0542 
0543 Smb4K 1.1.2 (2014-05-03):
0544 - Fixed a crash that could happen during the loading of bookmarks into
0545   the bookmark editor's tree widget.
0546 - Fixed the enabling and disabling of the "Up" action in the preview
0547   dialog.
0548 - Fixed two crashes in the previewer: The first occurred when authentication
0549   data was requested and the password dialog was just closed and the other
0550   one occurred when a recurring authentication error happened.
0551 - Improved 'Command Reference' section in the handbook.
0552 
0553 Smb4K 1.1.1 (2014-03-22):
0554 - Fixed a string in the handbook.
0555 - Set date when documentation was updated to 2014-03-16.
0556 - Fixed potential security issue reported by Heiner Markert. Do not
0557   allow the cruid option to be entered via the "Additional options"
0558   line edit. Also, implement a check in Smb4KMountJob::createMountAction()
0559   that removes the cruid option from the custom options returned by
0560   Smb4KSettings::customCIFSOptions().
0561 - Fix crash that might happen due to a (misconfigured) smb.conf file
0562   that does not contain a global section. Many thanks go to Michael 
0563   Rohde for reporting this issue.
0564 
0565 Smb4K 1.1.0 (2014-01-06):
0566 - Smb4K needs KDE SC version 4.8 or later.
0567 - Fixed many issues reported by krazy2. On the way several minor changes
0568   to the core classes were applied.
0569 - Made Smb4K a kdeinit executable.
0570 - Renamed the mount helper to net.sourceforge.smb4k.mounthelper.
0571 - Added a plasmoid. It needs KDE 4.10.0 or later. If this requirement is not
0572   met, its installation will be skipped.
0573 - Added Smb4KNetworkObject class that derives from QObject and encapsulates
0574   a network item (workgroup, host, or share).
0575 - Added Smb4KBookmarkObject class that derives from QObject and encapsulates
0576   a bookmark.
0577 - Introduced a new dynamic main tool bar. If you do not like it, you can enable 
0578   old tool bars via the 'Shown Toolbars' menu item.
0579 - Added Wake-On-LAN (WOL) feature (closes SF ticket #27).
0580 - Introduced Smb4KDeclarative class that provides an interface for Plasma/
0581   QtQuick to the core classes.
0582 - Improved mounting under FreeBSD. We do not need the ~/.nsmbrc file anymore
0583   because the mount helper will feed the password to the mount process.
0584 - Revised Smb4KGlobal namespace:
0585   + Merged Smb4KCore class.
0586   + Added Process enumeration in favor of per class solutions.
0587 - Revised Smb4KHost class:
0588   + The unc() function now only returns the UNC in the form //HOST. If you
0589     also need the username, password or port in the string, use the url() 
0590     function.
0591   + Removed ipChecked() function.
0592   + Removed infoChecked() function.
0593   + Added hasIP() function.
0594   + Added hasInfo() function.
0595 - Revised Smb4KShare class:
0596   + The unc() function now only returns the UNC in the form //HOST/Share. If 
0597     you also need the username, password or port in the string, use the url() 
0598     function.
0599   + Added setURL() function that takes a string as argument.
0600 - Revised Smb4KCustomOptions class:
0601   + Added functions for Wake-On-LAN.
0602   + Added functions for defining the security mode used by mount.cifs.
0603 - Revised Smb4KBookmark class:
0604   + Renamed function group() to groupName().
0605   + Renamed function setGroup() to setGroupName().
0606 - Removed Smb4KIPAddressScanner class. IP addresses are now looked up by
0607   Smb4KScanner using a private job.
0608 - Revised Smb4KBookmarkHandler class:
0609   + Renamed the bookmarks() functions to bookmarksList() to unify the naming.
0610   + Added addBookmark() function that takes an URL as argument.
0611   + Added two removeBookmark() functions, one taking a pointer to a Smb4KBookmark
0612     object and one taking an URL.
0613   + Added private addBookmarks() function that takes a list of Smb4KBookmark 
0614     objects and optionally a boolean that indicates if the internal list of
0615     shares should be replaced by the new one.
0616   + Improved bookmark editor.
0617 - Revised Smb4KProcess class:
0618   + Explicitly set the language to "C", because Samba might be localized
0619     (closes SF ticket #34).
0620 - Revised Smb4KScanner class:
0621   + Added workgroups(), hosts(), and shares() functions that return lists
0622     of type QDeclarativeListProperty<Smb4KNetworkObject>.
0623   + Added workgroupsListChanged() and sharesListChanged() signals.
0624   + Renamed hostListChanged() signal to hostsListChanged().
0625   + Added lookup() function that takes a QUrl as argument and initiates a
0626     network lookup according to the URL. The URL must already be known to
0627     Smb4K otherwise this function will not do anything.
0628   + Added find() function that takes a QUrl as argument and searches for
0629     a network item with the given URL. The URL must already be known to
0630     Smb4K otherwise this function will not do anything.
0631   + IP addresses are looked up every 60 s and when new hosts were discovered.
0632   + Improved periodic scanning.
0633   + Reimplemented usage of WINS server when looking up IP addresses.
0634   + Removed additional error code handling from
0635     Smb4KLookupSharesJob::processShares() since auth errors should be
0636     reported with a NTSTATUS* error message via stderr (closes SF ticket
0637     #25).
0638 - Revised Smb4KMounter class:
0639   + Added mountedShares() functions that returns a list of type
0640     QDeclarativeListProperty<Smb4KNetworkObject>.
0641   + Added mountedSharesListChanged() signal.
0642   + Added mount() function that takes a QUrl as argument and mounts the
0643     corresponding share. The URL must already be known to Smb4K otherwise
0644     this function will not do anything.
0645   + Added unmount() function that takes a QUrl as argument (the path)
0646     and unmounts the corresponding share. The mounted share must already
0647     be known to Smb4K otherwise this function will do nothing.
0648   + Added find() function. It takes a QUrl and a boolean and returns the
0649     mounted share, if it could be found.
0650   + Added ability to make several attempts to remount shares. Many thanks
0651     go to Ettore Atalan for the suggestion.
0652   + Improved handling of notifications.
0653   + Improved handling of timer based events.
0654   + Fixed mounting with Kerberos. The location of the ticket is propagated
0655     to the root environment in which the mounting is done and the 'cruid'
0656     argument to mount.cifs is set to the users uid (closes SF ticket #32).
0657   + Adjusted command line under FreeBSD, so that the password can be passed
0658     to the mount process by the mount helper.
0659   + Under Linux, the error message "Unable to find suitable address." is 
0660     now suppressed.
0661 - Revised Smb4KWalletManager class:
0662   + When prompting for a password for a 'homes' share, use the UNC of the
0663     user's home directory and not //SERVER/homes.
0664   + Removed obsolete writeToConfigFile() function under FreeBSD.
0665 - Revised Smb4KCustomOptionsManager class:
0666   + The customOptions() function now takes a boolean that determines if
0667     also entries that are only meant to be remounted are also returned.
0668   + The findOptions() functions take either a QUrl object or an 
0669     Smb4KBasicNetworkItem object and a boolean.
0670   + Added wolEntries() function that returns a list of custom options objects
0671     that have Wake-On-LAN features defined.
0672   + Custom options that are defined for a host object are propagated to its
0673     shares (if there are custom options for its shares are defined). The options
0674     for the host overwrite the ones defined for its shares.
0675 - Revised Smb4KSolidInterface class:
0676   + Removed custom code that determined that the computer woke up.
0677   + Connected wokeUp() signal to
0678     Solid::PowerManagement::Notifier::resumingFromSuspend().
0679   + The sleep cookie is not handled internally anymore. So, the function
0680     beginSleepSuppression() returns a cookie and endSleepSuppression()
0681     takes a cookie.
0682   + Renamed Smb4KSolidInterface::NetworkStatus::Unknown to
0683     Smb4KSolidInterface::NetworkStatus::UnknownStatus.
0684 - Revised Smb4KSynchronizer class (and helper classes):
0685   + Make synchronizer work with rsync 3.1.
0686 - Changed the way tooltip are handled. They are not owned by the widgets
0687   anymore, but by the items.
0688 - Revised mount helper:
0689   + Simplified names for the arguments that can/must be passed.
0690   + Under FreeBSD, the password is passed to the mount utility.
0691 - Revised network browser:
0692   + Removed wrong checks that caused tooltips not being updated properly.
0693   + Added ability to select multiple shares and process them accordingly.
0694   + Improved tool bar.
0695   + Added ability to unmount shares. Many thanks go to Ettore Atalan for
0696     the suggestion.
0697   + Files can be printed if there are still other print jobs running.
0698 - Revised configuration dialog:
0699   + Added options for advanced remounting behavior.
0700   + Implemented shortcuts for all entries. (Labels have now their buddies
0701     set.)
0702   + Moved custom options to own page, since they are no longer only related
0703     to Samba. Wake On LAN settings and the ability to - basically - switch
0704     off remounting have been added. Further improvements were implemented.
0705   + Renamed all classes that represent a page in the configuration dialog.
0706   + Added security modes 'ntlmssp' and 'ntlmsspi' for mount.cifs used with
0707     Linux kernel >= 3.8.
0708   + Set the default security mode for mount.cifs to 'ntlmssp'.
0709 - ... and more ...
0710     
0711 Smb4K 1.0.9 (2013-11-03):
0712 - With non-English languages the change introduced in version 1.0.8 
0713   might not work correctly, because e.g. umlauts are not recognized and
0714   the shell output is truncated. Setting the language to "en_US.UTF-8"
0715   fixes this problem.
0716 
0717 Smb4K 1.0.8 (2013-10-19):
0718 - Explicity set language to "C" in Smb4KProcess, because Samba might be
0719   localized (closes SF ticket #34).
0720     
0721 Smb4K 1.0.7 (2013-05-13):
0722 - Fixed remounting of shares.
0723 - Fixed Smb4KCustomOptionsManager::hasCustomOptions(). The default options
0724   defined via the configuration dialog are honored now.
0725 - Fixed "Ignoring unknown parameter" error messages (closes SF ticket #29).
0726 - Fixed command line argument when a master browser is queried for the 
0727   browse list.
0728 
0729 Smb4K 1.0.6 (2013-03-03):
0730 - Fixed crash in Smb4KMounter::slotAuthError() due to signals being emitted
0731   from Smb4KMountJob::slotActionFinished() too often (closes SF ticket #25).
0732 - Fixed unmounting of selected shares. Thanks go to Ettore Atalan for 
0733   reporting this issue.
0734 - Removed faulty and useless clean-up code from read function of
0735   Smb4KCustomOptionsManager.
0736 
0737 Smb4K 1.0.5 (2012-12-26):
0738 - Fixed hanging of Smb4K if a custom mount prefix without a trailing
0739   slash was entered (closes SF ticket #28). Thanks go to Ettore Atalan
0740   for reporting this issue and PhobosK for the patch.
0741 
0742 Smb4K 1.0.4 (2012-08-19):
0743 - Fixed erroneously shown error notifications when searching. Thanks to
0744   Alexander Willand for reporting this issue.
0745 - Make sure that "tdb_log" messages are not shown as error notifications
0746   to the user.
0747 - Wait until unmounting all shares on exit finished before closing down.
0748 - Make sure that the mount prefix and all its subdirectories correctly
0749   inherit their permissions.
0750 
0751 Smb4K 1.0.3 (2012-06-23):
0752 - Make sure that output from the mount and unmount process is trimmed, so
0753   that there are no false error messages.
0754 - Fixed error notifications being shown although mounting and unmounting
0755   shares was successful.
0756 
0757 Smb4K 1.0.2 (2012-05-30):
0758 - Fixed two potential crashes in class Smb4KHomesSharesHandler.
0759 - Fixed a wrong comparision between QString and QByteArray in
0760   Smb4KMountJob::slotActionFinished().
0761 - Fixed a wrong comparision between QString and QByteArray and a double
0762   declaration in Smb4KUnmountJob::slotActionFinished().
0763 - Fixed wrong assumption that qreal equals double in Smb4KShare class.
0764   Patch by Rex Dieter from the Fedora Project.
0765 - Fixed missing assignments of the IP address in Smb4KAuthInfo::setHost()
0766   and Smb4KAuthInfo::setShare().
0767 - When prompting for a password for a 'homes' share, use the UNC of the
0768   user's home directory and not //SERVER/homes.
0769 - When mounting a 'homes' share, show the UNC of the user's home directory
0770   in the mainwindow's status bar instead of //SERVER/homes.
0771 - Fixed a crash in Smb4KMountJob::slotActionFinished() reported by
0772   Peter Trenholme.
0773 - Fixed unmounting on exit. Many thanks go to Peter Trenholme for reporting
0774   this issue.
0775 
0776 Smb4K 1.0.1 (2012-03-11):
0777 - Fixed potential crash in Smb4KWalletManager::init().
0778 - Fixed KDEInit complaining when Smb4K is started from a desktop icon
0779   (closes SF ticket #23).
0780 - Fixed periodic scanning.
0781 
0782 Smb4K 1.0.0 (2012-02-01):
0783 - KDE SC 4.4.0 and Qt 4.7.0 or later are required.
0784 - We now use Utf8 throughout the whole application (closes #14674 and
0785   #17535).
0786 - Unified the function names of the core classes that set and return the
0787   workgroup name, host name, and share name.
0788 - Made the core container classes use QUrls internally where appropriate.
0789 - Added ability to install core header files by passing the new
0790   -DINSTALL_HEADER_FILES=true configuration option to cmake. By default,
0791   no header files will be installed.
0792 - Revised Smb4KSettings class:
0793   + Removed the program entries from this class. Each core class that needs
0794     an external program searches for itself.
0795   + Added entries for handling notifications.
0796   + Removed all entries related to the old mounting/unmounting implementation.
0797 - Revised Smb4KAuthInfo class:
0798   + Removed old constructor.
0799   + Added two new constructors.
0800   + Added type enumeration and function.
0801   + Added setUNC() and unc() functions.
0802   + Renamed user() and setUser() functions login() and setLogin().
0803   + Removed the setHomesUser() function. Use setLogin() instead.
0804   + Removed setHomesUsers() and homesUsers() functions.
0805   + setShare() now automatically uses Smb4KShare::homeUNC() to set the UNC,
0806     if you pass a homes share.
0807   + Added equals() function.
0808   + Added "==" operator.
0809   + Added setIP() and ip() functions.
0810   + Renamed setDefaultAuthInfo() to useDefaultAuthInfo().
0811 - Revised Smb4KWalletManager:
0812   + Fixed several bugs.
0813   + The IP address is now also saved to the wallet.
0814   + Also return correct authentication information if only the IP address is
0815     given (hosts only).
0816   + Introduced readDefaultAuthInfo() and writeDefaultAuthInfo() functions.
0817   + Rewrote readAuthInfo() and writeAuthInfo() functions. Among other things,
0818     they now take a Smb4KBasicNetworkItem object as argument.
0819   + showPasswordDialog() function now takes a Smb4KBasicNetworkItem object
0820     as argument.
0821 - Introduced Smb4KBasicNetworkItem class. Smb4KWorkgroup, Smb4KHost and
0822   Smb4KShare inherit this class.
0823 - Revised Smb4KWorkgroup class:
0824   + Added equals() function.
0825   + Added hasMasterBrowserIP() function.
0826   + Added "==" operator.
0827   + Remove setMasterBrowser() convenience function.
0828 - Revised Smb4KHost class:
0829   + Added setAuthInfo() function. You can set the user info of the UNC/URL with
0830     it.
0831   + Added setURL() and url() functions.
0832   + Added unc() function.
0833   + Added setLogin() and login() function. They store the login that was used
0834     to authenticate to a host.
0835   + Added setPort() and port() function.
0836   + Added equals() function.
0837   + Added hasIP() function.
0838   + Removed the protocol functions.
0839   + Added "==" operator.
0840 - Revised Smb4KShare class:
0841   + Replaced setCIFSLogin() and cifsLogin() with setLogin() and login().
0842   + Removed cifsLoginIsSet() function.
0843   + The equals() function now takes a pointer instead of a reference.
0844   + Removed setUNC() function because it caused a lot of trouble.
0845   + The setMountData() function does not set and the resetMountData() function
0846     does not reset the login anymore.
0847   + The login is now empty by default.
0848   + Added setAuthInfo() function. You can set the user info of the UNC/URL with
0849     it.
0850   + Added hasHostIP() function.
0851   + Added homeUNC() function that returns the UNC of the user's home repository
0852     in case of a 'homes' share.
0853   + Renamed type() to typeString(), setType() to setTypeString() and
0854     translatedType() to translatedTypeString() to avoid problems with
0855     Smb4KBasicNetworkItem::type().
0856   + The default value for typeString() is now "Disk".
0857   + Removed uidIsSet() function.
0858   + Removed gidIsSet() function.
0859   + Added "==" operator.
0860   + Removed setHomesUsers() and homesUsers() functions.
0861   + The path() and canonicalPath() functions return a QString.
0862 - Revised Smb4KCore class:
0863   + Removed all *State() convenience functions.
0864   + setDefaultSettings() will only set the first entry of the interfaces option
0865     from smb.conf as default broadcast address, if it is recognized as IP address.
0866     That means entries like "eth0", "192.168.2.10/24", etc. are neglected.
0867 - Added Smb4KSolidInterface class that notifies Smb4K about hardware related
0868   changes.
0869 - Added Smb4KProcess class that is used to execute all processes of the core.
0870   It inherits KProcess and comes with a few extensions.
0871 - Revised Smb4KMounter class:
0872   + Completely rewrote this class.
0873   + We are using KJobs and a KAuth inplementation. The utility programs are
0874     no longer needed and were removed!
0875   + Added mountShares() function that mounts a list of shares at once.
0876   + Added openMountDialog() function that opens the mount dialog.
0877   + The mount dialog is a private helper class now. It has been revised.
0878   + Added unmountShares() function that unmounts a list of shares at once.
0879     Made unmountAllShares() call this function with
0880     Smb4KGlobal::mountedSharesList() as one of the arguments.
0881   + Added slotHardwareButtonPressed() slot that initiates the unmounting of
0882     all shares when the computer enters one of the sleep states.
0883   + Added slotComputerWokeUp() slot that triggers the remounting of shares when
0884     the computer woke up from a sleep state.
0885   + Added saveSharesForRemount() function that is used when the application
0886     exits or when the computer goes to sleep to save the currently mounted
0887     shares.
0888   + Rewrote slotAboutToQuit() slot.
0889   + The import() function has been rewritten (closes #16169). Among other things,
0890     shares that were mounted under Linux with the obsolete SMBFS file system are
0891     no longer imported.
0892   + Added 'servern' and 'netbiosname' mount options. They are only used, if a
0893     connection to a remote host is attempted via port 139.
0894   + Added aboutToStart() signal that is emitted when a mount process is about
0895     to start.
0896   + Added finished() signal that is emitted when a mount process finished.
0897   + Replaced old updated() signal with one that emits the share that was updated.
0898   + Before the mounted() and unmounted() signals are emitted, we check if the
0899     (un)mounting was successful.
0900   + Added 'sec' argument for mount.cifs under non-FreeBSD operating systems.
0901   + Removed all state functions.
0902   + A warning message is shown when the user attempts the unmounting of a share
0903     that is owned by another user.
0904 - Removed Smb4KSambaOptionsInfo class.
0905 - Removed Smb4KSambaOptionsHandler class.
0906 - Added Smb4KCustomOptions class as a replacement for Smb4KSambaOptionsInfo class.
0907 - Added Smb4KCustomOptionsManager class as a replacement for Smb4KSambaOptionsHandler
0908   class. Among other changes, the custom options dialog is now a private helper
0909   class.
0910 - Revised Smb4KSynchronizer class:
0911   + Completely rewrote this class and its private helpers.
0912   + Introduced Smb4KSynchronizer::self().
0913   + Made constructor and destructor private.
0914   + Improved abort() function. It takes a share item and you can abort the
0915     corresponding synchronization process with it.
0916   + Incoming synchronization request are now executed in parallel, because we
0917     are using KJobs.
0918   + Added abortAll() function that aborts all running synchronization processes
0919     at once.
0920   + Added isRunning( Smb4KShare * ) function. You can test with it if a certain
0921     synchronization process is running.
0922   + Added aboutToStart( const QString & ) signal that is emitted when a
0923     synchronization process is about to start.
0924   + Added finished( const QString & ) signal that is emitted when a
0925     synchronization process finished.
0926   + The synchronization dialog is now a private helper class.
0927   + By default, the destination directory offered by the synchronization dialog
0928     is now RSYNC_PREFIX/HOST/Share.
0929 - Removed Smb4KSynchronizationInfo class. It is not needed anymore.
0930 - Removed Smb4KPrintInfo class. It is not needed anymore.
0931 - Revised Smb4KPrint class:
0932   + Completely rewote this class and its private helpers.
0933   + Dependencies on dvips and enscript are gone.
0934   + Introduced Smb4KPrint::self().
0935   + Made constructor and destructor private.
0936   + Improved abort() function. It takes a share item and you can abort the
0937     corresponding print process with it.
0938   + Incoming print requests can now be processed in parallel, because we are
0939     using KJobs.
0940   + Added abortAll() function that aborts all running print processes at once.
0941   + Added new isRunning( Smb4KShare * ) function. You can test with it if a
0942     print process using a certain printer is running.
0943   + Added aboutToStart( Smb4KShare * ) signal that is emitted when a print
0944     process is about to be started.
0945   + Added finished( Smb4KShare * ) signal that is emitted when a print process
0946     finished.
0947   + The print dialog is now a private helper class.
0948 - Revised Smb4KScanner class:
0949   + Completely rewrote this class and its private helpers.
0950   + Introduced Smb4KScanner::self().
0951   + Made constructor and destructor private.
0952   + Removed old abort() function.
0953   + Incoming scan requests can now be processes in parallel, because we are
0954     using KJobs.
0955   + Added abortAll() function that aborts all running scanning processes at once.
0956   + Added new abort() function. You can abort a certain process or process group
0957     with it.
0958   + Added new isRunning() function.
0959   + Renamed all public functions that retrieve information from the network
0960     neighborhood. Have a look at the class documentation to find out more.
0961   + Removed private appendWorkgroup() function.
0962   + Removed state() signal.
0963   + Renamed members() signal to hosts().
0964   + Removed deprecated ipAddress() signal.
0965   + Fixed minor issues on the command lines. In some situations this should
0966     improve the accessibility.
0967   + The login that was used to authenticate is now passed to each host object.
0968   + Misconfigured master browsers that do not belong to a workgroup are ignored.
0969   + The workgroup entry with id <1d> is recognized.
0970   + A workgroup will be ignored if the master browser could not be determined.
0971   + Added aboutToStart() signal that is emitted when a scan process is about to
0972     start.
0973   + Added finished() signal that is emitted when a scan process finished.
0974   + When looking up shares, the port defined for the host passed to the scanner
0975     is honored.
0976   + Added ability to scan the network neighborhood periodically (closes #15829).
0977   + Fixed 'Invalid command: net rap share list' error by removing the ability
0978     to auto detect the protocol when scanning a server for its shared resources.
0979 - Removed Smb4KPreviewItem class. It is not needed anymore.
0980 - Revised Smb4KPreviewer class:
0981   + Completely rewrote this class and its private helpers.
0982   + Introduced Smb4KPreviewer::self() class.
0983   + Made constructor and destructor private.
0984   + Improved abort() function. It takes a share item and you can abort the
0985     corresponding preview process with it.
0986   + Introduced isRunning( Smb4KShare * ) function.
0987   + Added aboutToStart( Smb4KShare *, const QUrl & ) signal.
0988   + Added finished( Smb4KShare *, const QUrl & ) signal.
0989   + Incoming preview requests can now be processed in parallel, because we are
0990     using KJobs.
0991   + The preview dialog is a private helper class now. During the transition it
0992     was improved significantly.
0993 - Revised Smb4KSearch class:
0994   + Completely rewrote this class and its private helpers.
0995   + Introduced Smb4KSearch::self() class.
0996   + Made constructor and destructor private.
0997   + Incoming search requests can now be processed in parallel, because we are
0998     using KJobs.
0999   + Improved abort() function. It takes the search item and you can abort the
1000     corresponding search process with it.
1001   + Introduced isRunning( const QString & ) function.
1002   + Introduced abortAll() function.
1003   + Added aboutToStart( const QString & ) signal.
1004   + Added finished( const QString & ) signal.
1005 - Revised Smb4KIPAddressScanner class:
1006   + Completely rewrote this class and its helpers.
1007   + Introduced lookup(), getHost() and getWorkgroup() functions.
1008   + Removed the auto scan ability, because it was not needed.
1009   + Incoming lookup requests can now be processed in parallel, because we are
1010     using KJobs.
1011   + Added isRunning() function.
1012   + Added abortAll() function.
1013   + Added aboutToStart( Smb4KHost * ) signal.
1014   + Added finished( Smb4KHost * ) signal.
1015 - Revised Smb4KHomesSharesHandler class:
1016   + Moved homes user dialog to an own class.
1017   + The dialog can now be resized and text completion has been added.
1018   + Removed setHomesUsers() functions.
1019   + Added homesUsers( Smb4KShare * ) function.
1020   + Refactored code.
1021   + Added ability to define whether a user name for a homes share should
1022     be overwritten or not.
1023 - Revised Smb4KBookmark class:
1024   + Added setLogin() and login() function.
1025   + Added equals() function.
1026   + Added "==" operator.
1027   + Added setURL() and url() functions.
1028   + Added setIcon() and icon() functions.
1029 - Revised Smb4KBookmarkHandler class:
1030   + Did a major revision.
1031   + Added the ability to assign a group to the bookmark(s) (closes #18001).
1032   + Modified the addBookmark() function that takes a Smb4KShare object and
1033     removed the one that took a Smb4KBookmark object.
1034   + Added addBookmarks() function.
1035   + Made writeBookmarkList() private.
1036   + Removed getBookmarks() function and replaced it with bookmarks() and
1037     bookmarks( const QString & ) functions. The former one returns all
1038     bookmarks, the latter one all bookmarks belonging to the specified group.
1039   + Added editBookmarks() function. All editing is now done by this core class.
1040     Thus the bookmark editor is now private helper functions.
1041   + Added a private dialog to add bookmarks.
1042   + The login is now stored in the bookmark.xml file.
1043   + Removed code that dealt with old bookmark files.
1044   + Added check if the UNC is valid. If it is not, the bookmark will be ignored.
1045 - Revised Smb4KGlobal namespace:
1046   + Removed tempDir() function, since we do not need it anymore.
1047   + Added addWorkgroup(), removeWorkgroup() and clearWorkgroupsList()
1048     functions.
1049   + Added addHost(), removeHost(), clearHostsList() and workgroupMembers()
1050     functions.
1051   + Added addMountedShare(), removeMountedShare(), clearMountedSharesList()
1052     and onlyForeignMountedShares() functions.
1053   + Functions that manipulate the lists have now mutexes to serialize the
1054     access.
1055   + All functions that add or remove items to the global lists return a boolean.
1056   + Removed all replaceXXX() functions.
1057   + All functions returning one of the global lists return constant references
1058     instead of pointers.
1059   + Added globalSambaOptions() and winsServer() functions. They were moved from
1060     the removed Smb4KSambaOptionsHandler class.
1061   + Added Smb4KEvent class that handles Smb4K specific events.
1062 - Added Smb4KNotification class. It shows notifications to the user.
1063 - Removed Smb4KCoreMessage class in favor of Smb4KNotification.
1064 - Added Smb4KToolTip class that is to replace all other tooltip implementations.
1065 - Revised shares view:
1066   + Adjusted the code so that the new abilities that the reworked synchronizer
1067     offers can be used.
1068   + Added "Add Bookmark" action (closes #14217).
1069   + Multiple shares can now be selected.
1070   + The tool tips are now shown when the QEvent::ToolTip event occurrs and
1071     not by our own implementation.
1072   + Replaced slotMountedShares() by three slots: slotShareMounted(),
1073     slotShareUnmounted() and slotShareUpdated().
1074   + Revised Smb4KShares*ViewItem classes. This includes the removal of the
1075     Smb4KSharesViewItemData class.
1076   + Removed Smb4KSharesViewToolTip class. We are now using Smb4KToolTip.
1077   + Honor KDE's icon size settings.
1078   + Shares that are owned by other users are now marked with a red flag.
1079   + The "Unmount All" action gets disabled when only shares are shown that
1080     are owned by other users and the user is not allowed to unmount them
1081     (i.e. Smb4KSettings::unmountForeignShares() returns false).
1082   + Removed the "Force Unmounting" action. Instead, you can enable the
1083     forced unmounting of inaccessible shares on the "Shares" page in the
1084     configuration dialog.
1085 - Revised network browser:
1086   + Adjusted the code so that the new abilities that the reworked print code
1087     offers can be used.
1088   + Adjusted the code so that the new wallet manager can be used.
1089   + The type of the share is now translated.
1090   + The tool tips are now shown when the QEvent::ToolTip event occurrs and
1091     not by our own implementation.
1092   + If during an IP scan no workgroup master browsers could be found, all
1093     discovered hosts of that workgroup will be shown nontheless.
1094   + The default short cut for rescanning is now F5. CTRL+R is still valid.
1095   + Revised Smb4KNetworkBrowserItem class.
1096   + Removed Smb4KNetworkBrowserToolTip class. We are now using Smb4KToolTip.
1097   + Honor KDE's icon size settings.
1098   + Only rescan the network item if the user executes the item. Previously also
1099     expanding the item had the same effect.
1100 - Revised search widget:
1101   + Renamed widget class to Smb4KNetworkSearch.
1102   + Honor KDE's icon size settings.
1103   + Hosts are no longer displayed. Only shares are shown.
1104   + Removed ability to add hosts to the browser. The user will be given a complete
1105     list of shares when searching for the host name, so that there is no need to
1106     add the host to the browser.
1107   + Searches with IP addresses are no longer supported.
1108   + Added search and abort tool buttons next to the search item input.
1109 - Revised configuration dialog:
1110   + Added "Laptop Support" page where the user can set options that are important
1111     when you use a laptop.
1112   + Reintroduced scroll capabilities to the pages of the configuration dialog, so
1113     that the configuration dialog is fully visible also with small screens.
1114   + Added ability to define the security mode for mounting to the Samba page.
1115   + Removed the edit lines for the default username and password. If you choose
1116     to use a default login, a password dialog will pop up where you can enter the
1117     needed information. This way, the password dialog for the wallet will only be
1118     shown when it is actually needed.
1119   + Added editor for the wallet entries. There is no need for KWalletManager
1120     anymore to edit or remove logins.
1121   + Improved editor for the custom options.
1122   + Improved checks for empty entries.
1123   + Removed settings related to the system tray icon.
1124   + Added settings related to notifications.
1125   + Removed obsolete "Super User" settings page.
1126   + Improved buttons of the user and group input widgets of the Samba page.
1127   + Renamed "Client Programs" tab to "Utility Programs".
1128   + Added setting to automatically expand network items in the network browser.
1129   + Added setting to force the unmounting of inaccessible shares to "Shares"
1130     configuration page. It is disabled by default.
1131 - Added new bookmark menu.
1132 - Revised main window:
1133   + The icon in the status bar, that indicates the status of the authentication
1134     system now shows a key if the wallet system is not used, i.e. we are in
1135     password dialog mode.
1136   + Added an improved "Add Bookmark" action.
1137   + Improved visual (mount) feedback (closes #15899).
1138   + Fixed saving and restoring of the dock widgets (closes #15899).
1139   + Improved status messages.
1140   + Use new bookmark menu.
1141 - Revised system tray icon:
1142   + Smb4KSystemTray inherits KStatusNotifierItem class.
1143   + Removed functions for embedding the system tray window. The icon will now always
1144     reside in the tray.
1145   + The system tray icon will be set passive (will be hidden) if no workgroups could
1146     be found and no shares were mounted.
1147   + Use new bookmark menu.
1148 - Removed utility programs in favor of the new KAuth implementation.
1149 - Updated handbook.
1150 - ... and more ...
1151 
1152 Smb4K 0.10.12 (2011-12-04):
1153 - Fixed wrong QString to char conversion in the mounter.
1154 - Adjusted author's e-mail address and the project's home page and bug
1155   report mailing list addresses due to the relocation of Smb4K to
1156   Sourceforge.net.
1157 
1158 Smb4K 0.10.11 (2011-11-13):
1159 - The application is using UTF8 now. This should fix the incompatibility
1160   with non-Latin1 languages.
1161 - Smb4KAuthInfo::login() and Smb4KAuthInfo::password() return a QString.
1162 - Smb4KShare::path() and Smb4KShare::canonicalPath() return a QString.
1163 - Connect configuration dialog with system tray widget, so that changes
1164   can directly be applied.
1165 - Fixed KLibrary warnings during runtime.
1166 
1167 Smb4K 0.10.10 (2011-03-08):
1168 - Fixed "Invalid command: net rap share list" error.
1169 - Improved smb4k_sudowriter utility program. Version has been bumped to 0.4.
1170 
1171 Smb4K 0.10.9 (2010-09-11):
1172 - Fixed restoring of wrong file permissions for sudoers file (closes #17481).
1173 
1174 Smb4K 0.10.8 (2010-08-21):
1175 - Cope with trailing slashes in the UNC. Needed for cifs-utils package under
1176   Linux.
1177 - Fixed crashes in Smb4KSystemTray::slotSetupSharesMenu().
1178 - Fixed crashes in Smb4KScanner::scanForWorkgroupMembers().
1179 
1180 Smb4K 0.10.7 (2010-04-07):
1181 - Replace broken backported smb4k_umount binary with a fixed one from the
1182   0.10 branch. This way you won't get the "unknown argument" errors anymore.
1183 
1184 Smb4K 0.10.6 (2010-03-24):
1185 - Include files are no longer installed.
1186 - Added updated portugese translation. Thanks to Fathi Boudra for sending the
1187   link and Américo Monteiro for the translation.
1188 - Fixed missing of shares that have no comment (closes #16837 and presumably
1189   also #3009 and #7949).
1190 - Fixed listing of shares when a "creating lame ..." message appears on stderr
1191   (closes #16849).
1192 - Backported smb4k_umount from SVN HEAD. Under non-FreeBSD operating systems
1193   it falls back to use umount directly if umount.cifs could not be found.
1194 - Removed check for mount and umount binaries from Smb4KCore::searchPrograms().
1195   smb4k_mount and smb4k_umount will complain if they do not find them.
1196 
1197 Smb4K 0.10.5 (2010-02-13):
1198 - Fixed a crash in Smb4KSambaOptionsHandler::addItem().
1199 - The copy constructor of Smb4KAuthInfo class now takes a constant reference.
1200 
1201 Smb4K 0.9.10 (2010-01-30):
1202 - Prevent the scanner from trying to do something before the application
1203   has completely started up.
1204 - Replaced Smb4KPasswordHandler class with the backported Smb4KWalletManager
1205   class (should close #14703).
1206 - Smb4KHomesSharesHandler class has to be accessed via a static pointer
1207   now.
1208 - Fixed problems with Samba 3.3 (among others closes #15276).
1209 - Revised Smb4KGlobal namespace:
1210   + Removed passwordHandler() function. Use Smb4KWalletManager::self()
1211     instead.
1212   + Removed homesHandler() function. Use Smb4KHomesSharesHandler::self()
1213     instead.
1214   + Removed timer() function. It was long deprecated and not used
1215     anymore.
1216 - Adjusted code to use the new infrastructure.
1217 - Fixed compilation errors under CentOS 4.8.
1218 - Bumped version of the core library to 2.1.0.
1219 
1220 Smb4K 0.10.4 (2009-10-01):
1221 - Fixed crash in the main window that made Smb4K unusable when no bookmarks
1222   were defined.
1223 
1224 Smb4K 0.10.3 (2009-09-30):
1225 - Fixed failing of error recognition when mounting shares with Samba >= 3.3.
1226 - Backported Smb4KAuthInfo class from CVS HEAD. This should close the crash
1227   in Smb4KAuthInfo::unc() under KDE 4.3.
1228 - Fixed network search code so that no comment shows up in the UNC with longer
1229   share names.
1230 - Silenced enscript, so that no erroneous error messages are shown when printing.
1231 - Bumped soname of core library to version 3.2.0.
1232 - Fixed crash in system tray and a potential one in the main window
1233   (closes #15970).
1234 - Fixed saving and restoring of main window layout.
1235 
1236 Smb4K 0.10.2 (2009-02-22):
1237 - Revised Smb4KMounter class:
1238   + Under Linux, the import function does not insert a share with SMBFS
1239     file system twice anymore.
1240   + Prevent the mounter from trying to do something before the application
1241     has completely started up.
1242   + Replaced the file system port with the SMB port under FreeBSD.
1243 - Revised Smb4KScanner class:
1244   + Fixed wrong error handling in Smb4KScanner::processWorkgroupMembers()
1245     when an authentication error occurred.
1246 - Revised Smb4KSambaOptionsHandler:
1247   + Fixed "Invalid command:" bugs with Samba 3.3 (closes #15276).
1248   + Replaced all occurences of the file system port by the SMB port.
1249 - Added missing function declaration of Smb4KPrintInfo::setShareItem().
1250 - Revised Smb4KCore class:
1251   + Fixed wrong connection to the previewer.
1252 - Fixed potentially missing comma at the end of the string that is passed
1253   by Smb4KSambaOptionsHandler::mountOptions() under Linux.
1254 - Backported the new wallet manager from CVS (closes #14703).
1255 - Backported improved Smb4KAuthInfo class.
1256 - Backported Smb4KHomesSharesHandler::setHomesUsers( Smb4KAuthInfo * ).
1257 - Bumped version of core library to 3.1.0.
1258 - Reintroduced editing of the IP address in the bookmark editor.
1259 - Fixed removing of 'homes' users list from the "Specify User" dialog.
1260 - Backported wallet usage indicator in the main window.
1261 - Modified the Samba configuration page:
1262   + Fixed a crash in the "Custom Options" tab.
1263   + Removed the file system port entry under FreeBSD.
1264 
1265 Smb4K 0.9.9 (2008-11-05):
1266 - Prevent the mounter from trying to do something before the application
1267   has completely started up (closes #14703).
1268 
1269 Smb4K 0.10.1 (2008-10-12):
1270 - Fixed compilation errors due to missing #include statements.
1271 - Fixed a wrong test string in Smb4KMounter::processMount().
1272 - Fixed a crash and a bug in the smb4k_sudowriter utility program. Bumped
1273   version to 0.2.
1274 - Fixed an infinite loop in Smb4KSambaOptionsHandler::readCustomOptions().
1275 
1276 Smb4K 0.9.8 (2008-10-10):
1277 - Backported smb4k_sudowriter utility program. It directly writes to
1278   the /etc/sudoers file and thus finally fixes the messed-up-sudoers-file
1279   bug.
1280 - Removed smb4k_cat utility program. It's not needed anymore.
1281 - Removed smb4k_mv utility program. It's not needed anymore.
1282 - Removed the support for the program 'super'. If you used it before, you
1283   need to reconfigure Smb4K.
1284 - Completely rewrote Smb4KFileIO class to support smb4k_sudowriter.
1285 - Removed the "Programs" widget from the "Super User" configuration page.
1286   It is not needed anymore.
1287 
1288 Smb4K 0.10.0 (2008-08-30):
1289 - Ported Smb4K to KDE4 only.
1290 - Moved the build system to cmake.
1291 - Applied lots of small optimizations.
1292 - Fixed many GCC 4.3 related warnings.
1293 - Removed support for IRIX and Solaris. If you want to have it back, please
1294   join the Smb4K project and help with development.
1295 - Removed Franck Babin from the list of authors because Smb4K does not
1296   contains any code from him anymore.
1297 - Did a major rewrite of all KProcess related functions in the core classes,
1298   because the API of the KProcess class changed.
1299 - Replaced Smb4KError by Smb4KCoreMessage class:
1300   - Moved error codes from smb4kdefs.h to here.
1301   - Added several error codes.
1302   - Removed unused error codes.
1303 - Modified Smb4KSettings class:
1304   + Renamed several configuration entries. Transition will be seamless due to
1305     automatic updating.
1306   + Removed support for deprecated SMBFS file system (Linux).
1307   + Added port for the file system. Its default value is 445 (CIFS).
1308 - Modified Smb4KGlobal class:
1309   + Removed Smb4KGlobal::timer(). It is replaced by per-class solutions.
1310   + Removed Smb4KHomesShareHandler class. Use Smb4KHomesSharesHandler::self()
1311     instead.
1312   + Removed Smb4KPasswordHandler class. Use Smb4KPasswordHandler::self()
1313     instead.
1314   + Removed Smb4KSambaOptionsHandler class. Use Smb4KSambaOptionsHandler::self()
1315     instead.
1316   + Added workgroupsList() function that returns the list of all discovered
1317     workgroups.
1318   + Added hostsList() function that returns the list of all discovered hosts.
1319   + Added mountedSharesList() function that returns the list of all discovered
1320     mounted shares.
1321   + Added findWorkgroup() function. It replaces all previous per-class
1322     solutions.
1323   + Added findHost() function. It replaces all previous per-class solutions.
1324   + Added findShareByUNC() function. It replaces all previous per-class
1325     solutions.
1326   + Added findShareByPath() function. It replaces all previous per-class
1327     solutions.
1328   + Added findInaccessibleShares() function. It replaces all previous per-class
1329     solutions.
1330 - Revised Smb4KAuthInfo class:
1331   + Added setWorkgroup() function.
1332   + Added setHost() function.
1333 - Rewrote Smb4KBookmark class and introduced several improvements.
1334 - Revised Smb4KBookmarkHandler class:
1335   + Improved addBookmark() function. It now also takes a second argument
1336     that determines if an existing bookmark should be overwritten/updated.
1337   + The bookmarks are now saved in an XML file. The old data will be imported
1338     automatically.
1339   + Replaced Smb4KBookmarkHandler::findBookmarkByName() function by
1340     Smb4KBookmarkHandler::findBookmarkByUNC().
1341   + Removed obsolete code.
1342 - Replaced Smb4KWorkgroupItem class with the new Smb4KWorkgroup container
1343   class.
1344 - Replaced Smb4KHostItem class with the new Smb4KHost container class.
1345 - Rewrote Smb4KShare class and merged Smb4KShareItem class with it. Please
1346   consult the class documentation for information about changes.
1347 - Revised Smb4KPreviewer class:
1348   + Removed isInitialized() function.
1349   + Added getPreview() function.
1350 - Revised Smb4KPreviewItem class:
1351   + Removed several functions.
1352   + Introduced shareItem() function. Through it you can access information about
1353     the share.
1354 - Revised Smb4KPrintInfo class:
1355   + The constructor now only takes a Smb4KShare object. You have to set the path
1356     to the file and the number of copies by the other functions provided by the
1357     class.
1358   + Removed ipIsValid() function, because the check was already done in the
1359     Smb4KShare constructor.
1360 - Modified Smb4KSynchronizer class:
1361   + Removed support of old rsync versions.
1362 - Revised Smb4KSynchronizationInfo class:
1363   + Renamed setIndividualProgress() function setCurrentProgress().
1364   + Renamed individualProgress() function currentProgress().
1365 - Revised Smb4KMounter class:
1366   + Renamed the mountedShare() signal to mounted().
1367   + Optimized the import() function.
1368   + Renamed getBrokenShares() function to getInaccessibleShares().
1369   + Improved check for the share's file system, accessibility and free and total
1370     disk space.
1371   + Revised Smb4KMounterPrivate private class and adjusted the code accordingly.
1372   + Renamed findShareByName() function findShareByUNC(). It now returns a list
1373     of pointers.
1374   + Smb4KMounter now makes use of Smb4KGlobal::mountedSharesList().
1375   + The findShareByPath() function now takes a QByteArray as argument.
1376   + Improved remounting. Smb4K will try on every start-up to remount the share
1377     until the server becomes available (closes #13217).
1378   + Improved remounting. The IP address and the workgroup are now used.
1379   + Removed support for the suid program super.
1380 - Revised the Smb4KSambaOptionsInfo class:
1381   + Added setHasCustomOptions() function.
1382   + Added hasCustomOptions() function.
1383   + Added two constructors, one taking a Smb4KHost item and the empty one.
1384   + Removed the constructor taking the UNC string. Use the empty constructor and
1385     the setUNC() function instead (if needed).
1386   + Added workgroup() and setWorkgroup() functions.
1387   + Added ip() and setIP() functions.
1388   + The protocol functions use an enumeration instead of strings.
1389   + The file system functions use an enumeration instead of strings.
1390   + The write access functions use an enumeration instead of booleans.
1391   + The kerberos functions use an enumeration indead of booleans.
1392   + Added update() function.
1393   + The UID functions now use uid_t instead of QString.
1394   + The GID functions now use gid_t instead of QString.
1395   + Added uidIsSet() function.
1396   + Added gidIsSet() function.
1397   + Added setProfile() and profile() function for future extension.
1398 - Revised Smb4KSambaOptionsHandler:
1399   + Added static self() function and made the constructor and destructor
1400     private.
1401   + Improved check if the custom options are different from the default values.
1402     Because of this, less data needs to be written to the config file.
1403   + Improved the read_smb_conf() function.
1404   + There are three netOptions() functions, each taking different arguments.
1405   + Added sharesToRemount() function that only returns information for those
1406     shares that are to be remounted.
1407   + Added private function get_host() that searches a host in the global hosts
1408     list.
1409   + The options handler now reads and writes the host's IP address and workgroup
1410     as well.
1411   + The options are now saved to an XML file. The old data will be imported
1412     automatically.
1413   + Removed support for the deprecated SMBFS file system (Linux).
1414 - Revised Smb4KScanner class:
1415   + The constructor now takes a QObject as only argument. Smb4KScanner makes now
1416     use of the new global workgroups and hosts lists.
1417   + The getShares() function now takes a Smb4KHostItem object.
1418   + The getWorkgroupMembers() function now takes a Smb4KWorkgroupItem object.
1419   + The getInfo() function now takes a Smb4KHostItem object.
1420   + Moved IP address check from searchForHost() to search() function.
1421   + The internal workgroup and host list are never cleared but updated.
1422   + Revised processWorkgroups() function.
1423   + Revised processWorkgroupMembers() function.
1424   + Revised processShares() function. It now checks if the share is mounted.
1425   + Removed code that looks up IP addresses.
1426   + Removed code that searches for hosts.
1427 - Revised the Smb4KPasswordHandler class:
1428   + Added static self() function and made the constructor and destructor
1429     private.
1430   + Added init() function that attempts to open the wallet asynchronously.
1431   + Added canReadAuthInfo() function that returns TRUE if you can retrieve
1432     authentication information upon request.
1433   + Added readyReadAuthInfo() signal that is emitted when the password
1434     handler enters a state where you can retrieve authentication information
1435     upon request.
1436 - Revised Smb4KPrint class:
1437   + Added a queue where the print jobs are stored as long as they are processed.
1438   + Added startTimer(), killTimer(), timerEvent() combo to process the incoming
1439     print requests.
1440   + Removed slotRetry() because it was obsolete.
1441 - Introduced new Smb4KIPAddressScanner class, that operates on the global host
1442   list and looks up the IP address for each host.
1443 - Introduced Smb4KSearch class, that looks up the search strings the user
1444   provided through the search dialog. This now also includes remote shares. The
1445   search program to use will determined automatically (smbtree or nmblookup).
1446 - Revised Smb4KCore class:
1447   + The open() convenience function has been revised.
1448   + Rewrote searchPrograms() function so that only those utility programs are
1449     found that belong to the current release and we do not run into problems
1450     with parallel KDE 3 installations of Smb4K.
1451 - Revised Smb4KHomesSharesHandler class:
1452   + The user names for the homes shares are now saved to an XML file. The old
1453     data will be imported automatically.
1454   + Replaced private read_names() and write_names() functions by readUserNames()
1455     and writeUserNames().
1456   + The specifyUser() function now takes a pointer to an Smb4KShare object as
1457     argument and returns a boolean.
1458 - Removed Smb4KFileIO class.
1459 - Introduced Smb4KSudoWriterInterface class that handles writing to the sudoers
1460   file from within Smb4K.
1461 - Bumped version of core library to 3.0.0.
1462 - Revised bookmark editor:
1463   + Removed actionCollection() function because it is not used.
1464   + Removed the "Delete All" menu entry because you can now select multiple
1465     bookmarks and remove them with the redesigned "Delete" menu entry.
1466   + Added the "Edit" action to the popup menu.
1467 - Revised custom options dialog:
1468   + The dialog is now resizeable.
1469   + Reverted to combo boxes for the UID and GID entries. The entries are
1470     now more informative since besides the UID/GID the user/group name
1471     is shown.
1472 - Revised preview dialog:
1473   + If the mimetype is known, the files will have the appropriate icons.
1474 - Revised print dialog:
1475   + The dialog is now resizeable.
1476 - Revised synchronization dialog:
1477   + The dialog is now resizeable.
1478   + The URL requesters now support squeezed text.
1479 - Revised configuration dialog:
1480   + All labels are now taken from Smb4KSettings entries.
1481   + Tidied up the Custom Options dialog.
1482   + Several entries are now arranged in combo boxes.
1483   + Removed "Network Search" group box from "Network" configuration page
1484     since with the new search method there is no need to choose a program
1485     for searching.
1486   + Merged Samba client programs tabs. The new one is named "Client Programs".
1487   + Redesigned the "Custom Settings" tab on the "Samba" configuration page.
1488   + Improved writing/removing of super user entries.
1489   + The (global) UID and GID input widgets were changed. The displayed UID
1490     and GID are now read-only and you have to choose the new values from a
1491     context menu.
1492   + Removed "Drag & Drop" box from the "User Interface" page. Drag and drop
1493     is now always enabled where implemented.
1494   + Removed all options that belonged to the deprecated SMBFS file system
1495     (Linux and similar operating systems).
1496   + Added port for use with the file system.
1497   + Moved the "Shares View" box from "User Interface"->"Main Window & System
1498     Tray" to "User Interface"->"View" and merged it with the "List View" box.
1499   + Removed "Programs" box from the "Super User" page.
1500 - Revised the network browser:
1501   + Items are expanded after the search process ended and not before.
1502   + Removed several obsolete functions from Smb4KNetworkBrowserItem class.
1503   + Removed Smb4KNetworkBrowser::closeToolTip() and ::aboutToShowToolTip()
1504     signals. The tool tip now emits similar signals.
1505   + Implemented Smb4KNetworkBrowser::enterEvent() and
1506     Smb4KNetworkBrowser::leaveEvent() to keep track of the mouse.
1507   + Added Smb4KNetworkBrowser::mouseInside() and
1508     Smb4KNetworkBrowser::mouseOutside() signals that are emitted when the mouse
1509     entered and left the network browser, respectively.
1510   + The behavior of the rescan action changed slightly. If you move the mouse
1511     outside the widget, the rescan will be affected by the selected item and not
1512     by the fact that the mouse is outside.
1513   + Revised and improved the tool tip management.
1514   + Removed Smb4KNetworkBrowser::blockToolTips(), because it is not needed
1515     anymore.
1516   + Added several functions to Smb4KNetworkBrowser to make it comply with
1517     KDE's global settings.
1518   + Added ability to move columns and save their positions.
1519 - Revised search dialog:
1520   + Adjusted search dialog to the requirements of the new search core class.
1521     It now displays servers and shares.
1522   + Added ability to mount shares.
1523   + Removed push buttons next to the combo box from the widget.
1524   + Added search menu and tool bar.
1525   + Added popup menu.
1526   + The list widget is automatically cleared when a new search was started.
1527   + Moved all slots from Smb4KSearchDialog to Smb4KSearchDialogPart class.
1528   + The Smb4KSearchDialogItem::setupItem() function replaces the previous
1529     Smb4KSearchDialogItem::setIcon(), because it collided with
1530     KListWidget::setIcon().
1531 - Revised shares view:
1532   + Merged list view and icon view into one KPart (Smb4KSharesViewPart).
1533   + Added Smb4KSharesViewItemData container class that carries the information
1534     needed by the items and the tool tips.
1535   + The units used to display the disk usage were corrected. Smb4K has
1536     always shown values with radix 2, so we have to use KiB, MiB, GiB, ...
1537   + The list view and the tool tips now show the owner and group also with
1538     the CIFS file system.
1539   + Added ability to move columns and save their positions when the list view
1540     is used.
1541   + With foreign shares the unmount actions are only enabled when the user is
1542     allowed to unmount those (see configuration dialog).
1543   + Removed usage bar from the list view, since with the methods available for
1544     the QTreeWidgetItem class this either cannot be achieved (?) or looks very
1545     ugly. The usage in percent is still shown.
1546   + Drag and Drop support is now always enabled. You can drop URLs onto items
1547     and drag a share outside Smb4K.
1548 - Rewrote main window:
1549   + Smb4KMainWindow replaces Smb4KApp class.
1550   + The KParts are now organized in tabs by default.
1551   + The main tool bar has been extended, but it is hidden by default. The user
1552     can reach its functions through the menu.
1553 - Modified utility programs:
1554   + Introduced smb4k_sudowriter utility program that writes to the sudoers file.
1555     This finally fixes the corrupted-sudoers-file issues that were reported by
1556     several users.
1557   + Removed smb4k_cat utility program because its not needed anymore.
1558   + Removed smb4k_mv utility program because its not needed anymore.
1559 - Updated handbook.
1560 
1561 Smb4K 0.9.7 (2008-08-29):
1562 - Backported rewritten Smb4KCore::searchPrograms() function that garantees
1563   that the correct utility programs are found and we do not run into
1564   trouble with another Smb4K installation on the system (i.e. in KDE 4).
1565 - Fixed error message box in Smb4KConfigDialog::checkSettings().
1566 - Fixed Smb4KPasswordHandler::writeAuth(). Incorrect login data is now
1567   properly overwritten in no-wallet mode.
1568 - Backported improved Smb4KAuthInfo class.
1569 - Added hicolor fall back icons. They are actually copies of the crystal
1570   ones.
1571 - Updated Swedish translation. Thanks go to Leslie Jensen for the update.
1572 
1573 Smb4K 0.9.6 (2008-06-15):
1574 - Fixed crash when the search item was empty: Pressing RETURN instead
1575   of activating the search action will not start a search and
1576   Smb4KScanner::search() now just returns when the search string is
1577   empty.
1578 - Revised synchronization.
1579   + Rewrote Smb4KSynchronizer::slotReceivedStdout().
1580   + Fixed missing total file number in the synchronization dialog.
1581   + Fixed error message when the cancel button was pressed.
1582   + Removed obsolete code for old rsync versions.
1583 - Fixed unquoted path in Smb4KCore::open(), so that also paths ending
1584   with '$' are opened correctly in Konsole.
1585 
1586 Smb4K 0.9.5 (2008-06-01):
1587 - Fixed an authentication issue that occurred when the master browser
1588   was queried for the workgroup members.
1589 - Added a configuration entry that must be enabled when authentication
1590   information needs to be send to the workgroup master browser when
1591   querying it for the browse list.
1592 
1593 Smb4K 0.9.4 (2008-04-27):
1594 - Smb4KGlobal::timer() is now deprecated.
1595 - The core classes now use QObject::timerEvent() instead of a connection
1596   to Smb4KGlobal::timer().
1597 - Smb4K will try to launch the wallet manager before it opens the wallet.
1598   This should prevent it from hanging on start-up (closes #12707).
1599 - If the digital wallet could not be opened, KWallet support won't be
1600   disabled completely but only for the current session.
1601 - Fixed blocking of tooltips in the network browser.
1602 - Fixed invalid check in the network browser's tool tip code.
1603 - Simplified code in smb4k_cat. Bumped version to 0.8.
1604 - Fixed disabled configuration dialog when another user edited the same
1605   system file.
1606 - Fixed wrong path when the strings "cifs" or "smbfs" were part of the
1607   mount point name (closes #13342).
1608 - Fixed unrecognized authentication error when querying the workgroup
1609   master browser for the workgroup members (closes #12830).
1610 - Fixed flickering of items in the shares views.
1611 - Applied patch by Dirk Mueller that installs the configuration dialog as
1612   KDE module.
1613 
1614 Smb4K 0.9.3 (2008-02-24):
1615 - Revised and optimized the code of the password handler. One consequence
1616   is, that the format of the wallet entries is not compatible with previous
1617   versions. The old entries will be converted automatically.
1618 - Fixed a regression in the browser, where the list of shares was not deleted
1619   when an host item was collapsed.
1620 - Fixed an unmount problem that occurred when mount.smbfs is indeed a symlink
1621   to or a copy of mount.cifs.
1622 - The mount command now includes the NetBIOS name of the local host, which
1623   is at least needed when using port 139.
1624 
1625 Smb4K 0.9.2 (2008-01-20):
1626 - Added a few "What's this?" help texts to the "Shares" configuration page.
1627 - Updated translations.
1628 - The preview dialog does not show the "." and ".." directories if the user
1629   chose to see hidden directories.
1630 - The bookmark folder in the system tray widget now has a bookmark folder
1631   icon.
1632 - Applied patch provided by Carsten Lohrke so that Smb4K's desktop file
1633   complies with freedesktop.org's specifications.
1634 - Fixed double declaration in Smb4KSystemTray class.
1635 - Removed Smb4KConfigDialogFactory::setConfigObject() function that was not
1636   used.
1637 - Fixed poor IP address check in Smb4KScanner::searchForHost().
1638 - Fixed saving of default login data when the wallet was closed.
1639 - Updated handbook.
1640 
1641 Smb4K 0.9.1 (2007-12-31):
1642 - Replaced all occurences of getenv("USER") by getpwuid(getuid())->pw_name.
1643 - Corrected spelling mistakes in German translation.
1644 - Fixed compilation error under FreeBSD.
1645 - Fixed fails-to-build-from-source bugs with upcoming GCC 4.3.
1646 
1647 Smb4K 0.9.0 (2007-12-16):
1648 - Cleaned up the code and updated the copyright statements (class descriptions,
1649   e-mail address and year).
1650 - Smb4K now uses KConfig XT throughout the whole application. This breaks
1651   compatibility with older versions of Smb4K.
1652 - Replaced the old configuration dialog with a new one based on KConfigDialog
1653   to take advantange of the KConfig XT infrastructure. It is a KDE module
1654   library: libsmb4kconfigdialog.
1655 - Added some configuration options:
1656   + The '-S <arg>' (signing state) and '-P' (use machine account) arguments of
1657     smbclient are now supported.
1658   + Added several advanced mount.cifs options and the ability to pass custom
1659     options to mount.cifs (closes #10249). You will need Linux kernel >= 2.6.15
1660     to take advantage of most of them.
1661   + Added the ability to remove all options at once in the "Custom" tab of the
1662     Samba configuration page.
1663 - Changed some configuration options:
1664   + The hidden files and directories are not displayed in the preview dialog by
1665     default.
1666   + Rsync's '--existing' and '--ignore-existing' option can be active at the
1667     same time.
1668   + The default UID and GID are now those of the user.
1669 - Removed obsolete Smb4KUser class.
1670 - Implemented validity checks into the core container classes, so that only IPv4
1671   and IPv6 IP addresses are used (closes #11470).
1672 - Modified Smb4KGlobal namespace:
1673   + Removed Smb4KGlobal::kernelVersion() function.
1674   + Removed Smb4KGlobal::systemName() function.
1675   + Removed Smb4KGlobal::config() function.
1676   + Removed Smb4KGlobal::getUMASK().
1677 - Removed Smb4KHomesShareHandler::convert() function.
1678 - Revised Smb4KCore class:
1679   + Rewrote Smb4KCore::searchPrograms().
1680   + Removed Smb4KCore::smb4k_core() static pointer and replaced it with a better
1681     approach (Smb4KCore::self() and static pointers to the core classes).
1682   + Added Smb4KCore::init() function, that initializes the core, i.e. starts the
1683     scanning of the network and the import and remounting of shares.
1684 - Improved Smb4KSambaOptionsHandler class:
1685   + The constructor does not take a KConfig object anymore.
1686   + The client charset and server codepage will be auto-detected if the 'unix
1687     charset' and 'dos charset' options are present in smb.conf, respectively
1688     (closes #10805).
1689 - Modified Smb4KShare class:
1690   + Moved to KUser and KUserGroup to retrieve information about the user and the
1691     group of the mounted share. This sets the minimum requirement to KDE 3.3.
1692   + Added Smb4KShare::setUID() and Smb4KShare::setGID() functions.
1693   + Smb4KShare::equals() now takes a constant reference instead of a pointer.
1694 - Improved Smb4KMounter class:
1695   + Removed legacy code from mountRecent() function and renamed it to remount().
1696   + Renamed Smb4KMounter::State::MountRecent to Smb4KMounter::State::Remount.
1697   + Smb4KMounter::findShareByName() now returns a list of all mounts of the
1698     specified share that are present on the system. This way the checks for
1699     mounted shares etc. could be improved.
1700   + Rewrote Smb4KMounter::mount() function.
1701   + Cleaned up Smb4KMounter::unmount() and improved the remaining checks.
1702   + Removed check for correct Linux kernel if the "Force Unmounting" feature is
1703     used. The operating system will throw an error if the wrong kernel is used.
1704   + Added a new function Smb4KMounter::checkAccessibilty( Smb4KShare *share ).
1705     It replaces code in Smb4KMounter::import() and Smb4KMounter::processMount()
1706     and simplifies maintenance.
1707   + The "bad user name" and "bad group name" messages that are returned by
1708     mount.cifs if a bad UID/GID are provided are recognized as errors.
1709   + Improved Smb4KMounter::isMounted(). It takes now a boolean as second argument
1710     that determines whether all or only user mounts should be considered.
1711 - Modified Smb4KScanner class:
1712   + Removed preview code from class.
1713   + Improved code for custom search requests.
1714   + Renamed Smb4KScanner::addHost() function to Smb4KScanner::insertHost() and
1715     improved it.
1716   + Added hostAdded() signal that is emitted when a single host has been added
1717     via the insertHost() function to the list of known hosts.
1718 - Moved Smb4KMounterPrivate and Smb4KScannerPrivate classes to own files. Now
1719   the users can use the --enable-final configure option without problems.
1720 - Introduced Smb4KPreviewer core class that takes care of previews of remote
1721   shares.
1722 - Rewrote Smb4KPreviewItem class and moved it into own files.
1723 - Introduced new Smb4KSynchronizationInfo container class.
1724 - Modified Smb4KSynchronizer class:
1725   + Replaced the "--devices" option by the "--devices --specials" options, so
1726     that also fifos, etc. can be preserved.
1727   + Replaced the "--remove-sent-files" option by "--remove-source-files". This
1728     makes rsync 2.6.9 a requirement, if you want to take advantage of this
1729     option.
1730   + Removed the URL requester and the progress dialog.
1731   + Added new signals: progress() and finished().
1732   + Make use of the new Smb4KSynchronizationInfo container class.
1733   + A new synchronization request won't be taken if one is already processed.
1734 - Modified Smb4KPasswordHandler class:
1735   + Removed import() function which imported authentication data from old
1736     password file (versions prior to Smb4K 0.6.0).
1737   + The constructor does not take a KConfig object anymore.
1738   + The descriptive text in the askpass dialog now distinguishes between a
1739     server and a share.
1740 - Did a major revision of Smb4KFileIO class:
1741   + Removed Smb4KFileIO::getUsers().
1742   + Removed Smb4KFileIO::writeSuperUserEntries().
1743   + Removed Smb4KFileIO::removeSuperUserEntries().
1744   + Removed Smb4KFileIO::processOutput().
1745   + Removed obsolete compatibility code.
1746   + Introduced Smb4KFileIO::writeSudoers().
1747   + Introduced Smb4KFileIO::writeSuperTab().
1748   + Introduced Smb4KFileIO::processSudoers().
1749   + Introduced Smb4KFileIO::processSuperTab().
1750   + The env_keep list will not be replaced, but PASSWD and USER are appended
1751     to it.
1752 - Modified definitions in smb4kdefs.h. For changes see the file itself.
1753 - Improved Smb4KBookmark class:
1754   + Added ability to define an alternative label that can be used to identify
1755     the bookmark in a custom way.
1756   + Added constructor that takes a Smb4KHostItem object.
1757 - Improved Smb4KBookmarkHandler class:
1758   + Implemented support for the new label feature.
1759   + Replaced findBookmark() by findBookmarkByName() and findBookmarkByLabel()
1760     functions.
1761   + Rewrote addBookmark() function.
1762 - Smb4KPrint now supports the "application/x-shellscript" mime type.
1763 - Unified API of the network item classes.
1764 - Bumped version of the core library to 2.0.0.
1765 - Rewrote main window:
1766   + Smb4KApp now inherits KParts::DockMainWindow.
1767   + Removed labels that gave information about the WINS server and the look-up
1768     method.
1769   + Made the status bar messages a bit more informative.
1770 - Redesigned shares icon view:
1771   + Removed Smb4KShareWidget, Smb4KShareWidgetItem, Smb4KShareActionMenu, and
1772     Smb4KShareTooltip classes.
1773   + Introduced new classes: Smb4KSharesIconView, Smb4KSharesIconViewItem,
1774     Smb4KSharesIconViewPart, and Smb4KSharesIconViewToolTip.
1775   + The shares iconview is now a KParts KDE module: libsmb4ksharesiconview.
1776   + Removed the fake list view feature.
1777   + Added ability to open a mounted share with Konsole. This is useful for
1778     people who need to execute shell scripts on the share.
1779 - Added new shares list view:
1780   + The features of the new list view are similar to the ones of the icon view.
1781   + The new list view consists of the classes: Smb4KSharesListViewPart,
1782     Smb4KSharesListView, Smb4KSharesListViewItem and Smb4KSharesListViewToolTip.
1783 - Redesigned network browser:
1784   + Removed Smb4KBrowserWidget, Smb4KBrowserWidgetItem, Smb4KBrowserActionMenu,
1785     and Smb4KNetworkItemTooltip classes.
1786   + Introduced new classes: Smb4KNetworkBrowser, Smb4KNetworkBrowserItem,
1787     Smb4KNetworkBrowserPart and Smb4KNetworkBrowserToolTip.
1788   + The network browser is now a KParts KDE module: libsmb4knetworkbrowser.
1789 - Redesigned search dialog:
1790   + Applied a major revision to the Smb4KSearchDialog class. Among other things,
1791     the widget that shows the search results is now a KListView.
1792   + Introduced new Smb4KSearchDialogItem class for easier handling of the items
1793     in the list view.
1794   + Introduced Smb4KSearchDialogPart class that manages the communication with
1795     the core and the rest of the application.
1796   + The search dialog is now a KParts KDE module: libsmb4ksearchdialog. (An rc
1797     file is not provided because it's not needed.)
1798 - Introduced a new synchronization dialog (Smb4KSynchronizationDialog) where the
1799   old URL requester and the progress dialog from Smb4KSynchronizer were merged.
1800 - Redesigned the print dialog.
1801 - Revised the preview dialog. It now uses the new Smb4KPreviewer class and the
1802   reworked Smb4KPreviewItem class.
1803 - Modified and improved the bookmark editor:
1804   + It is now possible to define a custom label to identify a bookmark.
1805   + The workgroup is not editable anymore.
1806 - Rewrote Smb4KSystemTray class from scratch:
1807   + The old functionality has been preserved.
1808   + Added the ability to unmount all mounted shares at once.
1809 - Ported the Konqueror plugin to the new widgets.
1810 - Modified utility programs:
1811   + Removed deprecated arguments from smb4k_mount.
1812   + Removed deprecated arguments from smb4k_umount.
1813   + Adjusted help screens where necessary.
1814   + Bumped versions where appropriate.
1815 
1816 Smb4K 0.8.7 (2007-11-28):
1817 - Fixed smb4k_cat utility program:
1818   + Enlarged the allowed length per line to 1024 (instead of 255) characters
1819     (closes #12262).
1820   + Fixed a bug that could lead to corrupted files.
1821 - Fixed Smb4KPasswordHandler::readDefaultAuth() that returned a pointer that was
1822   freed when the function exited.
1823 - Fixed Smb4KMounter:
1824   + Smb4K won't consider foreign shares for remounting on start-up. This also
1825     seems to solve the crash bug initially  reported in #11973 (closes #11467
1826     and #12369).
1827   + Fixed unmount command line in slotShutdown() function under FreeBSD.
1828   + Fixed unmount command line in unmount() function under FreeBSD.
1829 
1830 Smb4K 0.8.6 (2007-10-15):
1831 - Fixed a crash in Smb4KMounter::findShareByPath() (closes #11499, #11543 and
1832   #11973).
1833 
1834 Smb4K 0.8.5 (2007-09-23):
1835 - Updated the handbook.
1836 - Fixed compile errors in Smb4KMounter class under FreeBSD.
1837 
1838 Smb4K 0.8.4 (2007-07-14):
1839 - Reintroduced Polish translation provided by Jerzy Trzeciak.
1840 - Updated Turkish translation and improved smb4k_add.desktop file. Thanks go
1841   to Serdar Soytetir for providing the patches.
1842 - Fixed missing functionality of the --ignore-existing argument of rsync.
1843 - Fixed 'net rap server domain' command that is incompatible with Samba
1844   3.0.25 (and later?).
1845 - Fixed Smb4KPasswordHandler::readAuth() that returned a pointer that was
1846   freed when the function exited.
1847 - Fixed broken Smb4KPrint::print() function.
1848 - Fixed a bug in the preview dialog that led to the hanging of the whole
1849   application.
1850 - Fixed DCOP-related hanging of Smb4K during KDE start-up (closes #11189):
1851   + Added 'X-DCOP-ServiceType=Unique' entry to smb4k.desktop file.
1852   + Implemented KUniqueApplication::start() in main.cpp.
1853 - Fixed a potential memory leak in the bookmark editor.
1854 
1855 Smb4K 0.8.3 (2007-05-02):
1856 - Fixed command lines in Smb4KMounter:unmount() that provoked smb4k_umount
1857   to complain about a deprecated argument.
1858 - Applied Turkish translation patch provided by Ismail Donmez.
1859 
1860 Smb4K 0.8.2 (2007-05-01):
1861 - Modified utility programs:
1862   + Fixed the "No mode was specified" bug in smb4k_mount/smb4k_umount and
1863     related issues in the other utility programs.
1864   + Modified the help screens of the utility programs with respect to clarity
1865     and better readability.
1866   + Warnings are shown if deprecated arguments are used.
1867   + Increased all versions by 0.1.
1868 - Worked around a bug where shares where remounted with UID=0 and GID=0 when
1869   using the CIFS file system.
1870 - Improved the 'Trouble Shooting' section of the handbook and bumped its
1871   version to 1.1.2.
1872 
1873 Smb4K 0.8.1 (2007-04-08):
1874 - Rewrote smb4k_mount, smb4k_umount, smb4k_kill, smb4k_cat, and smb4k_mv from
1875   scratch in order to fix the following security weaknesses discovered by
1876   Ben Hutchings (should finally close #9631):
1877   + Due to insufficient sanitation, smb4k_mount allowed an user to mount any
1878     (local) device if the program was used in combination with sudo or super.
1879   + The function findprog(), which was present in smb4k_mount, smb4k_umount,
1880     and smb4k_kill, returned a pointer to memory that was freed when the
1881     function exited.
1882   + The function replace_special_characters(), that was present in smb4k_mount
1883     and smb4k_umount, returned a pointer to memory that was freed after the
1884     function exited. Additionally, it didn't replace the hyphen.
1885 - Changes in smb4k_mount:
1886   + Moved to getopt_long() to parse the command line options.
1887   + Added '-n' and '-s' switches (not under FreeBSD) as short forms of the
1888     '--suid' and '--no-suid' arguments, respectively.
1889   + Added '--version' argument.
1890   + Out of the many arguments that may be passed to the 'mount' binary, only
1891     '-t <filesystem>' and '-o <options>' are still supported with smb4k_mount.
1892   + All file systems except 'smbfs' and 'cifs' will result in an error.
1893   + Fixed order of the arguments that were passed to 'mount.cifs' and
1894     'smbmount' (the '-o <options>' argument must be placed at the end).
1895   + Added check if a share in the form //HOST/SHARE is supplied. If this is
1896     not the case, smb4k_mount will error out.
1897   + Improved FreeBSD support.
1898 - Changes in smb4k_umount:
1899   + Moved to getopt_long() to parse the command line arguments.
1900   + Added '-n' and '-s' switches (not under FreeBSD) as short forms of the
1901     '--suid' and '--no-suid' arguments, respectively.
1902   + Added '--version' argument.
1903   + Added check if a mount point is supplied at all.
1904   + Improved FreeBSD support.
1905   + The '--smbfs' and '--cifs' arguments have been deprecated and are now
1906     inoperable. They are still present for backward compatibility, but may be
1907     removed any time soon.
1908 - Changes in smb4k_kill:
1909   + Moved to getopt_long() to parse the command line arguments.
1910   + Added '--version' argument.
1911   + smb4k_kill does not take a signal number anymore. You can only terminate
1912     a process with the SIGTERM signal.
1913 - Changes in smb4k_cat:
1914   + Moved to getopt_long() to parse the command line arguments.
1915   + Added '--version' argument.
1916 - Changes in smb4k_mv:
1917   + Moved to getopt_long() to parse the command line arguments.
1918   + Added '--version' argument.
1919   + Added a check if the source and destination files are regular files. If
1920     they are not, smb4k_mv will error out.
1921 - Adjusted Smb4KMounter class to the slightly changed behavior of the utility
1922   programs:
1923   + Removed SIGTERM signal from command line in Smb4KMounter::abort() because
1924     of the changes made to smb4k_kill.
1925   + Changed the command lines for smb4k_mount and smb4k_umount.
1926 - Started to address the browsing problems experienced by users in Active
1927   Directory environments: If the NT_STATUS_ACCOUNT_DISABLED error is
1928   encountered (which actually seems to be an authentication issue), Smb4K
1929   won't error out anymore but ask the user for the user name and password
1930   (closes #10280).
1931 - Fixed two bugs in Smb4KFileIO:
1932   + The search for the lock file directory will not return a directory that is
1933     not readable and writeable anymore (except /var and /tmp are mounted ro).
1934   + If the lock file does not exist when Smb4KFileIO::removeLockFile() wants
1935     to delete it, no error will be shown anymore.
1936 - Fixed a compilation error under SUSE (10.2) and with the upcoming GCC 4.3.
1937 - Smb4K now uses the CIFS file system by default (closes #10804).
1938 - The handbook was updated to reflect the changes made to the utility programs.
1939 
1940 Smb4K 0.8.0 (2006-12-21):
1941 - smb4k_konqplugin: implemented working toolbar code + search dialog connected
1942   to toolbar
1943 - smb4k_konqplugin: fixed unmount all shares on exit
1944 - Moved source files of the Konqueror plugin to own directory.
1945 - Improved the build system:
1946   + Added '--with-konqplugin=ARG' argument which allows the user to disable
1947     the compilation of the Konqueror plugin.
1948   + Added a check for Konqueror plugin header file if '--with-konqplugin=yes'
1949     (default) was supplied. The configuration will be aborted with an error
1950     message if the check fails (closes #8755).
1951 - Updated admin/ directory.
1952 - Utility programs:
1953   + Removed file search function from smb4k_cat.
1954   + Exchanged all occurrences of strcpy() by strncpy() (closes #9631).
1955   + Implemented several other security releated fixes proposed by Kees Cook
1956     after a security audit (closes #9631). They include the elimination of
1957     stack overflows and a design error in smb4k_kill.
1958 - Removed the Smb4KDataItem class again, because its introduction was not a
1959   good idea.
1960 - Revised Smb4KShare:
1961   + Now references to strings are returned instead of copies of these strings.
1962   + Smb4KShare::path() and Smb4KShare::canonicalPath() are now QCStrings.
1963 - Made Smb4KUser, Smb4KPrintInfo return references to strings instead of copies
1964   of those strings.
1965 - Logins with umlauts and other special characters are now supported.
1966 - Introduced the ability to define custom options for mounting and browsing
1967   (closes #3822, #6490). Changes in detail:
1968   + Added a new container class: Smb4KOptionsInfo
1969   + Added a new core class that manages all Samba related options:
1970     Smb4KSambaOptionsHandler
1971   + Custom options are stored in ~/.kde/share/apps/custom_options.
1972   + Added new dialog were the options can be defined.
1973   + Added new "Custom" tab to the Samba configuration tab. Here you can edit
1974     and delete the custom options.
1975 - Introduced a new class named Smb4KHomesSharesHandler that handles the homes
1976   shares:
1977   + Moved the list of 'homes' shares and the user names defined for them to the
1978     file ~./kde/share/apps/smb4k/homes_shares.
1979   + Added new read and write functions for the data.
1980   + Moved the "Specify User" dialog to this class.
1981   + Improved "Specify User" dialog by adding a "Clear List" button that enables
1982     the user to clear all names from the combo box.
1983 - Introduced new Smb4KError class which handles the error messages:
1984   + Renamed and removed several error codes.
1985   + Adjusted code to use the new error codes.
1986   + Improved error messages.
1987 - Revised Smb4KGlobal namespace:
1988   + Moved Smb4KPasswordHandler here.
1989   + Added Smb4KSambaOptionsHandler.
1990   + Added Smb4KHomesSharesHandler.
1991   + Smb4KGlobal now provides a function that creates a temporary directory. The
1992     core classes were ported to use it.
1993 - Revised Smb4KMounter class:
1994   + Optimized code in Smb4KMounter::import().
1995   + Merged Smb4KMounter::unmount() and Smb4KMounter::forceUnmount() into a more
1996     powerful Smb4KMounter::unmount() function. Accordingly, the public function
1997     forceUnmountingShare() has been removed and replaced by an enhanced version
1998     of unmountShare().
1999   + Fixed missing port statement in the mount command under FreeBSD.
2000 - Revised Smb4KScanner class:
2001   + Improved code in Smb4KScanner::init().
2002   + Rewrote code for retrieving IP addresses.
2003   + Added a new 'IP scan' method to retrieve the browse list (closes #7933).
2004   + Adjusted code in Smb4KScanner::processHosts(). In case of an IP scan, the
2005     hosts won't be deleted from the list but only additional info we be added
2006     to existing host items.
2007   + The constructor now takes a list for workgroups and one for hosts. Both
2008     are provided by Smb4KCore and are used to make all discovered workgroups
2009     and hosts available to the core classes.
2010   + Replaced Smb4KScanner::authFailed() signal with Smb4KScanner::failed() and
2011     implemented it more places.
2012   + Revised the shell command for previewing shares.
2013   + /bin/sh is not required to be present on your system anymore, but you need
2014     a shell that understands the '-c command' option.
2015 - Added update functionality to Smb4KBookmarkHandler class (closes #8832):
2016   + The constructor now takes a pointer to the global host list provided by
2017     Smb4KCore.
2018   + Added Smb4KBookmarkHandler::update() which searches the hosts list for
2019     changes of the IP address and updates the bookmarks, if necessary.
2020 - Completely rewrote the Smb4KFileIO class:
2021   + The automatic conversion of old super.tab entries has been dropped now.
2022   + Implemented several security fixes proposed by Kees Cook after a security
2023     audit: Moved the lock file to /var/lock, fixed a race vulneribility with
2024     the lock file, and moved to mkstemp (closes #9630).
2025 - Revised print code:
2026   + Rewrote Smb4KPrint class.
2027   + Improved Smb4KPrintDialog class.
2028 - Improved the network item container classes:
2029   + Smb4KShareItem: Added isHidden(), isPrinter(), isIPC(), and isADMIN().
2030   + Smb4KPreviewItem: Added isHidden().
2031 - Revised Smb4KShareWidget class:
2032   + Disabled the ability to move the items around.
2033   + Added Drag 'n' Drop support (closes #3027). It must be enabled in the
2034     configuration dialog in order to use it.
2035   + The tool tips will be displayed in a distance of 5 points away from the
2036     mouse pointer.
2037   + Enhanced overall handling of tooltips.
2038 - Revised Smb4KBrowserWidget class:
2039   + Made the browser behave much smarter.
2040   + The tool tips will be displayed in a distance of 5 points away from the
2041     mouse pointer.
2042   + Enhanced overall handling of tooltips.
2043   + The current network item will be collapsed if the Smb4KScanner::failed()
2044     signal is received.
2045 - Smb4KBrowserWidgetItem class now inherits KListViewItem instead of
2046   QListViewItem.
2047 - Revised Smb4KPreviewDialog class:
2048   + The constructor now takes a pointer to an Smb4KShareItem object and looks up
2049     the IP address of the host by itself.
2050   + Added Smb4KPreviewDialog::initialized(). It returns a boolean and can be
2051     used to only show the dialog if the preview dialog was initialized properly.
2052   + Added a 'Back' and a 'Forward' button.
2053   + Code clean-ups and optimizations.
2054   + Preview of hidden files and directories may be switched off in the
2055     configuration dialog.
2056   + Added scrollbars to the combobox's listbox.
2057 - Configuration dialog:
2058   + Renamed several settings in network options tab.
2059   + Replaced 'Appearance' by 'User Interface' configuration page and added several
2060     new settings.
2061   + Some widgets won't appear under operating systems anymore where they are
2062     useless.
2063 - The bookmark editor will reload the bookmarks if the bookmark handler emitted
2064   the updatedBookmarks() signal.
2065 
2066 Smb4K 0.7.5 (2006-11-25):
2067 - Fixed a serious bug in Smb4KFileIO that could cause a corrupted /etc/sudoers
2068   file if debug or error output was received via stderr while reading the file
2069   for subsequent processing. Many thanks go to h-gent-o who reported this
2070   issue to the Ubuntu bug tracker and to Richard Johnson from the Ubuntu
2071   project who brought it to our attention (closes #9527).
2072 
2073 Smb4K 0.7.4 (2006-11-11):
2074 - Fixed error handling in Smb4KMounter::processMount() under FreeBSD.
2075 - Fixed a bug in Smb4KSearchDialog::slotCheckItemInBrowser() that occurred
2076   when a server item had no IP address displayed.
2077 - Fixed a bug in the shell code that was used to retrieve the list of
2078   workgroup/domain members from the master browser. Under certain circum-
2079   stances the bug caused the master browser not to return the browse list.
2080   Please note, that you need the 'sh' command being present now! On most
2081   systems, this is a symlink to a sh-compatible shell, which is fine.
2082 - Improved error handling in Smb4KScanner::processHosts().
2083 - Implemented better error handling in Smb4KSynchronizer: The synchronization
2084   is canceled if an error occurrs. This prevents the user from being flooded
2085   with error dialogs.
2086 - Fixed disabled "Linux charset" and "Server codepage" combo boxes in the
2087   configuration dialog under operating systems different from Linux.
2088 - Fixed a bug that occurred when reading or writing the file and directory
2089   mask.
2090 - Changed the address used for reporting bugs via Help->Report Bugs.
2091 - Updated several translations.
2092 
2093 Smb4K 0.7.3 (2006-09-24):
2094 - Rewrote help texts of the utility programs and added version info.
2095 - Updated handbook to version 1.0.0.
2096 - Updated README file.
2097 - Fixed several issues in Smb4KFileIO:
2098   + Added a missing signal in Smb4KFileIO::write_lock_file().
2099   + Fixed writing of /etc/sudoers under Ubuntu.
2100 - A host item will be closed (collapsed) if the authentication failed
2101   (closes #8325).
2102 - Fixed insertion of a host from the search dialog to the browser window
2103   when the host has no IP address displayed.
2104 - Added missing error code to Smb4KGlobal::showCoreError().
2105 - The preview dialog won't accept the contents of a wrong address anymore.
2106 - The wallet will be reopened if it was closed by the user, the screensaver,
2107   etc. (closes #8558).
2108 - Reintroduced Chinese Traditional (zh_TW) translation. Many thanks go to
2109   Wei-Lun Chao for providing it.
2110 - Updated several translations.
2111 - The text streams are now aware of the locale.
2112 
2113 Smb4K 0.7.2 (2006-08-03):
2114 - Fixed another crash in Smb4KNetworkItemTooltip class.
2115 - Fixed missing header file in smb4kcore.cpp.
2116 - Shares having special characters in their names do not appear broken
2117   anymore (closes #8036, #8108).
2118 - Updated handbook.
2119 - Fixed removal of temporary files after printing.
2120 - Updated admin directory for autoconf 2.60 support.
2121 - Fixed a minor bug in search routine of the smb4k_cat utility.
2122 - Fixed potential crash in Smb4KApp::readOptions().
2123 - Fixed compilation error of smb4k_umount.cpp on IRIX (closes #7927).
2124 - Fixed memory leak in Smb4KPrint::init().
2125 - Updated several translations.
2126 
2127 Smb4K 0.7.1 (2006-06-18):
2128 - Fixed compilation error occurring with Smb4KBrowserWidgetItem::update()
2129   (closes #7261, #7263).
2130 - Fixed compilation error(s) in smb4k_umount.cpp under Solaris (closes #4419,
2131   #7269).
2132 - Updated translations.
2133 - Updated handbook. However, it's still work-in-progress.
2134 - Introduced the possibility to modify the length of the interval between
2135   checks for external mounts/umounts and dead shares. This is especially
2136   useful on systems with many mounted shares and/or to reduce the load
2137   on remote servers (closes #6907).
2138 - The timer will be disconnected from Smb4KScanner::start() if the scanner
2139   is idle (closes #6907). This drastically reduces the CPU load!
2140 - Fixed input validation when using smbclient for searching (closes #7429).
2141 - Fixed a bug that prevented the correct saving of updated authentication
2142   information.
2143 - Fixed smb4k.desktop file.
2144 - Removed two queries for a non-existent config entry. So, using Kerberos
2145   with smbclient works again and the domain is included in the argument
2146   string for nmblookup.
2147 - Made the synchronization progress dialog work correctly with the latest
2148   version of rsync.
2149 - Fixed broken translation in the Konqueror plugin.
2150 - Fixed a crash in the network browser's tooltip code.
2151 - Fixed several small issues in Smb4KFileIO.
2152 
2153 Smb4K 0.7.0 (2006-04-23):
2154 - KonqSidebar_Smb4K: hang up the new alreadyMountedShare signal from mounter.
2155   No error dialogs of "already been mounted share" anymore (partially
2156   closes #5636).
2157 - The old tab widget in the main window has been removed.
2158 - Added shortcuts to the main window that allow jumping to each dock widget:
2159   CTRL+1: Network Browser, CTRL+2/CTRL+S: Search Dialog, CTRL+3: Shares View.
2160 - Unified look of dialogs.
2161 - Did a major revision of the browser widget (GUI):
2162   + Introduced tooltips that carry information about the network item
2163     underneath the mouse pointer.
2164   + The master browser will be displayed with blue color.
2165   + The popup menu has the highlighted network item as title.
2166   + Improved the "Rescan" action. If you open the popup menu, the selected
2167     workgroup or server will be scanned. If you use the rescan action on
2168     the empty viewport or from the toolbar/menu, the old behavior will
2169     be preserved.
2170   + Moved "Mount Manually" action here.
2171   + Removed obsolete "This computer is already in the list." error
2172     message box.
2173 - Did a major revision of the search dialog (GUI):
2174   + Redesigned the widget and made it a stand-alone dock widget.
2175   + Hosts can be added by simply double clicking them (closes #2247).
2176   + A host that is already in the browse list is underlaid with the
2177     "button_ok" pixmap. This makes the "This computer is already in the
2178     list." message box obsolete (see above).
2179 - Did several changes to the shares view (GUI):
2180   + The popup menu has the share name as title.
2181   + Introduced tooltips that carry the information about the mounted
2182     share.
2183   + Replaced the old icon for broken shares by a a new combined icon
2184     (mounted hard drive overlayed by a semi-transparent cancel icon).
2185   + The item width of the share icons has been enlarged to 500 pixels in
2186     list mode.
2187 - The bookmark editor allows editing of the IP address and workgroup.
2188 - Put Smb4KShareWidgetItem class in own files.
2189 - Removed obsolete options "This master browser needs authentication" and
2190   "Use authentication when querying the workgroup master browsers" from
2191   the configuration dialog.
2192 - When closing the configuration dialog, the root password is only asked,
2193   if the user changed one of the super user options (partially closes #5636).
2194 - The removal of the super user entries from super.tab and/or sudoers is
2195   now determined by the choice in the configuration dialog.
2196 - Rewrote Smb4KSharesMenuWidget class.
2197 - Added new Smb4KShareActionMenu and Smb4KBrowserActionMenu classes. They
2198   contain the actions that were defined in Smb4KShareWidget and
2199   Smb4KBrowserWidget before,respectively. The use of Smb4KShareActionMenu in
2200   the system tray icon closes #5622.
2201 - Replaced deprecated KStdActions.
2202 - Introduced new Smb4KDataItem container for the core classes.
2203 - Revised bookmark handling:
2204   + The bookmark handler does not use KConfig anymore but has its own read
2205     and write functions. Thus, you won't be able to read the bookmark file
2206     with prior versions once you ran Smb4K 0.7.0.
2207   + The bookmarks are now stored with workgroup/domain and IP address (closes
2208     #6316).
2209 - The scanner class underwent a major revision:
2210   + The net command now replaces most of the smbclient command lines. This
2211     substantially simplifies the code and also seems to speed up the
2212     look-up processes. As a consequence, however, the support of Samba 2.2
2213     has been dropped.
2214   + Implemented list of all discovered hosts in Smb4KScanner. This significantly
2215     reduces the network traffic.
2216   + Moved IP address look-up code to the scanner (and thus removed Smb4KIPFinder
2217     class).
2218   + Introduced a "background process" which processes the IP address look-up
2219     and the gathering of additional information (OS and server string).
2220   + An automatic rescan using the RAP protocol will be initiated if the query
2221     for the shares of a certain host failed because of the wrong protocol
2222     (closes #4417).
2223   + Added possibility to query the current workgroup master browser to
2224     retrieve the browse list.
2225 - Massively changed the entries and groups in the configuration file.
2226   As consequence, Smb4K will be incompatible with prior versions.
2227 - Added ability to synchronize a local copy with a remote share and vice
2228   versa (closes #1940). This feature uses Rsync. A few of the many options
2229   have been stripped, because they are used for transfer from remote hosts,
2230   which is no the case here.
2231 - Information of any share will now be collected by the mounter. Smb4KCore
2232   has been tidied up accordingly. Information of the number of files and
2233   directories has been dropped (for now).
2234 - Removed Catalan, Norwegian Nynorsk, Chinese Traditional (zh_TW) and
2235   Simplified (zh_CN), Russian and Polish translation because they were
2236   unmaintained and hopelessly out-dated.
2237 - Removed the Smb4KShellIO class, because its only purpose was to provide
2238   the Samba version. This is not necessary anymore, because we switched
2239   to Samba 3.
2240 - Introduced smb4k_cat and smb4k_mv utilities to read and copy/move system
2241   config files.
2242 - The handbook shipping with this release actually contains useful information.
2243   However, it is still work in progress. The license of the handbook has been
2244   changed from GFDL to GPL.
2245 - If a user tries to mount an already mounted share, no error message will
2246   be displayed anymore.
2247 - Renamed the global namespace to Smb4KGlobal and several functions inside.
2248 - Centralized the application's timer in the Smb4KGlobal namespace. As a
2249   side effect, this seems to fix the very-fast-vanishing-tooltips problem.
2250 - If the user canceled the writing to /etc/super.tab or /etc/sudoers, the
2251   previous state will be re-established.
2252 - Removed "Specify User" dialog from Smb4KBrowserWidget and moved it to
2253   Smb4KGlobal namespace. Now only core classes are using it.
2254 - Reworked and cleaned up Linux specific code in Smb4KMounter::import().
2255 - Moved error handling to Smb4KGlobal namespace. The reason is, that the
2256   previous signal/slot model was not able to handle errors during the
2257   initialization of the core.
2258 - Removed Smb4KPasswordHandler::AskPass class and integrated its functionality
2259   into Smb4KPasswordHandler::askpass(). This should fix the compilation errors
2260   encountered when using MIPSpro Compilers on IRIX/MIPS (closes #6811).
2261 - When reading the smb.conf file, a line beginning with a semicolon is valued
2262   as comment.
2263 - Reduced CPU load by stretching the interval between checks for externally
2264   mounted and broken shares from 1000 ms to 2500 ms.
2265 
2266 Smb4K 0.6.10 (2006-04-17):
2267 - Fixed a bug in smb4k_umount that did not allow the unmounting of a share
2268   when the mount point was quoted.
2269 - Fixed a bug in smb4k_umount that did not allow the unmounting of a broken
2270   share.
2271 - [Patch 0.6.10a] Fixed input validation when using smbclient for searching
2272   (backport from 0.7 branch, closes #7429).
2273 - [Patch 0.6.10a] Fixed broken translations in Konqueror plugin.
2274 - [Patch 0.6.10a] Updated admin directory for autoconf 2.60 support.
2275 - [Patch 0.6.10a] Fixed removal of temporary files after printing.
2276 - [Patch 0.6.10a] Fixed smb4k.desktop file.
2277 - [Patch 0.6.10a] Fixed memory leak in Smb4KPrint::init().
2278 - [Patch 0.6.10a] Fixed occurrence of annoying error dialog on start-up when
2279   a share had already been mounted.
2280 - [Patch 0.6.10a] Fixed a potential crash in Smb4KBrowserWidget::insertItem().
2281 - [Patch 0.6.10a] The preview dialog won't accept the contents of a wrong
2282   address anymore.
2283 
2284 Smb4K 0.6.9 (2006-03-24):
2285 - Integrated startup fix for Samba 2.2 users by Chris Clayton and extented it.
2286 - Updated French and Czech translation.
2287 - The "Remove Entries" button in the "Super User" configuration tab will now
2288   be disabled together with the "Apply" and "OK" button if Smb4K writes to a
2289   system configuration file.
2290 
2291 Smb4K 0.6.8 (2006-02-24):
2292 - Fixed another bug in the bookmark menu widget. It will again be properly
2293   updated during run time, when bookmarks are added or removed.
2294 - Fixed enabling of "Authentication" action in browser widget.
2295 - Fixed a crash (NULL pointer access) in Smb4KShareWidget::slotMountedShares(),
2296   that was found by Glen Masgai, who also sent the patch.
2297 - Added support of mount.cifs and umount.cifs. This should enable users to
2298   mount CIFS shares as normal user depending on the configuration of the
2299   system and on the presence of these two utilities. NOTE: You have to set the
2300   setuid root bit for both binaries.
2301 - Revised start-up: Smb4K will run on systems where either only smbmount/
2302   smbumount or mount.cifs/umount.cifs are present.
2303 
2304 Smb4K 0.6.7 (2006-02-05):
2305 - Fixed a crash in Smb4KBookmarkMenuWidget::insertBookmarks(), that was
2306   introduces by the "fix" in 0.6.6.
2307 - Updated Turkish translation.
2308 
2309 Smb4K 0.6.6 (2006-02-04):
2310 - Fixed too small buffer size in Smb4KUser on systems with many users and
2311   groups (closes #6070).
2312 - Fixed crash in Smb4KNetworkTab::slotKilled() (closes #3125).
2313 - Fixed these issues found by Marc Hansen (Thanks!):
2314   + crash in Smb4KBrowserWidget::slotMembers()
2315   + searching for illegal strings such as #, ', () shows search command
2316     as search result
2317   + the application might crash if you press "Apply" and "OK" successively
2318     in the configuration dialog and system files have to be written (As
2319     consequence,  the OK and the Apply button will be disabled while the
2320     configuration is written to disk.)
2321   + shares are displayed although the user has to supply a password
2322   + printer shares are displayed although they are disabled in the
2323     configuration dialog
2324   + crash in Smb4KBookmarkMenuWidget::insertBookmarks() (closes #6146)
2325   + unusable entries were written when the user bookmarked a 'homes' share
2326     without providing a user name
2327 - Fixed the broken writing to the configuration file and the popping up
2328   of multiple information dialogs in Smb4KPasswordHandler.
2329 
2330 Smb4K 0.6.5 (2006-01-07):
2331 - Fixed writing to ~/.nsmbrc file under FreeBSD.
2332 - Fixed freezing of Smb4K when a share went offline (closes #3676). Smb4K
2333   will lock-up for a short amount of time if it encounters a broken share
2334   and will then continue its work without any problems.
2335 - Fixed the generation of wrong file permissions for /etc/sudoers and
2336   /etc/super.tab, respectively. The permissions are no longer hard coded,
2337   but the stat() system call is used to read the original permissions that
2338   will then be preserved.
2339 - Introduced global KConfig object and ported all classes to use it.
2340 - Fixed login problem when trying to preview a WinXP share or similar.
2341 - Added support of the 'include' directive in the smb.conf file (closes
2342   #5948). NOTE: The file that is to be included *must* be given with its
2343   full path!
2344 - Moved from getgrgid() to getgrgid_r() in Smb4KUser. This should close the
2345   "Smb4KUser: Could not get group name!" issue also known as #4914.
2346 - KonqSidebar_Smb4K: switched to global config system. Now parameters changed
2347   from the option dialog have effect into the konqueror plugin.
2348 - Executing a network item in the browser by clicking its name (not the [+])
2349   will show/hide its contents (closes #3352).
2350 
2351 Smb4K 0.6.4 (2005-10-30):
2352 - REALLY fixed the security issues in Smb4KFileIO. Now, temporary files
2353   and directories are used to copy and modify sensitive data and the lock
2354   file is checked to be not a symlink.
2355 - Fixed unmount-all-shares-on-exit functionality, that was broken due to
2356   changes that were applied to the smb4k_umount utility program in earlier
2357   versions of Smb4K.
2358 - Fixed forced unmounting of shares.
2359 - Fixed running progress bar after you denied the forced unmounting of a
2360   share.
2361 - Fixed missing exit( EXIT_FAILURE ) statement in smb4k_umount utility.
2362 - Fixed several memory leaks.
2363 - Fixed compilation error under FreeBSD.
2364 - The PASSWD environment variable will be preserved when the 'env_reset'
2365   flag has been set in /etc/sudoers (closes #4945). The user needs to
2366   rewrite the entries, though. See FAQ for details.
2367 
2368 Smb4K 0.6.3 (2005-08-31):
2369 - Fixed security issue: An attacker could get access to the full contents
2370   of the /etc/super.tab or /etc/sudoers file by linking a simple text file
2371   FILE to /tmp/smb4k.tmp and /tmp/sudoers, respectively, because Smb4K didn't
2372   check for the existance of these files before writing any contents. When
2373   using super, the attack also resulted in /etc/super.tab being a symlink to
2374   FILE.
2375 - Included three patches by Montel Laurent, that
2376   + add moc file inclusion to the bookmark editor,
2377   + fix a memory leak in the Konqueror plugin,
2378   + fix ./smb4k/Makefile.am,
2379   + disable the OK button of the mount dialog if the input line is empty.
2380 
2381 Smb4K 0.6.2 (2005-08-29):
2382 - Fixed security issue: When ignoring the kdesu dialog a copy of the
2383   super.tab file was left under /tmp.
2384 - Error messages won't pop up anymore when ignoring the kdesu dialog. The
2385   reporting of unknown errors has been disabled in
2386   Smb4KFileIO::slotReceivedStderr() (closes #4309).
2387 - Fixed reading of authentication data.
2388 - Removed check for mount.smbfs (under Linux) which is actually needless
2389   because it is either a symlink to smbmount or nonexistent.
2390 - Updated ./admin directory. Smb4K now needs automake 1.9.
2391 - Fixed command line for mount.cifs (closes #4854). The 'domain' instead
2392   of the 'workgroup' option is used.
2393 - Fixed crash when the user clicked the "Show search dialog" action and the
2394   tab group widget wasn't shown.
2395 
2396 Smb4K 0.6.1 (2005-07-31):
2397 - Improved lock file handling (closes #4310). Now the editing of a system
2398   file is only denied, if another instance of Smb4K (i. e. another user)
2399   is modifying the same system file. Additionally, the lock file will now
2400   be removed (or processed), if the application emits the shutDown() signal.
2401 - Fixed a bug in the code that removes the entries from the sudoers file.
2402 - Fixed wrong assignment of RAP protocol config entry to RPC radio button
2403   in configuration dialog.
2404 - Moved to QString::compare() to compare strings, because "==" caused
2405   crashes under certain circumstances (closes #3604).
2406 - The wallet won't be opened on start-up but when a password is actually
2407   needed.
2408 
2409 Smb4K 0.6.0 (2005-06-17):
2410 - Rewrote password handling: Added KWallet support as default method
2411   (closes #3695). If you do not want to use KWallet, login information
2412   won't be saved but only stored temporarily. There is also the possibility
2413   to deny the password storage altogether.
2414   ATTENTION: If you deny access to the wallet on the first start-up, all
2415   passwords stored in the passwords file will be lost!
2416 - Improved FreeBSD support. The passwords will now be stored encrypted in
2417   the ~/.nsmbrc file.
2418 - Added Dutch translation.
2419 - Put the core and (most of) the widget classes into shared libraries.
2420 - The DNS won't be queried anymore when doing an IP lookup.
2421 - Added Konqueror plugin by Massimo Callegari (closes #2731). An installation
2422   of KDE Base is necessary to make it compile.
2423 - Moved to default KDE icons for the network items.
2424 - Added support of the 'net' command (closes #2227). This adds the advantage
2425   of the ADS and RPC protocol being used and even very large share names will
2426   be displayed. Additionally, it seems to significantly speed up the lookup
2427   process. Smb4K will automatically use the 'net' command if found on the
2428   system.
2429   There is a disadvantage though: A valid login and password are necessary
2430   to logon to a server. If neither is known, Smb4K will try to authenticate
2431   with the 'guest' user and an empty password. This will work with (almost
2432   all) Windows machines and with Samba servers that have set the security
2433   option to SHARE. For all others you will have to provide a login and
2434   password.
2435 - Added namespace Smb4K_Global which contains functions used by several
2436   classes.
2437 - Improved KAction handling in popup menus.
2438 - Added a patch by Nuts Mueller that adds /usr/local/bin and /usr/local/sbin
2439   to the paths that are searched by the utility programs.
2440 - Added a patch by Steven Lawrance that fixes buffer size problems in
2441   the Smb4KUser constructor.
2442 - Fixed mounting via bookmarks (ampersand issue).
2443 - Added FAQ file.
2444 - Redesigned some widgets in the configuration dialog.
2445 - Cleaned many strings from full stops and exclamation marks (closes #2869).
2446 - Fixed crash in Smb4KBrowserWidget::slotAddIPAddress() that occurred when
2447   opening a workgroup (closes #3351). Thanks go to Nuts Mueller who helped
2448   me finding the problem.
2449 - Implemented 'iocharset' option for CIFS mounts (closes #4071).
2450 - Fixed mounting of CIFS shares. The file_mode and dir_mode options were not
2451   provided in octal which resulted in broken mounts that could not be accessed.
2452 - Fixed the "probably not smb-filesystem" issue (closes #1837).
2453 
2454 Smb4K 0.5.2 (2005-03-27):
2455 - Fixed naming of Norwegian translations.
2456 - Fixed crash that appeared when trying to determine the disk usage. Thanks
2457   go to Bamfox who helped me finding the problem.
2458 - Added Icelandic and Danish translation; updated Chinese Simplified
2459   translation.
2460 - Added additional cleaning of the mount prefix on exit.
2461 - Added patch by Yura Pakhuchiy that fixes wrong IP address resolution for
2462   hosts starting with a hyphen.
2463 - Fixed problems with special characters in passwords (closes #3444, #3728).
2464 - The warning that Konqueror might hang if you open CIFS shares will only be
2465   shown with KDE <= 3.3.92. Thanks go to Stefan Gehn (aka mETz) who send a
2466   patch.
2467 - Fixed compilation errors under FreeBSD.
2468 - Improved printing by switching to smbspool.
2469 
2470 Smb4K 0.5.1 (2005-01-30):
2471 - Reduced CPU load by using QDir::isReadable() and QDir::exists() instead
2472   of QDir::entryList() to determine if a share is broken and by increasing
2473   the check interval for external mounts/unmounts.
2474 - Fixed crash that occurred when trying to forcibly unmount a (broken)
2475   share (should close #3029).
2476 - Fixed mandatory password input for browsing (unprotected) WinXP shares.
2477 - Added patch #303 by Ian Abbott that fixes the failure of smb4k_mount,
2478   smb4k_umount and smb4k_kill in the case the user does not have read
2479   access to mount/umount/smbmount/smbumount/kill (closes #3094).
2480 - Updated French translation.
2481 - Added Chinese (Taiwan) translation. Thanks go to Jack Liu.
2482 - Fixed unmounting of hidden shares.
2483 
2484 Smb4K 0.5.0 (2005-01-11):
2485 - Only one instance of Smb4K can be started (closes #2636).
2486 - The hide/close behavior is now KDE compliant.
2487 - Removed Smb4KStarter class and distributed its duties to the Smb4KCore
2488   class and the main() function.
2489 - Added support of sudo (closes #2222).
2490 - Added support of the CIFS file system (closes #1874). Samba 3 is required.
2491 - Introduced smb4k_mount, smb4k_umount, and smb4k_kill utilities and ported
2492   classes to use them. This fixes several security concerns regarding the
2493   use of mount and umount with super (and sudo).
2494 - Closed several memory leaks.
2495 - Replaced the QSplitters in the main window by KDockWidgets. Now, you can
2496   move the network browser and tab widget around or even detach them.
2497 - Removed the Smb4KView class.
2498 - Moved to nice KActionMenus. This included a complete rewrite of the
2499   Smb4KSystemTray and Smb4KBookmarkMenuWidget classes (closes #2007).
2500 - Mounted shares are optically advertized in the browser widget.
2501 - If the mountpoint can't be created, an error message will be emitted and
2502   the mounter will exit.
2503 - Every mountpoint within the mount prefix will automatically be removed
2504   after the share was unmounted. This made the "Clean up default directory
2505   on exit." option obsolete.
2506 - Share names containing blanks are fully supported. LIMITATION: If Smb4K
2507   cannot figure out, that the share contains a blank instead of an
2508   underscore, the latter one will be shown.
2509 - Removed the readOptions() functions from the core classes. Options are
2510   now read when they are needed (i.e. at the beginning of a function).
2511 - Changed the format of the entries in the super.tab file. It's not
2512   compatible with the old one and will be converted on the first program
2513   start.
2514 - Revised Smb4KBookmarkHandler class and moved the bookmark editor to its
2515   own class.
2516 - Disk usage information is now provided by the statvfs() system call.
2517   *** Program freezes may still happen if the network connection is bad or
2518   the share vanishes. Help is wanted to fix this issue! ***
2519 - Improved Smb4KShareWidgetItem class and cleaned up Smb4KShareWidget class.
2520 - Added Czech and Turkish translations. Thanks go to Alois Nespor and G�kem
2521   Cetin.
2522 - Added "Super User" tab to configuration dialog and moved the "Super User
2523   Privileges" options there.
2524 - Reorganized and cleaned up the configuration file.
2525 - Restricted the "Unmount all shares on exit." option to those shares that
2526   are owned by the user.
2527 - Removed "obsolete" '-N' options from smbclient commands. Instead '-U %'
2528   is used which serves the same purpose.
2529 - Fixed searching for hosts via smbclient. Hosts that are not available are
2530   no longer reported as existent.
2531 - Added the ability to mount shares manually (closes #1640, #2546).
2532 - Redesigned the askpass dialog and added information why it is shown
2533   (closes #2226).
2534 - IP addresses are now also assigned correctly if host names are partly the
2535   same (closes #2769).
2536 - Improved support of FreeBSD.
2537 - Included patch #286 by Andrei Bulava to add codepage cp1251 to Linux charset
2538   selection (closes #2962).
2539 - Enhanced source code documentation.
2540 - Broken shares (i.e. empty CDROM shares, etc.) are marked as such and the
2541   user will only be able to unmount them. No other actions may be performed.
2542   (closes #2998, #3000)
2543   REMARK: This feature does not include shares that got unavailable due to
2544   the shut-down of a server. This issue is still NOT solved.
2545 
2546 Smb4K 0.4.1a (2004-09-04):
2547 - Fixed severe bug in Smb4KMounter::unmountAll(), which led under certain
2548   circumstances to complete data loss on remote shares. Thanks go to Jeremy
2549   Shaw for informing us and sending a patch.
2550 - Updated French and Polish translations.
2551 - Added missing connection to Smb4KApp::slotQuit() to system tray.
2552 
2553 Smb4K 0.4.1 (2004-08-29):
2554 - Fixed multiple occurrences of workgroups in the browser widget.
2555 - Fixed malfunction when super program was chosen and became deinstalled.
2556 - Fixed handling of passwords with special characters (closes #2146).
2557 - Fixed problems opening shares with Konqueror by moving from
2558   KApplication::invokeBrowser() to KRun.
2559 - Fixed two potential crashes by adding NULL pointers to the return statements
2560   of Smb4KMounter::findShareByName() and Smb4KMounter::findShareByPath().
2561 - Fixed blocking of KDE's logout if the main window was open.
2562 - Added Smb4KCore class as container for all core classes.
2563 - Centralized error message handling in Smb4KCore.
2564 - Added error messages for errors that might occur while trying to mount
2565   a share.
2566 - Added ability to print PS and PDF files directly over the net (closes #1737).
2567   This is still experimental. To have full functionality, you'll have to have
2568   the programs 'dvips' and 'enscript' installed.
2569 - Added error codes to smb4kdefs.h file and ported core classes to use them.
2570 - Added Japanese, Bulgarian and Norwegian translations. Thanks go to Toyohiro
2571   Asukai, Atanas Mavrov and Nils Kristian Tomren for providing them.
2572 - Removed abandoned Russian and Catalan translations.
2573 - Added several codepages (closes #2094).
2574 - Added Smb4KShellIO class, that takes care of all shell IO operations,
2575   that are not connected to mounting and unmounting of shares and network
2576   operations. Moved Smb4KShareTab's shell operations there.
2577 - Printer shares are shown by default.
2578 - Changed default behavior if a WINS server was found: The network instead
2579   of the WINS will be queried to get the browse list.
2580 - Revised the configuration dialog. Most important change is, that the
2581   config dialog does not need that much space anymore.
2582 - Sped up the retrieval of IP addresses in the Smb4KIPFinder class.
2583 - Revised mouse handling in Smb4KShareWidget class.
2584 - Smb4K can detect the IP address also with Samba pre-releases correctly.
2585 - Ported Smb4KScanner, Smb4KBrowserWidget and Smb4KBrowserWidgetItem classes
2586   to use Smb4K*Item containers.
2587 - Revised code in Smb4KPasswdReader class and renamed several functions.
2588 - Rewrote program detection in Smb4KStarter (closes #1861).
2589 - Major revision of Smb4KMounter class. Many functions have been modified
2590   and many bugs fixed.
2591 
2592 Smb4K 0.4.0 (2004-05-02):
2593 - This version REQUIRES KDE 3.2.0 or higher.
2594 - Fixed unmounting of all shares upon exit.
2595 - Fixed several memory leaks (closes #1144).
2596 - Fixed layout problem with Plastik theme in the network tab of the
2597   configuration dialog.
2598 - Fixed unmounting of shares that contain parentheses.
2599 - Added ability to execute mount and umount SUID root. This feature requires
2600   the program super [ftp://ftp.ucolick.org/pub/users/will/].
2601 - Added ability to force the unmounting of dead shares (closes #764). This
2602   feature requires Linux kernel 2.4.11 or later, a recent util-linux package
2603   and the program super.
2604 - Added the ability to bookmark shares (closes #1319).
2605 - Added special handling of 'homes' shares.
2606 - Added system tray icon for the application with the ability to open mounted
2607   shares and to open the configuration dialog. It shows also available
2608   bookmarks.
2609 - With the implementation of the system tray, the application is started
2610   minimized.
2611 - Added support of advanced Samba options (closes #1359 and #1488).
2612 - Added ability to authenticate to master browsers when retrieving browse
2613   lists (closes #1439).
2614 - Added ability to select the program used for network searches (closes #1501).
2615 - Added searching for hosts via IP addresses.
2616 - Added detection, displaying and usage of IP addresses.
2617 - Added user and group information to the "Share" tab.
2618 - Added the ability to allow the user to unmount shares that are not owned by
2619   him/her. This feature is off by default.
2620 - Added "Quit" and "Configure Smb4K..." action to toolbar.
2621 - Added French, Slovak and Spanish translation. Thanks go to Nicolas Ternisien
2622   Michal Sulek and Quique for providing them.
2623 - Revised the Smb4KStarter class: added detection of mandatory programs and
2624   Samba's version; added error message box that reports missing programs;
2625   removed the splash screen; moved the mounting of recently used shares to the
2626   Smb4KMounter class.
2627 - Revised the Smb4KPasswdReader class and removed some bugs.
2628 - Revised the Smb4KShareWidget and Smb4KShareWidgetItem classes.
2629 - Improved the error messages of the configuration dialog.
2630 - Improved the status bar message handling and made Smb4K more communicative.
2631 - Revised the process of handling the list of mounted shares centralizing it
2632   with Smb4KShare
2633 - Moved error dialogs to the core classes.
2634 - Moved desktop entry to category "Utilities".
2635 
2636 Smb4K 0.3.2 (2004-01-16):
2637 - Fixed crash in Smb4KBrowserWidget class (closes #1145).
2638 - Fixed hanging when exiting after long use.
2639 - Fixed generation of wrong address entry after using the combo box to
2640   switch directories in the preview dialog.
2641 - Fixed a bug in search tab, that led to an insertion attempt of a non-existent
2642   share when clicking 'Add' after clearing.
2643 - Fixed handling of passwords containing special characters (closes #1182).
2644 - Fixed compilation error with KDE 3.2 pre-releases.
2645 - Added ability to force the generated subdirectories to be lower case.
2646 - Added weak password obfuscation. NOTE: After the first use the authentication
2647   info won't be usable for prior version of Smb4K.
2648 - Added ability to hide shares that are not owned by the user.
2649 - Added Brazilian Portuguese, Ukrainian, and Hungarian translation. Thanks go
2650   to Giovanni Degani, Ivan Petrouchtchak, and Karoly Barcza for providing them.
2651 - Added ability to navigate through the main window's tabs by pressing the
2652   shortscuts CTRL+1/2/3.
2653 - Added OS and version detection.
2654 - Added credits.
2655 - Added default login (closes #1133).
2656 - Added support for empty passwords (closes #1268 and #1269).
2657 - Removed the preview's info dialog.
2658 - Revised shares view: major feature enhancements and new look.
2659 - Revised the Smb4KMounter class: major improvements and bug fixes.
2660 - Revised the Smb4KScanner class: major improvements and bug fixes.
2661 - Revised share tab.
2662 - Revised network browser widget.
2663 - Revised configuration dialog; renamed and added pages; options will also
2664   be reread when pressing "Apply"; moved some configuration entries.
2665 - Rewrote Smb4KStarter class and added major enhancements.
2666 - Rewrote internal communication infrastructure.
2667 - Renamed some pages of the configuration dialog (and their classes too).
2668 - All buttons now respect KDE's global option "Show icons on buttons".
2669 - Unified error message boxes.
2670 
2671 Smb4K 0.3.1 (2003-11-14):
2672 - Fixed a crash in the browse window.
2673 - Fixed duplicate share entries.
2674 - Added status messages for the mount process.
2675 - Added titles to the pop-up menus.
2676 - Added progress bar to the splash screen.
2677 - Added Chinese (zh_CN) and Russian translation. Thanks go to Nick Chen
2678   and Yudin Stanislav for providing them.
2679 - Added monitoring of selected share to "Share" tab.
2680 - Added ability to open a share by executing it.
2681 - Revised internal communication of the program parts.
2682 - Revised core classes: many changes and bug fixes were done; source
2683   code documentation has been improved.
2684 - Improved the authentication tab of the configuration dialog.
2685 - Improved preview dialog and fixed handling of hidden files/directories.
2686 - Improved error handling of the browse code.
2687 - Improved status bar and added progress bar to it.
2688 - Improved WINS server support.
2689 - The search function now uses nmblookup, which makes it more reliable.
2690 - The "ERRDOS - ERRnoaccess" error message is now respected by the mounter.
2691 - Only one global password reader instance is used.
2692 - And, as always: Some more improvements and minor bug fixes.
2693 
2694 Smb4K 0.3.0a (2003-09-21):
2695 - Fixed crash upon start-up.
2696 
2697 Smb4K 0.3.0 (2003-09-19):
2698 - Fixed faulty checking during mount process.
2699 - Fixed the host-in-wrong-workgroup problem.
2700 - Fixed truncated workgroup entries, if the WINS server was queried.
2701 - Fixed crash, if the user pressed CTRL+U and no share was highlighted.
2702 - Fixed bug in the "Unmount All" routine.
2703 - Fixed bug #765: Shares that contain spaces (e. g. "Shared Files") are
2704   handled correctly.
2705 - Added popup menu to the browser window.
2706 - Added preview of network shares.
2707 - Added authentication dialog.
2708 - Added request buffering to the browse and mount code.
2709 - Added selection of the look-up method.
2710 - Added directory info to "Share" tab; made overall improvements.
2711 - Added type info to the "Network" tab.
2712 - Added nice caption.
2713 - Added Polish translation. Thanks go to Radoslaw Zawartko for providing it.
2714 - Added detection of external mounts/unmounts during program run.
2715 - Improved "splash screen".
2716 - /usr/local/etc (FreeBSD) is searched for smb.conf, too.
2717 - Merged Smb4KSearch and Smb4KScanner core classes.
2718 - Removed KProcess::setEnvironment() stuff from the browse and mount code.
2719   It only caused problems.
2720 - Changed password handling. Passwords for single shares can be defined.
2721   Unfortunaltelly, it is INCOMPATIBLE with the old one. Sorry, folks!
2722 - Scanning for Server and OS info is only done, if it is necessary.
2723 - Clicking onto an empty space in the browser window will hide the entries
2724   in the "Network" tab.
2725 - And, as always: Some more improvements and minor bug fixes.
2726 
2727 Smb4K 0.2.1 (2003-06-28):
2728 - Fixed hanging of Smb4K when exiting via File->Quit.
2729 - Fixed wrong master entry for hosts, that were added by a network search.
2730 - Fixed duplicate workgroup entries.
2731 - Fixed several problems in the browse code.
2732 - Fixed a crash in the "Logins" config tab.
2733 - Improved the "Network" and "Share" tab.
2734 - Improved the share view's popup menu.
2735 - Redesigned the configuartion dialog. Now it complies with KDE standards.
2736 - Added Catalan translation. Many thanks go to Leopold Palomo Avellaneda for
2737   providing it.
2738 - Added Swedish translation.
2739 - Added experimental WINS server support.
2740 - Separated KProcess stuff from the widget classes.
2741 - Login information is stored in a separate file with strict permissions.
2742 - Many more improvements, bug fixes and code clean-ups.
2743 
2744 Smb4K 0.2.0a (2003-06-11):
2745 - Fixed truncated kde_qt_dirs variable in the configure script. The compilation
2746   problems with Red Hat and other distributions should be gone now.
2747 - Fixed a bug in the browse code, that made the browse lists of some hosts
2748   inaccessible under certain circumstances.
2749 - Fixed a bug in the mount routine, that prevented a share from being displayed,
2750   if output appeared on stdout/stderr during mounting.
2751 
2752 Smb4K 0.2.0 (2003-05-31):
2753 - Fixed two bugs, that prevented the "Abort" action from being disabled after a
2754   network scan.
2755 - Fixed the annoying disappearance of the type and comment entries in the
2756   browser window after the configuration dialog was closed.
2757 - Fixed a bug in the "Network" and "Share" tab, that made the entries appear
2758   clustered in the upper left corner.
2759 - Fixed wrong nmblookup command line, that made Smb4K not work with Samba
2760   >=3.0alpha24.
2761 - Added possibility to unmount all shares at once (even on exit).
2762 - Added option to mount recently used shares on start-up.
2763 - Added basic network search.
2764 - Added icons to all tabs.
2765 - Added shortcuts.
2766 - Redesigned the tabs in the configuration dialog.
2767 - The "Network" tab now shows the comment at all times.
2768 - The widget sizes can freely be adjusted and will be restored on start-up.
2769   There are no hard coded values anymore.
2770 - Many other bug fixes, internal changes and code clean-ups.
2771 
2772 Smb4K 0.1.1 (2003-04-20):
2773 - Actions are only enabled, when they are needed.
2774 - New program icon. It comes from the Crystal 0.85 icon set.
2775 - Added explanation to the "Logins" tab of the configuration dialog.
2776 - Labels were shortened and unified.
2777 - Printer shares can be hidden now.
2778 - Added comment to the network info tab. Whether the comment will be shown
2779   depends on your choice in the configuration dialog.
2780 - A few more bug fixes and improvements I can't remember exactly.
2781 
2782 Smb4K 0.1.0 (2003-04-14):
2783 - Initial release.