summaryrefslogtreecommitdiffstats
path: root/docs-xml
Commit message (Collapse)AuthorAgeFilesLines
* man cifs.upcall: Fix typo, wrap lines.Karolin Seeger2008-09-151-1/+5
| | | | Karolin
* man pages: Several fixes for man wbinfo.Karolin Seeger2008-09-041-35/+40
| | | | | | | | | -Tag replaceables -Fix typos -Unify indentation Karolin (This used to be commit 872defd1d29e1d7a4fc8aba90f689110599444e5)
* Clarify usage of "force create mode".Jeremy Allison2008-08-281-9/+8
| | | | | Jeremy. (This used to be commit 1d252ffd313e0cd6fcb3d7cb2c99f2daf56728c1)
* Increase the default positive idmap cache time to a weekVolker Lendecke2008-08-261-1/+1
| | | | (This used to be commit 60af63675063ad62c0169b9f2094ecfdaa7ca16d)
* manpages: Add documentation for new 'net rpc vampire' subcommands.Karolin Seeger2008-08-221-0/+13
| | | | | Karolin (This used to be commit 8d0a16d8034cd07037b3c7711867280d5fa5b2c8)
* manpages: Add manpage for "init logon delayed hosts".Karolin Seeger2008-08-221-0/+21
| | | | | Karolin (This used to be commit a415244365e32ba18919042ec72b3a281d8c1b0a)
* manpages: Add manpage for "init logon delay".Karolin Seeger2008-08-221-0/+15
| | | | | Karolin (This used to be commit fc5010e6d988939779bcb44e8a460b7b05e7ba9a)
* 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. (This used to be commit 8027197635b988b3dcf9d3d00126a024e768fa62)
* 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. (This used to be commit e415420b086a236be6bcc1e7584bec276a74e457)
* Make the docs actually buildVolker Lendecke2008-08-122-5/+5
| | | | | Thanks to Karolin for the friendly build service :-) (This used to be commit 4bfc7cb662411d245f3ad7613bec8531d9ce3a57)
* Document idmap rewriteVolker Lendecke2008-08-1213-158/+115
| | | | (This used to be commit 4b9132e8bd1b2bc397b657ef07796f44d55f33da)
* 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(-) (This used to be commit 24a93d03c2ca4e718968e2024604e0f398c96659)
* 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 (This used to be commit 8195ca2132cbdba396dc35e9d04d4bdc3a8a666c)
* 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 (This used to be commit 0a93fd2dedfa7fed1ad0b8a5e079bf7be72a4bd5)
* Samba3 HowTo: Fix duplicate chapter id.Karolin Seeger2008-08-011-1/+1
| | | | | Karolin (This used to be commit f67b6fd97e177a527e896861f337c2e70541f697)
* man pages: Fix typos in man smbclient.Karolin Seeger2008-07-291-2/+1
| | | | | Karolin (This used to be commit db843d2faafb3487e3c7df4a3a52d6c71f369e1d)
* man pages: "printcap name" is a global parameter, not a share specific one.Karolin Seeger2008-07-221-1/+1
| | | | | Karolin (This used to be commit 9cde2525560536e16e2dbf991dbeb446260dd0df)
* Fix link for Using SambaAlexander Bokovoy2008-07-201-1/+1
| | | | (This used to be commit 2810dc9e40a0729bc1769c00b51ef24fb5e4ea90)
* Document the streams modulesVolker Lendecke2008-07-182-0/+146
| | | | (This used to be commit ff158a11263fd9fd46131d3451293d8d92fa0cca)
* 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 used to be commit 815383a4178c51311f3c81632a0fa1d19e7098f4)
* 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. (This used to be commit c633f10d9e78327664e6bca51f66756bcf0505a6)
* man pages: Fix typos and add improvements.Christoph Zauner2008-07-162-6/+7
| | | | (This used to be commit 060ff6d8d4e61f3ce89f980182413852cc5719be)
* Revert "Slightly increase the default idmap cache time"Volker Lendecke2008-07-111-1/+1
| | | | | This reverts commit 448836d44d0468a74b962ba3c0b7d51de236374f. (This used to be commit a9b29ab6b7503d6d30553a17219603a4f4cd3df9)
* docs: fix the specified default of "password server" - it is *, not "".Michael Adam2008-07-101-2/+1
| | | | | Michael (This used to be commit d7f759d302612ef9eb0bba022f3b3e1dd433f843)
* docs: fix the net conf section of net(8) to mention "config backend = registry".Michael Adam2008-07-101-1/+3
| | | | | Michael (This used to be commit c2e9d82d9497f0d245a46c5c82ff15306788109e)
* docs: fix VERSION section in the net(8) manpage.Michael Adam2008-07-101-1/+1
| | | | | | | It still said for version 3.0 .. Michael (This used to be commit 93887f2e42bf4e632dab716deda6d2951dbd1f2a)
* 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 (This used to be commit 671988c7b5891deeca23e2305fe101a3be1a44d2)
* man pages: Add missing whitespace.Karolin Seeger2008-07-101-1/+1
| | | | | Karolin (This used to be commit 5ba418d8bd7bd9a678853b23b0928da4f8693bcf)
* Slightly increase the default idmap cache timeVolker Lendecke2008-07-031-1/+1
| | | | (This used to be commit 448836d44d0468a74b962ba3c0b7d51de236374f)
* 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. (This used to be commit e98e080bad2c8b9f038a8f2dffcfeba1d5f392ce)
* Samba3 HOWTO: Remove trailing whitespaces.Karolin Seeger2008-06-231-5/+5
| | | | | | | Karolin (cherry picked from commit c7a9c903acbba9c70211e6f3c25964533bbc1622) (cherry picked from commit 62e485eebd8a40b5692caa79bb3ed6108f0b835b) (This used to be commit f4933b1fac811f9a2f2a35f195d83b8ec6199590)
* 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) (This used to be commit 7e09a1f1c22b4323be910504f77626dda47b5225)
* Fixed publishing date info.John H Terpstra2008-06-231-1/+1
| | | | | | (cherry picked from commit b96c9d54cfd29ec87d59655839a4136977a98032) (cherry picked from commit e4d03d3aede0cd611283a041eafdcd1e836aad33) (This used to be commit 1df1e9fd8cee84391e62e4acd259cb5be9b3d834)
* 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) (This used to be commit e5c2665ef8cb44f1ef1ec16d21358e5f37b81d6b)
* 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) (This used to be commit 09fa3c61d96e218885c9d661ab4855b9c872233f)
* 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) (This used to be commit 5144c1b2d6891ecf5d21a0b3982276bdbcf27960)
* 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 (This used to be commit 797ed744b15c94fa4831d9796b40bb0ab5df55b7)
* man pages: Fix indentation in smb.conf section about 'map readonly'.Karolin Seeger2008-06-121-4/+4
| | | | (This used to be commit 0f0d81a89ae2ebae7d031a3a8633c3a924ebcbae)
* man pages: Added improvements.Christoph Zauner2008-06-123-6/+11
| | | | (This used to be commit 7fecd548af0a21b9644bd70e22a38aaa28777aa0)
* man pages: Fix typo in smb.conf section about the 'deleteprinter command'.Karolin Seeger2008-06-121-1/+1
| | | | | Karolin (This used to be commit 5fa77c216bc43c3558aff3373f74554efdb9210d)
* man pages: Fix typos.Christoph Zauner2008-06-126-14/+15
| | | | (This used to be commit 881eaa26e071a7fde9c6fc5eb42ae122d0ddd490)
* Samba3-HOWTO: Fix typos.Christoph Zauner2008-06-123-11/+14
| | | | (This used to be commit 2391d999eb733bd8d12631478f4318608225cbb6)
* 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 (This used to be commit b6696f4fbfc6aaffceef71c6099b8eaea58c1172)
* 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 (This used to be commit 04e2470e2eeef34362f2893ec062ae16f74c28ed)
* man pages: Fix typo.Karolin Seeger2008-06-091-1/+1
| | | | | | Karolin (cherry picked from commit 87bcff8dde4302f7b473933f8fddfb98b3c024db) (This used to be commit f0b3df1ff0d423be20723968f15b3543969ff769)
* man pages: Fix synonyms.Karolin Seeger2008-06-091-0/+3
| | | | | Karolin (This used to be commit d1ae27ddbe9c30996d2c593a37e65581c3ff482c)
* man pages: Remove wrong synonym.Karolin Seeger2008-06-091-1/+0
| | | | | Karolin (This used to be commit 4951bc8ff1da9bfc79b9b403b420f07299266df6)
* 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 (This used to be commit 497196e713b05901f02a46755bce6a63734dcf4c)
* man pages: Add documentation for new parameter 'ldap connection timeout'.Karolin Seeger2008-06-031-0/+22
| | | | | Karolin (This used to be commit f7bfa1330cef34b1bbe7969bddbce2ff895321ed)
* Remove autogenerated html file form using_sambaGerald (Jerry) Carter2008-05-271-2924/+0
| | | | (This used to be commit 94090f196a400651314530324e86c374f5a05657)