summaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* * adding some notes on the wins failover stuffGerald Carter2002-09-303-7/+88
| | | | * fixing some typos after running printing.sgml through ispell
* * working on MakefileGerald Carter2002-09-303-118/+250
| | | | * converting printing internal doc to SGML
* missed one txt rule.Gerald Carter2002-09-301-1/+5
|
* * add the Developers guide to the repositoryGerald Carter2002-09-307-5557/+15969
| | | | | | * fix syntax errors in developer's docs * update Makefile.in to place HTML files in htmldocs & text files in textdocs/
* more updates--printing backend inmterface & Print queue tdb'sGerald Carter2002-09-301-5/+124
|
* more details opn change notificationGerald Carter2002-09-301-9/+80
|
* Added from samba mailing lists. Might help someone one day.John Terpstra2002-09-301-0/+589
|
* This is an initial draft of printing internals. Not done (not reallyGerald Carter2002-09-301-0/+73
| | | | | even started), and not in SGML. Plain ASCII right now, but I'll do some more work on it tomorrow.
* Apply Vance Lankhaars' cifs2002 documentation patch - mostly grammar andJelmer Vernooij2002-09-2719-262/+138
| | | | English typo fixes and updates of documentation
* Do not update manpages directly...Volker Lendecke2002-09-271-1/+10
|
* Doco patch from metze. This reformats the 'ldap ssl' docs, and add doco forAndrew Bartlett2002-09-271-9/+35
| | | | | | the new 'ldap passwd sync' option. Andrew Bartlett
* Ok, getting a bit more ambitious. Stop me, if this is wrong. ;-)Volker Lendecke2002-09-231-2/+7
| | | | | | | | | When creating a group you have to take care of the fact that the underlying unix might not like the group name. This change gets around that problem by giving the add group script the chance to invent a group name. It then must only return the newly created numerical gid. Volker
* Fix typo.Andrew Bartlett2002-09-231-1/+1
|
* Update introduction somewhatJelmer Vernooij2002-09-181-3/+5
|
* Add document on tracing system callsJelmer Vernooij2002-09-151-0/+129
|
* Add reference to CUPS documentation about how to use unix -> windowsJelmer Vernooij2002-09-151-1/+4
| | | | clients using samba
* "disable charset" -> "display charset". oopsJelmer Vernooij2002-09-073-1240/+2683
|
* Put PRINTER_DRIVER back inJelmer Vernooij2002-08-301-0/+240
|
* Remove obsolete documentsJelmer Vernooij2002-08-303-379/+0
|
* paranoid server security defaults to yesAndrew Bartlett2002-08-301-1/+1
|
* Several small fixesJelmer Vernooij2002-08-293-10/+10
|
* Split up documents at chapter level, not at sect1 levelJelmer Vernooij2002-08-293-6/+90
|
* Remove more obsolete documentsJelmer Vernooij2002-08-294-1868/+0
|
* Add cifsntdomainJelmer Vernooij2002-08-292-2/+2929
|
* Add more documents to the developers guideJelmer Vernooij2002-08-297-0/+1743
|
* Remove obsolete questions - Preparing for new up-to-date version of faqJelmer Vernooij2002-08-283-217/+6
|
* Remove obsolete filesJelmer Vernooij2002-08-285-4565/+4466
| | | | Update generated docs
* Remove obsolete text docsJelmer Vernooij2002-08-2819-2776/+0
|
* Remove yodldocs - it has been obsolete since 2.2Jelmer Vernooij2002-08-281-14/+0
|
* Adding new series of text-to-sgml converted files.Jelmer Vernooij2002-08-2810-149/+773
| | | | Removed OS2-Client-HOWTO and put it into Other-Clients.sgml
* There's no MACHINE.SID anymore...Volker Lendecke2002-08-281-4/+11
| | | | Volker
* Merge from 2_2.Volker Lendecke2002-08-281-2/+4
| | | | Volker
* A small type and addition of an example add printer command script.Richard Sharpe2002-08-261-1/+55
|
* Fix some small spelling etc problems in the SGML.Richard Sharpe2002-08-261-2/+2
| | | | Must also add a small tute on adding print queues dynamically with the addprinter command.
* Another speling fixRichard Sharpe2002-08-241-1/+1
|
* Some more minor doco fixes ...Richard Sharpe2002-08-241-6/+6
|
* Your car depreciates in value, while obsolete parameters are deprecated.Richard Sharpe2002-08-241-2/+2
|
* Document -v optionJelmer Vernooij2002-08-212-12/+27
|
* document nisplus samJelmer Vernooij2002-08-212-2/+7
|
* Update generated version of manpagesJelmer Vernooij2002-08-203-750/+1160
|
* New (simpler) documentation system.Jelmer Vernooij2002-08-2043-13515/+111
|
* Strip URL stuff, not only ending in .htmlJelmer Vernooij2002-08-201-1/+1
|
* Remove (broken) indexJelmer Vernooij2002-08-203-6/+2
| | | | don't use underscores in chaptor names (invalid sgml syntax)
* Fix syntax errorsJelmer Vernooij2002-08-191-4/+2
|
* More smb.conf manpage updates:Jelmer Vernooij2002-08-191-23/+194
| | | | | | | | | | | | | | | | | | | | add printer command -> addprinter command delete printer command -> deleteprinter command display charset dos charset hide unwriteable -> hide unwriteable files hostname lookups name cache timeout ntlm auth paranoid server security realm smb ports unicode unix charset wtmp directory wins partners block size vfspath
* Adding documentation for options:Jelmer Vernooij2002-08-191-19/+129
| | | | | | | | | | | add user to group script delete group script ads server delete user from group script disable netbios block size hide unwriteable mangling method
* Update manpage to match to Simo's latest pdbedit changesJelmer Vernooij2002-08-191-2/+12
|
* Add vfstest manpage + fix typo in configureJelmer Vernooij2002-08-193-3/+171
|
* paramater -> parameterJelmer Vernooij2002-08-171-2/+2
|
* Rework the 'guest account get's RID 501' code again...Andrew Bartlett2002-08-171-0/+4
| | | | | | | | | | This moves it right into the passdb subsystem, where we can do this in just one (or 2) places. Due to the fact that this code can be in a tight loop, I've had to make 'guest account' a 'const' paramater, where % macros cannot be used. In any case, if the 'guest account' varies, we are in for some nasty cases in the other code, so it's useful anyway. Andrew Bartlett