Age | Commit message (Expand) | Author | Files | Lines |
2012-03-14 | lib/util: remove unneeded else branch in directory_create_or_exist() | Stefan Metzmacher | 1 | -21/+24 |
2012-03-14 | lib/util: don't start DEBUG output with 'error ' | Stefan Metzmacher | 1 | -1/+1 |
2012-03-14 | lib/tdb: remove unnecessary XOPEN and FILE_OFFSET_BITS defines in test/ | Rusty Russell | 17 | -20/+0 |
2012-03-14 | lib/tdb2: remove unneccessary _FILE_OFFSET_BITS define in test/. | Rusty Russell | 1 | -2/+0 |
2012-03-14 | lib/crypto: Detect CommonCrypto and use it if available | Matthieu Patou | 3 | -1/+15 |
2012-03-14 | lib/tdb2: make summary handle capabilities properly. | Rusty Russell | 1 | -31/+13 |
2012-03-14 | lib/tdb2: fix error string formatting. | Rusty Russell | 3 | -5/+7 |
2012-03-14 | lib/tdb2: Add gcc-style format attribute to tdb_logerr. | Rusty Russell | 1 | -4/+5 |
2012-03-10 | tdb_wrap: Move to specific directory. | Jelmer Vernooij | 4 | -8/+9 |
2012-03-10 | tevent: Install tevent.py into PYTHONARCHDIR rather than PYTHONDIR for consis... | Jelmer Vernooij | 1 | -1/+1 |
2012-03-10 | lib/tdb: fix tests for standalone out-of-tree. | Rusty Russell | 1 | -1/+2 |
2012-03-08 | lib/util: Add a callback facility for debug messages | Andrew Bartlett | 2 | -14/+52 |
2012-03-08 | failtest: don't assume FD_SETSIZE is maximum runtime fd. | Rusty Russell | 3 | -3/+68 |
2012-03-07 | addns: Fix the Solaris/Illumos build. | Ira Cooper | 2 | -0/+10 |
2012-03-07 | lib/tdb2: add --valgrind, --valgrind-log options. | Rusty Russell | 1 | -1/+13 |
2012-03-07 | lib/tdb2: wire up unit tests. | Rusty Russell | 2 | -1/+81 |
2012-03-07 | lib/tdb2: adapt unit tests to SAMBA environment. | Rusty Russell | 89 | -147/+234 |
2012-03-07 | lib/ccan: import failtest and required ccan modules for TDB2 unit tests. | Rusty Russell | 69 | -0/+7608 |
2012-03-04 | s3-auth: Remove security=share (depricated since 3.6). | Andrew Bartlett | 2 | -7/+1 |
2012-03-04 | change low FDs are handled in Samba | Andrew Bartlett | 3 | -12/+23 |
2012-03-02 | pyldb: Fix some more long lines, fix formatting. | Jelmer Vernooij | 1 | -14/+37 |
2012-03-01 | pyldb: Avoid using PyErr_LDB_ERROR_IS_ERR_RAISE where PyErr_SetLdbError suffi... | Jelmer Vernooij | 1 | -13/+16 |
2012-03-01 | build: look for backtrace_symbols in libexec | Andrew Bartlett | 1 | -1/+1 |
2012-02-29 | lib/crypto: add aes_cmac_128_test.c as local.crypto.aes_cmac_128 test | Stefan Metzmacher | 2 | -1/+93 |
2012-02-29 | lib/crypto: add aes_cmac_128* (rfc 4493) | Stefan Metzmacher | 4 | -4/+231 |
2012-02-27 | lib/crypto: fix hmac_sha256_final() prototype | Stefan Metzmacher | 1 | -1/+1 |
2012-02-27 | s3-param: Align lp_{max,min}protocol with lib/param names | Andrew Bartlett | 1 | -0/+24 |
2012-02-27 | lib/tdb2: rename tdb2.pc to tdb.pc | Rusty Russell | 2 | -1/+1 |
2012-02-21 | lib/tdb2: 2.0.0 ABI | Amitay Isaacs | 1 | -0/+40 |
2012-02-21 | lib/tdb2: Convert tdb2 to a standalone library | Amitay Isaacs | 4 | -0/+99 |
2012-02-21 | lib/tdb2: Fix wscript | Amitay Isaacs | 1 | -29/+52 |
2012-02-21 | lib/tdb2: Mark public function as such | Amitay Isaacs | 9 | -40/+40 |
2012-02-21 | lib/tdb2: Do not include config.h in (to-be) public library, use replace. | Amitay Isaacs | 2 | -2/+22 |
2012-02-21 | lib/tdb2: tools should use config.h, and replace where available. | Rusty Russell | 5 | -1/+28 |
2012-02-21 | lib/ccan: define HAVE_CCAN. | Rusty Russell | 1 | -0/+1 |
2012-02-20 | popt: Check for popt manually as well, not just using pkg-config. | Jelmer Vernooij | 1 | -1/+1 |
2012-02-20 | build: Add libbsd as a dep for LIBREPLACE_HOSTCC | Andrew Bartlett | 1 | -4/+5 |
2012-02-19 | popt: Use pkg-config file to look for popt. | Jelmer Vernooij | 1 | -1/+1 |
2012-02-17 | lib/util: Remove unused sys_inet_makeaddr() | Andrew Bartlett | 2 | -11/+0 |
2012-02-17 | lib/util: Remove unused sys_gethostbyname() | Andrew Bartlett | 2 | -48/+0 |
2012-02-16 | lib/util: Remove sys_poll as it is no longer needed | Andrew Bartlett | 2 | -91/+0 |
2012-02-16 | lib/util: Remove unused sys_select_signal() | Andrew Bartlett | 2 | -19/+0 |
2012-02-15 | tevent_signal: Fix a valgrind error | Volker Lendecke | 1 | -1/+2 |
2012-02-14 | tdb: build and run unit tests in tdb/test/ | Rusty Russell | 1 | -7/+87 |
2012-02-14 | tdb/test: fix up tests for use in SAMBA tdb code. | Rusty Russell | 5 | -13/+16 |
2012-02-14 | tdb: wean CCAN-style unit tests off of tap. | Rusty Russell | 25 | -23/+64 |
2012-02-14 | tdb: import unit tests from CCAN into tdb/test/ | Rusty Russell | 35 | -1/+2567 |
2012-02-14 | tdb: make tdb_private.h idempotent. | Rusty Russell | 1 | -0/+3 |
2012-02-13 | s3-libads: Move to using only the HAVE_KRB5 define | Andrew Bartlett | 1 | -2/+2 |
2012-02-13 | s3-lib/addns: Move to system/kerberos.h and HAVE_KRB5 | Andrew Bartlett | 2 | -18/+3 |