summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* debug: Increase maximum header lengthVolker Lendecke2014-07-311-1/+1
* debug: In dbghdrclass, don't call strlen repeatedlyVolker Lendecke2014-07-311-20/+40
* debug: Fix a typoVolker Lendecke2014-07-311-1/+1
* debug: Simplify debug_parse_levelsVolker Lendecke2014-07-311-6/+6
* debug: Simplify Debug1() -- no va_argsVolker Lendecke2014-07-311-34/+18
* debug: Remove an "else"Volker Lendecke2014-07-311-1/+3
* debug: Remove two pointless assignmentsVolker Lendecke2014-07-311-2/+0
* debug: Only call Debug1 once in dbghdrclassVolker Lendecke2014-07-311-6/+9
* debug: Move adding timeval and loglevelVolker Lendecke2014-07-311-12/+11
* debug: slprintf->snprintfVolker Lendecke2014-07-311-6/+7
* debug: Use timeval_str_buf in dbghdrclassVolker Lendecke2014-07-311-12/+11
* debug: Simplify dbghdrclass with an early returnVolker Lendecke2014-07-311-41/+43
* lib: Create time_basic.[ch]Volker Lendecke2014-07-316-66/+130
* lib: Use timeval_str_buf in timeval_stringVolker Lendecke2014-07-311-38/+17
* lib: Add timeval_str_bufVolker Lendecke2014-07-312-0/+51
* debug: Statically allocate format_bufrVolker Lendecke2014-07-311-10/+2
* debug: Fix debug_parse_paramsVolker Lendecke2014-07-311-1/+1
* debug: Make Debug1 staticVolker Lendecke2014-07-312-2/+1
* debug: Remove a dependency on charconvVolker Lendecke2014-07-311-1/+1
* debug: Add some readability to debug_logtypeVolker Lendecke2014-07-311-1/+8
* debug: Factor out debug_parse_param()Volker Lendecke2014-07-311-8/+31
* debug: Move variables where they are usedVolker Lendecke2014-07-311-2/+2
* debug: Fix indentation in debug_parse_paramsVolker Lendecke2014-07-311-5/+6
* param: remove a redundant (and wrong) comment frop lpcfg_service_ok()Michael Adam2014-07-311-1/+0
* s3:param: remove unused function lp_string_set()Michael Adam2014-07-311-1/+0
* lib/param: change the default for "winbind expand groups" to "0"Stefan Metzmacher2014-07-311-1/+1
* debug: Remove thread-related code from debug.cVolker Lendecke2014-07-312-88/+0
* param: Add errors for when an s3 context is used incorrectlyGarming Sam2014-07-311-0/+9
* param: get rid of unnecessary get_default_loadparm_service pointerGarming Sam2014-07-312-4/+0
* param: remove unused lp_do_parameter from s3 helpersGarming Sam2014-07-311-1/+0
* param: remove unnecessary lp_do_parameter callGarming Sam2014-07-311-8/+2
* param: remove lp_get_parameterGarming Sam2014-07-312-7/+4
* param: remove init printer values from s3-helpersGarming Sam2014-07-313-8/+2
* param: move init_printer_values to lib/paramGarming Sam2014-07-311-0/+121
* param: change init_printer_values to take an lp ctxGarming Sam2014-07-313-4/+5
* param: add the necessary new line for the debug message in handle_copyGarming Sam2014-07-311-1/+1
* param: add missing talloc_free in lpcfg_file_list_changed which are present i...Garming Sam2014-07-311-0/+2
* param: make is_default method static againGarming Sam2014-07-311-1/+1
* param: use lpcfg_dump_globals in s3 loadparmGarming Sam2014-07-311-1/+1
* param: rename dump_globalsGarming Sam2014-07-311-2/+2
* param: allow dump_globals to check the actual defaultsGarming Sam2014-07-311-2/+10
* param: remove is_default method in s3Garming Sam2014-07-311-1/+1
* param: make is_default more genericGarming Sam2014-07-311-2/+2
* param: use lpcfg_service_ok in s3 loadparmGarming Sam2014-07-311-2/+1
* param: add extra condition in lpcfg_service_okGarming Sam2014-07-311-0/+9
* s3:param: remove lp_string_set from the s3_fns.Garming Sam2014-07-311-1/+0
* param: remove unnecessary uses of lp_string_setGarming Sam2014-07-311-24/+9
* param: Use the correct flag locations with lpcfg_parm_is_cmdlineGarming Sam2014-07-311-8/+0
* lib/util: remove outdated comment from debug.cMichael Adam2014-07-301-4/+0
* s3: winbindd: Add new parameter "winbind request timeout" set to 60 seconds w...Jeremy Allison2014-07-292-0/+11