summaryrefslogtreecommitdiffstats
path: root/docs/htmldocs
Commit message (Collapse)AuthorAgeFilesLines
...
* moved rpcclient from section 8 to section 1Gerald Carter2001-02-231-241/+0
|
* more autogen stuffGerald Carter2001-02-232-605/+2051
|
* more updates. Conversion almost done. 2 more man pagesGerald Carter2001-02-233-633/+1336
| | | | (then all the ASCII stuff)
* autogenerated files....Gerald Carter2001-02-233-612/+1612
|
* more auto generated....Gerald Carter2001-02-221-121/+306
|
* make it stop...please, make it stop....Gerald Carter2001-02-222-212/+543
|
* save as we go. More pages done.Gerald Carter2001-02-222-235/+591
|
* while I was at it.....Gerald Carter2001-02-223-0/+550
|
* there is seemingly no end to these man pages....Gerald Carter2001-02-221-86/+209
|
* getting closerGerald Carter2001-02-221-106/+307
| | | | ....
* more updates.....Gerald Carter2001-02-221-88/+231
|
* and some more....Gerald Carter2001-02-221-86/+215
|
* more updates.....Gerald Carter2001-02-221-94/+206
|
* more converted docsGerald Carter2001-02-221-153/+396
|
* generated filesGerald Carter2001-02-221-93/+247
|
* generated man page and html version of smb.conf(5)Gerald Carter2001-02-221-5072/+16146
|
* more autogen files from the latest SGML/DocBook checkinsGerald Carter2001-02-202-583/+1652
|
* autogenated from SGML/DocBook source :-)Gerald Carter2001-02-191-139/+360
| | | | We're on our way.
* Changes from APPLIANCE_HEAD:David O'Neill2001-01-101-2276/+2272
| | | | | | | source/docs/yodldocs/smb.conf.5.yo source/docs/manpages/smb.conf.5 source/docs/htmldocs/smb.conf.5.html - add documentation for "hide local users" config option.
* Merge of documentation updates to HEAD. These got missed somewhere alongDavid O'Neill2001-01-053-1688/+1185
| | | | the way.
* Documentation updates for smbcacls program.Tim Potter2000-12-211-13/+37
|
* Updated smbcacls documentation.Tim Potter2000-12-141-9/+64
|
* First cut at a manual page for smbcacls.Tim Potter2000-12-071-0/+82
|
* added documentation for 'private dir' parameterGerald Carter2000-12-061-2263/+2276
|
* Changes from APPLIANCE_HEAD:David O'Neill2000-12-041-0/+1
| | | | | | - clean up yodl doc for the -U changes, update man and html versions (docs/yodldocs/smbclient.1.yo docs/htmldocs/smbclient.1.html docs/manpages/smbclient.1)
* PDC docs, made from DocBook source, comments ?David Bannon2000-11-282-0/+4253
|
* Added documentation for printer-notify smbcontrol command.Tim Potter2000-11-051-36/+40
|
* Small change to process of joining a domain with samedit.Tim Potter2000-10-221-1/+2
|
* Added documentation for winbind enum users and winbind enum groupsTim Potter2000-10-171-0/+19
| | | | configuration parameters.
* update man page for program changesHerb Lewis2000-10-121-5/+16
|
* new man pagesHerb Lewis2000-09-292-0/+192
|
* Updated manual pages to point at http://lists.samba.org instead of oldTim Potter2000-09-122-31/+22
| | | | listproc address.
* added the -A <authfile> option for allowing the reading of userGerald Carter2000-08-291-211/+225
| | | | | | | | 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-291-0/+241
| | | | | | | | from the man page in TNG. Updated for newer spoolss commands. jerry
* Adding pages oopsed.John Terpstra2000-07-302-0/+221
|
* Adding Using_Samba book back to Samba-pre3.John Terpstra2000-07-30158-0/+27479
|
* Updated documentation for wbinfo and winbindd.Tim Potter2000-06-302-11/+28
|
* Created manpage for wbinfo program.Tim Potter2000-06-132-35/+165
| | | | Misc documentation updates for winbindd manpage.
* Copied across NT_Security documentation from 2.0Tim Potter2000-06-051-0/+254
|
* Someone wrote a man page for smbspool - how nice!Tim Potter2000-06-051-0/+88
|
* Added signal handling section.Tim Potter2000-05-121-10/+28
|
* - added example config section to winbindd man pageAndrew Tridgell2000-05-1218-3555/+3647
| | | | - reran yodldocs with newer version of yodl
* Added mention of the CUPS option for the printing parameterGerald Carter2000-05-121-732/+891
| | | | -jerry
* HTML version of yodl doc.Tim Potter2000-05-121-0/+178
|
* 2nd phase of head branch sync with SAMBA_2_0 - this delets all the files ↵Andrew Tridgell1999-12-133-866/+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-1310-402/+693
|
* yodl updateLuke Leighton1999-11-202-16/+74
|
* yodl update - rpcclientLuke Leighton1999-11-194-8/+613
|
* add description of -P optionHerb Lewis1999-09-281-1/+4
|
* Trying to improve DC location & browsing performance for the average userMatthew Chapman1999-04-111-61/+55
| | | | | | | | | | | | | | | | | | | 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).