summaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
...
* Added comment submitted by Frank Varnavas.John Terpstra1997-10-191-1/+31
|
* document -a "append log" optionAndrew Tridgell1997-10-171-0/+7
|
* docs/DIAGNOSIS.txt:John Terpstra1997-10-141-3/+15
| | | | | | | | Added comment right up front about "your server is being unfriendly" type error messages. source/Makefile: Added compile options for RedHat Linux 5.0 series.
* updated the "comment =" entry a bitAndrew Tridgell1997-10-131-9/+10
| | | | updated the fake oplocks entry a bit
* Added Finland ftp mirror (PR#175) (Paul)Samba Release Account1997-10-121-0/+2
|
* JHT ==> Luke, your forgot to change the modified date!John Terpstra1997-10-111-1/+1
|
* updated Sunsite UK. (Paul)Samba Release Account1997-10-111-1/+1
|
* Updated mirrors, combined Sources and Sources&Binaries as our binariesSamba Release Account1997-10-111-24/+13
| | | | | | are now with our sources. Have requested that mirror sites remove the old 'binaries' tree. Paul.
* corrected paragraph giving the impression that samba can be a domain masterLuke Leighton1997-10-101-74/+76
| | | | for multiple workgroups.
* Added in oplock info.Jeremy Allison1997-10-091-12/+27
| | | | Jeremy (jallison@whistle.com)
* Added definition of oplocks parameter.Jeremy Allison1997-10-091-0/+18
| | | | Jeremy (jallison@whistle.com)
* Oops forgot to run the sgml converters that one last time.Samba Release Account1997-10-075-7/+7
| | | | | All done. Paul.
* Removed samba.faq from the docs directory, it was out of date. All FAQs inSamba Release Account1997-10-0714-1187/+506
| | | | | | | | | | | | | docs/faq. Replaced all reference to samba.canberra.edu.au/pub/samba/samba.html with samba.anu.edu.au/samba/ Replaced references to ictinus@lake.canberra.edu.au with ictinus@samba.anu.edu.au Added 3 new mirrors, Greece, Poland, Romania Paul.
* change the semantics of hosts allow/hosts deny so that a globalAndrew Tridgell1997-10-021-4/+5
| | | | | | | | | | | | | | | | | | | | | | | setting applies to all shares regardless of any settings on other shares. This allows us to immediately drop a connection if it does not come from a allowed host, without even parsing the first SMB packet. The next time we get a nasty security hole we can offer people the option of just setting their hosts allow line. If we drop a connection in this way we generate a "Not listening for calling name" response and then exit. add a per share "oplocks" option in smb.conf. I think its important to be able to disable oplocks on a per-share basis as there are occasions then they are definately not wanted, for example when sharing data between a windows box and a unix application. This also allows us to tell people "try disabling oplocks" when diagnosing problems. fix a bug in process_smb(). It was taking the length of the packet from outbuf, not inbuf (this bug was introduced with the oplocks code). Jeremy, I assume this wasn't deliberate?
* Changed consultant list.Jeremy Allison1997-09-301-22/+34
| | | | Jeremy (jallison@whistle.com)
* smbclient.1: Added documentation of the username%password environment code.Jeremy Allison1997-09-192-0/+29
| | | | | smb.conf.5: Added 'username level' docs. Jeremy (jallison@whistle.com)
* Another South American consultant.Jeremy Allison1997-09-191-1/+20
|
* Added documentation for the 'delete veto files' parameter.Jeremy Allison1997-09-171-2/+32
| | | | Jeremy (jallison@whistle.com)
* change the encryption instructions to reflect the fact that the codeAndrew Tridgell1997-09-161-32/+6
| | | | is now built in
* 2 more consultants.Jeremy Allison1997-09-151-2/+40
|
* Added one more consultant.Jeremy Allison1997-09-101-1/+18
|
* updated bit on kill -HUP to make it clear what effect this has, and itsLuke Leighton1997-09-091-9/+19
| | | | limitations.
* One more consultant.Jeremy Allison1997-09-051-2/+21
|
* One more consultant....Jeremy Allison1997-09-031-1/+27
|
* corrected it's (it is) documentation errors, when "its" should beSamba Release Account1997-08-2612-15/+15
| | | | | | being used. lkcl
* added info about _not_ using \\SAMBA_SERVER\HOMES\profile - must useSamba Release Account1997-08-262-26/+27
| | | | | | | | \\SAMBA_SERVER\%U\profile for the profile path. documented default profile path changing to \\%L\%U\profile, so that w95 and NT can use the same profile directory: you cannot use \\%L\%U for NT profiles. lkcl
* More sites for the non-UNIX ports, plus ftp.gwdg.deSamba Release Account1997-08-261-0/+14
|
* Advice about firewalls (step 1) and tcp wrappers (step 8). DanSamba Release Account1997-08-261-1/+10
|
* This file has been moved to MIRRORS.txtSamba Release Account1997-08-261-33/+0
|
* Added new MIRRORS.txt file at Dan's requestSamba Release Account1997-08-261-0/+67
| | | | This is really an updated version of the original 'MIRRORS' file.
* Added draft cversions of the new Samba doco. Dan.Samba Release Account1997-08-2613-0/+3667
|
* From Jacco, unchanged. Destined for Samba-Client-FAQ. DanSamba Release Account1997-08-261-0/+61
|
* JHT ===> Documentation header updates only - inserting/mod Updates date.John Terpstra1997-08-263-2/+3
|
* Way out of date. DanSamba Release Account1997-08-263-249/+0
|
* Minor mods to DOMAIN.txt. In DOMAIN_CONTROL.txt made it clear that a PDC isSamba Release Account1997-08-262-0/+24
| | | | | just one (major:) vendor's idea of domain authentication. Added refs to pwdump where it talks about the SAM. Dan
* More mods to DOMAIN.txt, preparing for meta-FAQ itegration. DanSamba Release Account1997-08-251-7/+11
|
* - clarified dan s's clarifications of the difference between domains andSamba Release Account1997-08-251-43/+90
| | | | | | | | | | | | workgroups (domains are a superset of workgroups: workgroups have no concept of security at all) - updated comments about profiles from conversations with john t, and from samba digest input. this includes the need for encrypted passwords when supporting NT workstation, and enlisting the assistance of an NT server to tell workstations that their profile is on a samba server. lkcl
* Changed DOMAIN.txt to try to explain terms like domain, workgroup,Samba Release Account1997-08-251-6/+35
| | | | | | | | authentication. NT SAM is only one case of many kinds of distributed authorisation database. Domain logons, RAP etc should all work perfectly from NT workstations to Samba servers no matter what username/passwd database lies underneath (once the protocols have been implemented, of course.... :-)
* Renamed from INSTALL.txt. Preparing for new docs structure.Samba Release Account1997-08-251-0/+342
| | | | Dan
* Updated Manifest and DOMAIN.txt to refer to <your OS>_INSTALL.txt andSamba Release Account1997-08-252-343/+1
| | | | | | | describe the nascent new documentation project. Renamed INSTALL.txt to UNIX_INSTALL.txt. Dan
* fix some more references to samba-bugs@anu.edu.au which should beSamba Release Account1997-08-224-9/+9
| | | | | | samba-bugs@samba.anu.edu.au tridge
* fix several references to samba-bugs@anu.edu.au which should be ↵Samba Release Account1997-08-224-4/+4
| | | | samba-bugs@samba.anu.edu.au
* Removed the obsolete comment from the 'strip dot'Samba Release Account1997-08-211-4/+6
| | | | | | option. It isn't :-). Jeremy (jallison@whistle.com)
* JHT ===> Just to complete Tim Small's add-ins.John Terpstra1997-08-212-0/+7
|
* JHT ===> Added a patch from Tim Small (UK)John Terpstra1997-08-212-1/+15
|
* Support.txt: Added two more consultants.Samba Release Account1997-08-202-3/+40
| | | | | smbtar.1: Mentioned it is meant for GNU tar. Jeremy (jallison@whistle.com)
* JHT ===> Added instructions for Windows 95 encrypted password change.John Terpstra1997-08-192-4/+75
|
* JHT ===> Fixed step numbering.John Terpstra1997-08-191-3/+3
|
* Faxing.txt: Updated.Samba Release Account1997-08-122-19/+89
| | | | | Support.txt: Added new consultant. Jeremy (jallison@whistle.com)
* updated to include NT 4.0 Workstation profile setup.Samba Release Account1997-08-101-10/+82
| | | | lkcl