Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-02-09 | s3-docs: Fix make manpages3. | Karolin Seeger | 1 | -1/+1 | |
Karolin | |||||
2010-01-21 | s3/doc: update vfs_shadow_copy2 man page according to new options | Björn Jacke | 1 | -0/+37 | |
2010-01-20 | s3-docs: Fix typos. | Karolin Seeger | 3 | -3/+3 | |
Thanks to the Debian samba package maintainers <pkg-samba-maint@lists.alioth.debian.org> for providing the patch! Fix bug #7017 (Typos and spelling errors in manpages). Karolin | |||||
2010-01-18 | s3-docs: Add man page for vfs_scannedonly. | Olivier Sessink | 1 | -0/+243 | |
Fix bug #7028. | |||||
2010-01-12 | docs: fix xml tag in the pdbedit manpage | Michael Adam | 1 | -1/+1 | |
Michael | |||||
2010-01-08 | s3-docs: mention -K option in pdbedit manpage. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2010-01-07 | s3-docs: fix eventlogadm manpage typo. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2009-12-23 | doc: update mount.cifs man page with nounix option | Suresh Jayaraman | 1 | -2/+52 | |
Change since last post: - fix build error due to superfluous </para> tag. - ensure it builds fine. Also add a section on INODE NUMBERS that discusses inode numbers more thoroughly and add reference to it in "nounix" and "noserverino" options. Thanks to Jeff Layton for explaining those details. Signed-off-by: Suresh Jayaraman <sjayaraman@suse.de> Signed-off-by: Jeff Layton <jlayton@redhat.com> | |||||
2009-12-23 | s3-docs: mention -M option and remove nonexisting -G option in pdbedit manpage. | Günther Deschner | 1 | -5/+5 | |
Guenther | |||||
2009-12-21 | tdb: Also build and install tdb manpages from standalone tdb. | Jelmer Vernooij | 3 | -3/+3 | |
2009-12-21 | s3-docs: mention long and undocumented option names in rpcclient manpage. | Günther Deschner | 1 | -2/+9 | |
Guenther | |||||
2009-12-21 | s3-docs: mention long and undocumented option names in smbcacls manpage. | Günther Deschner | 1 | -20/+8 | |
Guenther | |||||
2009-12-21 | s3-docs: mention long and undocumented option names in smbclient manpage. | Günther Deschner | 1 | -11/+17 | |
Guenther | |||||
2009-12-21 | s3-docs: mention -O, --stdout in smbget manpage. | Günther Deschner | 1 | -1/+7 | |
Guenther | |||||
2009-12-21 | s3-docs: mention long option names in smbtree manpage. | Günther Deschner | 1 | -3/+3 | |
Guenther | |||||
2009-12-21 | s3-docs: mention long and undocumented option names in pdbedit manpage. | Günther Deschner | 1 | -44/+124 | |
Guenther | |||||
2009-12-18 | s3-docs: mention pam_winbind.conf(5) manpage in pam_winbind(8) manpage. | Günther Deschner | 1 | -1/+5 | |
Guenther | |||||
2009-12-18 | s3-docs: add new pam_winbind.conf(5) manpage. | Günther Deschner | 1 | -0/+190 | |
Guenther | |||||
2009-11-30 | s3:docs: Fix typo in man mount.cifs. | Karolin Seeger | 1 | -1/+1 | |
Fix bug #6844 (wrong credential file format in mount.cifs manpage). Thanks to the Debian Samba package maintainers for reporting! Karolin | |||||
2009-10-27 | s3/docs: Document new pdbedit -K option. | Karolin Seeger | 1 | -0/+10 | |
Karolin | |||||
2009-10-15 | s3/docs: Add missing meta data to man ldbrename. | Karolin Seeger | 1 | -0/+3 | |
Avoid warnings. Karolin | |||||
2009-10-13 | docs: document wbinfo -c. | Günther Deschner | 1 | -0/+9 | |
Guenther | |||||
2009-10-13 | docs: document wbinfo -t --domain DOMAIN behavior. | Günther Deschner | 1 | -1/+3 | |
Guenther | |||||
2009-10-12 | ѕ3: fix domain trust documentation confusion | Björn Jacke | 1 | -2/+10 | |
fix some trusted/trusting mixups, make documentation more precise and man page more verbose. | |||||
2009-10-12 | s3-docs: remove xml artefact from net.8.xml. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2009-09-09 | s3:docs: Add info about how to obtain cifs module in cifs mount helper manpage | Volker Lendecke | 1 | -0/+8 | |
2009-09-08 | s3/docs: Raise version number. | Karolin Seeger | 82 | -82/+82 | |
Karolin | |||||
2009-08-26 | cifs.upcall: make using ip address conditional on new option | Jeff Layton | 1 | -5/+10 | |
Igor Mammedov pointed out that reverse resolving an IP address to get the hostname portion of a principal could open a possible attack vector. If an attacker were to gain control of DNS, then he could redirect the mount to a server of his choosing, and fix the reverse resolution to point to a hostname of his choosing (one where he has the key for the corresponding cifs/ or host/ principal). That said, we often trust DNS for other reasons and it can be useful to do so. Make the code that allows trusting DNS to be enabled by adding --trust-dns to the cifs.upcall invocation. Signed-off-by: Jeff Layton <jlayton@redhat.com> | |||||
2009-08-14 | cifs.upcall: try getting a "cifs/" principal and fall back to "host/" | Jeff Layton | 1 | -2/+2 | |
cifs.upcall takes a "-c" flag that tells the upcall to get a principal in the form of "cifs/hostname.example.com@REALM" instead of "host/hostname.example.com@REALM". This has turned out to be a source of great confusion for users. Instead of requiring this flag, have the upcall try to get a "cifs/" principal first. If that fails, fall back to getting a "host/" principal. Signed-off-by: Jeff Layton <jlayton@redhat.com> | |||||
2009-07-27 | docs: fix typos in the net man page. | Michael Adam | 1 | -3/+3 | |
Noted by Oota Toshiya <t-oota@dh.jp.nec.com> . Michael | |||||
2009-07-08 | docs: flesh out options section of umount.cifs manpage | Shirish Pargaonkar | 1 | -7/+49 | |
Signed-off-by: Shirish Pargaonkar <shirishpargaonkar@gmail.com> Signed-off-by: Jeff Layton <jlayton@redhat.com> | |||||
2009-07-07 | mount.cifs: clarify mapchars option | Shirish Pargaonkar | 1 | -1/+3 | |
Signed-off-by: Shirish Pargaonkar <shirishpargaonkar@gmail.com> Signed-off-by: Jeff Layton <jlayton@redhat.com> | |||||
2009-07-06 | doc: clarify that mount.cifs never uses smb.conf | Suresh Jayaraman | 1 | -0/+8 | |
For some users who are used to smbclient, it is not clear that mount.cifs never uses smb.conf for configuring client specific parameters. So, let's add this information to mount.cifs man page. Signed-off-by: Suresh Jayaraman <sjayaraman@suse.de> | |||||
2009-06-22 | s3: forward MSG_DEBUG from smbd parent to all children | Aravind Srinivasan | 1 | -1/+4 | |
Before 3.3, an smbcontrol debug message sent to the target "smbd" would actually be sent to all running processes including nmbd and winbindd. This behavior was changed in 3.3 so that the "smbd" target would only send a message to the process found in smbd.pid, while the "all" target would send a message to all processes. The ability to set the debug level of all processes within a single daemon, without specifying each pid is quite useful. This was implemented in winbindd in 065760ed. This patch does the same thing for smbd. Upon receiving a MSG_DEBUG the parent smbd will rebroadcast it to all of its children. The printing process has been added to the list of smbd child processes, and we now always track the number of smbd children regardless of the "max smbd processes" setting. | |||||
2009-06-18 | s3/docs: Add documentation for 'net sam rights'. | Karolin Seeger | 1 | -0/+27 | |
This is part of a fix for bug #6328. Karolin | |||||
2009-06-16 | s3-docs: fix typo in pam_winbind.8. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2009-06-15 | Fix the section of the pam_winbind manpage. | Andreas Schneider | 1 | -3/+3 | |
Signed-off-by: Andreas Schneider <mail@cynapses.org> | |||||
2009-06-15 | Move pam_winbind to the right manpage section (8). | Andreas Schneider | 1 | -0/+0 | |
Signed-off-by: Andreas Schneider <mail@cynapses.org> | |||||
2009-06-15 | Dcoument the PAM data exports in the pam_winbind manpage. | Andreas Schneider | 1 | -0/+44 | |
Signed-off-by: Andreas Schneider <mail@cynapses.org> | |||||
2009-06-15 | Document the try_first_pass option in the pam_winbind manpage. | Andreas Schneider | 1 | -5/+8 | |
Signed-off-by: Andreas Schneider <mail@cynapses.org> | |||||
2009-06-15 | Add a synopsis section to the pam_winbind manpage. | Andreas Schneider | 1 | -0/+25 | |
Signed-off-by: Andreas Schneider <mail@cynapses.org> | |||||
2009-06-07 | mount.cifs: update the mount.cifs manpage | Jeff Layton | 1 | -50/+95 | |
Add a new section entitled FILE AND DIRECTORY OWNERSHIP AND PERMISSIONS that attempts to cover information about this topic. Change the uid= and gid= options to refer to that section. Add new varlistentries for forceuid, forcegid and dynperm. Also update the information about how the program behaves when installed as a setuid binary. Signed-off-by: Jeff Layton <jlayton@redhat.com> | |||||
2009-06-03 | Fix bug #2356 - smbclient -t <term code> no longer works. | Jeremy Allison | 1 | -16/+0 | |
Removed code and docs. Jeremy. | |||||
2009-05-27 | Add a smbclient "readlink" command and add docs for it. | Jeremy Allison | 1 | -0/+8 | |
Jeremy. | |||||
2009-05-26 | s3/docs: Fix typo in man idmap_rid. | Karolin Seeger | 1 | -1/+1 | |
Karolin | |||||
2009-05-11 | s3-docs: document "net dom renamecomputer". | Günther Deschner | 1 | -0/+33 | |
Guenther | |||||
2009-05-06 | s3/docs: Remove unnecessary .sp. | Karolin Seeger | 1 | -10/+10 | |
Karolin | |||||
2009-05-06 | s3-docs: Fix Bug #6331. Document "net dom join/net dom unjoin". | Günther Deschner | 1 | -0/+81 | |
Guenther | |||||
2009-05-06 | s3-docs: Fix "net eventlog dump" syntax in manpage. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2009-04-29 | s3-docs: document "net eventlog" in net manpage. | Günther Deschner | 1 | -0/+59 | |
Guenther |