summaryrefslogtreecommitdiffstats
path: root/lib/util
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* debug: Remove thread-related code from debug.cVolker Lendecke2014-07-312-88/+0
* lib/util: remove outdated comment from debug.cMichael Adam2014-07-301-4/+0
* 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-282-4/+2
* 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
* param: Add null checks for upcoming str_list_make changesGarming Sam2014-07-072-2/+6
* lib: Align nt_time_to_unix_timespec with unix_timespec_to_nt_timeVolker Lendecke2014-06-302-5/+5
* lib: Align unix_timespec_to_nt_time with nt_time_to_unix_timespecVolker Lendecke2014-06-302-9/+6
* lib: Apply const to nt_time_to_unix_timespecVolker Lendecke2014-06-182-2/+2
* lib: Use server_id_str_buf in server_id_strVolker Lendecke2014-06-171-22/+12
* lib: Add server_id_str_bufVolker Lendecke2014-06-172-0/+26
* smbd: add missing newline to debug message in daemon_ready()Michael Adam2014-05-231-1/+2
* lib/util: s/daemon/nameStefan Metzmacher2014-05-231-5/+5
* Add a comment regarding strwicmp only being an ASCII string compareGarming Sam2014-05-071-1/+7
* move str_list_make_v3 out of s3 codeGarming Sam2014-05-072-0/+74
* byteorder: do not assume PowerPC is big-endianDavid Disseldorp2014-05-061-4/+6
* add systemd integrationAlexander Bokovoy2014-04-233-2/+49
* lib: Add missing include for unistd.h in unix_privs.Andreas Schneider2014-04-171-0/+5
* lib: Add missing include for unistd.h in setid.Andreas Schneider2014-04-171-0/+3
* Remove uid_wrapper related code.Andreas Schneider2014-04-171-44/+0
* lib: Change uid_wrapper to preloadable version.Andreas Schneider2014-04-172-3/+3
* lib-util: rename memdup to smb_memdup and fix all callersBjörn Baumbach2014-04-162-2/+2
* dlinklist: Fix a typoVolker Lendecke2014-04-021-1/+1
* lib/util/tests: add missing #include "torture/local/proto.h"Stefan Metzmacher2014-04-0211-0/+11
* lib/util: fix const warningsStefan Metzmacher2014-04-024-6/+13
* lib/util: declare smb_panic_default() as _NORETURN_Stefan Metzmacher2014-04-021-0/+1
* lib/util: let is_ipaddress_v6() cope with "fe80::1234%3"Stefan Metzmacher2014-03-251-12/+54
* iconv: Use a static buffer in iconf not to spoil the talloc_poolVolker Lendecke2013-12-141-15/+1
* lib-util: add functions to get elapsed from given timespec structsVolker Lendecke2013-12-122-0/+28
* lib:util: fix a comment typoMichael Adam2013-12-111-1/+1
* lib/util: use proper include for struct statChristian Ambach2013-11-211-1/+3
* util: Remove 32bit macros breaking strict aliasing.Andreas Schneider2013-11-141-50/+2
* CVE-2013-4476: lib-util: split out file_save_mode() from file_save()Björn Baumbach2013-11-112-5/+13
* CVE-2013-4476: lib-util: add file_check_permissions()Björn Baumbach2013-11-112-0/+53
* asn1: fix use-after-free in asn1_writeJeff Layton2013-10-141-1/+0
* lib/util: remove unused (and not even compiled) lib/util/capability.c.Günther Deschner2013-10-081-103/+0
* pkgconfig: Do not hardcode library version numbers in pc files.Günther Deschner2013-08-221-1/+1
* tevent: Add tevent_received to tevent_req_simple_recv_ntstatusVolker Lendecke2013-08-121-5/+8
* lib: Remove unused "client_name"Volker Lendecke2013-08-121-1/+0