summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* tevent_signal: Fix a valgrind errorVolker Lendecke2012-02-151-1/+2
* tdb: build and run unit tests in tdb/test/Rusty Russell2012-02-141-7/+87
* tdb/test: fix up tests for use in SAMBA tdb code.Rusty Russell2012-02-145-13/+16
* tdb: wean CCAN-style unit tests off of tap.Rusty Russell2012-02-1425-23/+64
* tdb: import unit tests from CCAN into tdb/test/Rusty Russell2012-02-1435-1/+2567
* tdb: make tdb_private.h idempotent.Rusty Russell2012-02-141-0/+3
* s3-libads: Move to using only the HAVE_KRB5 defineAndrew Bartlett2012-02-131-2/+2
* s3-lib/addns: Move to system/kerberos.h and HAVE_KRB5Andrew Bartlett2012-02-132-18/+3
* LDB:pyldb.c - use always the case insensitive comparison for attribute namesMatthias Dieter Wallnöfer2012-02-131-2/+2
* lib/util: Remove unused str_format_nbt_domain()Andrew Bartlett2012-02-102-41/+0
* charset: Remove unused strcmp_w()Andrew Bartlett2012-02-102-15/+0
* charset: Remove unused iconv_talloc()Andrew Bartlett2012-02-103-120/+1
* tevent: change the version to 0.9.15tevent-0.9.15Stefan Metzmacher2012-02-092-1/+79
* tevent: Fix deleting signal events from within themselvesVolker Lendecke2012-02-091-2/+33
* Fix shadow variable name warning.Jeremy Allison2012-02-081-10/+10
* crypto: Use libbsd md5 header, if available.Jelmer Vernooij2012-02-073-2/+17
* crypto/md5: Change prototypes to match BSD.Jelmer Vernooij2012-02-071-5/+7
* charset/tests: Add prototypes for test functions.Jelmer Vernooij2012-02-072-0/+7
* loadparm: handle P_SEP in switches (silences warning with clang).Jelmer Vernooij2012-02-071-0/+5
* pysocketwrapper: fix behaviour to be consistent with 'socket.getsockopt'Jelmer Vernooij2012-02-071-2/+2
* crypto: Add prototype for main torture functions.Jelmer Vernooij2012-02-073-0/+4
* lib/util: Add hex_encode_bufVolker Lendecke2012-02-062-9/+21
* s3-popt: Fix configure.developer builds on Solairs.Ira Cooper2012-02-041-0/+2
* loadparm: fix a load of uninitialized memory errors found by valgrind.Michael Adam2012-02-031-1/+1
* replace: Only add bsd dependency when bsd library was found.Jelmer Vernooij2012-02-021-1/+4
* tdb2: add --disable-tdb2Rusty Russell2012-02-021-0/+3
* selftest: Remove unused support for --exeextAndrew Bartlett2012-02-014-58/+58
* replace: Add include for bsd/string.h.Jelmer Vernooij2012-02-011-0/+4
* Fix bug #8729 - getpass regressions on Solaris/Illumos - 3.6 and master.Ira Cooper2012-01-312-0/+13
* tevent: Fix python documentation stringsAmitay Isaacs2012-01-311-2/+2
* replace: Only include C files from which there are actually functions used.Jelmer Vernooij2012-01-311-2/+21
* replace: use libbsd for strlcat/strlcpy when available.Jelmer Vernooij2012-01-311-15/+21
* tdb2: make --enable-tdb2 the default.Rusty Russell2012-01-301-2/+2
* tdb2: add -1 and -2 options to tdbtortureRusty Russell2012-01-301-1/+18
* tdb2:tdbtorture: use TEST_DATA_PREFIX for filesRusty Russell2012-01-301-9/+34
* tdb2: name tools the same as TDB1 tools.Rusty Russell2012-01-301-5/+5
* tdb2: tools/tdb2backupRusty Russell2012-01-302-0/+374
* tdb_compat: only use hashsize attribute when O_CREATRusty Russell2012-01-301-1/+1
* ldb_wrap.c: fix TDB2-incompatible API usage.Rusty Russell2012-01-301-1/+1
* tdb2: copy tdb1's changed expansion logic.Rusty Russell2012-01-303-27/+40
* tdb2: careful on wrap.Rusty Russell2012-01-306-20/+29
* lib: Remove dead mszip code.Andreas Schneider2012-01-253-710/+0
* Introduce dump_data_fileVolker Lendecke2012-01-252-0/+17
* ldbedit: prevent a transaction warning on failureKelly Yeoh2012-01-251-0/+1
* param: handle P_BYTES in more placesAndrew Bartlett2012-01-211-0/+1
* lib/param: avoid talloc_reference() in copy_service()Stefan Metzmacher2012-01-111-3/+3
* talloc/testsuite: fix compiler warningsStefan Metzmacher2012-01-101-1/+2
* Add "repack" command to tdbtool.Ira Cooper2012-01-071-0/+7