summaryrefslogtreecommitdiff
path: root/docs-xml
AgeCommit message (Collapse)AuthorFilesLines
2011-08-31docs: Add documentation for the rpc_daemon parametric option.Simo Sorce1-0/+69
2011-08-31doc: Reflect the latest changes to the rpc_server option.Andreas Schneider1-18/+66
bug #8425.
2011-08-22docs: Added documentation for net rpc conf.Vicentiu Ciorbaru1-28/+29
Changed the manual page for net to also show the posibility of remote configuration of a Samba server via net rpc conf. Signed-off-by: Michael Adam <obnox@samba.org>
2011-08-05s3-docs: document --user-sidinfo wbinfo option.Günther Deschner1-0/+8
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Fri Aug 5 14:06:09 CEST 2011 on sn-devel-104
2011-07-29First part of bugfix for bug #8335 - file copy aborts with ↵Jeremy Allison1-1/+1
smb2_validate_message_id: bad message_id Set default max credits to 8192 now this has been documented in the SMB2 spec.
2011-07-27s3:doc: add an example with idmap script to the idmap_tdb2 manpageMichael Adam1-0/+12
2011-07-27s3:docs: remove legacy text from the example in the idmap_tdb2 manpageMichael Adam1-2/+0
2011-07-27s3:doc: clarify the idmap script section in the idmap_tdb2 manpageMichael Adam1-7/+9
2011-07-27s3:docs:idmap_tdb2: update the documentation of idmap scriptMichael Adam1-2/+16
to reflect the new variant "idmap config * : script" of configuring the idmap script
2011-07-25Fix typo Loggs -> Logs.Jeremy Allison1-1/+1
Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Mon Jul 25 23:49:04 CEST 2011 on sn-devel-104
2011-07-25s3:docs: document the smbclient "tid" commandMichael Adam1-0/+9
Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Mon Jul 25 13:14:57 CEST 2011 on sn-devel-104
2011-07-25s3:docs: document the smbclient "tdis" commandMichael Adam1-0/+7
2011-07-25s3:docs: document the smbclient "tcon" commandMichael Adam1-0/+8
2011-07-25s3:docs: document the smbclient "logoff" commandMichael Adam1-0/+7
2011-07-14s3-docs: fix a typo in rpcclient manpageChristian Ambach1-1/+1
Autobuild-User: Christian Ambach <ambi@samba.org> Autobuild-Date: Thu Jul 14 20:10:12 CEST 2011 on sn-devel-104
2011-06-30docs: fix some whitespaceChristian Ambach1-5/+5
replace spaces with tabs, removing whitespaces at end of lines
2011-06-30docs: fix a typoChristian Ambach1-1/+1
2011-06-24param: Remove remaining references to announce as and announce versionAndrew Bartlett2-57/+0
2011-06-23s3-param Remove 'announce version' parameterAndrew Bartlett1-14/+0
The only users I can find of this on the internet involve confused users, and our own documentation recommends never setting this. Don't confuse our users any longer. Andrew Bartlett
2011-06-23param: Remove "announce as" parameterAndrew Bartlett1-21/+0
2011-06-14s3-docs: Fix a typo found by Samba-JP oota <ribbon@samba.gr.jp>Volker Lendecke1-1/+1
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Tue Jun 14 14:06:22 CEST 2011 on sn-devel-104
2011-06-14s3-docs: Fix a duplicate list entryVolker Lendecke1-6/+0
Thanks to Samba-JP oota <ribbon@samba.gr.jp>
2011-06-11s3-param Remove 'time offset' from smb.confAndrew Bartlett1-15/+0
This strange parameter is apparently very rarely used, and it seems to me that on modern networks, if clients don't have correct clocks and DST offsets, that many other things (Kerberos) start to fail pretty quickly, and time and DST tables tend to be internet delivered anyway. Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Sat Jun 11 03:54:45 CEST 2011 on sn-devel-104
2011-06-07s3:docs: fix the example in the idmap_autorid manpage to use "idmap config * ↵Michael Adam1-1/+1
: rangesize"
2011-06-07s3-docs Add documentation for ncalrpc dirAndrew Bartlett1-0/+13
Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Tue Jun 7 02:57:33 CEST 2011 on sn-devel-104
2011-06-01s3:net-man: registry enumerate_recursiveGregor Beck1-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
2011-06-01s3:net-man: registry deletekey & deletekey_recursiveGregor Beck1-0/+8
Signed-off-by: Michael Adam <obnox@samba.org>
2011-06-01s3:net-man: missing dotGregor Beck1-1/+1
Signed-off-by: Michael Adam <obnox@samba.org>
2011-06-01s3-param Make lp_passwordserver() const.Andrew Bartlett1-8/+0
This means that it no longer takes % substituations, and so the documentation for this behaviour is removed from the smb.conf manpage. (This mode is only useful in security=server, which is already marked as deprecated in 3.6). Andrew Bartlett
2011-06-01s3:doc: update the ldap_user_dn documentation in the idmap_ldap manpageMichael Adam1-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
2011-06-01idmap_ldap.8: Add example with readonly backendLuk Claes1-0/+22
Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Michael Adam <obnox@samba.org>
2011-05-31s3:doc: clean up the example section of the idmap_tdb manpageMichael Adam1-22/+1
Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Tue May 31 19:47:45 CEST 2011 on sn-devel-104
2011-05-31winbindd.8: Use new idmap syntax for smbconfoptionsLuk Claes1-8/+5
Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Michael Adam <obnox@samba.org>
2011-05-31s3:doc: document "idmap gid" as deprecated.Michael Adam1-8/+5
Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Tue May 31 11:39:38 CEST 2011 on sn-devel-104
2011-05-31s3:doc: document "idmap uid" as deprecated.Michael Adam1-7/+5
2011-05-31s3:doc: remove the documentation of "idmap alloc backend", which has been ↵Michael Adam1-14/+0
removed
2011-05-31s3:doc: document "idmap backend" as deprecated.Michael Adam1-33/+2
2011-05-31s3:doc: update documentation of the "idmap config FOO : BAR" familiy of ↵Michael Adam1-20/+83
parameters
2011-05-31winbindd.8: Fix typoLuk Claes1-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
2011-05-31idmap_tdb.8: Remove reference to idmap uid and idmap gid options as fallbackLuk Claes1-3/+0
Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Michael Adam <obnox@samba.org>
2011-05-31idmap_tdb.8: Remove references to alloc backendLuk Claes1-19/+1
Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Michael Adam <obnox@samba.org>
2011-05-31idmap_tdb.8: Use new idmap syntax in examplesLuk Claes1-8/+5
Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Michael Adam <obnox@samba.org>
2011-05-31idmap_ldap.8: Remove reference to idmap uid and idmap gid options as fallbackLuk Claes1-3/+0
Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Michael Adam <obnox@samba.org>
2011-05-31idmap_ldap.8: Backend is not only used for searchingLuk Claes1-2/+2
Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Michael Adam <obnox@samba.org>
2011-05-31idmap_ldap.8: Remove references to idmap alloc backendLuk Claes1-50/+1
Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Michael Adam <obnox@samba.org>
2011-05-31idmap_ldap.8: Rework example to use new idmap syntaxLuk Claes1-10/+7
Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Michael Adam <obnox@samba.org>
2011-05-31idmap_tdb2.8: Remove mentioning of deprecated idmap uid and idmap gid ↵Luk Claes1-3/+0
options as fallback Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Michael Adam <obnox@samba.org>
2011-05-31idmap_tdb2.8: Avoid confusion with idmap uid and idmap gid optionsLuk Claes1-1/+1
Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Michael Adam <obnox@samba.org>
2011-05-31idmap_tdb2.8: Remove part about alloc backendLuk Claes1-19/+1
Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Michael Adam <obnox@samba.org>
2011-05-31idmap_tdb2.8: Use new syntax in exampleLuk Claes1-3/+2
Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Michael Adam <obnox@samba.org>