summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* lib/util: cope with races between lstat and mkdir in directory_create_or_exist()Stefan Metzmacher2012-03-141-2/+8
* lib/util: use a helper variable in directory_create_or_exist()Stefan Metzmacher2012-03-141-2/+5
* lib/util: do an early return on error directory_create_or_exist()Stefan Metzmacher2012-03-141-10/+10
* lib/util: remove unneeded else branch in directory_create_or_exist()Stefan Metzmacher2012-03-141-21/+24
* lib/util: don't start DEBUG output with 'error 'Stefan Metzmacher2012-03-141-1/+1
* lib/tdb: remove unnecessary XOPEN and FILE_OFFSET_BITS defines in test/Rusty Russell2012-03-1417-20/+0
* lib/tdb2: remove unneccessary _FILE_OFFSET_BITS define in test/.Rusty Russell2012-03-141-2/+0
* lib/crypto: Detect CommonCrypto and use it if availableMatthieu Patou2012-03-143-1/+15
* lib/tdb2: make summary handle capabilities properly.Rusty Russell2012-03-141-31/+13
* lib/tdb2: fix error string formatting.Rusty Russell2012-03-143-5/+7
* lib/tdb2: Add gcc-style format attribute to tdb_logerr.Rusty Russell2012-03-141-4/+5
* tdb_wrap: Move to specific directory.Jelmer Vernooij2012-03-104-8/+9
* tevent: Install tevent.py into PYTHONARCHDIR rather than PYTHONDIR for consis...Jelmer Vernooij2012-03-101-1/+1
* lib/tdb: fix tests for standalone out-of-tree.Rusty Russell2012-03-101-1/+2
* lib/util: Add a callback facility for debug messagesAndrew Bartlett2012-03-082-14/+52
* failtest: don't assume FD_SETSIZE is maximum runtime fd.Rusty Russell2012-03-083-3/+68
* addns: Fix the Solaris/Illumos build.Ira Cooper2012-03-072-0/+10
* lib/tdb2: add --valgrind, --valgrind-log options.Rusty Russell2012-03-071-1/+13
* lib/tdb2: wire up unit tests.Rusty Russell2012-03-072-1/+81
* lib/tdb2: adapt unit tests to SAMBA environment.Rusty Russell2012-03-0789-147/+234
* lib/ccan: import failtest and required ccan modules for TDB2 unit tests.Rusty Russell2012-03-0769-0/+7608
* s3-auth: Remove security=share (depricated since 3.6).Andrew Bartlett2012-03-042-7/+1
* change low FDs are handled in SambaAndrew Bartlett2012-03-043-12/+23
* pyldb: Fix some more long lines, fix formatting.Jelmer Vernooij2012-03-021-14/+37
* pyldb: Avoid using PyErr_LDB_ERROR_IS_ERR_RAISE where PyErr_SetLdbError suffi...Jelmer Vernooij2012-03-011-13/+16
* build: look for backtrace_symbols in libexecAndrew Bartlett2012-03-011-1/+1
* lib/crypto: add aes_cmac_128_test.c as local.crypto.aes_cmac_128 testStefan Metzmacher2012-02-292-1/+93
* lib/crypto: add aes_cmac_128* (rfc 4493)Stefan Metzmacher2012-02-294-4/+231
* lib/crypto: fix hmac_sha256_final() prototypeStefan Metzmacher2012-02-271-1/+1
* s3-param: Align lp_{max,min}protocol with lib/param namesAndrew Bartlett2012-02-271-0/+24
* lib/tdb2: rename tdb2.pc to tdb.pcRusty Russell2012-02-272-1/+1
* lib/tdb2: 2.0.0 ABIAmitay Isaacs2012-02-211-0/+40
* lib/tdb2: Convert tdb2 to a standalone libraryAmitay Isaacs2012-02-214-0/+99
* lib/tdb2: Fix wscriptAmitay Isaacs2012-02-211-29/+52
* lib/tdb2: Mark public function as suchAmitay Isaacs2012-02-219-40/+40
* lib/tdb2: Do not include config.h in (to-be) public library, use replace.Amitay Isaacs2012-02-212-2/+22
* lib/tdb2: tools should use config.h, and replace where available.Rusty Russell2012-02-215-1/+28
* lib/ccan: define HAVE_CCAN.Rusty Russell2012-02-211-0/+1
* popt: Check for popt manually as well, not just using pkg-config.Jelmer Vernooij2012-02-201-1/+1
* build: Add libbsd as a dep for LIBREPLACE_HOSTCCAndrew Bartlett2012-02-201-4/+5
* popt: Use pkg-config file to look for popt.Jelmer Vernooij2012-02-191-1/+1
* lib/util: Remove unused sys_inet_makeaddr()Andrew Bartlett2012-02-172-11/+0
* lib/util: Remove unused sys_gethostbyname()Andrew Bartlett2012-02-172-48/+0
* lib/util: Remove sys_poll as it is no longer neededAndrew Bartlett2012-02-162-91/+0
* lib/util: Remove unused sys_select_signal()Andrew Bartlett2012-02-162-19/+0