summaryrefslogtreecommitdiffstats
path: root/docs-xml
Commit message (Collapse)AuthorAgeFilesLines
* s3/doc: add man page for aio_fork vfs moduleBjörn Jacke2011-10-181-0/+86
| | | | | | | | | thanks to Volker for the content Autobuild-User: Björn Jacke <bj@sernet.de> Autobuild-Date: Tue Oct 18 12:24:35 CEST 2011 on sn-devel-104 (cherry picked from commit 56328a4d61c8d0a52f6841097bf8fc4ffd46bfb6) (cherry picked from commit 51f87fce55d160abed6b04ea27f53f254d2db474)
* Another part of the fix for Bug 8473 - smb2_find uses a hard coded max reply ↵Jeremy Allison2011-10-154-7/+7
| | | | | | | | | | | | | size of 0x10000 instead of smb2_max_trans. Change the defaults and the documentation to reflect the 64k limit. Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Thu Oct 13 12:22:23 CEST 2011 on sn-devel-104 (cherry picked from commit d2a9e8df35be1516f22f0ef78356de6d4b02d4d3) (cherry picked from commit a97cbf014efed5c85447d6478d4fc6803828bc8b)
* s3-docs: Fix typo.Karolin Seeger2011-10-121-1/+1
| | | | | | | | | Karolin Autobuild-User: Karolin Seeger <kseeger@samba.org> Autobuild-Date: Sat Oct 8 22:27:07 CEST 2011 on sn-devel-104 (cherry picked from commit 851d6625d5e08ac9659a6d23d105f9e0c47f9692) (cherry picked from commit 495d164e8f3ac7d3064c48fe785f8d443f2f63ad)
* s3-docs: Fix bug #7908.Karolin Seeger2011-10-121-1/+1
| | | | | | | | | | Fix typo. Thanks to John Bradshaw for reporting! Karolin (cherry picked from commit 8aaa27754663a55f45facc18783eea458205d8a5) (cherry picked from commit 0ccce6e5a212859849c77f8a5e02790b8f17deaa)
* s3-docs: Fix typos.Karolin Seeger2011-10-123-3/+3
| | | | | | | | | | | Thanks to Samba-JP oota <ribbon@samba.gr.jp> for reporting! Karolin Autobuild-User: Karolin Seeger <kseeger@samba.org> Autobuild-Date: Fri Sep 30 23:12:35 CEST 2011 on sn-devel-104 (cherry picked from commit 5c569a97ab477a324a96aae7f58770ccbe2572de) (cherry picked from commit e6b33a5a3f83272d7e6dea66b1f15db4b19d3170)
* s3-docs: Remove "experimental" label on VFS ACL modulesKarolin Seeger2011-10-122-8/+0
| | | | | | | in the documentation also (bug #8494). Karolin (cherry picked from commit bd5d9d9fba23ea585b701c41ec27482a0076729e)
* s3-docs: document -k switch in net manpage.Günther Deschner2011-10-121-0/+1
| | | | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Sep 20 15:47:00 CEST 2011 on sn-devel-104 (cherry picked from commit 8dda773bd7eea1d163282b1f3c5e90cbff8a1003) (cherry picked from commit d7a691e2d713aa37b13d88bab628f9b45f05d10d)
* Fix bug #8229 - git patch attached against 3.6.0-rc2 to fix 'widelinks' ↵Jeremy Allison2011-09-163-0/+45
| | | | | | | | | | regression intro'd in 3.2 Add "allow insecure widelinks" to re-enable the ability (requested by some sites) to have "widelinks = yes" and "unix extensions = yes". Based on an original patch by Linda Walsh <samba@tlinx.org> (cherry picked from commit 8fcba00fc3329f5a4bda63a3c3beac30d07a0463)
* First part of bugfix for bug #8335 - file copy aborts with ↵Jeremy Allison2011-08-071-1/+1
| | | | | | | | smb2_validate_message_id: bad message_id Set default max credits to 8192 now this has been documented in the SMB2 spec. (cherry picked from commit 9d579ed2398d7f88c9c02076e612eed877d1ec88)
* s3:doc: add an example with idmap script to the idmap_tdb2 manpage (cherry ↵Michael Adam2011-08-071-0/+12
| | | | | | picked from commit 86973eee43605a3680fb51470a81ea9ca7f1b515) (cherry picked from commit 2abe73e5eed10af4ee030449322ddbc4c7054c08)
* s3:docs: remove legacy text from the example in the idmap_tdb2 manpage ↵Michael Adam2011-08-071-2/+0
| | | | | | (cherry picked from commit 2f253c2791ccb2421f26f563e3983ee950da1d05) (cherry picked from commit 66216f6325f33c2a1d7c3e114754efc78d61aae2)
* s3:doc: clarify the idmap script section in the idmap_tdb2 manpage (cherry ↵Michael Adam2011-08-071-7/+9
| | | | | | picked from commit 4daab85ae60f2821a1d9d98f1edff6a318e8e3c1) (cherry picked from commit 29e39194aaa15c44178b16a4abc5583f5ff4688f)
* s3:docs:idmap_tdb2: update the documentation of idmap scriptMichael Adam2011-08-071-2/+16
| | | | | | to reflect the new variant "idmap config * : script" of configuring the idmap script (cherry picked from commit 2aa19b4aeb9de43a0e2b94ad1202f2068b29c710) (cherry picked from commit 22b9dc3f66c6786a962d7cb462b372fb955a199e)
* s3-docs: Remove manpages for ldb tools.Karolin Seeger2011-07-267-1012/+0
| | | | | | | | | | Fix bug #8297 (ldb tools man pages should be removed from the release tar ball). Thanks to Björn for reporting! Karolin (cherry picked from commit 73e6673078ef8477107cf94a9d53f3d2b42cb6d7)
* s3:docs: fix the example in the idmap_autorid manpage to use "idmap config * ↵Michael Adam2011-07-261-1/+1
| | | | | | : rangesize" (cherry picked from commit a2fa00e4ea6f3a99953f4ec3214d68a07223b910)
* s3:net-man: registry enumerate_recursiveGregor Beck2011-07-261-0/+7
| | | | | | | | Signed-off-by: Michael Adam <obnox@samba.org> Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Wed Jun 1 17:16:05 CEST 2011 on sn-devel-104 (cherry picked from commit 4b414fbdf8741f0eada3593c9f4f86fa86d363ef)
* s3:net-man: registry deletekey & deletekey_recursiveGregor Beck2011-07-261-0/+8
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> (cherry picked from commit 60dc766070bd04735cf33b27fb207a8107831257)
* s3:net-man: missing dotGregor Beck2011-07-261-1/+1
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> (cherry picked from commit c890198f9635332525c22783ee72088fd8b0e8c8)
* s3-param Mark 'time offset' as deprecatedAndrew Bartlett2011-07-261-1/+3
| | | | | Andrew Bartlett (cherry picked from commit d0bb41a66008e12baa0a6c5800f0db5ff9134fc4)
* s3-docs Add documentation for ncalrpc dirAndrew Bartlett2011-06-071-0/+13
| | | | (cherry picked from commit 838d69be074dab8ba9626b50916c7d14f7c4954e)
* s3:doc: update the ldap_user_dn documentation in the idmap_ldap manpageMichael Adam2011-06-071-3/+11
| | | | | | | | also extend the example with ldap_user_dn. Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Wed Jun 1 02:53:32 CEST 2011 on sn-devel-104 (cherry picked from commit 36c9a94bc132e738d68e40288b213a895b835e6b)
* idmap_ldap.8: Add example with readonly backendLuk Claes2011-06-071-0/+22
| | | | | | Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Michael Adam <obnox@samba.org> (cherry picked from commit ed54e2a35234e3519fcc7d0a4587e39ceff36f6a)
* s3:doc: clean up the example section of the idmap_tdb manpageMichael Adam2011-06-071-22/+1
| | | | | | Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Tue May 31 19:47:45 CEST 2011 on sn-devel-104 (cherry picked from commit 2c3a74542b81829c919ff70838edd070c65657d9)
* winbindd.8: Use new idmap syntax for smbconfoptionsLuk Claes2011-06-071-8/+5
| | | | | | Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Michael Adam <obnox@samba.org> (cherry picked from commit e1709a664872a658e121bae673ab858753a157bf)
* s3:doc: document "idmap gid" as deprecated.Michael Adam2011-06-071-8/+5
| | | | | | Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Tue May 31 11:39:38 CEST 2011 on sn-devel-104 (cherry picked from commit 16369ac9d84d9abd349bbf777ab6394b7b3ea942)
* s3:doc: document "idmap uid" as deprecated.Michael Adam2011-06-071-7/+5
| | | | (cherry picked from commit b3ae1c3694d576ecb414290be759f3f5a9eac5d4)
* s3:doc: remove the documentation of "idmap alloc backend", which has been ↵Michael Adam2011-06-071-14/+0
| | | | | | removed (cherry picked from commit f15abb1a16329460cab64d9708caac1a67cb5988)
* s3:doc: document "idmap backend" as deprecated.Michael Adam2011-06-071-33/+2
| | | | (cherry picked from commit 3c8a743a875db9d68d12cd6d4175f2217f4ecd8b)
* s3:doc: update documentation of the "idmap config FOO : BAR" familiy of ↵Michael Adam2011-06-071-20/+83
| | | | | | parameters (cherry picked from commit 5ea21cadfa1b895a8fdf9310184daa651c4c6c03)
* winbindd.8: Fix typoLuk Claes2011-06-071-1/+1
| | | | | | | | | Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Michael Adam <obnox@samba.org> Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Tue May 31 02:56:52 CEST 2011 on sn-devel-104 (cherry picked from commit 6a7bcff808e75099771ee0409c4e2457b05e30a5)
* idmap_tdb.8: Remove reference to idmap uid and idmap gid options as fallbackLuk Claes2011-06-071-3/+0
| | | | | | Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Michael Adam <obnox@samba.org> (cherry picked from commit 8bc2980ad18f1e0a51b3b496e40f46c756513885)
* idmap_tdb.8: Remove references to alloc backendLuk Claes2011-06-071-19/+1
| | | | | | Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Michael Adam <obnox@samba.org> (cherry picked from commit 1ec7b0df60769b39ed0fd4be558abbb679dfe504)
* idmap_tdb.8: Use new idmap syntax in examplesLuk Claes2011-06-071-8/+5
| | | | | | Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Michael Adam <obnox@samba.org> (cherry picked from commit c867ebb7b70ab886ff740fc3826b2801beaf8718)
* idmap_ldap.8: Remove reference to idmap uid and idmap gid options as fallbackLuk Claes2011-06-071-3/+0
| | | | | | Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Michael Adam <obnox@samba.org> (cherry picked from commit 40fbab5b48089390a61e7c8432f41c83daf7cd8d)
* idmap_ldap.8: Backend is not only used for searchingLuk Claes2011-06-071-2/+2
| | | | | | Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Michael Adam <obnox@samba.org> (cherry picked from commit 5e76967221a7281187aee534c662bf4eeb3ab338)
* idmap_ldap.8: Remove references to idmap alloc backendLuk Claes2011-06-071-50/+1
| | | | | | Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Michael Adam <obnox@samba.org> (cherry picked from commit a1eb060670be257c2bc76f1033036a8aef27d070)
* idmap_ldap.8: Rework example to use new idmap syntaxLuk Claes2011-06-071-10/+7
| | | | | | Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Michael Adam <obnox@samba.org> (cherry picked from commit 9ea550bf905e39ca47b8ca2bb56d34a368c04b65)
* idmap_tdb2.8: Remove mentioning of deprecated idmap uid and idmap gid ↵Luk Claes2011-06-071-3/+0
| | | | | | | | options as fallback Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Michael Adam <obnox@samba.org> (cherry picked from commit 7b3df5ebd08312b9c20cc4c6e9232d4b569219d1)
* idmap_tdb2.8: Avoid confusion with idmap uid and idmap gid optionsLuk Claes2011-06-071-1/+1
| | | | | | Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Michael Adam <obnox@samba.org> (cherry picked from commit f5bfc2078ea4a1ead53856661390d32d3d4b6754)
* idmap_tdb2.8: Remove part about alloc backendLuk Claes2011-06-071-19/+1
| | | | | | Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Michael Adam <obnox@samba.org> (cherry picked from commit 811a8c86cb16b9271bfe7441c8d53803b97fb5a3)
* idmap_tdb2.8: Use new syntax in exampleLuk Claes2011-06-071-3/+2
| | | | | | Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Michael Adam <obnox@samba.org> (cherry picked from commit 838e0db43be446dbe72a527b87cde42aa86996f6)
* winbindd.8: Use new syntax in exampleLuk Claes2011-06-071-2/+1
| | | | | | Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Michael Adam <obnox@samba.org> (cherry picked from commit ac7232346df2b1c555a0f6e7fca4f04b0965d112)
* wbinfo.1: Avoid confusion with idmap uid optionLuk Claes2011-06-071-1/+1
| | | | | | Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Michael Adam <obnox@samba.org> (cherry picked from commit 3fbfc960714f6f2e6a9ce6f80c5f79887861e5f6)
* idmap_autorid.8: Avoid confusion with idmap uid and idmap gid optionsLuk Claes2011-06-071-1/+1
| | | | | | Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Michael Adam <obnox@samba.org> (cherry picked from commit b21c3ca8e441fe13aec0c5dfd423e0d74c6ac9c2)
* idmap_autorid.8: Use new syntax in autorid backend examplesLuk Claes2011-06-071-6/+4
| | | | | | Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Michael Adam <obnox@samba.org> (cherry picked from commit 4e842a3d1d725b960a75053140585fff378f08ee)
* idmap_rid.8: Use new syntax in rid backend exampleLuk Claes2011-06-071-3/+2
| | | | | | Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Michael Adam <obnox@samba.org> (cherry picked from commit f8e75b44a0c49832d95eba1d1de728fd846f5c3a)
* idmap_nss.8: Use new syntax for nss backendLuk Claes2011-06-071-3/+2
| | | | | | Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Michael Adam <obnox@samba.org> (cherry picked from commit 6716667b7cf5c5b27008e6e10e5b30f9b20442ca)
* idmap_hash.8: Use new syntax for hash backendLuk Claes2011-06-071-3/+2
| | | | | | Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Michael Adam <obnox@samba.org> (cherry picked from commit b5e64725f3462ada0579529280aea0bc1963ad11)
* idmap_adex.8: Use new syntax in adex backend exampleLuk Claes2011-06-071-3/+2
| | | | | | Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Michael Adam <obnox@samba.org> (cherry picked from commit 28eb61ae0c7e1917e728d9dcad900f92e16230fd)
* idmap_ad.8: use new syntax in ad backend exampleLuk Claes2011-06-071-3/+2
| | | | | | Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Michael Adam <obnox@samba.org> (cherry picked from commit 3bf807f70bd9ca6ffe319b497190a9492eae3b10)