summaryrefslogtreecommitdiffstats
path: root/lib/util
Commit message (Expand)AuthorAgeFilesLines
* 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
* lib/util: add 'ldb' debug classStefan Metzmacher2013-07-092-1/+3
* time: prefer CLOCK_BOOTTIME for clock_gettime_mono()Björn Jacke2013-07-051-2/+12
* time: don't try to use the coarse clockBjörn Jacke2013-07-051-9/+2
* genrand: Slightly simplify do_reseedVolker Lendecke2013-06-141-13/+11
* libcli: Remove uneeded debug messageKai Blin2013-06-011-1/+0
* lib/util/modules.c: Remove #if SAMBA_BUILD_ == 3 now we only have the waf buildAndrew Bartlett2013-05-281-8/+0
* build: Rework BSD_STYLE_STATVFS check to match autoconf buildAndrew Bartlett2013-05-271-12/+10
* debug: Add ability to dump_data per debug classKai Blin2013-05-183-0/+45
* debug: Add debugclass for DNS serverKai Blin2013-05-162-1/+3
* s3:smbd: add a scavenger process for disconnected durable handlesGregor Beck2013-04-182-1/+3
* getpass: Don't fail if stdin is not a ttyStef Walter2013-04-051-23/+29
* lib/util: Cast mode_t result to unsigned int for GNU/Solaris buildAndrew Bartlett2013-03-151-1/+1
* Make sure to set umask() before calling mkstemp().Andreas Schneider2013-03-061-0/+3
* lib: Add prctl_set_comment to utils.Andreas Schneider2013-03-053-1/+70
* lib/util: add samba_tevent_set_debug()Stefan Metzmacher2013-02-282-1/+14
* lib/util: allow samba_tevent_debug() to take a name as contextStefan Metzmacher2013-02-281-5/+16
* lib-util: Don't leak file descriptor on error.Andreas Schneider2013-02-221-0/+1
* build: Remove unused includes.h reference to avoid build-time talloc depAndrew Bartlett2013-02-221-1/+0
* lib/util: add samba_tevent_context_init()Stefan Metzmacher2013-02-193-2/+76
* lib/util/time: strip a potential trailing newline in the asctime case.Michael Adam2013-02-191-0/+9