summaryrefslogtreecommitdiffstats
path: root/source3/param
Commit message (Expand)AuthorAgeFilesLines
* s3: Make vlp printing work by defaultVolker Lendecke2011-04-051-8/+55
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-301-0/+1
* Revert "Change strict allocate to default to true.Stefan Metzmacher2011-03-281-1/+1
* fault: get fault.c ready for use by s4Andrew Tridgell2011-03-231-0/+2
* s3:loadparm: set the default "idmap config * : backend" in initialize_globals().Michael Adam2011-03-221-0/+2
* s3:loadparm: deprecate "idmap uid/gid/backend" and have them set "idmap confi...Michael Adam2011-03-221-26/+14
* s3:loadparm: remove unused parameter "idmap read only".Michael Adam2011-03-221-10/+0
* s3: Add "print notify backchannel" parameter to prevent us doing the reverse ...Volker Lendecke2011-03-181-0/+12
* s3-build: try to silence annoying "Ignoring invalid value 'vlp' for parameter...Günther Deschner2011-03-151-2/+3
* lib/util: new merged debug systemAndrew Bartlett2011-03-011-1/+0
* s3-param: Make "rlimit_max below minimum Windows limit" notification less scaryJonathan Nieder2011-02-251-2/+2
* s3: no need to globally include intl.h.Günther Deschner2011-02-151-1/+1
* s3:loadparm: skip leading spaces in parameter values from the command lineMichael Adam2011-02-091-1/+6
* s3: Make _lp_maxprotocol staticVolker Lendecke2011-01-291-1/+1
* Change "security=share" to downgrade to SMB1 from SMB2, rather than trying to...Jeremy Allison2011-01-271-1/+12
* s3:winbind: Fork multiple children per domainVolker Lendecke2011-01-211-0/+24
* s3-param: Fixed code block in max_open_files().Andreas Schneider2011-01-191-1/+1
* Change strict allocate to default to true. (cherry picked from commit 820ea22...Jeremy Allison2010-12-151-1/+1
* Add a SMB2 crediting algorithm, by default the same as Windows. Defaults to 1...Jeremy Allison2010-12-101-4/+21
* s3-client Use NTLMv2 by default in the Samba clientAndrew Bartlett2010-12-101-2/+2
* s3-smbd Don't send SPNEGO principal (rfc4178 hint) by defaultAndrew Bartlett2010-12-101-0/+11
* s3-libads Default to NOT using the server-supplied principal from SPNEGOAndrew Bartlett2010-12-101-0/+11
* s3-param Fix lp_set_cmdline() to set the flag on alias values tooAndrew Bartlett2010-11-271-1/+11
* Fix bug 7781 - Samba transforms ShareName to lowercase (sharename) when addin...Jeremy Allison2010-11-101-9/+3
* s3: Allow disabling of mdns registrationsVolker Lendecke2010-11-051-0/+12
* s3-param Fix up lp_set_cmdline() not to re-store cmdline options on each reloadAndrew Bartlett2010-11-021-4/+9
* s3-debug Remove 'AllowDebugChange' and use lp_set_cmdline() insteadAndrew Bartlett2010-11-021-6/+1
* s3-debug Impove setup_logging() to specify logging to stderrAndrew Bartlett2010-11-021-2/+1
* Revert "Wrap security_token_has_privilege() with a check for lp_enable_privil...Jeremy Allison2010-10-221-8/+0
* Wrap security_token_has_privilege() with a check for lp_enable_privileges(). ...Jeremy Allison2010-10-221-0/+8
* Don't arbitrarily clean all parametric options in add_a_service(),Jeremy Allison2010-10-161-3/+3
* s3: Remove talloc_autofree_context() from loadparm.cVolker Lendecke2010-10-081-6/+5
* s3-build: fix the build of test_lp_load.Günther Deschner2010-09-231-0/+1
* s3-build: only include smbldap.h where needed.Günther Deschner2010-09-201-0/+1
* s3-misc: Introduce lp_ncalrpc_dir() in S3, like we have in S4.Simo Sorce2010-09-151-0/+14
* Allows changing the maximum number of simultaneous clients in winbindd throug...Pierre Carrier2010-09-141-1/+12
* s3-param: added lp_set_cmdline() and --option= parameterAndrew Tridgell2010-09-021-5/+151
* s3: Remove an unused macroVolker Lendecke2010-08-281-2/+0
* s3-build: use dbwrap.h only where needed.Günther Deschner2010-08-261-0/+1
* s3:param Clarify parameter name on init_globals()Andrew Bartlett2010-08-221-4/+4
* s3:loadparm: make lp_load_ex static. We have wrappers for external callers.Michael Adam2010-08-201-7/+7
* s3-build: only include smb_signing.h where needed.Günther Deschner2010-08-181-0/+2
* s3-param: also remove lp_update_encrypted from loadparm.Günther Deschner2010-08-161-1/+0
* s3-auth: Remove obsolete 'update encrypted' option.Andreas Schneider2010-08-161-9/+0
* s3:loadparm: add new boolean parameter "idmap read only"Michael Adam2010-08-141-0/+12
* s3:loadparm: remove parameter "idmap alloc backend"Michael Adam2010-08-141-11/+0
* s3-loadparm: Added some comments to lp_load_ex calls.Andreas Schneider2010-08-131-9/+10
* s3-param: include svcctl headers in loadparm.Günther Deschner2010-08-061-0/+1
* s3: avoid global include of ads.h.Günther Deschner2010-08-051-0/+2
* s3:param Put 'server_role' functions in another file.Andrew Bartlett2010-06-012-84/+111