summaryrefslogtreecommitdiffstats
path: root/docs/docbook
Commit message (Collapse)AuthorAgeFilesLines
...
* | added some new comments to the printing section aboutGerald Carter2001-03-291-24/+67
| | | | | | | | using 'rpcclient setdriver'
* | documentation updates. This includes Andrew's enhanced browsingGerald Carter2001-03-282-1/+38
| | | | | | | | | | | | | | | | | | parameter in HEAD. I do not want to maintain two sets of docs so HEAD-only parameters are flagged in smb.conf. jerry
* | new rpcclient man pageGerald Carter2001-03-191-216/+217
| |
* | small typoGerald Carter2001-03-151-1/+1
| |
* | Hmmm....I thought I already added this...Guess not.Gerald Carter2001-03-141-0/+13
| | | | | | | | Perl script to remove the <URL:...> links from man pages
* | fixed a few typos...but I can't even remember what they were right now...Gerald Carter2001-03-101-1/+1
| |
* | some more checks to ensure that docbook2X is really installedGerald Carter2001-03-102-61/+92
| | | | | | | | and fix a few typos in Makefile.in. Patches from Urban.
* | updates from UrbanGerald Carter2001-03-102-22/+141
| |
* | added 'lanman auth' (new), 'min protocol' from Dave Collier-Brown,Gerald Carter2001-03-081-34/+93
| | | | | | | | | | and 'max protocol' as a more intuitve name for 'protocol'. Code forth coming in a few minutes. :-)
* | added winbind chapterGerald Carter2001-03-081-0/+2
| |
* | new rule for winbind.sgmlGerald Carter2001-03-081-9/+2
| |
* | Tim reminded be about this yesterday. Thanks Tim :-)Gerald Carter2001-03-081-0/+372
| |
* | fixed some typos and clarfied some things. Thanks toGerald Carter2001-03-071-5/+7
| | | | | | | | RSzczesniak@mis.com.pl
* | fixed typoGerald Carter2001-03-071-1/+1
| |
* | perl script for generating articles from the SGML/DocBook chaptersGerald Carter2001-03-071-0/+25
| | | | | | | | in projdoc/*
* | rules for building individual HOWTOsGerald Carter2001-03-073-4/+47
| |
* | updated Samba-HOWTO-Collection articles to reflect authorshipGerald Carter2001-03-068-31/+479
| | | | | | | | by the correct people. Moved ENCRYPTION.txt over. More as I get time.
* | cleanup and fix typosGerald Carter2001-03-052-494/+48
| |
* | rules for Samba-HOWTO-CollectionGerald Carter2001-03-051-2/+12
| |
* | working towards a consoldiated collections of HOWTOsGerald Carter2001-03-056-3/+1452
| |
* | fixed up some contact information after speaking with UrbanGerald Carter2001-03-023-3/+21
| |
* | fixed a few typos and added 'enumports command'Gerald Carter2001-03-021-2/+26
| |
* | added "addprinter command" and "deleteprinter command"Gerald Carter2001-03-021-2/+102
| |
* | added 'code page directory' and 'show add printer wizard'Gerald Carter2001-03-021-242/+302
| |
* | reorded parameter listingGerald Carter2001-03-021-1/+1
| |
* | added 'host msdfs' and 'msdfs root' parametersGerald Carter2001-03-021-4/+49
| |
* | documentedGerald Carter2001-03-021-2/+39
| | | | | | | | | | | | | | max print jobs max smbd processes fixed a few other typos
* | forgot to validate the document before I checked it inGerald Carter2001-03-021-22/+20
| |
* | small cleanupGerald Carter2001-03-021-1/+1
| |
* | verified the default settings for all documented parameters.Gerald Carter2001-03-021-364/+421
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The following parameters from SAMBA_2_2 are not currently documented: addprinter command = code page directory = /usr/local/samba/lib/codepages deleteprinter command = dos filemode = No enumports command = host msdfs = No log level = 2 max print jobs = 1000 max smbd processes = 0 msdfs root = No posix locking = Yes show add printer wizard = Yes total print jobs = 0 vfs object = vfs options = and the following parameters have apparently been removed from the source tree (well I've only come to this conclusion from the output of testparm...needs to be verified in the source). alternate permissions = No (removed) max packet = 65535 (removed) ole locking compatibility (removed) shared mem size (removed)
* | big merge :-) from HEADGerald Carter2001-02-285-5/+5
| |
* | merge from HEADGerald Carter2001-02-281-25/+51
| |
* | reorg of docsGerald Carter2001-02-282-1785/+0
| |
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_2_2'.cvs2svn Import User2001-02-2845-0/+16395
|\|
| * fixed typoGerald Carter2001-02-281-1/+1
| |
| * updated Makefile to generate howto's and the FAQGerald Carter2001-02-281-3/+25
| |
| * added so that it is not necessary for autoconf to be locally installedGerald Carter2001-02-281-0/+1026
| | | | | | | | for CVS users
| * some updates and reorganizationGerald Carter2001-02-282-0/+0
| |
| * more updates and autogenGerald Carter2001-02-272-9/+346
| |
| * another conversionGerald Carter2001-02-271-0/+168
| |
| * DocBook V4.1 DTD so we are all on the same pageGerald Carter2001-02-2615-0/+10680
| |
| * ISO entity files needed for DocBook V4.1 DTDGerald Carter2001-02-2619-0/+1192
| |
| * beginning on consolidating individual text files.Gerald Carter2001-02-262-0/+468
| | | | | | | | Chapter 1 contains UNIX_INSTALL.txt
| * used in AC_INIT(). Contains global entities for DocBook files.Gerald Carter2001-02-261-0/+33
| | | | | | | | Not actually referenced yet. That'll come soon
| * updates to instructionsGerald Carter2001-02-261-0/+16
| |
| * dependencies for individual man pages are handled nowGerald Carter2001-02-262-169/+225
| |
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_2_2'.cvs2svn Import User2001-02-2526-0/+13556
|\|
| * 'make html` is ugly but it works....Gerald Carter2001-02-231-3/+17
| |
| * 'make man' will generate all man pages nowGerald Carter2001-02-231-49/+223
| |
| * couple of updates to remove error message when generatingGerald Carter2001-02-233-12/+12
| | | | | | | | man pages