Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | man pages: Several fixes for man wbinfo. | Karolin Seeger | 2008-09-04 | 1 | -35/+40 |
| | | | | | | | | -Tag replaceables -Fix typos -Unify indentation Karolin | ||||
* | Clarify usage of "force create mode". | Jeremy Allison | 2008-08-28 | 1 | -9/+8 |
| | | | | Jeremy. | ||||
* | Increase the default positive idmap cache time to a week | Volker Lendecke | 2008-08-26 | 1 | -1/+1 |
| | |||||
* | manpages: Add documentation for new 'net rpc vampire' subcommands. | Karolin Seeger | 2008-08-22 | 1 | -0/+13 |
| | | | | Karolin | ||||
* | manpages: Add manpage for "init logon delayed hosts". | Karolin Seeger | 2008-08-22 | 1 | -0/+21 |
| | | | | Karolin | ||||
* | manpages: Add manpage for "init logon delay". | Karolin Seeger | 2008-08-22 | 1 | -0/+15 |
| | | | | Karolin | ||||
* | Here is a re-working of the winbindd | Jeremy Allison | 2008-08-20 | 1 | -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 Allison | 2008-08-18 | 1 | -4/+13 |
| | | | | | and "smbd" to mean the main smb daemon. Update docs to match. Jeremy. | ||||
* | Make the docs actually build | Volker Lendecke | 2008-08-12 | 2 | -5/+5 |
| | | | | Thanks to Karolin for the friendly build service :-) | ||||
* | Document idmap rewrite | Volker Lendecke | 2008-08-12 | 13 | -158/+115 |
| | |||||
* | cifs.upcall: fix manpage and comments | Steve French | 2008-08-05 | 1 | -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 Seeger | 2008-08-05 | 1 | -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 Seeger | 2008-08-05 | 1 | -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 Seeger | 2008-08-01 | 1 | -1/+1 |
| | | | | Karolin | ||||
* | man pages: Fix typos in man smbclient. | Karolin Seeger | 2008-07-29 | 1 | -2/+1 |
| | | | | Karolin | ||||
* | man pages: "printcap name" is a global parameter, not a share specific one. | Karolin Seeger | 2008-07-22 | 1 | -1/+1 |
| | | | | Karolin | ||||
* | Fix link for Using Samba | Alexander Bokovoy | 2008-07-20 | 1 | -1/+1 |
| | |||||
* | Document the streams modules | Volker Lendecke | 2008-07-18 | 2 | -0/+146 |
| | |||||
* | Update the developers documentation for the new vendor version options. | Andreas Schneider | 2008-07-17 | 1 | -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 upcall | Jeremy Allison | 2008-07-16 | 1 | -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 Zauner | 2008-07-16 | 2 | -6/+7 |
| | |||||
* | Revert "Slightly increase the default idmap cache time" | Volker Lendecke | 2008-07-11 | 1 | -1/+1 |
| | | | | This reverts commit 448836d44d0468a74b962ba3c0b7d51de236374f. | ||||
* | docs: fix the specified default of "password server" - it is *, not "". | Michael Adam | 2008-07-10 | 1 | -2/+1 |
| | | | | Michael | ||||
* | docs: fix the net conf section of net(8) to mention "config backend = registry". | Michael Adam | 2008-07-10 | 1 | -1/+3 |
| | | | | Michael | ||||
* | docs: fix VERSION section in the net(8) manpage. | Michael Adam | 2008-07-10 | 1 | -1/+1 |
| | | | | | | It still said for version 3.0 .. Michael | ||||
* | docs: update the section about net conf in the net(8) manpage. | Michael Adam | 2008-07-10 | 1 | -1/+41 |
| | | | | | | The description of the "net conf {get,set,del}includes" commands was missing. Michael | ||||
* | man pages: Add missing whitespace. | Karolin Seeger | 2008-07-10 | 1 | -1/+1 |
| | | | | Karolin | ||||
* | Slightly increase the default idmap cache time | Volker Lendecke | 2008-07-03 | 1 | -1/+1 |
| | |||||
* | Patch from SATOH Fumiyasu <fumiyas@osstech.co.jp> for bug #5202. Re-activate ↵ | Jeremy Allison | 2008-07-03 | 2 | -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 Seeger | 2008-06-23 | 1 | -5/+5 |
| | | | | | | Karolin (cherry picked from commit c7a9c903acbba9c70211e6f3c25964533bbc1622) (cherry picked from commit 62e485eebd8a40b5692caa79bb3ed6108f0b835b) | ||||
* | man pages: Correct version in man winbindd again. | Karolin Seeger | 2008-06-23 | 1 | -1/+1 |
| | | | | | | Karolin (cherry picked from commit ef44968276bfde2fdd3370e2558fb469357414be) (cherry picked from commit 9fd1d784cf6044c5c03cf7ab0f2373e08df64295) | ||||
* | Fixed publishing date info. | John H Terpstra | 2008-06-23 | 1 | -1/+1 |
| | | | | | (cherry picked from commit b96c9d54cfd29ec87d59655839a4136977a98032) (cherry picked from commit e4d03d3aede0cd611283a041eafdcd1e836aad33) | ||||
* | Added TDB File documentation requested by some users. | John H Terpstra | 2008-06-23 | 2 | -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 Terpstra | 2008-06-23 | 1 | -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 Terpstra | 2008-06-23 | 1 | -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 Seeger | 2008-06-17 | 1 | -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 Seeger | 2008-06-12 | 1 | -4/+4 |
| | |||||
* | man pages: Added improvements. | Christoph Zauner | 2008-06-12 | 3 | -6/+11 |
| | |||||
* | man pages: Fix typo in smb.conf section about the 'deleteprinter command'. | Karolin Seeger | 2008-06-12 | 1 | -1/+1 |
| | | | | Karolin | ||||
* | man pages: Fix typos. | Christoph Zauner | 2008-06-12 | 6 | -14/+15 |
| | |||||
* | Samba3-HOWTO: Fix typos. | Christoph Zauner | 2008-06-12 | 3 | -11/+14 |
| | |||||
* | man pages: Don't refer to numbered chapter of the HOWTO collection. | Karolin Seeger | 2008-06-10 | 1 | -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 Seeger | 2008-06-10 | 1 | -2/+3 |
| | | | | | | | This fixes bug #5422. Thanks to the Debian package maintainers for reporting! Karolin | ||||
* | man pages: Fix typo. | Karolin Seeger | 2008-06-09 | 1 | -1/+1 |
| | | | | | Karolin (cherry picked from commit 87bcff8dde4302f7b473933f8fddfb98b3c024db) | ||||
* | man pages: Fix synonyms. | Karolin Seeger | 2008-06-09 | 1 | -0/+3 |
| | | | | Karolin | ||||
* | man pages: Remove wrong synonym. | Karolin Seeger | 2008-06-09 | 1 | -1/+0 |
| | | | | Karolin | ||||
* | Samba3-HOWTO: Add improvements/fixes. | Karolin Seeger | 2008-06-05 | 1 | -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 Seeger | 2008-06-03 | 1 | -0/+22 |
| | | | | Karolin | ||||
* | Remove autogenerated html file form using_samba | Gerald (Jerry) Carter | 2008-05-27 | 1 | -2924/+0 |
| | |||||
* | Adding initial copy of "Using Samba (3rd ed)" | Gerald (Jerry) Carter | 2008-05-27 | 110 | -0/+29486 |
| |