summaryrefslogtreecommitdiffstats
path: root/source3/param
Commit message (Expand)AuthorAgeFilesLines
* 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
* lib/param: Also enable vlp when --enable-selftest is specifiedAndrew Bartlett2012-08-061-1/+1
* lib/param: Rename "socket address" to "nbt client socket address" to clarify ...Andrew Bartlett2012-07-271-1/+1
* lib/param: Remove unused "paranoid server security"Andrew Bartlett2012-07-271-1/+0
* param: Make socket_address common, Revert 611ef42053eb99f4c29d4efa86eaea9f1ca...Andrew Bartlett2012-07-271-16/+0
* lib/param: Merge parameter tables into a common fileAndrew Bartlett2012-07-271-4124/+0
* s3-param: Merge "log file" parameter with lib/paramAndrew Bartlett2012-07-271-1/+7
* lib/param: Merge handling of security/domain master/domain logons/server roleAndrew Bartlett2012-07-242-7/+12
* lib/param: Make lp_usershare_max_shares() a common parameterAndrew Bartlett2012-07-241-1/+0
* lib/param: Move all enum declarations to lib/paramAndrew Bartlett2012-07-241-136/+1
* lib/param: Rename param_enums.c to param_table.cAndrew Bartlett2012-07-241-1/+1
* s3-param: Merge parameter varaibles with lib/paramAndrew Bartlett2012-07-241-10/+11
* s3-param: fix indent on cups encryptAndrew Bartlett2012-07-241-1/+1