Changeset 194 for branches/client-1.5/src
- Timestamp:
- May 17, 2009, 10:30:38 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/client-1.5/src/rc/rc.ipf
r189 r194 4 4 :userdoc. 5 5 6 .nameit symbol=nd text='NetDrive for OS/2' 7 .nameit symbol=ndcp text='NetDrive for OS/2 Control Panel' 6 .nameit symbol=os text='eCS (OS/2)' 7 .nameit symbol=nd text='NetDrive for &os.' 8 .nameit symbol=ndcp text='NetDrive for &os. Control Panel' 8 9 .nameit symbol=mp text='mount point' 9 10 .nameit symbol=ressmb text='Samba Resource Properties' 10 11 :title.NetDrive for OS/2 Control Panel Help 11 .nameit symbol=usage text='Usage' 12 .nameit symbol=build text='Samba client for &os. version _VERSION_ build _BUILD_' 13 14 :title.NetDrive for &os. Control Panel Help 12 15 13 16 :docprof toc=123456. 14 17 .****************************************************** 15 16 .****************************************************** 18 :h1.Introduction 19 :p. 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 &os. servers or 22 clients. &os. has a native implementation of SMB/CIFS server/client set - IBM LAN 23 Manager and IBM Peer. These products haven&csq.t been updated for a long time and 24 have some compatibility problems with modern Windows SMB/CIFS implementations. 25 :p. 26 This package is the &os. port of Samba client made as the plugin to &nd. 27 - a well known virtual file system for &os.. &os. Samba client provides 28 seamles access to SMB/CIFS file shares over your network using TCP/IP as the 29 underlying transport protocol. 30 :p. 31 The &os. Samba client consists of two modules&colon. 32 :ul. 33 :li.ndpsmb.dll - the NetDrive plugin itself. 34 :li.smbcd.exe - the Samba client daemon, which actually processes the requests from ndpsmb.dll. (not used anymore since v 1.5.0) 35 :eul. 36 .****************************************************** 37 :h1.License 38 :p. 39 Samba is freely available under the GNU General Public License. You can get 40 the full sourcecode from our SVN repository, please refer to the Samba for &os. Homepage for details about downloading the source. 41 :p. 42 So if you are using our plugin we kindly ask you to support netlabs.org. 43 Please refer to the Samba for &os. Homepage to learn how you can do 44 that! 45 :h2 res=003.Links 46 :p. 47 :ul. 48 :li.Samba for &os. Homepage (http&colon.&slr.&slr.samba.netlabs.org) 49 :li.NetDrive Homepage (http&colon.&slr.&slr.www.blueprintsoftwareworks.com&slr.netdrive) 50 :li.Samba Homepage (http&colon.&slr.&slr.www.samba.org) 51 :eul. 52 .******************************************************* 17 53 HEADING(1,DLG_ID)&ressmb. 18 54 PINDEX(ressmb)&ressmb. 19 :p. 20 The parameters of a SMB FS resource are&colon. 55 :ul. 56 :li.:link reftype=hd res=100.&ressmb.:elink. 57 :li.:link reftype=hd res=101.&usage.:elink. 58 :eul. 59 :h2 res=100.&ressmb. 60 :p. 61 The parameters of a SMB/CIFS FS resource are&colon. 21 62 :parml. 22 63 :pt.Workgroup … … 45 86 46 87 :eparml. 47 :p. 48 .br 49 .br 50 :hp2.To produce a logfile add an empty file called ndpsmb.dbg into the root drive. :ehp2. 51 .br 52 .br 88 .****************************************************** 89 :h2 res=101.&usage. 90 :p. 91 To mount the exact server&csq.s share one need to specify both &csq.server&csq. and 92 &csq.share&csq. parametres, the other parametres are optional. The root path of 93 server&csq.s share will be mounted to the mounting path. 94 :p. 95 If one want to access all server shares, then only the &csq.server&csq., not the &csq.share&csq. 96 parameter, should be specified,the other parametres are optional. The list of 97 server shares will be mounted to the mounting path. 98 :p. 99 If one want to access all servers within the workgroup, then only the &csq.workgroup&csq., 100 not the &csq.server&csq. parameter, should be specified, the other parametres are 101 optional. The list of servers within the specified workgroup will be mounted to 102 the mounting path. 103 :p. 104 If one want to access all available workgroups within one master browser 105 within the network, then only the &csq.master&csq., not the &csq.workgroup&csq. nor the &csq.server&csq. parameter, 106 should be specified, the other parameters are optional. The list of workgroups 107 will be mounted to the mounting path. The &csq.master&csq. workgroup can be any known 108 workgroup in the net. The &csq.master&csq. server should be the master browser for 109 workgroup[s]. 110 :p. 111 By default the &csq.guest&csq. user with blank password is used to access selected 112 resources. If you get access denied errors, try to specify another user and 113 password combination. 114 115 .****************************************************** 116 :h1.Version 117 :p. 118 &build. 119 :h1.Debugging 120 :p. 121 To produce a logfile please add an empty file called ndpsmb.dbg into the root drive. 122 :p. 53 123 The logfile is placed to your LOGFILES env path, if available. If the LOGFILES env is missing 54 124 the logfile is placed into the netdrive directory. The logfile is called ndpsmb.log. 55 .****************************************************** 125 126 .****************************************************** 127 :h1.History 128 :p.History of the Samba client for &nd. 129 :h2 res=001.Version 1.0 130 :p. 131 :ul. 132 :li.beta3 133 :ul. 134 :li.changelog created 135 :li.fixed a bug with several network interfaces on one system 136 :li.fixed a bug with broken cmd.exe builtin commands 137 :li.fixed a bug with wrong dates of new and modified files 138 :li.fixed a bunch of other bugs which are too small to remember ;) 139 :li.smbcd.exe compiled against old tcp/ip stack interface 140 :eul. 141 :li.beta4 142 :ul. 143 :li.fixed errors on write to eCs shares 144 :li.more fixes for wrong dates of files 145 :eul. 146 :li.beta5 147 :ul. 148 :li.added file locking 149 :li.added 64bit file IO (when working with NDFS 2.3+) 150 :li.moved to 3.0.9 samba code. 151 :eul. 152 :li.beta6 153 :ul. 154 :li.fixed set attribute bug introduced in beta 5 155 :li.implemented setnewfilesize function. It may work not on all CIFS servers. 156 :li.added automatic smbcd.exe starting if not started when connecting to CIFS share 157 :li.added 'logfile' and 'loglevel' options to ndpsmb 158 :eul. 159 :li.beta7 160 :ul. 161 :li.moved to libc06b4.dll libc. 162 :eul. 163 :li.beta8 164 :ul. 165 :li.moved back to libc custom build. 166 :li.added EA support 167 :li.a bunch of bugs fixed 168 :eul. 169 :li.beta9 170 :ul. 171 :li.added EA support for DosOpen which was forgotten in beta8 172 :eul. 173 :li.beta10 174 :ul. 175 :li.caching of EA size after file find request 176 :li.moved to libc06b5.dll libc 177 :eul. 178 :li.beta11 179 :ul. 180 :li.moved to libc06r1.dll libc 181 :eul. 182 :li.beta12 183 :ul. 184 :li.NdpRsrcQueryFSAllocate rewritten 185 :li.moved to libc06.dll from GA2 release 186 :eul. 187 :li.beta13 (the lucky one) 188 :ul. 189 :li.moved to libc061.dll from CSD1 release 190 :eul. 191 :li.beta14 192 :ul. 193 :li.moved to libc custom build 194 :eul. 195 :li.GA 196 :ul. 197 :li.changelog was not updated 198 :eul. 199 :eul. 200 :h2 res=002.Version 1.5.0 201 :ul. 202 :li.alpha1 203 :ul. 204 :li.smbdc.exe was implemented within ndpsmb.dll 205 :li.a lot of other changes 206 :eul. 207 :li.beta1 208 :ul. 209 :li.logging feature rewritten 210 :li.fixed free disk space 211 :li.added more return codes in the mount part (for evfsgui) 212 :eul. 213 :eul. 214 .****************************************************** 215 :h1.Credit 216 :ul. 217 :li.Paul Smedley (aka Smedles) 218 :li.Yuri Dario (aka Paperino) 219 :li.Herwig Bauernfeind (aka HerwigB) 220 :li.Silvan Scherrer (aka diver) 221 :li.Alex Taylor (aka AlexT) 222 :li.Nikolay Kolosov (aka nickk) 223 :li.and all we missed 224 :eul. 225 .****************************************************** 226 56 227 :euserdoc.
Note:
See TracChangeset
for help on using the changeset viewer.