home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / Linux / Divers / samba-1.9.18p7.tar.gz / samba-1.9.18p7.tar / samba-1.9.18p7 / docs / announce next >
Text File  |  1997-12-20  |  5KB  |  143 lines

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