summaryrefslogtreecommitdiffstats
path: root/docs-xml/manpages-3
Commit message (Collapse)AuthorAgeFilesLines
...
* Add a synopsis section to the pam_winbind manpage.Andreas Schneider2009-06-151-0/+25
| | | | Signed-off-by: Andreas Schneider <mail@cynapses.org>
* mount.cifs: update the mount.cifs manpageJeff Layton2009-06-071-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>
* Fix bug #2356 - smbclient -t <term code> no longer works.Jeremy Allison2009-06-031-16/+0
| | | | | Removed code and docs. Jeremy.
* Add a smbclient "readlink" command and add docs for it.Jeremy Allison2009-05-271-0/+8
| | | | Jeremy.
* s3/docs: Fix typo in man idmap_rid.Karolin Seeger2009-05-261-1/+1
| | | | Karolin
* s3-docs: document "net dom renamecomputer".Günther Deschner2009-05-111-0/+33
| | | | Guenther
* s3/docs: Remove unnecessary .sp.Karolin Seeger2009-05-061-10/+10
| | | | Karolin
* s3-docs: Fix Bug #6331. Document "net dom join/net dom unjoin".Günther Deschner2009-05-061-0/+81
| | | | Guenther
* s3-docs: Fix "net eventlog dump" syntax in manpage.Günther Deschner2009-05-061-1/+1
| | | | Guenther
* s3-docs: document "net eventlog" in net manpage.Günther Deschner2009-04-291-0/+59
| | | | Guenther
* s3:docs: document the --request-timeout option of netStefan Metzmacher2009-04-171-0/+9
| | | | metze
* s3-docs: document warn_pwd_expire pam_winbind option in manpage.Günther Deschner2009-04-171-1/+8
| | | | | | Andreas, please check. Guenther
* s3/docs: Raise version number up to 3.5.Karolin Seeger2009-04-0782-82/+82
| | | | Karolin
* s3/docs: Fix typo.Karolin Seeger2009-04-071-1/+1
| | | | Karolin
* Document the dirsort moduleVolker Lendecke2009-03-221-0/+69
|
* fix some typosBjörn Jacke2009-03-191-3/+3
| | | | Signed-off-by: Michael Adam <obnox@samba.org>
* Add a vfs_preopen module to hide fs latenciesVolker Lendecke2009-03-101-0/+115
|
* s3/docs: Fix typo in man mount.cifs.Karolin Seeger2009-02-231-1/+1
| | | | | | Thanks to Tobias Stoeckmann for reporting! Karolin
* For some unknown reason ldbrename was not being built in samba3.Simo Sorce2009-02-221-0/+107
|
* s3/docs: Add hint about getfattr in man vfs_acl_xattr.Karolin Seeger2009-02-201-0/+9
| | | | Karolin
* s3/docs: Add man vfs_acl_tdb.Karolin Seeger2009-02-201-0/+66
| | | | Karolin
* s3/docs: Add man vfs_acl_xattr.Karolin Seeger2009-02-201-0/+61
| | | | Karolin
* docs: extend the example in the idmp_rid manpage to configure 2 domains with ridMichael Adam2009-02-171-1/+13
| | | | Michael
* docs: extend the idmap_rid manpageMichael Adam2009-02-171-5/+24
| | | | Michael
* Enable total anonymization in vfs_smb_traffic_analyzer, by mapping any user ↵Holger Hetterich2009-02-131-0/+11
| | | | names to the one given by anonymize_prefix, without generating a hash number. This setting is optional and is compatible with the module configuration format of Samba 3.3.
* docs: Add man sharesec.Karolin Seeger2009-02-091-0/+220
| | | | Karolin
* docs: fix two typos in the mount.cifs manpageMichael Adam2009-02-061-2/+2
| | | | Michael
* s3-docs: add documentation for dump option of eventlogadm.Günther Deschner2009-02-031-0/+26
| | | | Guenther
* docs: Describe "service" in man mount.cifs.Karolin Seeger2009-02-021-4/+7
| | | | | | | | This fixes bug #5346. Thanks to the Debian Samba package maintainers for reporting and providing a patch! Karolin
* s3-docs: fix typo in eventlogadm manpage.Günther Deschner2009-01-301-2/+2
| | | | Guenther
* docs: Add manpage for vfs_shadow_copy2.Karolin Seeger2009-01-261-0/+174
| | | | Karolin
* docs: Fix formatting issue in man libsmbclient.Karolin Seeger2009-01-231-3/+4
| | | | Karolin
* s3:docs: clarify explanation of the allocator in the idmap_ldap manpageMichael Adam2009-01-211-2/+8
| | | | Michael
* s3:docs: clarify explanation of the allocator in the idmap_tdb manpageMichael Adam2009-01-211-4/+10
| | | | Michael
* s3:docs: clarify explanation of allocator in the idmap_tdb2 manpageMichael Adam2009-01-211-4/+6
| | | | Michael
* s3:docs: fix copy and paste error in the idmap_tdb2 manpageMichael Adam2009-01-211-1/+0
| | | | Michael
* s3:docs: add a manpage for idmap_tdb2Michael Adam2009-01-211-0/+132
| | | | Michael
* s3:docs: update the idmap_ldap manpage to reflect current facts.Michael Adam2009-01-211-7/+23
| | | | Michael
* s3:docs: update the idmap_tdb manpage to reflect current facts.Michael Adam2009-01-211-20/+61
| | | | Michael
* s3:docs: vfs_fileid manpageStefan Metzmacher2009-01-161-0/+112
| | | | metze
* docs: Improve man mount.cifs.Karolin Seeger2009-01-091-3/+5
| | | | | | | | | | | Add hint about specifying the workgroup in the credentials file. Whitespace cleanup. This fixes bug #4541. Patch based on proposed patch from Christian Perrier <bubulle@debian.org>. Thanks for reporting and providing a patch! Karolin
* docs: Fix example in man vfs_recycle.Karolin Seeger2009-01-061-5/+8
| | | | | | | This fixes bug #6001. Thanks to TAKAHASHI Motonobu <monyo@samba.gr.jp> for reporting! Karolin
* docs: Document the -g option of smbclient.Karolin Seeger2009-01-051-7/+17
| | | | | | | This fixes bug #6013. Thanks to the Debian Samba packages maintainers for reporting! Karolin
* docs: Fix typo in man idmap_hash.Karolin Seeger2008-12-171-1/+1
| | | | Karolin
* Add an entry for the "check" command to the tdbtool manpage.Holger Hetterich2008-12-161-0/+8
|
* docs: Remove comment about default backend.Karolin Seeger2008-12-161-2/+2
| | | | Karolin
* docs: Fix typo in the idmap_ad manpage.Karolin Seeger2008-12-161-4/+4
| | | | Karolin
* manpages: Document new wbinfo idmapping options.Karolin Seeger2008-11-191-0/+27
| | | | | | | | --set-uid/gid-mapping --remove-uid/gid-mapping Karolin (cherry picked from commit c9965d544f615fea1ba3609d7348407130ab1ec9)
* net: Fix net rap printq info documentation (bug #5892)Kai Blin2008-11-171-1/+1
| | | | | | | | Carsten Dumke <carsten@cdumke.de> reported and provided a patch for v3.0 and v3.2. (See 0a7fb721cdc) This fixes the same issue in v3.3 and also changes the auto-generated usage information to give better help about net rap printq info.
* s3-docs: fix typos in locator manpage found by metze.Günther Deschner2008-10-231-4/+6
| | | | Guenther