Age | Commit message (Expand) | Author | Files | Lines |
2012-07-04 | ntdb: make --disable-ntdb work properly. | Rusty Russell | 1 | -6/+7 |
2012-07-02 | Ensure we select the correct syscall numbers on a 32-bit Linux system. | Jeremy Allison | 1 | -0/+46 |
2012-06-30 | Try and fix the autoconf build on Solaris/Nexenta/etc. | Jeremy Allison | 1 | -1/+32 |
2012-06-29 | lib/util: fix fd leak in anonymous_shared_allocate() if MAP_ANON is not avail... | Stefan Metzmacher | 1 | -1/+14 |
2012-06-29 | Move back to using per-thread credentials on Linux. Fixes the glibc native AI... | Jeremy Allison | 1 | -9/+41 |
2012-06-28 | Replace all uses of setXX[ug]id() and setgroups with samba_setXX[ug]id() calls. | Jeremy Allison | 4 | -3/+234 |
2012-06-22 | util_tdb: move timeout chainlock variants from source3/lib/util/util_tdb.c | Rusty Russell | 3 | -1/+98 |
2012-06-22 | util: util_ntdb ntdb_fetch_int32/ntdb_store_int32 and ntdb_add_int32_atomic | Rusty Russell | 2 | -0/+89 |
2012-06-22 | util: util_ntdb.c gets NTDB_ERROR => NTSTATUS map. | Rusty Russell | 2 | -0/+49 |
2012-06-22 | util: util_ntdb.c gains bystring functions. | Rusty Russell | 2 | -1/+85 |
2012-06-22 | util: ntdb_new() supports NTDB_CLEAR_IF_FIRST. | Rusty Russell | 2 | -1/+99 |
2012-06-22 | util: util_ntdb.c | Rusty Russell | 3 | -0/+168 |
2012-06-19 | lib/util_tdb: depend directly on tdb, not tdb_compat. | Rusty Russell | 2 | -5/+5 |
2012-06-19 | TDB2: make SAMBA use tdb1 again for the moment. | Rusty Russell | 1 | -4/+0 |
2012-06-15 | lib/util: Fix typo in comment. | Jelmer Vernooij | 1 | -1/+1 |
2012-06-12 | lib/util: fix use of a non-existent word (existant) in a comment | Michael Adam | 1 | -1/+1 |
2012-06-11 | debug: Do not constantly rename logs when max log size = 0 | Andrew Bartlett | 1 | -16/+18 |
2012-06-08 | samba_util: mark smb_panic as _NORETURN_. | Rusty Russell | 1 | -1/+1 |
2012-06-07 | util: fix build on platforms without IPv6 support | Björn Jacke | 1 | -1/+1 |
2012-06-02 | lib/replace: Merge remaining xattr test details from lib/util | Andrew Bartlett | 1 | -8/+0 |
2012-06-02 | s4-xattr: Use libreplace xattr functions directly | Andrew Bartlett | 4 | -167/+0 |
2012-06-01 | Remove an unused variable. | Jeremy Allison | 1 | -3/+1 |
2012-05-30 | lib: add tevent_req_poll_werror | Volker Lendecke | 2 | -0/+16 |
2012-05-14 | lib/util: move tevent_req_poll_ntstatus() to tevent_ntstatus.c | Stefan Metzmacher | 2 | -0/+16 |
2012-05-14 | lib/util: add missing 'errors' dependency to 'tevent-util' | Stefan Metzmacher | 1 | -1/+1 |
2012-05-11 | util: use SMB_ASSERT with panic also in non-developer builds !!! | Michael Adam | 1 | -7/+0 |
2012-05-11 | util: reformat the DEVELOPER definition of SMB_ASSERT | Michael Adam | 1 | -3/+8 |
2012-05-08 | lib/util: Map 0x7fffffffffffffffLL as 0x7fffffffffffffffLL in time conversion | Andrew Bartlett | 1 | -1/+1 |
2012-05-03 | UTIL_TDB: lowercase name. | Jelmer Vernooij | 1 | -2/+2 |
2012-04-20 | Fix bug #8877 - Syslog broken owing to mistyping of debug_settings.syslog. | Joseph Tam | 1 | -1/+1 |
2012-04-18 | lib/util: Move map_nt_error_from_tdb to the top level | Andrew Bartlett | 2 | -1/+70 |
2012-04-05 | build: Remove sys_open wrapper | Andrew Bartlett | 1 | -1/+1 |
2012-04-05 | build: do not use HAVE_EXPLICIT_LARGEFILE_SUPPORT and *64() fucntions any more | Andrew Bartlett | 1 | -6/+1 |
2012-04-05 | build: Remove configure tests for *64 functions and types | Andrew Bartlett | 1 | -5/+0 |
2012-04-03 | lib/util: charset modules do not exist any more | Andrew Bartlett | 1 | -4/+0 |
2012-04-03 | lib/util: Add smb_load_module that returns DEBUG(0) errors on failure | Andrew Bartlett | 2 | -38/+39 |
2012-03-31 | Fix an IPv6 breakage I introduced by adding an strlcpy truncation check. Foun... | Jeremy Allison | 1 | -3/+10 |
2012-03-29 | Start to add truncate checks on all uses of strlcpy(). Reading lwn | Jeremy Allison | 2 | -22/+29 |
2012-03-24 | lib/util: Remove obsolete sys_getpid() and sys_fork(). | Jelmer Vernooij | 4 | -43/+2 |
2012-03-24 | lib/util: Allow calloc use in util.c, too. | Jelmer Vernooij | 1 | -0/+1 |
2012-03-24 | libreplace: Add getpeereid implementation. | Jelmer Vernooij | 2 | -31/+0 |
2012-03-24 | lib/util: Remove dummy wrapper for getgrgid(). | Jelmer Vernooij | 2 | -10/+0 |
2012-03-24 | lib/util: Remove dummy wrapper for getgrnam(). | Jelmer Vernooij | 2 | -7/+1 |
2012-03-24 | lib/util: Remove dummy wrapper for getpwuid(). | Jelmer Vernooij | 2 | -8/+2 |
2012-03-24 | lib/util: Remove dummy wrapper for getpwnam(). | Jelmer Vernooij | 2 | -8/+2 |
2012-03-24 | lib/util: Remove dummy wrappers for setpwent/getpwent/endpwent. | Jelmer Vernooij | 2 | -22/+0 |
2012-03-24 | lib/util: Move calloc_array and memalign_array to top-level libutil. | Jelmer Vernooij | 2 | -0/+32 |
2012-03-24 | lib/util: Remove prototype for removed sys_memalign. | Jelmer Vernooij | 1 | -4/+0 |
2012-03-24 | lib/util: Remove trivial wrapper sys_connect() around connect(). | Jelmer Vernooij | 2 | -20/+0 |
2012-03-24 | replace: Move memalign() from lib/util/system.c to libreplace. | Jelmer Vernooij | 1 | -35/+0 |