summaryrefslogtreecommitdiff
path: root/docs-xml
AgeCommit message (Collapse)AuthorFilesLines
2008-09-15man cifs.upcall: Fix typo, wrap lines.Karolin Seeger1-1/+5
Karolin
2008-09-04man pages: Several fixes for man wbinfo.Karolin Seeger1-35/+40
-Tag replaceables -Fix typos -Unify indentation Karolin (This used to be commit 872defd1d29e1d7a4fc8aba90f689110599444e5)
2008-08-28Clarify usage of "force create mode".Jeremy Allison1-9/+8
Jeremy. (This used to be commit 1d252ffd313e0cd6fcb3d7cb2c99f2daf56728c1)
2008-08-26Increase the default positive idmap cache time to a weekVolker Lendecke1-1/+1
(This used to be commit 60af63675063ad62c0169b9f2094ecfdaa7ca16d)
2008-08-22manpages: Add documentation for new 'net rpc vampire' subcommands.Karolin Seeger1-0/+13
Karolin (This used to be commit 8d0a16d8034cd07037b3c7711867280d5fa5b2c8)
2008-08-22manpages: Add manpage for "init logon delayed hosts".Karolin Seeger1-0/+21
Karolin (This used to be commit a415244365e32ba18919042ec72b3a281d8c1b0a)
2008-08-22manpages: Add manpage for "init logon delay".Karolin Seeger1-0/+15
Karolin (This used to be commit fc5010e6d988939779bcb44e8a460b7b05e7ba9a)
2008-08-20Here is a re-working of the winbinddJeremy Allison1-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)
2008-08-18Make the change to smbcontrol for "all" to mean broadcast,Jeremy Allison1-4/+13
and "smbd" to mean the main smb daemon. Update docs to match. Jeremy. (This used to be commit e415420b086a236be6bcc1e7584bec276a74e457)
2008-08-12Make the docs actually buildVolker Lendecke2-5/+5
Thanks to Karolin for the friendly build service :-) (This used to be commit 4bfc7cb662411d245f3ad7613bec8531d9ce3a57)
2008-08-12Document idmap rewriteVolker Lendecke13-158/+115
(This used to be commit 4b9132e8bd1b2bc397b657ef07796f44d55f33da)
2008-08-05cifs.upcall: fix manpage and commentsSteve French1-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)
2008-08-05man pages: Improve description of boolean values in smb.conf.5.Karolin Seeger1-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)
2008-08-05man pages: Add documentation about smbclient command "rename".Karolin Seeger1-0/+7
This fixes bug #5268. Thanks to Alexander Franz <a.franz [at] gmx.net> for reporting! Karolin (This used to be commit 0a93fd2dedfa7fed1ad0b8a5e079bf7be72a4bd5)
2008-08-01Samba3 HowTo: Fix duplicate chapter id.Karolin Seeger1-1/+1
Karolin (This used to be commit f67b6fd97e177a527e896861f337c2e70541f697)
2008-07-29man pages: Fix typos in man smbclient.Karolin Seeger1-2/+1
Karolin (This used to be commit db843d2faafb3487e3c7df4a3a52d6c71f369e1d)
2008-07-22man pages: "printcap name" is a global parameter, not a share specific one.Karolin Seeger1-1/+1
Karolin (This used to be commit 9cde2525560536e16e2dbf991dbeb446260dd0df)
2008-07-20Fix link for Using SambaAlexander Bokovoy1-1/+1
(This used to be commit 2810dc9e40a0729bc1769c00b51ef24fb5e4ea90)
2008-07-18Document the streams modulesVolker Lendecke2-0/+146
(This used to be commit ff158a11263fd9fd46131d3451293d8d92fa0cca)
2008-07-17Update the developers documentation for the new vendor version options.Andreas Schneider1-3/+5
Signed-off-by: Andreas Schneider <anschneider@suse.de> Signed-off-by: Stefan Metzmacher <metze@samba.org> (This used to be commit 815383a4178c51311f3c81632a0fa1d19e7098f4)
2008-07-16This patchset comprises a number of cleanups for the cifs upcallJeremy Allison1-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)
2008-07-16man pages: Fix typos and add improvements.Christoph Zauner2-6/+7
(This used to be commit 060ff6d8d4e61f3ce89f980182413852cc5719be)
2008-07-11Revert "Slightly increase the default idmap cache time"Volker Lendecke1-1/+1
This reverts commit 448836d44d0468a74b962ba3c0b7d51de236374f. (This used to be commit a9b29ab6b7503d6d30553a17219603a4f4cd3df9)
2008-07-10docs: fix the specified default of "password server" - it is *, not "".Michael Adam1-2/+1
Michael (This used to be commit d7f759d302612ef9eb0bba022f3b3e1dd433f843)
2008-07-10docs: fix the net conf section of net(8) to mention "config backend = registry".Michael Adam1-1/+3
Michael (This used to be commit c2e9d82d9497f0d245a46c5c82ff15306788109e)
2008-07-10docs: fix VERSION section in the net(8) manpage.Michael Adam1-1/+1
It still said for version 3.0 .. Michael (This used to be commit 93887f2e42bf4e632dab716deda6d2951dbd1f2a)
2008-07-10docs: update the section about net conf in the net(8) manpage.Michael Adam1-1/+41
The description of the "net conf {get,set,del}includes" commands was missing. Michael (This used to be commit 671988c7b5891deeca23e2305fe101a3be1a44d2)
2008-07-10man pages: Add missing whitespace.Karolin Seeger1-1/+1
Karolin (This used to be commit 5ba418d8bd7bd9a678853b23b0928da4f8693bcf)
2008-07-03Slightly increase the default idmap cache timeVolker Lendecke1-1/+1
(This used to be commit 448836d44d0468a74b962ba3c0b7d51de236374f)
2008-07-03Patch from SATOH Fumiyasu <fumiyas@osstech.co.jp> for bug #5202. Re-activate ↵Jeremy Allison2-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)
2008-06-23Samba3 HOWTO: Remove trailing whitespaces.Karolin Seeger1-5/+5
Karolin (cherry picked from commit c7a9c903acbba9c70211e6f3c25964533bbc1622) (cherry picked from commit 62e485eebd8a40b5692caa79bb3ed6108f0b835b) (This used to be commit f4933b1fac811f9a2f2a35f195d83b8ec6199590)
2008-06-23man pages: Correct version in man winbindd again.Karolin Seeger1-1/+1
Karolin (cherry picked from commit ef44968276bfde2fdd3370e2558fb469357414be) (cherry picked from commit 9fd1d784cf6044c5c03cf7ab0f2373e08df64295) (This used to be commit 7e09a1f1c22b4323be910504f77626dda47b5225)
2008-06-23Fixed publishing date info.John H Terpstra1-1/+1
(cherry picked from commit b96c9d54cfd29ec87d59655839a4136977a98032) (cherry picked from commit e4d03d3aede0cd611283a041eafdcd1e836aad33) (This used to be commit 1df1e9fd8cee84391e62e4acd259cb5be9b3d834)
2008-06-23Added TDB File documentation requested by some users.John H Terpstra2-0/+154
(cherry picked from commit 5035311af639336fdc51fa9829e984ff281216f9) (cherry picked from commit a7531f4964ac8f861a41e9fa446e5a3aa69eaaa2) (This used to be commit e5c2665ef8cb44f1ef1ec16d21358e5f37b81d6b)
2008-06-23Clarification that hosts resolution is done by winbind only on IRIX, all ↵John H Terpstra1-1/+1
other systems use libnss_wins.so. (cherry picked from commit 3a8ea6be389bedbcdb5668664d862768c026f669) (cherry picked from commit 8522db2075f8c9e869c6224f2852ce355bba987d) (This used to be commit 09fa3c61d96e218885c9d661ab4855b9c872233f)
2008-06-23Clarification that hosts resolution is done by winbind only on IRIX, all ↵John H Terpstra1-5/+10
other systems use libnss_wins.so. (cherry picked from commit 2a953d6ba252e5ba4e28b7fae5979e7c47fe9bd0) (cherry picked from commit 59bb2b0c9a6397bb0202055d7b00dce30d7bf03b) (This used to be commit 5144c1b2d6891ecf5d21a0b3982276bdbcf27960)
2008-06-17man pages: Move 'smbsh' man page to the examples directory.Karolin Seeger1-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)
2008-06-12man pages: Fix indentation in smb.conf section about 'map readonly'.Karolin Seeger1-4/+4
(This used to be commit 0f0d81a89ae2ebae7d031a3a8633c3a924ebcbae)
2008-06-12man pages: Added improvements.Christoph Zauner3-6/+11
(This used to be commit 7fecd548af0a21b9644bd70e22a38aaa28777aa0)
2008-06-12man pages: Fix typo in smb.conf section about the 'deleteprinter command'.Karolin Seeger1-1/+1
Karolin (This used to be commit 5fa77c216bc43c3558aff3373f74554efdb9210d)
2008-06-12man pages: Fix typos.Christoph Zauner6-14/+15
(This used to be commit 881eaa26e071a7fde9c6fc5eb42ae122d0ddd490)
2008-06-12Samba3-HOWTO: Fix typos.Christoph Zauner3-11/+14
(This used to be commit 2391d999eb733bd8d12631478f4318608225cbb6)
2008-06-10man pages: Don't refer to numbered chapter of the HOWTO collection.Karolin Seeger1-1/+2
This fixes bug #5527. Thanks to the Debian package maintainers for reporting! Karolin (This used to be commit b6696f4fbfc6aaffceef71c6099b8eaea58c1172)
2008-06-10man pages: Fix broken smb.conf section about the 'get quota command'.Karolin Seeger1-2/+3
This fixes bug #5422. Thanks to the Debian package maintainers for reporting! Karolin (This used to be commit 04e2470e2eeef34362f2893ec062ae16f74c28ed)
2008-06-09man pages: Fix typo.Karolin Seeger1-1/+1
Karolin (cherry picked from commit 87bcff8dde4302f7b473933f8fddfb98b3c024db) (This used to be commit f0b3df1ff0d423be20723968f15b3543969ff769)
2008-06-09man pages: Fix synonyms.Karolin Seeger1-0/+3
Karolin (This used to be commit d1ae27ddbe9c30996d2c593a37e65581c3ff482c)
2008-06-09man pages: Remove wrong synonym.Karolin Seeger1-1/+0
Karolin (This used to be commit 4951bc8ff1da9bfc79b9b403b420f07299266df6)
2008-06-05Samba3-HOWTO: Add improvements/fixes.Karolin Seeger1-30/+29
These improvements/fixes were reported by Pete Boyd <petes-bugs@thegoldenear.org> in bug #4203. Karolin (This used to be commit 497196e713b05901f02a46755bce6a63734dcf4c)
2008-06-03man pages: Add documentation for new parameter 'ldap connection timeout'.Karolin Seeger1-0/+22
Karolin (This used to be commit f7bfa1330cef34b1bbe7969bddbce2ff895321ed)
2008-05-27Remove autogenerated html file form using_sambaGerald (Jerry) Carter1-2924/+0
(This used to be commit 94090f196a400651314530324e86c374f5a05657)