summaryrefslogtreecommitdiff
path: root/source3/param
AgeCommit message (Expand)AuthorFilesLines
2014-05-07param: add getservicebyname to s3_helpersGarming Sam2-3/+2
2014-05-07param: use a single init_copymap method in lib/paramGarming Sam1-22/+0
2014-05-07param: prevent an existing segmentation fault with setting [dos] charsetGarming Sam1-2/+2
2014-05-07param: move the declaration of the file_lists structure to a shared headerGarming Sam1-7/+1
2014-05-07param: use a single add_to_file_list methodGarming Sam1-46/+0
2014-05-07s3:param: change add_to_file_list to stop using global variablesGarming Sam1-18/+18
2014-05-07param: remove unused lp_copy_serviceGarming Sam1-16/+0
2014-05-07param: consolidate handle_copy method between the two loadparmsGarming Sam1-32/+0
2014-05-07s3:param: avoid the use the global variable iServiceIndex in handle_copyGarming Sam1-5/+5
2014-05-07param: use a single copy_service function in lib/paramGarming Sam1-77/+0
2014-05-07param: duplicate the copy service in lib/param into source3 loadparmGarming Sam1-16/+16
2014-05-07param: improve copy_service to use the correct talloc parentsGarming Sam1-1/+1
2014-05-07param: remove unused init_serviceGarming Sam1-12/+0
2014-05-07s3:param: remove the double initialization in add_a_serviceGarming Sam1-6/+2
2014-05-07param: remove instance of lp_parm_ptr to be consistent with lib/paramGarming Sam1-1/+1
2014-05-07s3:param: attempt to fix up some const warningsGarming Sam1-11/+11
2014-05-07param: move set_param_opt to lib/paramGarming Sam1-62/+0
2014-05-07param: use correct memory contexts for parametric optionsGarming Sam1-10/+15
2014-05-07param: remove lp_string_is_valid_booleanGarming Sam1-9/+0
2014-05-07param: consolidate handle_realm between the two loadparmsGarming Sam1-16/+0
2014-05-07param: attempt to consolidate handle_logfile between the two loadparmsGarming Sam1-6/+0
2014-05-07param: change assignment of lp_string in s3_helpers to be consistent with the...Garming Sam1-1/+1
2014-05-07param: attempt to consolidate handle_debug_level between the two loadparmsGarming Sam2-11/+1
2014-05-07param: allow special functions to be common across the two loadparmsGarming Sam1-2/+8
2014-05-07param: Add an lp_string_set functionGarming Sam1-0/+4
2014-05-07s3:loadparm: fix intermediate string allocations to use tallocGarming Sam1-16/+22
2014-05-07param: change the talloc context attached to globals structure in s3 loadparm...Garming Sam1-1/+1
2014-05-07param: remove string_init and inline it into string_setGarming Sam1-26/+12
2014-05-07s3:loadparm: change memory allocations to use tallocGarming Sam1-161/+202
2014-05-07param: remove unnecessary temporary service in handle copyGarming Sam1-8/+3
2014-04-02lib/param: Add new parameter "old password allowed period"Andrew Bartlett1-0/+1
2014-03-24s3:param: move lp_ctdbd_socket() to ctdbd_conn.cStefan Metzmacher1-9/+1
2014-03-05s3:param: avoid using BUFFER_SIZE to limit the lp_min_receive_file_size()Stefan Metzmacher1-1/+1
2014-02-20param: remove lp_dnsdomain from s3Garming Sam2-2/+0
2014-02-20param: change s3_param.h from a generated file to a static oneGarming Sam1-1/+1
2014-02-20param: remove generated loadparm ctx table file and include it directlyGarming Sam2-7/+14
2014-02-20param: use loadparm_globals struct instead of lp function pointers in s3_helpersGarming Sam2-2/+11
2014-02-12param: Move LOADPARM_EXTRA_GLOBALS to lib/param/loadparm.h to be shared betwe...Garming Sam1-17/+0
2014-02-12param: remove special cases for tls filesGarming Sam1-9/+4
2014-02-12param: use generate_param.py to generate loadparm_ctx_table.cGarming Sam1-2/+2
2014-02-12param: use generate_param.py to generate s3_param.hGarming Sam1-1/+1
2014-02-12param: use generate_param.py to generate param_global.hGarming Sam2-7/+1
2014-02-12param: No longer have a special case for lp_configfileAndrew Bartlett1-2/+0
2014-02-12param: use generate_param.py to generate param_proto.hGarming Sam1-2/+2
2014-02-12lib/param: Remove special handling for 'state dir' and 'cache dir'Andrew Bartlett1-26/+2
2014-02-12lib/param: Normalise "read raw" and "write raw" parametersAndrew Bartlett1-21/+2
2014-02-12param: auto generate param_functions.c at build timeGarming Sam1-0/+4
2014-02-10lib/param: Mark source code generators as group build_sourceAndrew Bartlett1-0/+3
2014-02-10param: rename and move log level from LOADPARM_EXTRA_GLOBALS to param_functio...Garming Sam1-2/+1
2014-02-10param: rename and move usershare template parameter from LOADPARM_EXTRA_GLOBA...Garming Sam1-8/+7