Changeset 359 for branches/client-1.5/src
- Timestamp:
- Jan 5, 2010, 8:55:46 PM (16 years ago)
- Location:
- branches/client-1.5/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/client-1.5/src/help/ndpsmb.ipf
r322 r359 9 9 .nameit symbol=ressmb text='Samba Resource Properties' 10 10 .nameit symbol=usage text='Usage' 11 .nameit symbol=build text='Samba clientfor &os. version <$NDPSMB_VERSION> build <$NDPSMB_BUILD>'11 .nameit symbol=build text='Samba Client Plugin for &os. version <$NDPSMB_VERSION> build <$NDPSMB_BUILD>' 12 12 13 13 :title.NetDrive for &os. Control Panel Help … … 17 17 :h1.Introduction 18 18 :p. 19 Samba is a SMB/CIFS protocols file and print sharing server/client s etoriginaly20 made for UNIX world to cooperate with corresponding Windows and &os. servers or19 Samba is a SMB/CIFS protocols file and print sharing server/client suite originaly 20 made for the UNIX world to cooperate with corresponding Windows and &os. servers or 21 21 clients. &os. has a native implementation of SMB/CIFS server/client set - IBM LAN 22 22 Manager and IBM Peer. These products haven&csq.t been updated for a long time and 23 23 have some compatibility problems with modern Windows SMB/CIFS implementations. 24 24 :p. 25 This package is the &os. port of Samba client made as the plugin to &nd. 26 - a well known virtual file system for &os.. &os. Samba client provides 27 seamles access to SMB/CIFS file shares over your network using TCP/IP as the 25 This package is the &os. port of Samba client made as the plugin for&colon. 26 :ul. 27 :li.&nd. - a well known virtual file system for &os. 28 :li.EVFS - the eComStation Virtual Filesystem for SMB 29 :eul.:p. 30 &os. Samba client provides seamles access to SMB/CIFS file shares over your network using TCP/IP as the 28 31 underlying transport protocol. 29 32 :p. 30 The &os. Samba client consists of two modules&colon. 31 :ul. 32 :li.ndpsmb.dll - the NetDrive plugin itself. 33 :li.smbcd.exe - the Samba client daemon, which actually processes the requests from ndpsmb.dll. (not used anymore since v 1.5.0) 33 The &os. Samba client consists of one module&colon. 34 :ul. 35 :li.ndpsmb.dll - the NetDrive plugin itself 36 :eul.:p. 37 Releases prior to version 1.5.0 had a second module which is now deprecated&colon. 38 :ul. 39 :li.smbcd.exe - the Samba client daemon, which actually processes the requests from ndpsmb.dll 34 40 :eul. 35 41 .****************************************************** … … 38 44 Samba is freely available under the GNU General Public License. You can get 39 45 the full sourcecode from our SVN repository, please refer to the Samba for &os. Homepage for details about downloading the source. 46 :p. 47 The NetDrive plugin for &os. is also available with full sourcecode. 40 48 :p. 41 49 So if you are using our plugin we kindly ask you to support netlabs.org. … … 61 69 :parml. 62 70 :pt.Workgroup 63 :pd. Name of workgroup71 :pd.The name of workgroup to connect to. 64 72 65 73 :pt.Server 66 :pd. Name or IP address of server to connect to.74 :pd.The name or IP address of server to connect to. 67 75 68 76 :pt.Share 69 :pd. Name of shareto connect to.77 :pd.The name of server resource (share) to connect to. 70 78 71 79 :pt.User 72 :pd. Name of user to log in.80 :pd.The name of user to login under. 73 81 74 82 :pt.Password 75 :pd. Password ofuser.83 :pd.The password of selected user. 76 84 77 85 :pt.Master 78 :pd. Name of master workgroup or server.86 :pd.the name of 'master' server or workgroup, used to get the list of workgroups when the concrete workgroup and server not specified. 79 87 80 88 :pt.Mastertype 81 89 :pd.0 if 'master' is the name of master server, 1 if 'master' is the name of master workgroup. 82 90 91 :pt.Memlen 92 :pd.The size of shared memory buffer allocated for every connection to SBM/CIFS resources in size of 64k blocks. The higher values could provide better access speed, but consume more memory. 93 83 94 :pt.EA Support 84 :pd. Switches on/off EA support.95 :pd.1 to support eCS (OS/2) Extended Attributes, 0 to not support it. 85 96 86 97 :eparml. … … 89 100 :p. 90 101 To mount the exact server&csq.s share one need to specify both &csq.server&csq. and 91 &csq.share&csq. paramet res, the other parametres are optional. The root path of102 &csq.share&csq. parameters, the other parameters are optional. The root path of 92 103 server&csq.s share will be mounted to the mounting path. 93 104 :p. 94 105 If one want to access all server shares, then only the &csq.server&csq., not the &csq.share&csq. 95 parameter, should be specified,the other paramet res are optional. The list of106 parameter, should be specified,the other parameters are optional. The list of 96 107 server shares will be mounted to the mounting path. 97 108 :p. 98 109 If one want to access all servers within the workgroup, then only the &csq.workgroup&csq., 99 not the &csq.server&csq. parameter, should be specified, the other paramet res are110 not the &csq.server&csq. parameter, should be specified, the other parameters are 100 111 optional. The list of servers within the specified workgroup will be mounted to 101 112 the mounting path. … … 121 132 :p. 122 133 The logfile is placed to your LOGFILES env path, if available. If the LOGFILES env is missing 123 the logfile is placed into the netdrivedirectory. The logfile is called ndpsmb.log.134 the logfile is placed into the &nd. directory. The logfile is called ndpsmb.log. 124 135 125 136 .****************************************************** 126 137 :h1.History 127 138 :p.History of the Samba client for &nd. 139 :ul. 140 :li.:link reftype=hd res=001.Version 1.0:elink. 141 :li.:link reftype=hd res=002.Version 1.5.0:elink. 142 :eul 128 143 :h2 res=001.Version 1.0 129 144 :p. … … 209 224 :li.fixed free disk space 210 225 :li.added more return codes in the mount part (for evfsgui) 226 :eul. 227 :li.beta2 228 :ul. 229 :li.update to Samba 3.0.35 client code 230 :eul. 231 :li.beta3 232 :ul. 233 :li.update to Samba 3.0.36 client code 234 :li.codepage fix for system running non IBM-850 codepages (Ticket #100) 235 :eul. 236 :li.beta4 237 :ul. 238 :li.update to Samba 3.0.37 client code 239 :li.codepage fix for Ticket #68 240 :eul. 241 :li.GA 242 :ul. 243 :li.Fix memory leak in EA code 244 :li.Ticket #111 211 245 :eul. 212 246 :eul. -
branches/client-1.5/src/readme.txt
r357 r359 24 24 Samba is a SMB/CIFS protocols file and print sharing server/client suite 25 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/CIFS26 eCS (OS/2) servers or clients. eCS (OS/2) has a native implementation of SMB/CIFS 27 27 server/client set - IBM LAN Manager and IBM Peer. These products haven't been 28 28 updated for a long time and have some compatibility problems with modern … … 31 31 This package is the eCS (OS/2) port of Samba client made as the plugin for 32 32 33 - NetDrive - a well known virtual file system for eCS (OS/2) or33 - NetDrive for eCS (OS/2) - a well known virtual file system for eCS (OS/2) or 34 34 - EVFS - the eComStation Virtual Filesystem for SMB. 35 35 … … 120 120 121 121 To mount the exact server's share one need to specify both 'server' and 122 'share' paramet res, the other parametres are optional. The root path of122 'share' parameters, the other parameters are optional. The root path of 123 123 server's share will be mounted to the mounting path. 124 124 125 125 If one want to access all server shares, then only the 'server', not the 'share' 126 parameter, should be specified,the other paramet res are optional. The list of126 parameter, should be specified,the other parameters are optional. The list of 127 127 server shares will be mounted to the mounting path. 128 128 129 129 If one want to access all servers within the workgroup, then only the 'workgroup', 130 not the 'server' parameter, should be specified, the other paramet res are130 not the 'server' parameter, should be specified, the other parameters are 131 131 optional. The list of servers within the specified workgroup will be mounted to 132 132 the mounting path.
Note:
See TracChangeset
for help on using the changeset viewer.