Changeset 357 for branches/client-1.5/src
- Timestamp:
- Jan 5, 2010, 5:55:39 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/client-1.5/src/readme.txt
r276 r357 1 eCS (OS/2) Samba client2 3 4 1 Samba Client Plugin for eCS (OS/2) 2 Version _VERSION_ 3 Build _BUILD_ 4 __________________________________ 5 5 6 6 CONTENTS … … 10 10 2. License 11 11 3. Installation 12 3.1 Netdrive 13 3.2 EVFS 12 14 4. NDPSMB.DLL usage 15 4.1 Netdrive 16 4.2 EVFS 13 17 5. Debugging 14 18 6. Changelog … … 18 22 _______________ 19 23 20 Samba is a SMB/CIFS protocols file and print sharing server/client set originaly 21 made for UNIX world to cooperate with corresponding Windows and eCS (OS/2) servers or 22 clients. eCS (OS/2) has native implementation of SMB/CIFS server/client set - IBM LAN 23 Manager and IBM Peer. These products haven't been updated for a long time and 24 have some compatibility problems with modern Windows SMB/CIFS implementations. 25 26 This package is the eCS (OS/2) port of Samba client made as the plugin to 27 NetDrive - a well known virtual file system for eCS (OS/2). eCS (OS/2) Samba client provides 28 seamles access to SMB/CIFS file shares over your network using TCP/IP as the 29 underlying transport protocol. 30 31 The eCS (OS/2) Samba client consists of two modules: 32 ndpsmb.dll - the NetDrive plugin itself. 24 Samba is a SMB/CIFS protocols file and print sharing server/client suite 25 originally made for the UNIX world to cooperate with corresponding Windows and 26 eCS (OS/2) servers or clients. eCS (OS/2) has native implementation of SMB/CIFS 27 server/client set - IBM LAN Manager and IBM Peer. These products haven't been 28 updated for a long time and have some compatibility problems with modern 29 Windows SMB/CIFS implementations. 30 31 This package is the eCS (OS/2) port of Samba client made as the plugin for 32 33 - NetDrive - a well known virtual file system for eCS (OS/2) or 34 - EVFS - the eComStation Virtual Filesystem for SMB. 35 36 eCS (OS/2) Samba client provides seamles access to SMB/CIFS file shares over 37 your network using TCP/IP as the underlying transport protocol. 38 39 The eCS (OS/2) Samba client consists of one module: 40 ndpsmb.dll - the NetDrive/EVFS plugin itself. 41 42 Releases prior to version 1.5.0 had a second module which is now deprecated: 33 43 smbcd.exe - the Samba client daemon, which actually processes the requests 34 from ndpsmb.dll. (not used anymore since v 1.5.0) 35 44 from ndpsmb.dll 36 45 37 46 2. License … … 39 48 40 49 Samba is freely available under the GNU General Public License. You can get 41 the full sourcecode from our SVN repository, please refer to the Samba for eCS (OS/2)42 Homepage for details about downloading the source.50 the full sourcecode from our SVN repository, please refer to the Samba for 51 eCS (OS/2) Homepage for details about downloading the source. 43 52 44 53 The NetDrive plugin is also available with full sourcecode. … … 58 67 3. Installation 59 68 _______________ 69 70 The plugin needs the klibc runtime named libc06*.dll (the innotek gcc runtime 71 DLL) somewhere in your LIBPATH, if it is not there already (It comes with any 72 recent eComStation release). 73 74 3.1 Netdrive 75 ____________ 60 76 61 77 You must have NetDrive 2.2.1 or newer installed prior to installation of this … … 64 80 steps: 65 81 66 - libc installation :67 Put libc06*.dll included into this package (the innotek gcc runtime dll)68 somewhere in your LIBPATH, if it is not here already.69 70 82 - ndpsmb.dll installation : 71 Run instpl.cmd from this package will place all files to the netdrive plugin directory. 72 73 74 4. NDPSMB.DLL Usage 75 ___________________ 83 Run instpl.cmd from this package will place all files to the netdrive 84 plugin directory. 85 86 3.2 EVFS 87 ________ 88 89 - ndpsmb.dll installation : 90 Put ndpsmb.dll into x:\ecs\dll (where x: is your bootdrive) 91 92 93 4. NDPSMB.DLL 94 _____________ 95 96 4.1. Usage with Netdrive 97 ______________________ 76 98 77 99 NetDrive Samba plugin is used according to general NetDrive usage rules. Read … … 118 140 119 141 By default the 'guest' user with blank password is used to access selected 120 resources. If you get access denied (5) errors, try to specify another user and 121 password combination. 142 resources. If you get access denied (5) errors, try to specify another user 143 and password combination. 144 145 4.2 Usage with EVFS 146 ___________________ 147 148 eComStation comes with a GUI program named EVFSGUI which is even more feature 149 rich than the Netdrive GUI. Refer to the documentaion that comes with eCS. 122 150 123 151 5. Debugging 124 152 ____________ 125 153 126 To produce a logfile please add an empty file called ndpsmb.dbg into the root drive. 127 128 The logfile is placed to your LOGFILES env path, if available. If the LOGFILES env is missing 129 the logfile is placed into the netdrive directory. The logfile is called ndpsmb.log. 154 To produce a logfile please add an empty file called ndpsmb.dbg into the 155 root drive. 156 157 The logfile is placed to your LOGFILES env path, if available. If the 158 LOGFILES environment variable is missing, the logfile is placed into the 159 Netdrive directory. The logfile is called ndpsmb.log. 130 160 131 161 … … 195 225 - fixed free disk space 196 226 - added more return codes in the mount part (for evfsgui) 227 228 v1.5.0 beta2: 229 - update to Samba 3.0.35 client code 230 231 v1.5.0 beta3: 232 - update to Samba 3.0.36 client code 233 - codepage fix for system running 234 non IBM-850 codepages (Ticket #100) 235 236 v1.5.0 beta4: 237 - update to Samba 3.0.37 client code 238 - codepage fix for Ticket #68 239 240 v1.5.0: 241 - Fix memory leak in EA code 242 - Ticket #111
Note:
See TracChangeset
for help on using the changeset viewer.