summaryrefslogtreecommitdiff
path: root/lib/param
AgeCommit message (Expand)AuthorFilesLines
2014-07-07param: set the flags on a s3 loadparm contextGarming Sam3-0/+4
2014-07-07param: flag fixes in s3 loadparmGarming Sam1-0/+10
2014-07-07param: allow fallback to s3 do_section in lib/paramGarming Sam1-1/+8
2014-07-07param: add do_section to s3 helpersGarming Sam2-0/+2
2014-07-07lib/param: add deprecated warning to be consistent with s3Garming Sam1-0/+10
2014-07-07param: make some more changes to lp_do_parameter to match set_variable_helperGarming Sam1-1/+1
2014-07-07lib/param: change set_variable_helper formattingGarming Sam1-4/+6
2014-07-07param: use str_list_make_v3 instead of str_list_make in s3Garming Sam1-2/+2
2014-07-07param: pre-emptively correct use of str_list_make_v3 in lib/paramGarming Sam1-0/+4
2014-07-07lib/param: factor out a common portion of set_variableGarming Sam1-14/+30
2014-07-07param: change a number of parameters from P_LIST to P_CMDLISTGarming Sam1-25/+25
2014-07-04s4-winbind: Use winbindd in the AD DC by defaultAndrew Bartlett1-1/+1
2014-06-04winbind: Fix template homedir to match source3Andrew Bartlett1-1/+1
2014-05-07param: replace P_OCTAL variable setting with s3 version which uses sscanfGarming Sam1-1/+5
2014-05-07lib/param: change set_variable to be more consistent with s3 loadparmGarming Sam1-1/+2
2014-05-07lib/param: change a comment regarding helper parametric functionsGarming Sam1-1/+1
2014-05-07lib/param: remove unnecessary get_parametric s3 helper functionGarming Sam2-6/+0
2014-05-07lib/param: use get_parametric_helper in lpcfg_get_parametricGarming Sam1-33/+6
2014-05-07param: copy parametric option helper to lib/paramGarming Sam1-0/+49
2014-05-07lib/param: clean up lpcfg_get_parametricGarming Sam1-13/+16
2014-05-07lib/param: Remove unused static variable defaults_savedAndrew Bartlett1-1/+0
2014-05-07lib/param: Make lpcfg_equal_parameter static (again)Andrew Bartlett2-7/+1
2014-05-07lib/param: Make and use lpcfg_dump_a_service() in commonAndrew Bartlett1-7/+5
2014-05-07param: remove NUMPARAMETERS macro from lib/paramGarming Sam1-8/+6
2014-05-07lib/param: use strwicmp instead of strlower_tallocGarming Sam1-7/+7
2014-05-07lib/param: fix an error in the is_default method in lib/paramGarming Sam1-1/+1
2014-05-07param: move parametric parameter dumping to lpcfg_dump_a_parameterGarming Sam1-0/+26
2014-05-07param: fix copy service to copy over cmdlistGarming Sam1-0/+1
2014-05-07param: correctly use param_table.c as a regular C fileGarming Sam4-9/+21
2014-05-07param: use a single special handler for idmap parametersGarming Sam1-7/+31
2014-05-07param: add lp_do_parameter to s3 helpersGarming Sam1-0/+1
2014-05-07param: use a single handle_netbios_aliases functionGarming Sam1-1/+12
2014-05-07param: include set_netbios_aliases in s3 helpersGarming Sam1-0/+1
2014-05-07param: setup ctx variable in loadparm globalsGarming Sam1-0/+2
2014-05-07param: have a single handle_ldap_debug_level functionGarming Sam1-1/+9
2014-05-07param: include init_ldap_debugging in the s3 helpersGarming Sam1-0/+1
2014-05-07param: make lp_do_parameter_parametric use set_param_optGarming Sam1-33/+4
2014-05-07param: move handle printing into lib/paramGarming Sam3-1/+30
2014-05-07param: setup more variables in for the temporary loadparm context for the spe...Garming Sam2-21/+18
2014-05-07param: add extra default parameter to get_parametrics_by_serviceGarming Sam2-2/+3
2014-05-07param: make init_printer_values use lpcfg functionsGarming Sam1-1/+1
2014-05-07lib/param: use lp_set_enum_parmGarming Sam1-13/+1
2014-05-07param: move lp_set_enum_parm to lib/paramGarming Sam1-1/+20
2014-05-07param: remove duplicate lp_bool functionGarming Sam1-2/+2
2014-05-07param: remove duplicate lp_ulong functionGarming Sam1-2/+2
2014-05-07param: remove duplicate lp_int functionGarming Sam1-2/+2
2014-05-07param: use a single handle_include function between the two loadparmsGarming Sam3-6/+10
2014-05-07param: fix a bug where set_cmdline doesn't ignore the whitespaceGarming Sam1-3/+2
2014-05-07param: move special charset handlers to lib/paramGarming Sam1-4/+67
2014-05-07param: add getservicebyname to s3_helpersGarming Sam2-0/+2