summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* param: use a single special handler for idmap parametersGarming Sam2014-05-071-30/+0
* param: add lp_do_parameter to s3 helpersGarming Sam2014-05-071-0/+1
* param: use a single handle_netbios_aliases functionGarming Sam2014-05-071-8/+0
* param: include set_netbios_aliases in s3 helpersGarming Sam2014-05-071-0/+1
* move str_list_make_v3 out of s3 codeGarming Sam2014-05-072-69/+0
* param: have a single handle_ldap_debug_level functionGarming Sam2014-05-071-8/+0
* param: include init_ldap_debugging in the s3 helpersGarming Sam2014-05-071-0/+1
* param: move handle printing into lib/paramGarming Sam2014-05-072-28/+2
* param: setup more variables in for the temporary loadparm context for the spe...Garming Sam2014-05-071-0/+2
* param: add extra default parameter to get_parametrics_by_serviceGarming Sam2014-05-072-3/+6
* param: make init_printer_values use lpcfg functionsGarming Sam2014-05-071-35/+35
* param: move lp_set_enum_parm to lib/paramGarming Sam2014-05-071-20/+0
* param: change lp_set_enum_parm to indicate whether or not it failsGarming Sam2014-05-071-4/+9
* param: remove duplicate lp_bool functionGarming Sam2014-05-071-20/+0
* param: remove duplicate lp_ulong functionGarming Sam2014-05-071-14/+0
* param: remove duplicate lp_int functionGarming Sam2014-05-071-14/+0
* param: use a single handle_include function between the two loadparmsGarming Sam2014-05-072-2/+2
* param: remove unused lp_set_optionGarming Sam2014-05-072-32/+0
* param: use a single command line set_option in the codeGarming Sam2014-05-071-2/+13
* param: move special charset handlers to lib/paramGarming Sam2014-05-071-52/+0
* param: inline init_iconv into handle [dos] charsetGarming Sam2014-05-071-2/+6
* param: add getservicebyname to s3_helpersGarming Sam2014-05-072-3/+2
* param: use a single init_copymap method in lib/paramGarming Sam2014-05-071-22/+0
* param: prevent an existing segmentation fault with setting [dos] charsetGarming Sam2014-05-071-2/+2
* param: move the declaration of the file_lists structure to a shared headerGarming Sam2014-05-071-7/+1
* param: use a single add_to_file_list methodGarming Sam2014-05-071-46/+0
* s3:param: change add_to_file_list to stop using global variablesGarming Sam2014-05-071-18/+18
* param: remove unused lp_copy_serviceGarming Sam2014-05-071-16/+0
* param: consolidate handle_copy method between the two loadparmsGarming Sam2014-05-071-32/+0
* s3:param: avoid the use the global variable iServiceIndex in handle_copyGarming Sam2014-05-071-5/+5
* param: use a single copy_service function in lib/paramGarming Sam2014-05-071-77/+0
* param: duplicate the copy service in lib/param into source3 loadparmGarming Sam2014-05-071-16/+16
* param: improve copy_service to use the correct talloc parentsGarming Sam2014-05-071-1/+1
* param: remove unused init_serviceGarming Sam2014-05-071-12/+0
* s3:param: remove the double initialization in add_a_serviceGarming Sam2014-05-071-6/+2
* param: remove instance of lp_parm_ptr to be consistent with lib/paramGarming Sam2014-05-071-1/+1
* s3:param: attempt to fix up some const warningsGarming Sam2014-05-071-11/+11
* param: move set_param_opt to lib/paramGarming Sam2014-05-071-62/+0
* param: use correct memory contexts for parametric optionsGarming Sam2014-05-071-10/+15
* param: remove lp_string_is_valid_booleanGarming Sam2014-05-072-10/+0
* param: consolidate handle_realm between the two loadparmsGarming Sam2014-05-071-16/+0
* param: attempt to consolidate handle_logfile between the two loadparmsGarming Sam2014-05-071-6/+0
* param: change assignment of lp_string in s3_helpers to be consistent with the...Garming Sam2014-05-071-1/+1
* param: attempt to consolidate handle_debug_level between the two loadparmsGarming Sam2014-05-072-11/+1
* param: allow special functions to be common across the two loadparmsGarming Sam2014-05-071-2/+8
* param: Add an lp_string_set functionGarming Sam2014-05-071-0/+4
* s3:loadparm: fix intermediate string allocations to use tallocGarming Sam2014-05-071-16/+22
* param: change the talloc context attached to globals structure in s3 loadparm...Garming Sam2014-05-071-1/+1
* param: remove string_init and inline it into string_setGarming Sam2014-05-071-26/+12
* s3:loadparm: change memory allocations to use tallocGarming Sam2014-05-071-161/+202