summaryrefslogtreecommitdiff
path: root/lib/param
AgeCommit message (Expand)AuthorFilesLines
2013-10-16lib/param: Add documentation on how loadparm worksAndrew Bartlett1-0/+69
2013-10-16param: Autogenerate s3 lp_ctx glue tableAndrew Bartlett1-0/+1
2013-10-16lib/param: Do not attempt to access the s3 function for allocated and subbed ...Andrew Bartlett1-11/+10
2013-10-16lib/param: lp_magicchar takes a const struct share_params *p so should be FN_...Andrew Bartlett2-2/+2
2013-09-17lib/param: add PROTOCOL_SMB3_02 handlingStefan Metzmacher1-0/+1
2013-09-10loadparm: add new parameter "acl allow execute always"Michael Adam2-0/+11
2013-08-16loadparm: Use the new fully featured kcc by defaultMatthieu Patou1-0/+1
2013-07-09lib/param: sync debug related options with source3/paramStefan Metzmacher1-1/+17
2013-06-11auth: Remove "password level"Andrew Bartlett3-11/+0
2013-06-01param_table: Remove misleading allow dns updates options.Michael Wood1-5/+0
2013-05-28param: Remove _SAMBA_BUILD_ checks from now the autoconf build is goneAndrew Bartlett3-8/+0
2013-05-14lib/param: remove unused 'printer_admin'Stefan Metzmacher1-1/+0
2013-04-13ntdb: remove --disable-ntdb.Rusty Russell1-2/+0
2013-04-12lib/param: lpcfg_private_db_path()Rusty Russell2-0/+42
2013-03-12s3: remove some dead code (for setdir command)Christian Ambach2-10/+0
2013-02-20param: 'use ntdb' flag (off by default).Rusty Russell2-0/+10
2013-02-05s3:param: remove unused function lp_idmap_backend()Michael Adam2-1/+1
2012-12-27lib/param: use the correct path names againStefan Metzmacher1-5/+5
2012-12-21param: Correctly create directory and create common function.Andreas Schneider1-55/+41
2012-11-13smbd: Remove NT4 compatability handling in posix -> NT ACL conversionAndrew Bartlett2-20/+0
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-10-04Remove the parameters:Jeremy Allison2-40/+0
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 Bartlett3-10/+0
2012-09-12lib/param: change the default for 'allow dns updates' to 'secure only'Stefan Metzmacher1-1/+1
2012-09-12lib/param: add some more alias for 'allow dns updates' options.Stefan Metzmacher1-0/+12
2012-09-12loadparm: dns is now a default server serviceKai Blin1-1/+1
2012-09-08s3: introduce a new share config option "durable handles" defaulting to "yes"Michael Adam2-0/+10
2012-09-08s3: add an option "kernel share modes" to be able to switch off using kernel ...Michael Adam2-0/+10
2012-09-08loadparm: remove remnants of removed option "share modes"Michael Adam1-1/+0
2012-09-07param: remove unused define FN_LOCAL_PARM_CHAR()Michael Adam1-2/+0
2012-09-06s3-printing: Restrict printing=cups to systems with cups development headers ...Andrew Bartlett1-0/+4
2012-08-24lib/param: fix usage of 'write list = +Group'Stefan Metzmacher1-2/+8
2012-08-21build: Remove special case for the build farmAndrew Bartlett2-2/+2
2012-08-06lib/param: move enum dns_update_settings to lib/paramChristian Ambach2-1/+3
2012-08-06lib/param: Also enable vlp when --enable-selftest is specifiedAndrew Bartlett2-2/+2
2012-07-27lib/param: Rename "socket address" to "nbt client socket address" to clarify ...Andrew Bartlett3-3/+12
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 Bartlett3-11/+0
2012-07-27docs: Mark "socket address" as deprecatedAndrew Bartlett1-1/+1
2012-07-27param: Make socket_address common, Revert 611ef42053eb99f4c29d4efa86eaea9f1ca...Andrew Bartlett2-1/+1
2012-07-27lib/param: Merge parameter tables into a common fileAndrew Bartlett2-4123/+4126
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