summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix now erroneous comment for directory_create_or_exist()Jeremy Allison2014-07-291-1/+1
* lib: directory_create_or_exist() does not use "uid" parameterVolker Lendecke2014-07-283-6/+4
* lib: Simplify directory_create_or_exist with an early returnVolker Lendecke2014-07-281-23/+24
* sys_poll_intr: fix timeout arithmeticDaniel Kobras2014-07-221-2/+12
* lib/util: move memcache.[ch] to the toplevel 'samba-util' libraryStefan Metzmacher2014-07-183-1/+533
* ldb-samba: fix a memory leak in ldif_canonicalise_objectCategory()Stefan Metzmacher2014-07-171-1/+6
* lib/zlib: Remove undeeded files that trigger GPL issues.Ira Cooper2014-07-164-0/+0
* s3:smb2_negprot: change "smb max {read,write,trans}" to 8MiB (as default)Stefan Metzmacher2014-07-111-3/+3
* param: change snum parameter in special functions to a loadparm_service pointerGarming Sam2014-07-073-41/+50