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