summaryrefslogtreecommitdiff
path: root/docs-xml
AgeCommit message (Collapse)AuthorFilesLines
2009-03-19fix some typosBjörn Jacke1-3/+3
Signed-off-by: Michael Adam <obnox@samba.org>
2009-03-10Add a vfs_preopen module to hide fs latenciesVolker Lendecke1-0/+115
2009-03-02s3/docs: Add missing full stop.Karolin Seeger1-1/+1
Karolin
2009-02-23s3/docs: Fix typo in man mount.cifs.Karolin Seeger1-1/+1
Thanks to Tobias Stoeckmann for reporting! Karolin
2009-02-22For some unknown reason ldbrename was not being built in samba3.Simo Sorce1-0/+107
2009-02-20s3/docs: Add hint about getfattr in man vfs_acl_xattr.Karolin Seeger1-0/+9
Karolin
2009-02-20s3/docs: Add man vfs_acl_tdb.Karolin Seeger1-0/+66
Karolin
2009-02-20s3/docs: Add man vfs_acl_xattr.Karolin Seeger1-0/+61
Karolin
2009-02-20s3/docs: Fix several typos.Karolin Seeger19-27/+24
This fixes bug #6127. Thanks to Justin T Pryzby <justinpryzby [at] users.sourceforge.net> for the review! Karolin
2009-02-17docs: extend the example in the idmp_rid manpage to configure 2 domains with ridMichael Adam1-1/+13
Michael
2009-02-17docs: extend the idmap_rid manpageMichael Adam1-5/+24
Michael
2009-02-13Enable total anonymization in vfs_smb_traffic_analyzer, by mapping any user ↵Holger Hetterich1-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.
2009-02-09S3: New module interface for SMB message statistics gatheringtodd stecher1-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.
2009-02-09docs: Add man sharesec.Karolin Seeger1-0/+220
Karolin
2009-02-06docs: fix two typos in the mount.cifs manpageMichael Adam1-2/+2
Michael
2009-02-06docs: Clarify "ldap ssl" description in man smb.conf.Karolin Seeger1-2/+13
Mention "ldap ssl ads". Karolin
2009-02-06docs: Add description of "ldap ssl ads" to man smb.conf.Karolin Seeger1-0/+21
Karolin
2009-02-03s3-docs: add documentation for dump option of eventlogadm.Günther Deschner1-0/+26
Guenther
2009-02-02docs: Describe "service" in man mount.cifs.Karolin Seeger1-4/+7
This fixes bug #5346. Thanks to the Debian Samba package maintainers for reporting and providing a patch! Karolin
2009-01-30s3-docs: fix typo in eventlogadm manpage.Günther Deschner1-2/+2
Guenther
2009-01-26Document default of the printing config variable.Andreas Schneider1-0/+2
Signed-off-by: Andreas Schneider <anschneider@suse.de>
2009-01-26docs: Add manpage for vfs_shadow_copy2.Karolin Seeger1-0/+174
Karolin
2009-01-23docs: Fix formatting issue in man libsmbclient.Karolin Seeger1-3/+4
Karolin
2009-01-21s3:docs: clean build/catalog.xml in "make clean"Michael Adam1-0/+1
Michael
2009-01-21s3:docs: clean generated .png images in "make clean"Michael Adam1-1/+2
Michael
2009-01-21s3:docs: fix ommission in fix of (real)distclean targetsMichael Adam1-1/+1
Michael
2009-01-21s3:docs: fix distclean target and add realdistclean targetMichael Adam1-1/+4
- remove stuff created by configure in distclean - remove stuff created by autoconf in realdistclean Michael
2009-01-21s3:docs: clarify explanation of the allocator in the idmap_ldap manpageMichael Adam1-2/+8
Michael
2009-01-21s3:docs: clarify explanation of the allocator in the idmap_tdb manpageMichael Adam1-4/+10
Michael
2009-01-21s3:docs: clarify explanation of allocator in the idmap_tdb2 manpageMichael Adam1-4/+6
Michael
2009-01-21s3:docs: fix copy and paste error in the idmap_tdb2 manpageMichael Adam1-1/+0
Michael
2009-01-21s3:docs: add a manpage for idmap_tdb2Michael Adam1-0/+132
Michael
2009-01-21s3:docs: update the idmap_ldap manpage to reflect current facts.Michael Adam1-7/+23
Michael
2009-01-21s3:docs: update the idmap_tdb manpage to reflect current facts.Michael Adam1-20/+61
Michael
2009-01-19S3-ByExample: Use 'winbindd -D' instead of 'winbindd -B'.Karolin Seeger3-5/+5
The option '-B' does not exist at all. Thanks to Jason Ellison for reporting! Karolin
2009-01-19S3-HowTo: Change 'winbindd -B' to 'winbindd -D'.Karolin Seeger2-5/+5
There is no option '-B' at all. Thanks to Jason Ellison for reporting! Karolin
2009-01-16s3:docs: vfs_fileid manpageStefan Metzmacher1-0/+112
metze
2009-01-12Deprecate the "share modes" parameter to address bug #6024, swat disagrees ↵Jeremy Allison1-11/+12
with smbstatus as to share mode with share modes = No set in samba. Jeremy.
2009-01-09docs: Improve man mount.cifs.Karolin Seeger1-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
2009-01-06docs: Improve description of the share commands in man smb.conf.Karolin Seeger3-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
2009-01-06docs: Fix example in man vfs_recycle.Karolin Seeger1-5/+8
This fixes bug #6001. Thanks to TAKAHASHI Motonobu <monyo@samba.gr.jp> for reporting! Karolin
2009-01-05docs: Document the -g option of smbclient.Karolin Seeger1-7/+17
This fixes bug #6013. Thanks to the Debian Samba packages maintainers for reporting! Karolin
2008-12-21s3:loadparm/docs: Set default for "ldap ssl" to "start tls".root1-2/+2
This has been discussed on samba-technical before. 3.3 and newer only! Karolin
2008-12-19correct the description of the "ldap timeout" parameterBjörn Jacke1-3/+1
2008-12-17docs: Fix typo in man idmap_hash.Karolin Seeger1-1/+1
Karolin
2008-12-17docs: Update section "ldap ssl" in man smb.conf.Karolin Seeger1-11/+8
Remove non-existent value "on". Change default value to "no". Add hint about ldaps. Karolin
2008-12-17docs: Fix some formatting issues in the "ldap ssl" section of man smb.conf.Karolin Seeger1-15/+17
Karolin
2008-12-17docs: Fix TOC of generated HTML docs.Karolin Seeger1-6/+2
This fixes bug #5968. Thanks to Christian Perrier <bubulle@debian.org> for reporting! Karolin
2008-12-16docs: "acl compatibility" is a global parameter.Karolin Seeger1-1/+1
This fixes bug #5866. Thanks to TAKAHASHI Motonobu <monyo@samba.gr.jp> for reporting! Karolin
2008-12-16Add an entry for the "check" command to the tdbtool manpage.Holger Hetterich1-0/+8