summaryrefslogtreecommitdiff
path: root/lib/util
Commit message (Expand)AuthorAgeFilesLines
...
* Try and fix the autoconf build on Solaris/Nexenta/etc.Jeremy Allison2012-06-301-1/+32
* lib/util: fix fd leak in anonymous_shared_allocate() if MAP_ANON is not avail...Stefan Metzmacher2012-06-291-1/+14
* Move back to using per-thread credentials on Linux. Fixes the glibc native AI...Jeremy Allison2012-06-291-9/+41
* Replace all uses of setXX[ug]id() and setgroups with samba_setXX[ug]id() calls.Jeremy Allison2012-06-284-3/+234
* util_tdb: move timeout chainlock variants from source3/lib/util/util_tdb.cRusty Russell2012-06-223-1/+98
* util: util_ntdb ntdb_fetch_int32/ntdb_store_int32 and ntdb_add_int32_atomicRusty Russell2012-06-222-0/+89
* util: util_ntdb.c gets NTDB_ERROR => NTSTATUS map.Rusty Russell2012-06-222-0/+49
* util: util_ntdb.c gains bystring functions.Rusty Russell2012-06-222-1/+85
* util: ntdb_new() supports NTDB_CLEAR_IF_FIRST.Rusty Russell2012-06-222-1/+99
* util: util_ntdb.cRusty Russell2012-06-223-0/+168
* lib/util_tdb: depend directly on tdb, not tdb_compat.Rusty Russell2012-06-192-5/+5
* TDB2: make SAMBA use tdb1 again for the moment.Rusty Russell2012-06-191-4/+0
* lib/util: Fix typo in comment.Jelmer Vernooij2012-06-151-1/+1
* lib/util: fix use of a non-existent word (existant) in a commentMichael Adam2012-06-121-1/+1
* debug: Do not constantly rename logs when max log size = 0Andrew Bartlett2012-06-111-16/+18
* samba_util: mark smb_panic as _NORETURN_.Rusty Russell2012-06-081-1/+1
* util: fix build on platforms without IPv6 supportBjörn Jacke2012-06-071-1/+1
* lib/replace: Merge remaining xattr test details from lib/utilAndrew Bartlett2012-06-021-8/+0
* s4-xattr: Use libreplace xattr functions directlyAndrew Bartlett2012-06-024-167/+0
* Remove an unused variable.Jeremy Allison2012-06-011-3/+1
* lib: add tevent_req_poll_werrorVolker Lendecke2012-05-302-0/+16
* 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