Ignore:
Timestamp:
Jan 5, 2010, 8:55:46 PM (16 years ago)
Author:
Silvan Scherrer
Message:

readme and ipf fixes

Location:
branches/client-1.5/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/client-1.5/src/help/ndpsmb.ipf

    r322 r359  
    99.nameit symbol=ressmb text='Samba Resource Properties'
    1010.nameit symbol=usage text='Usage'
    11 .nameit symbol=build text='Samba client for &os. version <$NDPSMB_VERSION> build <$NDPSMB_BUILD>'
     11.nameit symbol=build text='Samba Client Plugin for &os. version <$NDPSMB_VERSION> build <$NDPSMB_BUILD>'
    1212
    1313:title.NetDrive for &os. Control Panel Help
     
    1717:h1.Introduction
    1818:p.
    19 Samba is a SMB/CIFS protocols file and print sharing server/client set originaly
    20 made for UNIX world to cooperate with corresponding Windows and &os. servers or
     19Samba is a SMB/CIFS protocols file and print sharing server/client suite originaly
     20made for the UNIX world to cooperate with corresponding Windows and &os. servers or
    2121clients. &os. has a native implementation of SMB/CIFS server/client set - IBM LAN
    2222Manager and IBM Peer. These products haven&csq.t been updated for a long time and
    2323have some compatibility problems with modern Windows SMB/CIFS implementations.
    2424: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
     25This 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
    2831underlying transport protocol.
    2932: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)
     33The &os. Samba client consists of one module&colon.
     34:ul.
     35:li.ndpsmb.dll - the NetDrive plugin itself
     36:eul.:p.
     37Releases 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
    3440:eul.
    3541.******************************************************
     
    3844Samba is freely available under the GNU General Public License. You can get
    3945the full sourcecode from our SVN repository, please refer to the Samba for &os. Homepage for details about downloading the source.
     46:p.
     47The NetDrive plugin for &os. is also available with full sourcecode.
    4048:p.
    4149So if you are using our plugin we kindly ask you to support netlabs.org.
     
    6169:parml.
    6270:pt.Workgroup
    63 :pd.Name of workgroup
     71:pd.The name of workgroup to connect to.
    6472
    6573: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.
    6775
    6876:pt.Share
    69 :pd.Name of share to connect to.
     77:pd.The name of server resource (share) to connect to.
    7078
    7179:pt.User
    72 :pd.Name of user to log in.
     80:pd.The name of user to login under.
    7381
    7482:pt.Password
    75 :pd.Password of user.
     83:pd.The password of selected user.
    7684
    7785: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.
    7987
    8088:pt.Mastertype
    8189:pd.0 if 'master' is the name of master server, 1 if 'master' is the name of master workgroup.
    8290
     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
    8394: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.
    8596
    8697:eparml.
     
    89100:p.
    90101To mount the exact server&csq.s share one need to specify both &csq.server&csq. and
    91 &csq.share&csq. parametres, the other parametres are optional. The root path of
     102&csq.share&csq. parameters, the other parameters are optional. The root path of
    92103server&csq.s share will be mounted to the mounting path.
    93104:p.
    94105If 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 parametres are optional. The list of
     106parameter, should be specified,the other parameters are optional. The list of
    96107server shares will be mounted to the mounting path.
    97108:p.
    98109If 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 parametres are
     110not the &csq.server&csq. parameter, should be specified, the other parameters are
    100111optional. The list of servers within the specified workgroup will be mounted to
    101112the mounting path.
     
    121132:p.
    122133The logfile is placed to your LOGFILES env path, if available. If the LOGFILES env is missing
    123 the logfile is placed into the netdrive directory. The logfile is called ndpsmb.log.
     134the logfile is placed into the &nd. directory. The logfile is called ndpsmb.log.
    124135
    125136.******************************************************
    126137:h1.History
    127138: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
    128143:h2 res=001.Version 1.0
    129144:p.
     
    209224:li.fixed free disk space
    210225: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
    211245:eul.
    212246:eul.
  • branches/client-1.5/src/readme.txt

    r357 r359  
    2424Samba is a SMB/CIFS protocols file and print sharing server/client suite
    2525originally 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
     26eCS (OS/2) servers or clients. eCS (OS/2) has a native implementation of SMB/CIFS
    2727server/client set - IBM LAN Manager and IBM Peer. These products haven't been
    2828updated for a long time and have some compatibility problems with modern
     
    3131This package is the eCS (OS/2) port of Samba client made as the plugin for
    3232
    33 - NetDrive - a well known virtual file system for eCS (OS/2) or
     33- NetDrive for eCS (OS/2) - a well known virtual file system for eCS (OS/2) or
    3434- EVFS - the eComStation Virtual Filesystem for SMB.
    3535
     
    120120
    121121To mount the exact server's share one need to specify both 'server' and
    122 'share' parametres, the other parametres are optional. The root path of
     122'share' parameters, the other parameters are optional. The root path of
    123123server's share will be mounted to the mounting path.
    124124
    125125If one want to access all server shares, then only the 'server', not the 'share'
    126 parameter, should be specified,the other parametres are optional. The list of
     126parameter, should be specified,the other parameters are optional. The list of
    127127server shares will be mounted to the mounting path.
    128128
    129129If one want to access all servers within the workgroup, then only the 'workgroup',
    130 not the 'server' parameter, should be specified, the other parametres are
     130not the 'server' parameter, should be specified, the other parameters are
    131131optional. The list of servers within the specified workgroup will be mounted to
    132132the mounting path.
Note: See TracChangeset for help on using the changeset viewer.