Ignore:
Timestamp:
Jan 5, 2010, 5:55:39 PM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Latest Readme (by HerwigB)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/client-1.5/src/readme.txt

    r276 r357  
    1                            eCS (OS/2) Samba client
    2                            Version _VERSION_
    3                            Build _BUILD_
    4                            _______________________
     1                      Samba Client Plugin for eCS (OS/2)
     2                      Version _VERSION_
     3                      Build _BUILD_
     4                      __________________________________
    55
    66CONTENTS
     
    1010 2. License
    1111 3. Installation
     12 3.1 Netdrive
     13 3.2 EVFS
    1214 4. NDPSMB.DLL usage
     15 4.1 Netdrive
     16 4.2 EVFS
    1317 5. Debugging
    1418 6. Changelog
     
    1822_______________
    1923
    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.
     24Samba is a SMB/CIFS protocols file and print sharing server/client suite
     25originally made for the UNIX world to cooperate with corresponding Windows and
     26eCS (OS/2) servers or clients. eCS (OS/2) has native implementation of SMB/CIFS
     27server/client set - IBM LAN Manager and IBM Peer. These products haven't been
     28updated for a long time and have some compatibility problems with modern
     29Windows SMB/CIFS implementations.
     30
     31This 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
     36eCS (OS/2) Samba client provides seamles access to SMB/CIFS file shares over
     37your network using TCP/IP as the underlying transport protocol.
     38
     39The eCS (OS/2) Samba client consists of one module:
     40   ndpsmb.dll - the NetDrive/EVFS plugin itself.
     41   
     42Releases prior to version 1.5.0 had a second module which is now deprecated:
    3343   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
    3645
    37462. License
     
    3948
    4049Samba 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.
     50the full sourcecode from our SVN repository, please refer to the Samba for
     51eCS (OS/2) Homepage for details about downloading the source.
    4352
    4453The NetDrive plugin is also available with full sourcecode.
     
    58673. Installation
    5968_______________
     69
     70The plugin needs the klibc runtime named libc06*.dll (the innotek gcc runtime
     71DLL) somewhere in your LIBPATH, if it is not there already (It comes with any
     72recent eComStation release).
     73
     743.1 Netdrive
     75____________
    6076
    6177You must have NetDrive 2.2.1 or newer installed prior to installation of this
     
    6480steps:
    6581
    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 
    7082  - 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     
     863.2 EVFS
     87________
     88
     89  - ndpsmb.dll installation :
     90      Put ndpsmb.dll into x:\ecs\dll (where x: is your bootdrive)
     91
     92
     934. NDPSMB.DLL
     94_____________
     95
     964.1. Usage with Netdrive
     97______________________
    7698
    7799NetDrive Samba plugin is used according to general NetDrive usage rules. Read
     
    118140
    119141By 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.
     142resources. If you get access denied (5) errors, try to specify another user
     143and password combination.
     144
     1454.2 Usage with EVFS
     146___________________
     147
     148eComStation comes with a GUI program named EVFSGUI which is even more feature
     149rich than the Netdrive GUI. Refer to the documentaion that comes with eCS.
    122150
    1231515. Debugging
    124152____________
    125153
    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.
     154To produce a logfile please add an empty file called ndpsmb.dbg into the
     155root drive.
     156
     157The logfile is placed to your LOGFILES env path, if available. If the
     158LOGFILES environment variable is missing, the logfile is placed into the
     159Netdrive directory. The logfile is called ndpsmb.log.
    130160
    131161
     
    195225   - fixed free disk space
    196226   - 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.