summaryrefslogtreecommitdiff
path: root/lib/util
AgeCommit message (Expand)AuthorFilesLines
2012-07-18lib/util/modules.c: fix stackframe leak.Rusty Russell1-1/+2
2012-07-18talloc_stack: report lazy freeing (panic if DEVELOPER).Rusty Russell1-0/+11
2012-07-18talloc_stack: always include the location when creating a talloc_stackframe().Rusty Russell2-8/+11
2012-07-18talloc_stack: handle more than one talloc_stackframe_pool()Rusty Russell1-8/+9
2012-07-13lib/util: Allocate enough space to reference blob->data[len]Andrew Bartlett1-3/+3
2012-07-04ntdb: make --disable-ntdb work properly.Rusty Russell1-6/+7
2012-07-02Ensure we select the correct syscall numbers on a 32-bit Linux system.Jeremy Allison1-0/+46
2012-06-30Try and fix the autoconf build on Solaris/Nexenta/etc.Jeremy Allison1-1/+32
2012-06-29lib/util: fix fd leak in anonymous_shared_allocate() if MAP_ANON is not avail...Stefan Metzmacher1-1/+14
2012-06-29Move back to using per-thread credentials on Linux. Fixes the glibc native AI...Jeremy Allison1-9/+41
2012-06-28Replace all uses of setXX[ug]id() and setgroups with samba_setXX[ug]id() calls.Jeremy Allison4-3/+234
2012-06-22util_tdb: move timeout chainlock variants from source3/lib/util/util_tdb.cRusty Russell3-1/+98
2012-06-22util: util_ntdb ntdb_fetch_int32/ntdb_store_int32 and ntdb_add_int32_atomicRusty Russell2-0/+89
2012-06-22util: util_ntdb.c gets NTDB_ERROR => NTSTATUS map.Rusty Russell2-0/+49
2012-06-22util: util_ntdb.c gains bystring functions.Rusty Russell2-1/+85
2012-06-22util: ntdb_new() supports NTDB_CLEAR_IF_FIRST.Rusty Russell2-1/+99
2012-06-22util: util_ntdb.cRusty Russell3-0/+168
2012-06-19lib/util_tdb: depend directly on tdb, not tdb_compat.Rusty Russell2-5/+5
2012-06-19TDB2: make SAMBA use tdb1 again for the moment.Rusty Russell1-4/+0
2012-06-15lib/util: Fix typo in comment.Jelmer Vernooij1-1/+1
2012-06-12lib/util: fix use of a non-existent word (existant) in a commentMichael Adam1-1/+1
2012-06-11debug: Do not constantly rename logs when max log size = 0Andrew Bartlett1-16/+18
2012-06-08samba_util: mark smb_panic as _NORETURN_.Rusty Russell1-1/+1
2012-06-07util: fix build on platforms without IPv6 supportBjörn Jacke1-1/+1
2012-06-02lib/replace: Merge remaining xattr test details from lib/utilAndrew Bartlett1-8/+0
2012-06-02s4-xattr: Use libreplace xattr functions directlyAndrew Bartlett4-167/+0
2012-06-01Remove an unused variable.Jeremy Allison1-3/+1
2012-05-30lib: add tevent_req_poll_werrorVolker Lendecke2-0/+16
2012-05-14lib/util: move tevent_req_poll_ntstatus() to tevent_ntstatus.cStefan Metzmacher2-0/+16
2012-05-14lib/util: add missing 'errors' dependency to 'tevent-util'Stefan Metzmacher1-1/+1
2012-05-11util: use SMB_ASSERT with panic also in non-developer builds !!!Michael Adam1-7/+0
2012-05-11util: reformat the DEVELOPER definition of SMB_ASSERTMichael Adam1-3/+8
2012-05-08lib/util: Map 0x7fffffffffffffffLL as 0x7fffffffffffffffLL in time conversionAndrew Bartlett1-1/+1
2012-05-03UTIL_TDB: lowercase name.Jelmer Vernooij1-2/+2
2012-04-20Fix bug #8877 - Syslog broken owing to mistyping of debug_settings.syslog.Joseph Tam1-1/+1
2012-04-18lib/util: Move map_nt_error_from_tdb to the top levelAndrew Bartlett2-1/+70
2012-04-05build: Remove sys_open wrapperAndrew Bartlett1-1/+1
2012-04-05build: do not use HAVE_EXPLICIT_LARGEFILE_SUPPORT and *64() fucntions any moreAndrew Bartlett1-6/+1
2012-04-05build: Remove configure tests for *64 functions and typesAndrew Bartlett1-5/+0
2012-04-03lib/util: charset modules do not exist any moreAndrew Bartlett1-4/+0
2012-04-03lib/util: Add smb_load_module that returns DEBUG(0) errors on failureAndrew Bartlett2-38/+39
2012-03-31Fix an IPv6 breakage I introduced by adding an strlcpy truncation check. Foun...Jeremy Allison1-3/+10
2012-03-29Start to add truncate checks on all uses of strlcpy(). Reading lwnJeremy Allison2-22/+29
2012-03-24lib/util: Remove obsolete sys_getpid() and sys_fork().Jelmer Vernooij4-43/+2
2012-03-24lib/util: Allow calloc use in util.c, too.Jelmer Vernooij1-0/+1
2012-03-24libreplace: Add getpeereid implementation.Jelmer Vernooij2-31/+0
2012-03-24lib/util: Remove dummy wrapper for getgrgid().Jelmer Vernooij2-10/+0
2012-03-24lib/util: Remove dummy wrapper for getgrnam().Jelmer Vernooij2-7/+1
2012-03-24lib/util: Remove dummy wrapper for getpwuid().Jelmer Vernooij2-8/+2
2012-03-24lib/util: Remove dummy wrapper for getpwnam().Jelmer Vernooij2-8/+2