summaryrefslogtreecommitdiffstats
path: root/lib/util
Commit message (Expand)AuthorAgeFilesLines
* util: Remove unused fde_stdin in samba_runcmd.Andreas Schneider2012-12-121-22/+5
* util: Don't use the pid ret value uninitialized.Andreas Schneider2012-12-121-1/+1
* Fix bug #9471 - SEGV when using second vfs module.Tsukasa Hamano2012-12-071-1/+1
* util: Add a UNIX platform independent samba_getpass().Andreas Schneider2012-12-033-1/+265
* lib/util: Simplify bitmap.c a bitVolker Lendecke2012-11-071-7/+6
* lib/util: Make "struct bitmap" abstractVolker Lendecke2012-11-072-4/+6
* util: remove accidently committed hunkBjörn Jacke2012-10-311-3/+0
* wfabuild: fix the -errwarn compile flag testBjörn Jacke2012-10-301-0/+3
* lib/util/charset: We do not use fucntions from wchar.h any moreAndrew Bartlett2012-09-261-7/+1
* lib/util/charset: Try to find iconv on HP-UXAndrew Bartlett2012-09-261-0/+3
* lib/util: Remove unbuilt file util_getent.c and BROKEN_GETGRNAMAndrew Bartlett2012-09-231-283/+0
* waf: add check for BSD_STYLE_STATVFSBjörn Jacke2012-09-071-0/+12
* lib/util: don't SMB_ASSERT() in process_exists_by_pid()Stefan Metzmacher2012-08-241-1/+3
* lib/util: add server_id_set_disconnected() and server_id_is_disconnected()Michael Adam2012-08-172-1/+48
* lib/util: let server_id_str() skip the task_id if 0 in the cluster case tooStefan Metzmacher2012-08-171-0/+5
* lib/util: add server_id_from_string()Stefan Metzmacher2012-08-172-0/+38
* lib/util: add server_id_equal()Stefan Metzmacher2012-08-172-0/+22
* Add debugs to functions. Add pidfile_unlink().Jeremy Allison2012-07-192-0/+25
* Move source4/smbd/pidfile into lib/util in preparation for making it in common.Jeremy Allison2012-07-193-1/+158
* talloc_stack: abort in developer me if no stackframe on talloc_tos()Rusty Russell2012-07-182-4/+9
* loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell2012-07-181-1/+1
* lib/util/modules.c: fix stackframe leak.Rusty Russell2012-07-181-1/+2
* talloc_stack: report lazy freeing (panic if DEVELOPER).Rusty Russell2012-07-181-0/+11
* talloc_stack: always include the location when creating a talloc_stackframe().Rusty Russell2012-07-182-8/+11
* talloc_stack: handle more than one talloc_stackframe_pool()Rusty Russell2012-07-181-8/+9
* lib/util: Allocate enough space to reference blob->data[len]Andrew Bartlett2012-07-131-3/+3
* ntdb: make --disable-ntdb work properly.Rusty Russell2012-07-041-6/+7
* Ensure we select the correct syscall numbers on a 32-bit Linux system.Jeremy Allison2012-07-021-0/+46
* 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