summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2012-03-22lib/replace: test for incoherent mmap.Rusty Russell3-0/+97
2012-03-22lib/ccan/failtest: compile fix for OpenBSDRusty Russell3-0/+17
2012-03-22lib/ccan: namespacize ccan/list to avoid conflict with OpenIndiana's sys/list.hRusty Russell20-357/+392
2012-03-22lib/tdb: fix up run-die-during-transaction test cases on Solaris.Rusty Russell4-5/+4
2012-03-16build: Fix build issue on OpenBSD 5.xAmitay Isaacs1-1/+1
2012-03-16Remove more unnecessary shebang lines in python files.Jelmer Vernooij1-2/+0
2012-03-15util: Add --disable-fault-handling.Ira Cooper3-0/+8
2012-03-14testtools/matchers.py: fix a comment typoMichael Adam1-1/+1
2012-03-14lib/util: only change umask during mkdir()Stefan Metzmacher1-7/+4
2012-03-14lib/util: cope with races between lstat and mkdir in directory_create_or_exist()Stefan Metzmacher1-2/+8
2012-03-14lib/util: use a helper variable in directory_create_or_exist()Stefan Metzmacher1-2/+5
2012-03-14lib/util: do an early return on error directory_create_or_exist()Stefan Metzmacher1-10/+10
2012-03-14lib/util: remove unneeded else branch in directory_create_or_exist()Stefan Metzmacher1-21/+24
2012-03-14lib/util: don't start DEBUG output with 'error 'Stefan Metzmacher1-1/+1
2012-03-14lib/tdb: remove unnecessary XOPEN and FILE_OFFSET_BITS defines in test/Rusty Russell17-20/+0
2012-03-14lib/tdb2: remove unneccessary _FILE_OFFSET_BITS define in test/.Rusty Russell1-2/+0
2012-03-14lib/crypto: Detect CommonCrypto and use it if availableMatthieu Patou3-1/+15
2012-03-14lib/tdb2: make summary handle capabilities properly.Rusty Russell1-31/+13
2012-03-14lib/tdb2: fix error string formatting.Rusty Russell3-5/+7
2012-03-14lib/tdb2: Add gcc-style format attribute to tdb_logerr.Rusty Russell1-4/+5
2012-03-10tdb_wrap: Move to specific directory.Jelmer Vernooij4-8/+9
2012-03-10tevent: Install tevent.py into PYTHONARCHDIR rather than PYTHONDIR for consis...Jelmer Vernooij1-1/+1
2012-03-10lib/tdb: fix tests for standalone out-of-tree.Rusty Russell1-1/+2
2012-03-08lib/util: Add a callback facility for debug messagesAndrew Bartlett2-14/+52
2012-03-08failtest: don't assume FD_SETSIZE is maximum runtime fd.Rusty Russell3-3/+68
2012-03-07addns: Fix the Solaris/Illumos build.Ira Cooper2-0/+10
2012-03-07lib/tdb2: add --valgrind, --valgrind-log options.Rusty Russell1-1/+13
2012-03-07lib/tdb2: wire up unit tests.Rusty Russell2-1/+81
2012-03-07lib/tdb2: adapt unit tests to SAMBA environment.Rusty Russell89-147/+234
2012-03-07lib/ccan: import failtest and required ccan modules for TDB2 unit tests.Rusty Russell69-0/+7608
2012-03-04s3-auth: Remove security=share (depricated since 3.6).Andrew Bartlett2-7/+1
2012-03-04change low FDs are handled in SambaAndrew Bartlett3-12/+23
2012-03-02pyldb: Fix some more long lines, fix formatting.Jelmer Vernooij1-14/+37
2012-03-01pyldb: Avoid using PyErr_LDB_ERROR_IS_ERR_RAISE where PyErr_SetLdbError suffi...Jelmer Vernooij1-13/+16
2012-03-01build: look for backtrace_symbols in libexecAndrew Bartlett1-1/+1
2012-02-29lib/crypto: add aes_cmac_128_test.c as local.crypto.aes_cmac_128 testStefan Metzmacher2-1/+93
2012-02-29lib/crypto: add aes_cmac_128* (rfc 4493)Stefan Metzmacher4-4/+231
2012-02-27lib/crypto: fix hmac_sha256_final() prototypeStefan Metzmacher1-1/+1
2012-02-27s3-param: Align lp_{max,min}protocol with lib/param namesAndrew Bartlett1-0/+24
2012-02-27lib/tdb2: rename tdb2.pc to tdb.pcRusty Russell2-1/+1
2012-02-21lib/tdb2: 2.0.0 ABIAmitay Isaacs1-0/+40
2012-02-21lib/tdb2: Convert tdb2 to a standalone libraryAmitay Isaacs4-0/+99
2012-02-21lib/tdb2: Fix wscriptAmitay Isaacs1-29/+52
2012-02-21lib/tdb2: Mark public function as suchAmitay Isaacs9-40/+40
2012-02-21lib/tdb2: Do not include config.h in (to-be) public library, use replace.Amitay Isaacs2-2/+22
2012-02-21lib/tdb2: tools should use config.h, and replace where available.Rusty Russell5-1/+28
2012-02-21lib/ccan: define HAVE_CCAN.Rusty Russell1-0/+1
2012-02-20popt: Check for popt manually as well, not just using pkg-config.Jelmer Vernooij1-1/+1
2012-02-20build: Add libbsd as a dep for LIBREPLACE_HOSTCCAndrew Bartlett1-4/+5
2012-02-19popt: Use pkg-config file to look for popt.Jelmer Vernooij1-1/+1