summaryrefslogtreecommitdiff
path: root/source3/param
AgeCommit message (Expand)AuthorFilesLines
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
2012-07-27lib/param: Rename "socket address" to "nbt client socket address" to clarify ...Andrew Bartlett1-1/+1
2012-07-27lib/param: Remove unused "paranoid server security"Andrew Bartlett1-1/+0
2012-07-27param: Make socket_address common, Revert 611ef42053eb99f4c29d4efa86eaea9f1ca...Andrew Bartlett1-16/+0
2012-07-27lib/param: Merge parameter tables into a common fileAndrew Bartlett1-4124/+0
2012-07-27s3-param: Merge "log file" parameter with lib/paramAndrew Bartlett1-1/+7
2012-07-24lib/param: Merge handling of security/domain master/domain logons/server roleAndrew Bartlett2-7/+12
2012-07-24lib/param: Make lp_usershare_max_shares() a common parameterAndrew Bartlett1-1/+0
2012-07-24lib/param: Move all enum declarations to lib/paramAndrew Bartlett1-136/+1
2012-07-24lib/param: Rename param_enums.c to param_table.cAndrew Bartlett1-1/+1
2012-07-24s3-param: Merge parameter varaibles with lib/paramAndrew Bartlett1-10/+11
2012-07-24s3-param: fix indent on cups encryptAndrew Bartlett1-1/+1
2012-07-24s3-param: Merge a number of s4 parameters from lib/param to make this table c...Andrew Bartlett1-10/+287
2012-07-24param: Make internal handler for 'server role' commonAndrew Bartlett1-3/+2
2012-07-24param: Make the 'unicode' parameter commonAndrew Bartlett1-0/+9
2012-07-19s3-param: Remove special case for lp_ctdbd_socket(), set CTDB_PATH as defaultAndrew Bartlett1-13/+5
2012-07-19lib/param: bring lp_smb_ports() into common by making it a list everywhereAndrew Bartlett1-3/+2
2012-07-19s3-param: Make lp_name_resolve_order() return a listAndrew Bartlett1-13/+2
2012-07-19lib/param: bring lp_time_server() into commonAndrew Bartlett1-1/+0
2012-07-18loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell2-58/+61
2012-07-09Use new common function.Jeremy Allison1-1/+1
2012-07-03s3-smbd: Remove deprecated 'share modes' option.Andreas Schneider1-9/+0
2012-07-03s3-printing: Remove deprecated lp_printer_admin().Andreas Schneider1-10/+0
2012-06-29s3:param: change "server max protocol" to "SMB2" (SMB2_10)Stefan Metzmacher1-1/+1
2012-06-27s3-param: Rename loadparm_s3_context -> loadparm_s3_helpersAndrew Bartlett2-4/+4
2012-06-05s3-smbd: Remove support for protocols before LANMAN1Andrew Bartlett1-1/+1
2012-05-31Forward port of Richard Sharpe's <realrichardsharpe@gmail.com> fix for bug #8...Jeremy Allison1-1/+5
2012-05-30s3-loadparm: Swap synonyms of max/min protocol to server max/min protocolAndrew Bartlett1-4/+4
2012-05-30lib/param: Put common FN_ macros into param_functions.cAndrew Bartlett1-254/+9
2012-05-30s3-param: Use same function name for "max xmit" as lib/paramAndrew Bartlett1-1/+1
2012-05-30s3-param: Use same variable names as lib/paramAndrew Bartlett1-10/+10
2012-05-30s3-param: Import parameters from lib/param to make this list commonAndrew Bartlett1-0/+26