summaryrefslogtreecommitdiffstats
path: root/source3/param
Commit message (Expand)AuthorAgeFilesLines
* loadparm: use lp_printername ctx param instead of tosDavid Disseldorp2013-11-201-1/+1
* param: Autogenerate s3 lp_ctx glue tableAndrew Bartlett2013-10-162-63/+6
* s3/param: Autogenerate parameters prototypes again after proto.h was frozenAndrew Bartlett2013-10-161-0/+5
* build: Move loadparm-related build rules to source3/param/wscript_buildAndrew Bartlett2013-10-161-0/+32
* lib/param: lp_magicchar takes a const struct share_params *p so should be FN_...Andrew Bartlett2013-10-161-1/+1
* s3-winbindd: Remove undocumented winbindd:socket dir parameterAndrew Bartlett2013-10-151-0/+1
* param: disable print notify backchannel by defaultDavid Disseldorp2013-10-141-1/+1
* Remove dead code. Now we have no SWAT we don't use the invalid_services array...Jeremy Allison2013-10-031-37/+12
* loadparm: add new parameter "acl allow execute always"Michael Adam2013-09-101-0/+1
* s3:param: Correctly set up cli_maxprotocol, cli_minprotocol in our parameter ...Jeremy Allison2013-08-151-0/+2
* auth: Remove "password level"Andrew Bartlett2013-06-111-1/+0
* swat: Remove swat.Kai Blin2013-05-181-1/+1
* s3: remove some dead code (for setdir command)Christian Ambach2013-03-121-1/+0
* param: Remove incorrectly added defaults in AD DC allowing WORLD WRITABLE filesAndrew Bartlett2013-03-101-2/+0
* s3-param: Don't leak file descriptor.Andreas Schneider2013-02-221-0/+1
* param: 'use ntdb' flag (off by default).Rusty Russell2013-02-201-0/+1
* s3:param: add new lp_idmap_default_backend()Michael Adam2013-02-051-0/+5
* s3:param: introduce new lp_idmap_backend() that takes the domainMichael Adam2013-02-051-0/+27
* s3:param: add a commentMichael Adam2013-02-051-0/+4
* s3:param: remove unused function lp_idmap_backend()Michael Adam2013-02-051-0/+1
* s3:param: remove unused functions lp_idmap_uid() and lp_idmap_gid()Michael Adam2013-02-051-47/+0
* s3:param: add utility function lp_idmap_default_range()Michael Adam2013-02-051-0/+5
* s3:param: add a utility function lp_idmap_range() to get the configured range...Michael Adam2013-02-051-0/+40
* s3:param: remove an old comment (that is not up-to date any more)Michael Adam2013-02-051-2/+0
* s3:param: set "map archive = no" in ROLE_ACTIVE_DIRECTORY_DCStefan Metzmacher2012-11-201-0/+1
* s3:param: make init_locals() static.Michael Adam2012-11-161-1/+1
* s3-param: Handle setting default AD DC per-share settings in init_locals()Andrew Bartlett2012-11-161-19/+37
* s3-param: Move the options needed for running smbd in the AD DC to loadparmAndrew Bartlett2012-11-011-0/+17
* Remove the parameters:Jeremy Allison2012-10-041-4/+0
* Revert "Add functions to programatically set the security mask and directory ...Jeremy Allison2012-10-041-14/+0
* Add functions to programatically set the security mask and directory security...Jeremy Allison2012-10-021-0/+14
* panic action is defined as GLOBAL_VAR(szPanicAction) not GLOBAL_VAR(panic_act...Matthieu Patou2012-09-181-1/+0
* s3: introduce a new share config option "durable handles" defaulting to "yes"Michael Adam2012-09-081-0/+1
* s3: add an option "kernel share modes" to be able to switch off using kernel ...Michael Adam2012-09-081-0/+1
* loadparm: remove remnants of removed option "share modes"Michael Adam2012-09-081-3/+0
* s3:param: change "server max protocol" to "SMB3"Stefan Metzmacher2012-09-081-1/+1
* s3-printing: Restrict printing=cups to systems with cups development headers ...Andrew Bartlett2012-09-061-14/+0
* s3-passdb: Rename pdb_samba4 to samba_dsdb and autoconfigure when we are a AD DCAndrew Bartlett2012-09-041-0/+1
* s3-param: Avoid assert on use of talloc_tos() without stackframeAndrew Bartlett2012-08-281-2/+3
* file_server: Move default VFS module settings to loadparm.cAndrew Bartlett2012-08-231-0/+13
* build: Remove special case for the build farmAndrew Bartlett2012-08-211-1/+1
* s3:smbd: lp_smb_encrypt() returns SMB_SIGNING_* valuesStefan Metzmacher2012-08-171-1/+1
* s3:param: fix compiler warnings with FN_GLOBAL_CONST_STRING()Stefan Metzmacher2012-08-101-1/+1
* Correctly check for errors in strlower_m() returns.Jeremy Allison2012-08-092-2/+7
* s3-param: Remove never-reached condition for popts == NULLAndrew Bartlett2012-08-071-4/+0
* s3-param: Remove never-reached condition for opt_list == NULLAndrew Bartlett2012-08-071-4/+0
* source3/loadparm.c: Move string_set/string_free inside.Rusty Russell2012-08-071-0/+52
* source3/loadparm: make struct loadparm_service a talloc object.Rusty Russell2012-08-071-1/+2
* loadparm: Add ctx member to struct loadparm_global.Rusty Russell2012-08-071-0/+3
* lib/param: move enum dns_update_settings to lib/paramChristian Ambach2012-08-061-1/+0