summaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Placeholder for some forthcoming documentationGerald Carter2000-09-141-0/+7
| | | | jerry
* Added a gew more mods by Patrick Powell (lprng guy)Gerald Carter2000-09-141-5/+22
| | | | jerry
* First draft of new printing doc describing the SPOOLSS support in theGerald Carter2000-09-141-0/+290
| | | | | | | | | | upcoming 2.2.0 release. Needs some other eyes to review it. :-) jerry
* Updated manual pages to point at http://lists.samba.org instead of oldTim Potter2000-09-126-81/+60
| | | | listproc address.
* added the -A <authfile> option for allowing the reading of userGerald Carter2000-08-293-213/+265
| | | | | | | | name and password credentials from a file. Designed for use when needed to passwd credentials between scripts --jerry
* first draft at rpcclient man page for HEAD branch. Taken heavilyGerald Carter2000-08-293-0/+744
| | | | | | | | from the man page in TNG. Updated for newer spoolss commands. jerry
* fixed typos spotted by Ron Alexander <rcalex@home.com>Gerald Carter2000-08-282-2/+2
| | | | --jerry
* Updated by Patrick Powell <papowell@lprng.org>John Terpstra2000-08-121-106/+195
|
* add printer admin docsAndrew Tridgell2000-08-091-26/+16
|
* Added my course notes. Had asked Jeremy some weeks ago.Volker Lendecke2000-08-043-0/+2804
| | | | | | It's german language, feel free to remove it again. Volker
* Adding pages oopsed.John Terpstra2000-07-302-0/+221
|
* Adding Using_Samba book back to Samba-pre3.John Terpstra2000-07-30158-0/+27479
|
* Adding missing man pages.John Terpstra2000-07-302-0/+185
|
* Adding missing smbsh.1 man page source.John Terpstra2000-07-301-0/+87
|
* Updated documentation for wbinfo and winbindd.Tim Potter2000-06-306-33/+92
|
* Created manpage for wbinfo program.Tim Potter2000-06-136-101/+501
| | | | Misc documentation updates for winbindd manpage.
* Copied across NT_Security documentation from 2.0Tim Potter2000-06-053-0/+850
|
* Someone wrote a man page for smbspool - how nice!Tim Potter2000-06-053-0/+261
|
* Added signal handling section.Tim Potter2000-05-123-30/+97
|
* - added example config section to winbindd man pageAndrew Tridgell2000-05-1237-3699/+4010
| | | | - reran yodldocs with newer version of yodl
* Added mention of the CUPS option for the printing parameterGerald Carter2000-05-123-823/+1216
| | | | -jerry
* Manpage version of yodl doc.Tim Potter2000-05-121-0/+199
|
* HTML version of yodl doc.Tim Potter2000-05-121-0/+178
|
* Changed all references of ntdom to winbind.Tim Potter2000-05-121-5/+6
|
* Added winbindd parameters to smb.conf documentation.Tim Potter2000-05-081-0/+80
|
* Initial version of winbindd manual page.Tim Potter2000-05-081-0/+217
|
* samba-bugs -> samba.Jeremy Allison2000-03-3017-112/+185
| | | | Jeremy.
* Updated docs for "inherit permissions" fix.Jeremy Allison2000-01-141-3/+48
| | | | Jeremy.
* Added utmp fix from David Lee <T.D.Lee@durham.ac.uk>.Jeremy Allison2000-01-122-1/+38
| | | | Jeremy.
* Fix minor typos in the yodl for smb.conf.5 and fix minor English problems :-)Richard Sharpe2000-01-081-2/+2
|
* the -i options are gone from nmbd and smbd - use the smb.confAndrew Tridgell2000-01-072-18/+2
| | | | | | | parameter "netbios scope" instead -i is still available in the command line utils, as these may be used to contact another scope
* added "netbios scope" docsAndrew Tridgell2000-01-071-0/+8
|
* 2nd phase of head branch sync with SAMBA_2_0 - this delets all the files ↵Andrew Tridgell1999-12-1312-3708/+0
| | | | that were in the head branch but weren't in SAMBA_2_0
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-1374-1686/+2776
|
* adding bits about SAM database security, and what the SAM commands areLuke Leighton1999-11-201-5/+30
| | | | actually for.
* explicit reference to tell people that rpcclient doesn't work withLuke Leighton1999-11-201-0/+5
| | | | | Windows 95. i can just imagine some people saying "it dunna wurk on my box at home", and me having to reply, "i dunna care".
* yodl updateLuke Leighton1999-11-204-32/+156
|
* oops.Luke Leighton1999-11-201-1/+1
|
* adding some command descriptions behind the rpcclient commands.Luke Leighton1999-11-201-14/+75
|
* yodl update - rpcclientLuke Leighton1999-11-199-16/+2065
|
* added an rpcclient man page. wow!Luke Leighton1999-11-193-5/+789
|
* Fixed typo in automatic printer install share name.Tim Potter1999-11-081-2/+1
| | | | | Removed confusing 'writeable = no' parameter from example [printers] entry.
* According to params/loadparm.c, the "case sensitive", "casesignames",Tim Potter1999-10-151-3/+3
| | | | | and "short preserve case" name mangling parameters are local options but the documentation says they are globals.
* add description of -P optionHerb Lewis1999-09-283-3/+14
|
* Fixed quoting/escaping bug in example code.Tim Potter1999-08-021-1/+1
|
* add Windows 2000 version of Plain Text Password registry entryHerb Lewis1999-07-161-0/+11
|
* Trying to improve DC location & browsing performance for the average userMatthew Chapman1999-04-113-133/+125
| | | | | | | | | | | | | | | | | | | who doesn't know what an LMB or DMB is. * check_master_browser_exists now performs the check the first time around, so if there is indeed no master browser then Samba takes up the job much faster. * Upped default OS level to 32. There is no reason why some stupid little Windows box should become LMB instead of a Samba *server*. * "domain master" now defaults to "auto". Currently this attempts to become DMB iff Samba is the PDC (ala Windows NT). "preferred master" also defaults to "auto", which enables preferred master iff Samba is DMB. * lp_server_role now just returns the predetermined role, rather than working it out each time, since the server role is becoming very heavily used (esp for the BDC code).
* Put this back after it dropped off.John Terpstra1999-04-091-0/+51
|
* Documentation for VFS construction.Tim Potter1999-04-051-0/+9
|
* referred reader to NT Domain FAQ for more info (copy of update to 2.0)Gerald Carter1999-02-251-109/+10
|