summaryrefslogtreecommitdiff
path: root/lib/util
Commit message (Expand)AuthorAgeFilesLines
* lib/util: move tevent_req_poll_ntstatus() to tevent_ntstatus.cStefan Metzmacher2012-05-142-0/+16
* lib/util: add missing 'errors' dependency to 'tevent-util'Stefan Metzmacher2012-05-141-1/+1
* util: use SMB_ASSERT with panic also in non-developer builds !!!Michael Adam2012-05-111-7/+0
* util: reformat the DEVELOPER definition of SMB_ASSERTMichael Adam2012-05-111-3/+8
* lib/util: Map 0x7fffffffffffffffLL as 0x7fffffffffffffffLL in time conversionAndrew Bartlett2012-05-081-1/+1
* UTIL_TDB: lowercase name.Jelmer Vernooij2012-05-031-2/+2
* Fix bug #8877 - Syslog broken owing to mistyping of debug_settings.syslog.Joseph Tam2012-04-201-1/+1
* lib/util: Move map_nt_error_from_tdb to the top levelAndrew Bartlett2012-04-182-1/+70
* build: Remove sys_open wrapperAndrew Bartlett2012-04-051-1/+1
* build: do not use HAVE_EXPLICIT_LARGEFILE_SUPPORT and *64() fucntions any moreAndrew Bartlett2012-04-051-6/+1
* build: Remove configure tests for *64 functions and typesAndrew Bartlett2012-04-051-5/+0
* lib/util: charset modules do not exist any moreAndrew Bartlett2012-04-031-4/+0
* lib/util: Add smb_load_module that returns DEBUG(0) errors on failureAndrew Bartlett2012-04-032-38/+39
* Fix an IPv6 breakage I introduced by adding an strlcpy truncation check. Foun...Jeremy Allison2012-03-311-3/+10
* Start to add truncate checks on all uses of strlcpy(). Reading lwnJeremy Allison2012-03-292-22/+29
* lib/util: Remove obsolete sys_getpid() and sys_fork().Jelmer Vernooij2012-03-244-43/+2
* lib/util: Allow calloc use in util.c, too.Jelmer Vernooij2012-03-241-0/+1
* libreplace: Add getpeereid implementation.Jelmer Vernooij2012-03-242-31/+0
* lib/util: Remove dummy wrapper for getgrgid().Jelmer Vernooij2012-03-242-10/+0
* lib/util: Remove dummy wrapper for getgrnam().Jelmer Vernooij2012-03-242-7/+1
* lib/util: Remove dummy wrapper for getpwuid().Jelmer Vernooij2012-03-242-8/+2
* lib/util: Remove dummy wrapper for getpwnam().Jelmer Vernooij2012-03-242-8/+2
* lib/util: Remove dummy wrappers for setpwent/getpwent/endpwent.Jelmer Vernooij2012-03-242-22/+0
* lib/util: Move calloc_array and memalign_array to top-level libutil.Jelmer Vernooij2012-03-242-0/+32
* lib/util: Remove prototype for removed sys_memalign.Jelmer Vernooij2012-03-241-4/+0
* lib/util: Remove trivial wrapper sys_connect() around connect().Jelmer Vernooij2012-03-242-20/+0
* replace: Move memalign() from lib/util/system.c to libreplace.Jelmer Vernooij2012-03-241-35/+0
* util: Add --disable-fault-handling.Ira Cooper2012-03-153-0/+8
* lib/util: only change umask during mkdir()Stefan Metzmacher2012-03-141-7/+4
* lib/util: cope with races between lstat and mkdir in directory_create_or_exist()Stefan Metzmacher2012-03-141-2/+8
* lib/util: use a helper variable in directory_create_or_exist()Stefan Metzmacher2012-03-141-2/+5
* lib/util: do an early return on error directory_create_or_exist()Stefan Metzmacher2012-03-141-10/+10
* lib/util: remove unneeded else branch in directory_create_or_exist()Stefan Metzmacher2012-03-141-21/+24
* lib/util: don't start DEBUG output with 'error 'Stefan Metzmacher2012-03-141-1/+1
* tdb_wrap: Move to specific directory.Jelmer Vernooij2012-03-103-264/+0
* lib/util: Add a callback facility for debug messagesAndrew Bartlett2012-03-082-14/+52
* change low FDs are handled in SambaAndrew Bartlett2012-03-043-12/+23
* build: look for backtrace_symbols in libexecAndrew Bartlett2012-03-011-1/+1
* lib/util: Remove unused sys_inet_makeaddr()Andrew Bartlett2012-02-172-11/+0
* lib/util: Remove unused sys_gethostbyname()Andrew Bartlett2012-02-172-48/+0
* lib/util: Remove sys_poll as it is no longer neededAndrew Bartlett2012-02-162-91/+0
* lib/util: Remove unused sys_select_signal()Andrew Bartlett2012-02-162-19/+0
* lib/util: Remove unused str_format_nbt_domain()Andrew Bartlett2012-02-102-41/+0
* charset: Remove unused strcmp_w()Andrew Bartlett2012-02-102-15/+0
* charset: Remove unused iconv_talloc()Andrew Bartlett2012-02-103-120/+1
* charset/tests: Add prototypes for test functions.Jelmer Vernooij2012-02-072-0/+7
* lib/util: Add hex_encode_bufVolker Lendecke2012-02-062-9/+21
* loadparm: fix a load of uninitialized memory errors found by valgrind.Michael Adam2012-02-031-1/+1
* Introduce dump_data_fileVolker Lendecke2012-01-252-0/+17
* lib/charset: Remove an unused variableVolker Lendecke2011-12-251-0/+2