summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* tdb: return ENOSYS if the tdb was created with spinlocks.Stefan Metzmacher2014-05-121-0/+1
* pytdb: avoid const warnings by using discard_const_p()Stefan Metzmacher2014-05-121-9/+18
* swrap: Update version to 1.0.2.Andreas Schneider2014-05-091-1/+1
* swrap: Fall back to RTLD_NEXT if we can't find libc.Andreas Schneider2014-05-091-4/+4
* Fix some typos.Jakub Wilk2014-05-091-4/+4
* swrap: Use the loaded libc open() directly.Andreas Schneider2014-05-091-2/+14
* swrap: Do not leak memory in swrap_recvmsg_after().Andreas Schneider2014-05-091-3/+4
* 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
* Add a comment regarding strwicmp only being an ASCII string compareGarming Sam2014-05-071-1/+7
* 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
* 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