summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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/replace: Add getconf LFS_CFLAGS support to autoconf buildAndrew Bartlett2012-04-051-0/+8
* 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
* ldb: Permit desactivation of autocomit for every ldb_xxx_ctrl functionMatthieu Patou2012-03-308-23/+28
* Start to add truncate checks on all uses of strlcpy(). Reading lwnJeremy Allison2012-03-293-24/+35
* lib/tdb: Update ABIAmitay Isaacs2012-03-292-1/+67
* lib/tdb: Add/expose lock functions to support CTDBAmitay Isaacs2012-03-291-2/+16
* cast: make sure suncc sees a constant.Rusty Russell2012-03-292-8/+22
* cast: test/compile_fail-cast_static.c should fail without COMPOUND_LITERALS.Rusty Russell2012-03-291-3/+9
* tdb2: fix prototype in tdb1 code.Rusty Russell2012-03-291-5/+5
* s4 dns: Check smb.conf if we should allow recursionKai Blin2012-03-271-0/+21
* LDB/s4 - deny the "(dn=...)" syntax on search filters when in AD modeMatthias Dieter Wallnöfer2012-03-263-2/+19
* replace: Avoid DEBUG(), which is not available in libreplace.Jelmer Vernooij2012-03-251-1/+1
* libreplace: Add usleep implementation.Jelmer Vernooij2012-03-242-0/+20
* 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
* replace: Work around socket wrapper.Jelmer Vernooij2012-03-241-0/+1
* replace: Add system/network.h for ucred struct.Jelmer Vernooij2012-03-241-0/+1
* libreplace: Add getpeereid implementation.Jelmer Vernooij2012-03-246-31/+71
* 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-245-38/+45
* lib/async_req: Retry read_packet with read(2)Volker Lendecke2012-03-231-0/+4
* lib/tdb: fix transaction issue for HAVE_INCOHERENT_MMAP.Rusty Russell2012-03-231-11/+10
* lib/tdb: fix test/run-die-during-transaction when HAVE_INCOHERENT_MMAP.Rusty Russell2012-03-231-0/+5
* lib/tdb: fix missing return 0 code.Rusty Russell2012-03-231-1/+1
* lib/tdb2: fix -Wcast-qual warnings.Rusty Russell2012-03-2215-59/+33
* lib/tdb2: fix -Wshadow warnings.Rusty Russell2012-03-226-27/+27
* lib/tdb2: fix OpenBSD incoherent mmap (tdb2 version)Rusty Russell2012-03-223-8/+31
* lib/tdb2: fix OpenBSD incoherent mmap (tdb1 version)Rusty Russell2012-03-223-24/+56
* lib/tdb: fix OpenBSD incoherent mmap.Rusty Russell2012-03-224-24/+58
* lib/replace: test for incoherent mmap.Rusty Russell2012-03-223-0/+97
* lib/ccan/failtest: compile fix for OpenBSDRusty Russell2012-03-223-0/+17
* lib/ccan: namespacize ccan/list to avoid conflict with OpenIndiana's sys/list.hRusty Russell2012-03-2220-357/+392
* lib/tdb: fix up run-die-during-transaction test cases on Solaris.Rusty Russell2012-03-224-5/+4
* build: Fix build issue on OpenBSD 5.xAmitay Isaacs2012-03-161-1/+1
* Remove more unnecessary shebang lines in python files.Jelmer Vernooij2012-03-161-2/+0
* util: Add --disable-fault-handling.Ira Cooper2012-03-153-0/+8
* testtools/matchers.py: fix a comment typoMichael Adam2012-03-141-1/+1
* lib/util: only change umask during mkdir()Stefan Metzmacher2012-03-141-7/+4