summaryrefslogtreecommitdiffstats
path: root/lib/param
Commit message (Expand)AuthorAgeFilesLines
* winbind: Fix template homedir to match source3Andrew Bartlett2014-06-041-1/+1
* param: replace P_OCTAL variable setting with s3 version which uses sscanfGarming Sam2014-05-071-1/+5
* lib/param: change set_variable to be more consistent with s3 loadparmGarming Sam2014-05-071-1/+2
* lib/param: change a comment regarding helper parametric functionsGarming Sam2014-05-071-1/+1
* lib/param: remove unnecessary get_parametric s3 helper functionGarming Sam2014-05-072-6/+0
* lib/param: use get_parametric_helper in lpcfg_get_parametricGarming Sam2014-05-071-33/+6
* param: copy parametric option helper to lib/paramGarming Sam2014-05-071-0/+49
* lib/param: clean up lpcfg_get_parametricGarming Sam2014-05-071-13/+16
* lib/param: Remove unused static variable defaults_savedAndrew Bartlett2014-05-071-1/+0
* lib/param: Make lpcfg_equal_parameter static (again)Andrew Bartlett2014-05-072-7/+1
* lib/param: Make and use lpcfg_dump_a_service() in commonAndrew Bartlett2014-05-071-7/+5
* param: remove NUMPARAMETERS macro from lib/paramGarming Sam2014-05-071-8/+6
* lib/param: use strwicmp instead of strlower_tallocGarming Sam2014-05-071-7/+7
* lib/param: fix an error in the is_default method in lib/paramGarming Sam2014-05-071-1/+1
* param: move parametric parameter dumping to lpcfg_dump_a_parameterGarming Sam2014-05-071-0/+26
* param: fix copy service to copy over cmdlistGarming Sam2014-05-071-0/+1
* param: correctly use param_table.c as a regular C fileGarming Sam2014-05-074-9/+21
* param: use a single special handler for idmap parametersGarming Sam2014-05-071-7/+31
* param: add lp_do_parameter to s3 helpersGarming Sam2014-05-071-0/+1
* param: use a single handle_netbios_aliases functionGarming Sam2014-05-071-1/+12
* param: include set_netbios_aliases in s3 helpersGarming Sam2014-05-071-0/+1
* param: setup ctx variable in loadparm globalsGarming Sam2014-05-071-0/+2
* param: have a single handle_ldap_debug_level functionGarming Sam2014-05-071-1/+9
* param: include init_ldap_debugging in the s3 helpersGarming Sam2014-05-071-0/+1
* param: make lp_do_parameter_parametric use set_param_optGarming Sam2014-05-071-33/+4
* param: move handle printing into lib/paramGarming Sam2014-05-073-1/+30
* param: setup more variables in for the temporary loadparm context for the spe...Garming Sam2014-05-072-21/+18
* param: add extra default parameter to get_parametrics_by_serviceGarming Sam2014-05-072-2/+3
* param: make init_printer_values use lpcfg functionsGarming Sam2014-05-071-1/+1
* lib/param: use lp_set_enum_parmGarming Sam2014-05-071-13/+1
* param: move lp_set_enum_parm to lib/paramGarming Sam2014-05-071-1/+20
* param: remove duplicate lp_bool functionGarming Sam2014-05-071-2/+2
* param: remove duplicate lp_ulong functionGarming Sam2014-05-071-2/+2
* param: remove duplicate lp_int functionGarming Sam2014-05-071-2/+2
* param: use a single handle_include function between the two loadparmsGarming Sam2014-05-073-6/+10
* param: fix a bug where set_cmdline doesn't ignore the whitespaceGarming Sam2014-05-071-3/+2
* param: move special charset handlers to lib/paramGarming Sam2014-05-071-4/+67
* param: add getservicebyname to s3_helpersGarming Sam2014-05-072-0/+2
* param: use a single init_copymap method in lib/paramGarming Sam2014-05-071-2/+1
* param: move the declaration of the file_lists structure to a shared headerGarming Sam2014-05-072-6/+8
* param: use a single add_to_file_list methodGarming Sam2014-05-072-9/+15
* lib/param: change add_to_file_list to not use a loadparm contextGarming Sam2014-05-071-7/+7
* param: consolidate handle_copy method between the two loadparmsGarming Sam2014-05-071-9/+18
* lib/param: rename getservicebyname to lpcfg_getservicebyname to avoid conflictsGarming Sam2014-05-071-4/+6
* param: use a single copy_service function in lib/paramGarming Sam2014-05-072-8/+6
* param: duplicate the copy service in lib/param into source3 loadparmGarming Sam2014-05-071-2/+2
* lib/param: fix copy service to correctly free the memory used by P_LISTGarming Sam2014-05-071-0/+1
* lib/param: remove some const warnings from using listsGarming Sam2014-05-071-15/+16
* lib/param: remove duplicated copy service in lpcfg_add_a_serviceGarming Sam2014-05-071-17/+2
* param: make lib/param copy_service use set_param_optGarming Sam2014-05-071-27/+4