summaryrefslogtreecommitdiff
path: root/source3/param
AgeCommit message (Expand)AuthorFilesLines
2013-10-16param: Autogenerate s3 lp_ctx glue tableAndrew Bartlett2-63/+6
2013-10-16s3/param: Autogenerate parameters prototypes again after proto.h was frozenAndrew Bartlett1-0/+5
2013-10-16build: Move loadparm-related build rules to source3/param/wscript_buildAndrew Bartlett1-0/+32
2013-10-16lib/param: lp_magicchar takes a const struct share_params *p so should be FN_...Andrew Bartlett1-1/+1
2013-10-15s3-winbindd: Remove undocumented winbindd:socket dir parameterAndrew Bartlett1-0/+1
2013-10-14param: disable print notify backchannel by defaultDavid Disseldorp1-1/+1
2013-10-03Remove dead code. Now we have no SWAT we don't use the invalid_services array...Jeremy Allison1-37/+12
2013-09-10loadparm: add new parameter "acl allow execute always"Michael Adam1-0/+1
2013-08-15s3:param: Correctly set up cli_maxprotocol, cli_minprotocol in our parameter ...Jeremy Allison1-0/+2
2013-06-11auth: Remove "password level"Andrew Bartlett1-1/+0
2013-05-18swat: Remove swat.Kai Blin1-1/+1
2013-03-12s3: remove some dead code (for setdir command)Christian Ambach1-1/+0
2013-03-10param: Remove incorrectly added defaults in AD DC allowing WORLD WRITABLE filesAndrew Bartlett1-2/+0
2013-02-22s3-param: Don't leak file descriptor.Andreas Schneider1-0/+1
2013-02-20param: 'use ntdb' flag (off by default).Rusty Russell1-0/+1
2013-02-05s3:param: add new lp_idmap_default_backend()Michael Adam1-0/+5
2013-02-05s3:param: introduce new lp_idmap_backend() that takes the domainMichael Adam1-0/+27
2013-02-05s3:param: add a commentMichael Adam1-0/+4
2013-02-05s3:param: remove unused function lp_idmap_backend()Michael Adam1-0/+1
2013-02-05s3:param: remove unused functions lp_idmap_uid() and lp_idmap_gid()Michael Adam1-47/+0
2013-02-05s3:param: add utility function lp_idmap_default_range()Michael Adam1-0/+5
2013-02-05s3:param: add a utility function lp_idmap_range() to get the configured range...Michael Adam1-0/+40
2013-02-05s3:param: remove an old comment (that is not up-to date any more)Michael Adam1-2/+0
2012-11-20s3:param: set "map archive = no" in ROLE_ACTIVE_DIRECTORY_DCStefan Metzmacher1-0/+1
2012-11-16s3:param: make init_locals() static.Michael Adam1-1/+1
2012-11-16s3-param: Handle setting default AD DC per-share settings in init_locals()Andrew Bartlett1-19/+37
2012-11-01s3-param: Move the options needed for running smbd in the AD DC to loadparmAndrew Bartlett1-0/+17
2012-10-04Remove the parameters:Jeremy Allison1-4/+0
2012-10-04Revert "Add functions to programatically set the security mask and directory ...Jeremy Allison1-14/+0
2012-10-02Add functions to programatically set the security mask and directory security...Jeremy Allison1-0/+14
2012-09-18panic action is defined as GLOBAL_VAR(szPanicAction) not GLOBAL_VAR(panic_act...Matthieu Patou1-1/+0
2012-09-08s3: introduce a new share config option "durable handles" defaulting to "yes"Michael Adam1-0/+1
2012-09-08s3: add an option "kernel share modes" to be able to switch off using kernel ...Michael Adam1-0/+1
2012-09-08loadparm: remove remnants of removed option "share modes"Michael Adam1-3/+0
2012-09-08s3:param: change "server max protocol" to "SMB3"Stefan Metzmacher1-1/+1
2012-09-06s3-printing: Restrict printing=cups to systems with cups development headers ...Andrew Bartlett1-14/+0
2012-09-04s3-passdb: Rename pdb_samba4 to samba_dsdb and autoconfigure when we are a AD DCAndrew Bartlett1-0/+1
2012-08-28s3-param: Avoid assert on use of talloc_tos() without stackframeAndrew Bartlett1-2/+3
2012-08-23file_server: Move default VFS module settings to loadparm.cAndrew Bartlett1-0/+13
2012-08-21build: Remove special case for the build farmAndrew Bartlett1-1/+1
2012-08-17s3:smbd: lp_smb_encrypt() returns SMB_SIGNING_* valuesStefan Metzmacher1-1/+1
2012-08-10s3:param: fix compiler warnings with FN_GLOBAL_CONST_STRING()Stefan Metzmacher1-1/+1
2012-08-09Correctly check for errors in strlower_m() returns.Jeremy Allison2-2/+7
2012-08-07s3-param: Remove never-reached condition for popts == NULLAndrew Bartlett1-4/+0
2012-08-07s3-param: Remove never-reached condition for opt_list == NULLAndrew Bartlett1-4/+0
2012-08-07source3/loadparm.c: Move string_set/string_free inside.Rusty Russell1-0/+52
2012-08-07source3/loadparm: make struct loadparm_service a talloc object.Rusty Russell1-1/+2
2012-08-07loadparm: Add ctx member to struct loadparm_global.Rusty Russell1-0/+3
2012-08-06lib/param: move enum dns_update_settings to lib/paramChristian Ambach1-1/+0
2012-08-06lib/param: Also enable vlp when --enable-selftest is specifiedAndrew Bartlett1-1/+1