summaryrefslogtreecommitdiffstats
path: root/source3/param
Commit message (Expand)AuthorAgeFilesLines
* s3-param: Add lp_dnsdomain() for use by winbinddAndrew Bartlett2014-06-041-0/+1
* winbindd: Use rpc_pipe_open_interface() so that winbindd uses the correct rpc...Andrew Bartlett2014-06-041-0/+2
* param: Use an explicit talloc_stackframe() in lp_load_ex for clarity and cert...Andrew Bartlett2014-05-071-4/+9
* param: Use an explicit talloc_stackframe() in lp_do_parameter for clarity and...Andrew Bartlett2014-05-071-3/+10
* param: correctly return false when parsing invalid octal in lp_do_parameterGarming Sam2014-05-071-0/+1
* lib/param: remove unnecessary get_parametric s3 helper functionGarming Sam2014-05-072-15/+0
* param: remove unused get_parametrics_by_serviceGarming Sam2014-05-071-51/+0
* param: copy parametric option helper to lib/paramGarming Sam2014-05-071-4/+6
* param: tidy up get_parametrics_by_serviceGarming Sam2014-05-071-24/+23
* param: Provide a talloc_stackframe() to external users of lp_set_cmdline()Andrew Bartlett2014-05-071-0/+2
* param: refactor lp_set_cmdline_helper to not call store_lp_set_cmdlineGarming Sam2014-05-071-10/+11
* param: fix incorrect return on lp_set_cmdline_helperGarming Sam2014-05-071-1/+1
* lib/param: Make and use lpcfg_dump_a_service() in commonAndrew Bartlett2014-05-071-41/+4
* param: remove NUMPARAMETERS macro in s3Garming Sam2014-05-071-3/+1
* param: move parametric parameter dumping to lpcfg_dump_a_parameterGarming Sam2014-05-071-26/+0
* param: remove fstring from dump_a_parameterGarming Sam2014-05-071-7/+12
* s3:loadparm: Fix dump a parameter to use the file indicatedGarming Sam2014-05-071-1/+1
* param: correctly use param_table.c as a regular C fileGarming Sam2014-05-071-3/+1
* 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
* 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-071-2/+4
* 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-071-31/+0
* 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