summaryrefslogtreecommitdiffstats
path: root/docs-xml
Commit message (Collapse)AuthorAgeFilesLines
* man pages: Several fixes for man wbinfo.Karolin Seeger2008-09-041-35/+40
| | | | | | | | -Tag replaceables -Fix typos -Unify indentation Karolin
* Clarify usage of "force create mode".Jeremy Allison2008-08-281-9/+8
| | | | Jeremy.
* Increase the default positive idmap cache time to a weekVolker Lendecke2008-08-261-1/+1
|
* manpages: Add documentation for new 'net rpc vampire' subcommands.Karolin Seeger2008-08-221-0/+13
| | | | Karolin
* manpages: Add manpage for "init logon delayed hosts".Karolin Seeger2008-08-221-0/+21
| | | | Karolin
* manpages: Add manpage for "init logon delay".Karolin Seeger2008-08-221-0/+15
| | | | Karolin
* Here is a re-working of the winbinddJeremy Allison2008-08-201-0/+15
| | | | | | | | | | | | | | | | | | | | reconnect code to cope with rebooting a DC. This replaces the code I asked Volker to revert. The logic is pretty simple. It adds a new parameter, "winbind reconnect delay", set to 30 seconds by default, which determines how long to wait between connection attempts. To avoid overwhelming the box with DC-probe forked children, the code now keeps track of the DC probe child per winbindd_domain struct and only starts a new one if the existing one has died. I also added a little logic to make sure the dc probe child always sends a message whatever the reason for exit so we will always reschedule another connect attempt. Also added documentation. Jeremy.
* Make the change to smbcontrol for "all" to mean broadcast,Jeremy Allison2008-08-181-4/+13
| | | | | and "smbd" to mean the main smb daemon. Update docs to match. Jeremy.
* Make the docs actually buildVolker Lendecke2008-08-122-5/+5
| | | | Thanks to Karolin for the friendly build service :-)
* Document idmap rewriteVolker Lendecke2008-08-1213-158/+115
|
* cifs.upcall: fix manpage and commentsSteve French2008-08-051-2/+2
| | | | | | | | | | | | The "cifs.resolver" key type has been changed to "dns_resolver". Fix the comments at the top of cifs.upcall and the manpage accordingly. Signed-off-by: Jeff Layton <jlayton@redhat.com> Signed-off-by: Steve French <sfrench@samba.org> --- docs-xml/manpages-3/cifs.upcall.8.xml | 4 ++-- source/client/cifs.upcall.c | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-)
* man pages: Improve description of boolean values in smb.conf.5.Karolin Seeger2008-08-051-1/+1
| | | | | | | | This fixes bug #5378. Thanks Morton K. Poulsen <morten+bugzilla.samba.org [at] afdelingp.dk> for reporting! Karolin
* man pages: Add documentation about smbclient command "rename".Karolin Seeger2008-08-051-0/+7
| | | | | | | This fixes bug #5268. Thanks to Alexander Franz <a.franz [at] gmx.net> for reporting! Karolin
* Samba3 HowTo: Fix duplicate chapter id.Karolin Seeger2008-08-011-1/+1
| | | | Karolin
* man pages: Fix typos in man smbclient.Karolin Seeger2008-07-291-2/+1
| | | | Karolin
* man pages: "printcap name" is a global parameter, not a share specific one.Karolin Seeger2008-07-221-1/+1
| | | | Karolin
* Fix link for Using SambaAlexander Bokovoy2008-07-201-1/+1
|
* Document the streams modulesVolker Lendecke2008-07-182-0/+146
|
* Update the developers documentation for the new vendor version options.Andreas Schneider2008-07-171-3/+5
| | | | | Signed-off-by: Andreas Schneider <anschneider@suse.de> Signed-off-by: Stefan Metzmacher <metze@samba.org>
* This patchset comprises a number of cleanups for the cifs upcallJeremy Allison2008-07-161-0/+115
| | | | | | | | | | | | | | binary. The biggest change is that it renames it from cifs.spnego to cifs.upcall since the cifs.spnego name really isn't applicable anymore. It also fixes a segfault when the program is run without any args and adds a manpage. Comments and/or suggestions appreciated. This set should apply cleanly to the 3.3 test branch. Signed-off-by: Jeff Layton <jlayton@redhat.com> Jeremy.
* man pages: Fix typos and add improvements.Christoph Zauner2008-07-162-6/+7
|
* Revert "Slightly increase the default idmap cache time"Volker Lendecke2008-07-111-1/+1
| | | | This reverts commit 448836d44d0468a74b962ba3c0b7d51de236374f.
* docs: fix the specified default of "password server" - it is *, not "".Michael Adam2008-07-101-2/+1
| | | | Michael
* docs: fix the net conf section of net(8) to mention "config backend = registry".Michael Adam2008-07-101-1/+3
| | | | Michael
* docs: fix VERSION section in the net(8) manpage.Michael Adam2008-07-101-1/+1
| | | | | | It still said for version 3.0 .. Michael
* docs: update the section about net conf in the net(8) manpage.Michael Adam2008-07-101-1/+41
| | | | | | The description of the "net conf {get,set,del}includes" commands was missing. Michael
* man pages: Add missing whitespace.Karolin Seeger2008-07-101-1/+1
| | | | Karolin
* Slightly increase the default idmap cache timeVolker Lendecke2008-07-031-1/+1
|
* Patch from SATOH Fumiyasu <fumiyas@osstech.co.jp> for bug #5202. Re-activate ↵Jeremy Allison2008-07-032-10/+13
| | | | | | | "acl group control" parameter and make it only apply to owning group. Also added man page fix. Jeremy.
* Samba3 HOWTO: Remove trailing whitespaces.Karolin Seeger2008-06-231-5/+5
| | | | | | Karolin (cherry picked from commit c7a9c903acbba9c70211e6f3c25964533bbc1622) (cherry picked from commit 62e485eebd8a40b5692caa79bb3ed6108f0b835b)
* man pages: Correct version in man winbindd again.Karolin Seeger2008-06-231-1/+1
| | | | | | Karolin (cherry picked from commit ef44968276bfde2fdd3370e2558fb469357414be) (cherry picked from commit 9fd1d784cf6044c5c03cf7ab0f2373e08df64295)
* Fixed publishing date info.John H Terpstra2008-06-231-1/+1
| | | | | (cherry picked from commit b96c9d54cfd29ec87d59655839a4136977a98032) (cherry picked from commit e4d03d3aede0cd611283a041eafdcd1e836aad33)
* Added TDB File documentation requested by some users.John H Terpstra2008-06-232-0/+154
| | | | | (cherry picked from commit 5035311af639336fdc51fa9829e984ff281216f9) (cherry picked from commit a7531f4964ac8f861a41e9fa446e5a3aa69eaaa2)
* Clarification that hosts resolution is done by winbind only on IRIX, all ↵John H Terpstra2008-06-231-1/+1
| | | | | | | other systems use libnss_wins.so. (cherry picked from commit 3a8ea6be389bedbcdb5668664d862768c026f669) (cherry picked from commit 8522db2075f8c9e869c6224f2852ce355bba987d)
* Clarification that hosts resolution is done by winbind only on IRIX, all ↵John H Terpstra2008-06-231-5/+10
| | | | | | | other systems use libnss_wins.so. (cherry picked from commit 2a953d6ba252e5ba4e28b7fae5979e7c47fe9bd0) (cherry picked from commit 59bb2b0c9a6397bb0202055d7b00dce30d7bf03b)
* man pages: Move 'smbsh' man page to the examples directory.Karolin Seeger2008-06-171-164/+0
| | | | | | | | | smbsh.c is located in the examples directory. It does not make sense to install a man page without installing the tool itself. This fixes bug #4724. Karolin
* man pages: Fix indentation in smb.conf section about 'map readonly'.Karolin Seeger2008-06-121-4/+4
|
* man pages: Added improvements.Christoph Zauner2008-06-123-6/+11
|
* man pages: Fix typo in smb.conf section about the 'deleteprinter command'.Karolin Seeger2008-06-121-1/+1
| | | | Karolin
* man pages: Fix typos.Christoph Zauner2008-06-126-14/+15
|
* Samba3-HOWTO: Fix typos.Christoph Zauner2008-06-123-11/+14
|
* man pages: Don't refer to numbered chapter of the HOWTO collection.Karolin Seeger2008-06-101-1/+2
| | | | | | | This fixes bug #5527. Thanks to the Debian package maintainers for reporting! Karolin
* man pages: Fix broken smb.conf section about the 'get quota command'.Karolin Seeger2008-06-101-2/+3
| | | | | | | This fixes bug #5422. Thanks to the Debian package maintainers for reporting! Karolin
* man pages: Fix typo.Karolin Seeger2008-06-091-1/+1
| | | | | Karolin (cherry picked from commit 87bcff8dde4302f7b473933f8fddfb98b3c024db)
* man pages: Fix synonyms.Karolin Seeger2008-06-091-0/+3
| | | | Karolin
* man pages: Remove wrong synonym.Karolin Seeger2008-06-091-1/+0
| | | | Karolin
* Samba3-HOWTO: Add improvements/fixes.Karolin Seeger2008-06-051-30/+29
| | | | | | | These improvements/fixes were reported by Pete Boyd <petes-bugs@thegoldenear.org> in bug #4203. Karolin
* man pages: Add documentation for new parameter 'ldap connection timeout'.Karolin Seeger2008-06-031-0/+22
| | | | Karolin
* Remove autogenerated html file form using_sambaGerald (Jerry) Carter2008-05-271-2924/+0
|
* Adding initial copy of "Using Samba (3rd ed)"Gerald (Jerry) Carter2008-05-27110-0/+29486
|