summaryrefslogtreecommitdiff
path: root/docs-xml
AgeCommit message (Collapse)AuthorFilesLines
2015-09-24docs: Fix references to async smb echo handler in smb.conf manpageChristof Schmitt2-4/+4
Signed-off-by: Christof Schmitt <cs@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org>
2015-09-09docs: mention new --no-dns-updates parameter in manpage of net.Michael Adam1-2/+10
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
2015-09-03doc: fix description of tls dh params file parameterBjörn Jacke1-1/+1
Signed-off-by: Bjoern Jacke <bj@sernet.de> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
2015-09-02build:wafsamba: Close file handles in the build scripts tooThomas Nagy1-3/+1
Signed-off-by: Thomas Nagy <tnagy@waf.io> Reviewed-by: Michael Adam <obnox@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
2015-08-21vfs_scannedonly: Remove vfs_scannedonly from samba source tree.Robin Hack2-244/+0
BUG: https://bugzilla.samba.org/show_bug.cgi?id=11459 Signed-off-by: Robin Hack <hack.robin@gmail.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Fri Aug 21 07:17:35 CEST 2015 on sn-devel-104
2015-08-01doc: mention that `smbd -i` exits after first connectionAurelien Aptel1-4/+4
Signed-off-by: Aurelien Aptel <aaptel@suse.com> Reviewed-by: Andreas Schneider <asn@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
2015-07-31docs:smbdotconf: change type to ustring where needed.Michael Adam3-3/+3
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
2015-07-31docs:smbdotconf: change type to octal where neededMichael Adam4-4/+4
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
2015-07-31docs:smbdotconf: change type to bytes where neededMichael Adam12-12/+12
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
2015-07-31docs:smbdotconf: change type to cmdlist where needed.Michael Adam27-27/+27
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
2015-07-31docs:smbdotconf: add deprecated flags where missing.Michael Adam13-1/+14
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
2015-07-31docs:smbdotconf: make preload a synonym of 'auto services'Michael Adam1-7/+6
It is this way around in internal data structures. Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
2015-07-31docs:smbdotconf: 'write ok' is a synonym of 'writeable' not of 'read only'Michael Adam2-1/+1
(It is a reverse synonym of 'read only'...) Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
2015-07-31param: make 'timestamp logs' the default writing of 'debug timestamp'Michael Adam1-5/+4
This is how it used internally. Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
2015-07-31docs:smbdotconf: add 'function' argument to writeableMichael Adam1-0/+1
This is to specify the storage place for this reverse boolean. Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
2015-07-31docs:smbdotconf: add 'function' parameter to enablespoolssMichael Adam1-0/+1
this is to specify the storage place for this reverse boolean. Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
2015-07-31docs:smbdotconf: add 'function' parameter to validMichael Adam1-0/+1
This is to differentiate the variable/function name from the parameter name, which is the non-standard "-valid". Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
2015-07-31param: turn 'cups encrypt' into a generated functionMichael Adam1-1/+0
Move the special stuff of the hand-written lp_cups_encrypt() function into a handler that is called once at load time. Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
2015-07-31param: make 'winbind max domain connections' a generated function.Michael Adam1-1/+1
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
2015-07-31param: turn 'wide links' into a generated funcionMichael Adam1-1/+0
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
2015-07-31param: turn 'smb2 max credits' into generated optionMichael Adam1-1/+1
This is achieved by moving the special treatment from the lp_smb2_max_credits() function in the the special handler that is called only once upon lp_load(). Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
2015-07-31param: turn 'printcap name' into a generated functionMichael Adam1-1/+1
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
2015-07-31param: turn 'min receivefile size' into a generated functionMichael Adam1-1/+0
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
2015-07-31param: turn 'preferred master' into a generated functionMichael Adam1-1/+1
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
2015-07-31param: generate lp[cfg]_max_print_jobs()Michael Adam1-1/+0
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
2015-07-31param: turn ldap idmap suffix into a generated functionMichael Adam1-1/+1
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
2015-07-31param: turn ldap idmap suffix into a generated functionMichael Adam1-1/+1
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
2015-07-31param: turn ldap user suffix into a generated functionMichael Adam1-1/+1
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
2015-07-31param: turn ldap group suffix into a generated functionMichael Adam1-1/+1
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
2015-07-31docs:smbdotconf: add enumlist property to parameters where missingMichael Adam31-0/+31
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
2015-07-31docs:smbdotconf: add param flag 'enumlist' to the DTDMichael Adam1-0/+1
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
2015-07-31docs:smbdotconf: add handler info to smbdotconf docs where missingMichael Adam13-0/+13
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
2015-07-31docs:smbdotconf: add param flags 'handler' and 'deprecated' to the DTDMichael Adam1-0/+2
These are already used in the docs. Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
2015-07-31docs:smbdotconf: add param flag 'synonym' to the DTDMichael Adam1-0/+1
It is already used in the param_table. Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
2015-07-31docs:smbdotconf: fix type to bool-rev for reverse synonyms.Michael Adam2-2/+2
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
2015-07-31docs:smbdotconf: fix context of 'include' in docMichael Adam1-1/+1
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
2015-07-31docs:smbdotconf: fix type of "preferred master" parameter.Michael Adam1-1/+1
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
2015-07-31docs:smbdotconf: make formatting of headers uniform.Michael Adam337-544/+556
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
2015-07-20doc: Fix documentation for "ctdb timeout" parameterMartin Schwenke1-2/+2
The documentation claims this is specified in seconds. However, it is passed straight through to poll(2), which takes a timeout in milliseconds. Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Volker Lendecke <vl@samba.org> Autobuild-User(master): Volker Lendecke <vl@samba.org> Autobuild-Date(master): Mon Jul 20 15:47:43 CEST 2015 on sn-devel-104
2015-07-20docs: Bump version up to 4.3.Karolin Seeger95-95/+95
Signed-off-by: Karolin Seeger <kseeger@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Mon Jul 20 06:11:53 CEST 2015 on sn-devel-104
2015-07-20lib/tls: Change default supported TLS versions.Andrew Bartlett1-1/+5
The new default is to disable SSLv3, as this is no longer considered secure after CVE-2014-3566. Newer GnuTLS versions already disable SSLv3. Signed-off-by: Andrew Bartlett <abartlet@samba.org> Pair-programmed-with: Garming Sam <garming@catalyst.net.nz> Signed-off-by: Garming Sam <garming@catalyst.net.nz>
2015-07-20lib/tls: Add new 'tls priority' optionAndrew Bartlett1-0/+18
This adds a new option to the smb.conf to allow administrators to disable TLS protocols in GnuTLS without changing the code. BUG: https://bugzilla.samba.org/show_bug.cgi?id=11076 Pair-programmed-with: Garming Sam <garming@catalyst.net.nz> Signed-off-by: Garming Sam <garming@catalyst.net.nz> Signed-off-by: Andrew Bartlett <abartlet@samba.org>
2015-07-15doc: clarify "winbind max clients"Uri Simchoni1-0/+6
Add clarification about the nature of "winbind max clients" parameter. BUG: https://bugzilla.samba.org/show_bug.cgi?id=11397 Signed-off-by: Uri Simchoni <urisimchoni@gmail.com> Reviewed-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
2015-07-15docs:smb.conf: fix typo in 'smb encrypt' text.Michael Adam1-1/+1
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Guenther Deschner <gd@samba.org> Autobuild-User(master): Günther Deschner <gd@samba.org> Autobuild-Date(master): Wed Jul 15 22:40:54 CEST 2015 on sn-devel-104
2015-07-15docs: Documents length limitations for NetBIOS nameAndreas Schneider1-0/+2
BUG: https://bugzilla.samba.org/show_bug.cgi?id=11401 Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Michael Adam <obnox@samba.org> Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> Autobuild-Date(master): Wed Jul 15 19:35:48 CEST 2015 on sn-devel-104
2015-07-14docs: Document new scopy command.Jeremy Allison1-0/+8
Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
2015-07-09docs: Correct list of supported socket optionsUri Simchoni1-0/+12
Bring the list of supported socket options in smb.conf in sync with the code Signed-off-by: Uri Simchoni <urisimchoni@gmail.com> Reviewed-by: Volker Lendecke <Volker.Lendecke@SerNet.DE> Reviewed-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Thu Jul 9 03:48:13 CEST 2015 on sn-devel-104
2015-07-08samba-tool: add 'domain trust *' commandsStefan Metzmacher1-0/+35
Available subcommands: create - Create a domain or forest trust. delete - Delete a domain trust. list - List domain trusts. namespaces - Manage forest trust namespaces. show - Show trusted domain details. validate - Validate a domain trust. Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
2015-07-07smbd: Remove the notify_fam moduleVolker Lendecke3-72/+0
This has been moved to main smbd Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
2015-07-07param: Make "kernel change notify" globalVolker Lendecke1-2/+1
With a central notifyd, we can't do this per share anymore. Notifyd will only look at absolute paths, not shares. Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>