• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..13-Aug-201319

Application_Serving.txtH A D13-Aug-20132.1 KiB

BROWSING-Config.txtH A D13-Aug-20139.6 KiB

BROWSING.txtH A D13-Aug-201324.5 KiB

BUGS.txtH A D13-Aug-20135.4 KiB

cifsntdomain.txtH A D13-Aug-201346.9 KiB

CRLF-LF-Conversions.txtH A D13-Aug-2013813

CVS_ACCESS.txtH A D13-Aug-20133.7 KiB

DHCP-Server-Configuration.txtH A D13-Aug-20138.2 KiB

DIAGNOSIS.txtH A D13-Aug-201312.5 KiB

DNIX.txtH A D13-Aug-20131.7 KiB

DOMAIN.txtH A D13-Aug-201321.1 KiB

DOMAIN_CONTROL.txtH A D13-Aug-20135.7 KiB

DOMAIN_MEMBER.txtH A D13-Aug-20135.6 KiB

ENCRYPTION.txtH A D13-Aug-201313.1 KiB

Faxing.txtH A D13-Aug-20136.3 KiB

File-Cacheing.txtH A D13-Aug-20132.8 KiB

GOTCHAS.txtH A D13-Aug-20132.8 KiB

HINTS.txtH A D13-Aug-20137.5 KiB

INSTALL.sambatarH A D13-Aug-2013960

Macintosh_Clients.txtH A D13-Aug-20131.1 KiB

MIRRORS.txtH A D13-Aug-2013132

NetBIOS.txtH A D13-Aug-20137.2 KiB

NT-Guest-Access.txtH A D13-Aug-20132.1 KiB

NT_Security.txtH A D13-Aug-201312.7 KiB

NTDOMAIN.txtH A D13-Aug-20132.5 KiB

OS2-Client-HOWTO.txtH A D13-Aug-20132.7 KiB

Passwords.txtH A D13-Aug-20131.9 KiB

PRINTER_DRIVER.txtH A D13-Aug-20137.8 KiB

Printing.txtH A D13-Aug-20135.7 KiB

PROFILES.txtH A D13-Aug-201315.3 KiB

PROJECTSH A D13-Aug-20133 KiB

README.DCEDFSH A D13-Aug-20132.6 KiB

README.jisH A D13-Aug-20138.4 KiB

README.sambatarH A D13-Aug-20131.1 KiB

Recent-FAQs.txtH A D13-Aug-201311.6 KiB

RoutedNetworks.txtH A D13-Aug-20132.5 KiB

SCO.txtH A D13-Aug-2013808

security_level.txtH A D13-Aug-20135.2 KiB

smbmount.txtH A D13-Aug-20133.6 KiB

SMBTAR.notesH A D13-Aug-20131.7 KiB

Speed.txtH A D13-Aug-201312.7 KiB

Speed2.txtH A D13-Aug-20132.3 KiB

SSLeay.txtH A D13-Aug-201318.8 KiB

Support.txtH A D13-Aug-2013214

Tracing.txtH A D13-Aug-20134 KiB

UNIX-SMB.txtH A D13-Aug-201310.4 KiB

UNIX_INSTALL.txtH A D13-Aug-201312.3 KiB

UNIX_SECURITY.txtH A D13-Aug-20131.9 KiB

Win95.txtH A D13-Aug-20132.9 KiB

WinNT.txtH A D13-Aug-20134.5 KiB

README.DCEDFS

1Contributor:	Jim Doyle <doyle@oec.com>
2Date:		06-02-95
3Status:		Current but needs updating
4
5Subject:	Basic DCE/DFS Support for SAMBA 1.9.13
6=============================================================================
7
8Functionality:
9--------------
10	
11	Per-instance authentication for DCE/DFS.
12 
13Missing Functionality in this Implementation:
14---------------------------------------------
15
16	* No automatic refresh of credentials
17
18	  To do so would not be that hard.. One could simply
19	  stash the clear-text key in memory, spawn a key management
20	  thread to wake up right before credentials expire and
21	  refresh the login context.
22
23	* No UNIX Signals support (SIGCLD, SIGPIPE, SIGHUP, SIGBUS, SIGSEGV)
24
25
26	  There is no support for signal processing in Samba daemons
27	  that need to authenticate with DCE. The explanation for this
28	  is that the smbd is linked against thread-safe libraries in
29	  order to be able to use DCE authentication mechanisms. 
30	  Because smbd uses signal() and fork(), it represents the
31	  worst case scenario for DCE portability. In order
32	  to properly support signals in a forked server environment,
33	  some rework of smbd is needed in order to properly
34	  construct, shutdown and reconstruct asynchronous signal
35	  handling threads and synchronous signal traps across the
36	  parent and child. I have not had contiguous time to work
37	  on it, I expect it to be a weeks worth of work to cleanly
38	  integrate thread-safe signal handing into the code and 
39	  test it. Until I can get to this task, I will leave it up
40	  to someone adventurous enough to engineer it and negotiate
41	  with Andrew to integrate the changes into the mainline branch.
42
43	  The lack of full signal support means that you cannot
44	  rely upon SIGHUP-ing the parent daemon to refresh
45          the configuration data. Likewise, you cannot take advantage
46	  of the builtin SIGBUS/SIGSEGV traps to diagnose failures.
47	  You will have to halt Samba in order to make changes
48	  and then have them take effect.
49
50	  The SMBD server as it stands is suitable to use if you
51	  already have experience with configuring and running
52	  SAMBA.
53
54Tested Platforms:
55-----------------
56
57		HP-UX 9.05 / HP-UX DCE 1.2.1
58		AIX 3.2.5  / AIX DCE/6000 1.3
59		DEC OSF-1 3.0 / DEC DCE 1.3
60
61Building:
62---------
63
64	- Uncomment the the appropriate block in the Makefile
65	  for the platform you wish to build on.
66
67	- Samples of Samba server configuration files for our
68	  DFS environment are included in samples.dcedfs/
69
70
71
72Bugs, Suggestions, etc..
73--------------------------
74
75	Please post them to the mailing list. 
76	That way I will see them and they will become part of 
77	the archives so others can share the knowledge.
78
79

README.sambatar

1Contributor/s:	Martin.Kraemer <Martin.Kraemer@mch.sni.de>
2                and Ricky Poulten (ricky@logcam.co.uk)
3Date:		Unknown - circa 1994
4Status:		Obsoleted - smbtar has been a stable part of Samba
5		since samba-1.9.13
6
7Subject:	Sambatar (now smbtar)
8=============================================================================
9
10This is version 1.4 of my small extension to samba that allows PC shares
11to be backed up directly to a UNIX tape. It only has been tested under
12Solaris 2.3, Linux 1.1.59 and DG/UX 5.4r3.10 with version 1.9.13 of samba.
13
14See the file INSTALL for installation instructions, and
15the man page and NOTES file for some basic usage. Please let me know if you
16have any problems getting it to work under your flavour of Unix.
17
18This is only (yet another) intermediate version of sambatar.
19This version also comes with an extra gift, zen.bas, written in
20microsoft qbasic by a colleague. It is (apparently) based on a 70s
21British sci-fi series known as Blake's 7. If you have any questions
22about this program, or any suggestions (e.g. what about servillan.bas
23?), feel free to mail the author (of zen.bas) greenm@lilhd.logica.com.
24