summaryrefslogtreecommitdiffstats
path: root/docs-xml
Commit message (Collapse)AuthorAgeFilesLines
* s3/docs: Fix serveral typos.Karolin Seeger2009-04-291-5/+5
| | | | | | | | | This fixes bug #4315. Thanks to Felipe Augusto van de Wiel <faw [at] cathedrallabs [dot] org>! Karolin (cherry picked from commit 3422b9c546cdd262bd747e1e737c2b6479b4d21e) (cherry picked from commit 3da62734fffa99cde1084beeb69e94a7bc623dde)
* s3/docs: Remove documentation of "use kerberos keytab".Karolin Seeger2009-04-291-23/+0
| | | | | | | | This parameter has been removed with d96248a9b4655. Karolin (cherry picked from commit b6eab68c20f0914cb946f05ebae2faba67f32806) (cherry picked from commit 644d45ef4878e396fe62918e35e7103465eeb971)
* s3-docs: document "net eventlog" in net manpage.Günther Deschner2009-04-291-0/+59
| | | | | | Guenther (cherry picked from commit 664ff081cadd29a1e750b349ecb23e8402d977cb) (cherry picked from commit 65d4acdb1b7f9cd78d38c23a00267688dc156da6)
* s3:docs: document the --request-timeout option of netStefan Metzmacher2009-04-281-0/+9
| | | | | | metze (cherry picked from commit cdbbc81bad5d53397bf80898cf68d8867cf64cba) (cherry picked from commit 1d1e859c4e08fed1775a170ccff459f3a18e13ba)
* s3-docs: fix typo in smb.conf.5.Günther Deschner2009-04-281-1/+1
| | | | | | Guenther (cherry picked from commit 05ea8daacabe62b6c20770a8518192c44e7eb763) (cherry picked from commit edf797fb614271c17bc005a661af8c8e8b913d81)
* s3-docs: document warn_pwd_expire pam_winbind option in manpage.Günther Deschner2009-04-281-1/+8
| | | | | | | | Andreas, please check. Guenther (cherry picked from commit 5517c0bcddfbd8c877fd1f909407824553a20e7f) (cherry picked from commit ed95e2978dd8b3c4a7e72569419748156ab5c760)
* s3/docs: Raise version up to 3.4.Karolin Seeger2009-04-1582-82/+82
| | | | | Karolin (cherry picked from commit c551c490f858b0298f876d515b1b17116c04799f)
* s3/docs: Fix typo.Karolin Seeger2009-04-151-1/+1
| | | | | | Karolin (cherry picked from commit c002c1d776bc62bafe62e29a91e05100c5025890) (cherry picked from commit c62811a62bee3c5b5af4c8893813b1a56ad9c22f)
* Document the dirsort moduleVolker Lendecke2009-04-151-0/+69
| | | | (cherry picked from commit 211a04568aa97d8c327a02eb28c80b952446d5df)
* fix some typosBjörn Jacke2009-04-151-3/+3
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> (cherry picked from commit 4ce43918e6e942c4e50d30283e5a542f5f8465ad)
* Add a vfs_preopen module to hide fs latenciesVolker Lendecke2009-03-101-0/+115
|
* s3/docs: Add missing full stop.Karolin Seeger2009-03-021-1/+1
| | | | Karolin
* 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
* s3/docs: Fix several typos.Karolin Seeger2009-02-2019-27/+24
| | | | | | | | This fixes bug #6127. Thanks to Justin T Pryzby <justinpryzby [at] users.sourceforge.net> for the review! 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.
* S3: New module interface for SMB message statistics gatheringtodd stecher2009-02-091-0/+13
| | | | | | | This changelist allows for the addition of custom performance monitoring modules through smb.conf. Entrypoints in the main message processing code have been added to capture the command, subop, ioctl, identity and message size statistics.
* 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
* docs: Clarify "ldap ssl" description in man smb.conf.Karolin Seeger2009-02-061-2/+13
| | | | | | Mention "ldap ssl ads". Karolin
* docs: Add description of "ldap ssl ads" to man smb.conf.Karolin Seeger2009-02-061-0/+21
| | | | Karolin
* 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
* Document default of the printing config variable.Andreas Schneider2009-01-261-0/+2
| | | | Signed-off-by: Andreas Schneider <anschneider@suse.de>
* 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: clean build/catalog.xml in "make clean"Michael Adam2009-01-211-0/+1
| | | | Michael
* s3:docs: clean generated .png images in "make clean"Michael Adam2009-01-211-1/+2
| | | | Michael
* s3:docs: fix ommission in fix of (real)distclean targetsMichael Adam2009-01-211-1/+1
| | | | Michael
* s3:docs: fix distclean target and add realdistclean targetMichael Adam2009-01-211-1/+4
| | | | | | | - remove stuff created by configure in distclean - remove stuff created by autoconf in realdistclean Michael
* 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-ByExample: Use 'winbindd -D' instead of 'winbindd -B'.Karolin Seeger2009-01-193-5/+5
| | | | | | | | The option '-B' does not exist at all. Thanks to Jason Ellison for reporting! Karolin
* S3-HowTo: Change 'winbindd -B' to 'winbindd -D'.Karolin Seeger2009-01-192-5/+5
| | | | | | | | There is no option '-B' at all. Thanks to Jason Ellison for reporting! Karolin
* s3:docs: vfs_fileid manpageStefan Metzmacher2009-01-161-0/+112
| | | | metze
* Deprecate the "share modes" parameter to address bug #6024, swat disagrees ↵Jeremy Allison2009-01-121-11/+12
| | | | | | with smbstatus as to share mode with share modes = No set in samba. Jeremy.
* 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: Improve description of the share commands in man smb.conf.Karolin Seeger2009-01-063-24/+34
| | | | | | | | | | | -Correct the parameter names. -Fix typos. -Fix related parameters. This fixes bug #6008. Thanks to TAKAHASHI Motonobu <monyo@samba.gr.jp> for reporting! 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