summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* move str_list_make_v3 out of s3 codeGarming Sam2014-05-072-0/+74
* 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
* param: move set_param_opt to lib/paramGarming Sam2014-05-071-0/+57
* param: consolidate handle_realm between the two loadparmsGarming Sam2014-05-071-9/+23
* param: attempt to consolidate handle_logfile between the two loadparmsGarming Sam2014-05-071-6/+7
* param: attempt to consolidate handle_debug_level between the two loadparmsGarming Sam2014-05-072-8/+8
* param: Add an lp_string_set functionGarming Sam2014-05-071-0/+1
* build: unify and fix endian testsGustavo Zacarias2014-05-061-55/+0
* byteorder: do not assume PowerPC is big-endianDavid Disseldorp2014-05-061-4/+6
* ldb: make the successful ldb_transaction_start() message clearerAndrew Bartlett2014-05-031-4/+8
* ldb: change version to 1.1.17ldb-1.1.17Stefan Metzmacher2014-05-023-1/+265
* ldb:pyldb: add some more helper functions for LdbDnStefan Metzmacher2014-05-021-0/+112
* ldb:pyldb: fix doc string for set_extended_component()Stefan Metzmacher2014-05-021-1/+1