home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / CONTRIB / SAMBA-1.8 < prev    next >
Encoding:
Text File  |  1995-04-20  |  4.9 KB  |  143 lines

  1. www site
  2.  
  3.         Announcing Samba version 1.8
  4.         ============================
  5.  
  6. What is Samba?
  7. --------------
  8.  
  9. Samba is a Unix based SMB file server. This allows a Unix host to
  10. act as a file and print server for SMB clients. This includes
  11. Lan-Manager compatible clients such as LanManager for DOS, Windows for
  12. Workgroups, Windows NT, OS/2, Pathworks and many more.
  13.  
  14. The package also includes a Unix SMB client and a netbios nameserver.
  15.  
  16. What can it do for me?
  17. ----------------------
  18.  
  19. If you have any PCs running SMB clients, such as a PC running Windows
  20. for Workgroups, then you can mount file space or printers from a unix
  21. host, so that directories, files and printers on the unix host are
  22. available on the PC.
  23.  
  24. The client part of the package will also allow you to attach to other
  25. SMB-based servers (such as windows NT and windows for workgroups) so
  26. that you can copy files to and from your unix host. The client also
  27. allows you to access a SMB printer (such as one attached to an OS/2 or
  28. WfWg server) from Unix, using an entry in /etc/printcap, or by
  29. explicitly specifying the command used to print files.
  30.  
  31. What are it's features?
  32. ------------------------
  33.  
  34. Samba supports many features that are not supported in other SMB
  35. implementations (all of which are commercial). Some of it's features
  36. include host as well as username/password security, a unix client,
  37. automatic home directory exporting, automatic printer exporting, dead
  38. connection timeouts, umask support, guest connections, name mangling
  39. and hidden and system attribute mapping. Look at the man pages
  40. included with the package for a full list of features.
  41.  
  42. What's new since 1.7?
  43. ---------------------
  44.  
  45. Lots of stuff. See the change log and man pages for details.
  46.  
  47. Here's a brief summary:
  48.  
  49. - browsing support in the server and the client (only for WfWg, not NT)
  50. - "net view \\server" support for listing available shares
  51. - "net time \\server" support for setting the PCs date and time
  52. - the client can list the available shares on another lanmanager server
  53. - mangled name support
  54. - long filename support
  55. - print queue support (coreplus and lanman1/lanman2)
  56. - more security options
  57. - thousands of bugfixes :-)
  58. - lots of performance improvements
  59. - improved configuration
  60. - magic scripts (remote command execution)
  61. - plus lots, lots more ...
  62.  
  63. Where can I get a client for my PC?
  64. -----------------------------------
  65.  
  66. There is a free client for MS-DOS based PCs available from
  67. ftp.microsoft.com in the directory Advsys/MSclient/. Please read the
  68. licencing information before downloading. The Windows for Workgroups
  69. client is also very good.
  70.  
  71. What network protocols are supported?
  72. -------------------------------------
  73.  
  74. Currently only TCP/IP is supported. There has been some discussion
  75. about ports to other protocols but nothing is yet available.
  76.  
  77. How much does it cost?
  78. ----------------------
  79.  
  80. Samba software is free software. It is available under the
  81. GNU Public licence in source code form at no cost. Please read the
  82. file COPYING that comes with the package for more information.
  83.  
  84. What flavours of unix does it support?
  85. ---------------------------------------
  86.  
  87. The code has been written to be as portable as possible. It has been
  88. "ported" to many unixes, which mostly required changing only a few
  89. lines of code. It has been run (to my knowledge) on at least these
  90. unixes:
  91.  
  92. Linux, SunOS, Solaris, SVR4, Ultrix, OSF1 (Alpha), AIX, BSDI, NetBSD,
  93. Sequent, HP-UX, SGI, FreeBSD, NeXT, ISC, SCO, Intergraph and DGUX.
  94.  
  95. Some of these have received more testing than others. If it doesn't
  96. work with your unix then it should be easy to fix.
  97.  
  98. Who wrote it?
  99. -------------
  100.  
  101. Many people on the internet have contributed to the development of
  102. Samba. The maintainer and original author is Andrew Tridgell, but
  103. large parts of the package were contributed by several people from all
  104. over the world. Please look at the file `change-log' for information
  105. on who did what bits.
  106.  
  107. Where can I get it?
  108. -------------------
  109.  
  110. The package is available via anonymous ftp from nimbus.anu.edu.au in
  111. the directory pub/tridge/samba/. 
  112.  
  113. What about SMBServer?
  114. ---------------------
  115.  
  116. Samba used to be known as SMBServer, until it was pointed out that
  117. Syntax, who make a commercial Unix SMB based server, have trademarked
  118. that name. The name was then changed to Samba. Also, in 1992 a very
  119. early incarnation of Samba was distributed as nbserver.
  120.  
  121. If you see any copies of nbserver or smbserver on ftp sites please let
  122. me or the ftp archive maintainer know, as I want to get them deleted.
  123.  
  124. Where can I get more info?
  125. ---------------------------
  126.  
  127. Please join the mailing list if you want to discuss the development or
  128. use of Samba. To join the mailing list send mail to
  129. listproc@listproc.anu.edu.au with a body of "subscribe samba Your
  130. Name".
  131.  
  132. There is also an announcement mailing list for new version
  133. announcements. Subscribe as above but with "subscribe samba-announce
  134. Your Name".
  135.  
  136. There is also often quite a bit of discussion about Samba on the
  137. newsgroup comp.protocols.smb.
  138.  
  139.  
  140.  
  141. Andrew Tridgell (Andrew.Tridgell@anu.edu.au)
  142. October 1994
  143.