summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* tsocket: Fix a couple of typos and spellings in tsocket_guide.txtMichael Adam2012-04-171-26/+27
* tdb-compat: Add tdb_chainlock_nonblockVolker Lendecke2012-04-172-0/+26
* param: harmonise wins parametersAndrew Bartlett2012-04-161-8/+8
* lib/param: swap preferred name for 'lock dir' to match s3Andrew Bartlett2012-04-161-2/+2
* param: Merge common param elements by adding .flagsAndrew Bartlett2012-04-161-40/+80
* param: harmonsise logfile parameterAndrew Bartlett2012-04-161-1/+2
* param: Merge common param elements by adding .flagsAndrew Bartlett2012-04-161-17/+34
* Remove overly complex attemt to define blkcnt_t and blksize_t. AC_CHECK_TYPE ...Jeremy Allison2012-04-121-12/+2
* s3:param convert kernel oplocks to share parameterChristian Ambach2012-04-111-0/+1
* lib/tdb_compat: Do not define BUILD_TDB2 if we are not building tdb2Andrew Bartlett2012-04-111-3/+1
* LDB:ldb_msg.c - add another OOM check in "ldb_msg_copy()"Matthias Dieter Wallnöfer2012-04-111-0/+1
* ccan: Fix failtest on Fedora 16 as stdlib.h does not imply malloc.hAndrew Bartlett2012-04-111-0/+4
* ldb-tools: Place the whole of an ldif file in a transactionAndrew Bartlett2012-04-107-16/+136
* ldb: Allow access to the line number while reading ldif from a fileAndrew Bartlett2012-04-105-7/+281
* ldb: Detect failures in ldb.base againAndrew Bartlett2012-04-103-4/+15
* Revert "ldb: Permit desactivation of autocomit for every ldb_xxx_ctrl function"Andrew Bartlett2012-04-108-28/+23
* On advice from Jelmer and Andrew, move the blksize_t and blkcnt_t tests into ...Jeremy Allison2012-04-103-8/+14
* Move blksize_t and blkcnt_t to replace.h from includes.h. Should help with pl...Jeremy Allison2012-04-092-0/+10
* libreplace: We have a poll replacement based on selectVolker Lendecke2012-04-091-0/+1
* tevent: Fix a typoVolker Lendecke2012-04-091-1/+1
* 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