summaryrefslogtreecommitdiff
path: root/lib/param/loadparm.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-29lib/param: fix line length of DEBUG statments touched in previous commit in s...Michael Adam1-2/+4
2012-10-29lib/param: fix function name (set_variable) in debug statementsMichael Adam1-4/+4
2012-10-29lib/param: fix function name (lpcfg_file_list_changed) in a debug messageMichael Adam1-1/+1
2012-09-18panic action is defined as GLOBAL_VAR(szPanicAction) not GLOBAL_VAR(panic_act...Matthieu Patou1-1/+1
2012-09-12dns_server: Remove parameter 'dns recursive queries' and base this on 'dns fo...Andrew Bartlett1-1/+0
2012-09-12lib/param: change the default for 'allow dns updates' to 'secure only'Stefan Metzmacher1-1/+1
2012-09-12loadparm: dns is now a default server serviceKai Blin1-1/+1
2012-09-07param: remove unused define FN_LOCAL_PARM_CHAR()Michael Adam1-2/+0
2012-08-24lib/param: fix usage of 'write list = +Group'Stefan Metzmacher1-2/+8
2012-08-06lib/param: move enum dns_update_settings to lib/paramChristian Ambach1-1/+0
2012-07-27lib/param: Rename "socket address" to "nbt client socket address" to clarify ...Andrew Bartlett1-1/+1
2012-07-27lib/param: Mark lpcfg_cachedir and lpcfg_statedir as const char *Andrew Bartlett1-2/+2
2012-07-27lib/param: Remove unused "paranoid server security"Andrew Bartlett1-1/+0
2012-07-27param: Make socket_address common, Revert 611ef42053eb99f4c29d4efa86eaea9f1ca...Andrew Bartlett1-1/+0
2012-07-27lib/param: Merge parameter tables into a common fileAndrew Bartlett1-4123/+0
2012-07-27lib/param: Merge in source3 parameters into parmeter tableAndrew Bartlett1-15/+48
2012-07-27lib/param: Merge "Security Options" section from source3/paramAndrew Bartlett1-24/+589
2012-07-27lib/param: Merge "Logging Options" section from source3/paramAndrew Bartlett1-7/+109
2012-07-27lib/param: Merge "Protocol Options" section from source3/paramAndrew Bartlett1-54/+253
2012-07-27lib/param: Merge "Tuning Options" section from source3/paramAndrew Bartlett1-4/+252
2012-07-27lib/param: Merge "Printing Options" section from source3/paramAndrew Bartlett1-3/+290
2012-07-26lib/param: Merge "Filename Handling" section from source3/paramAndrew Bartlett1-7/+211
2012-07-26lib/param: Merge "Domain Options" section from source3/paramAndrew Bartlett1-0/+13
2012-07-26lib/param: Merge "Logon Options" section from source3/paramAndrew Bartlett1-8/+186
2012-07-26lib/param: Merge "Browse Options" section from source3/paramAndrew Bartlett1-14/+73
2012-07-26lib/param: Merge "WINS Options" section from source3/paramAndrew Bartlett1-1/+13
2012-07-26lib/param: Merge "Locking Options" section from source3/paramAndrew Bartlett1-5/+89
2012-07-26lib/param: Merge "Ldap Options" section from source3/paramAndrew Bartlett1-0/+178
2012-07-26lib/param: Merge "EventLog Options" section from source3/paramAndrew Bartlett1-0/+10
2012-07-26lib/param: Merge "Miscellaneous Options" section from source3/paramAndrew Bartlett1-12/+491
2012-07-24lib/param: Merge VFS and MSDFS parameters from source3 into lib/paramAndrew Bartlett1-9/+44
2012-07-24lib/param: Merge Winbind parameters from source3 into lib/paramAndrew Bartlett1-23/+247
2012-07-24lib/param: Merge DNS parameters with source3 paramAndrew Bartlett1-18/+29
2012-07-24lib/param: Rearrange AD DC options to make a merge with the source3 table easierAndrew Bartlett1-50/+53
2012-07-24lib/param: Re-arrange TLS parameters into their own sectionAndrew Bartlett1-48/+51
2012-07-24lib/param: Add handler overridesAndrew Bartlett1-0/+18
2012-07-24lib/param: Merge handling of security/domain master/domain logons/server roleAndrew Bartlett1-18/+9
2012-07-24lib/param: Rename param_enums.c to param_table.cAndrew Bartlett1-1/+1
2012-07-24lib/param: Remove 'case insensitive filesystem'Andrew Bartlett1-8/+0
2012-07-24lib/param: Remove "ntptr providor" and hard-code in s4 spoolss serverAndrew Bartlett1-9/+0
2012-07-24param: Make internal handler for 'server role' commonAndrew Bartlett1-1/+0
2012-07-24param: Make the 'unicode' parameter commonAndrew Bartlett1-1/+0
2012-07-19lib/param: bring lp_smb_ports() into common by making it a list everywhereAndrew Bartlett1-1/+0
2012-07-19s3-param: Make lp_name_resolve_order() return a listAndrew Bartlett1-1/+0
2012-07-19s4-param: Remove unused "idmap trusted only"Andrew Bartlett1-12/+0
2012-07-19lib/param: Add my copyrightAndrew Bartlett1-0/+1
2012-07-19lib/param: bring lp_time_server() into commonAndrew Bartlett1-1/+0
2012-06-27s3-param: Rename loadparm_s3_context -> loadparm_s3_helpersAndrew Bartlett1-2/+2
2012-06-16s4-lib/param: FLAG DAY for the default FILE SERVERAndrew Bartlett1-2/+2
2012-06-15s3-build: Do not write loadparm generated files into the build treeAndrew Bartlett1-3/+3