summaryrefslogtreecommitdiff
path: root/source3/param
Commit message (Expand)AuthorAgeFilesLines
* 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
* s3-param: Merge a number of s4 parameters from lib/param to make this table c...Andrew Bartlett2012-07-241-10/+287
* param: Make internal handler for 'server role' commonAndrew Bartlett2012-07-241-3/+2
* param: Make the 'unicode' parameter commonAndrew Bartlett2012-07-241-0/+9
* s3-param: Remove special case for lp_ctdbd_socket(), set CTDB_PATH as defaultAndrew Bartlett2012-07-191-13/+5
* lib/param: bring lp_smb_ports() into common by making it a list everywhereAndrew Bartlett2012-07-191-3/+2
* s3-param: Make lp_name_resolve_order() return a listAndrew Bartlett2012-07-191-13/+2
* lib/param: bring lp_time_server() into commonAndrew Bartlett2012-07-191-1/+0
* loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell2012-07-182-58/+61
* Use new common function.Jeremy Allison2012-07-091-1/+1
* s3-smbd: Remove deprecated 'share modes' option.Andreas Schneider2012-07-031-9/+0
* s3-printing: Remove deprecated lp_printer_admin().Andreas Schneider2012-07-031-10/+0
* s3:param: change "server max protocol" to "SMB2" (SMB2_10)Stefan Metzmacher2012-06-291-1/+1
* s3-param: Rename loadparm_s3_context -> loadparm_s3_helpersAndrew Bartlett2012-06-272-4/+4
* s3-smbd: Remove support for protocols before LANMAN1Andrew Bartlett2012-06-051-1/+1
* Forward port of Richard Sharpe's <realrichardsharpe@gmail.com> fix for bug #8...Jeremy Allison2012-05-311-1/+5
* s3-loadparm: Swap synonyms of max/min protocol to server max/min protocolAndrew Bartlett2012-05-301-4/+4
* lib/param: Put common FN_ macros into param_functions.cAndrew Bartlett2012-05-301-254/+9
* s3-param: Use same function name for "max xmit" as lib/paramAndrew Bartlett2012-05-301-1/+1