summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2012-02-16lib/util: Remove sys_poll as it is no longer neededAndrew Bartlett2-91/+0
2012-02-16lib/util: Remove unused sys_select_signal()Andrew Bartlett2-19/+0
2012-02-15tevent_signal: Fix a valgrind errorVolker Lendecke1-1/+2
2012-02-14tdb: build and run unit tests in tdb/test/Rusty Russell1-7/+87
2012-02-14tdb/test: fix up tests for use in SAMBA tdb code.Rusty Russell5-13/+16
2012-02-14tdb: wean CCAN-style unit tests off of tap.Rusty Russell25-23/+64
2012-02-14tdb: import unit tests from CCAN into tdb/test/Rusty Russell35-1/+2567
2012-02-14tdb: make tdb_private.h idempotent.Rusty Russell1-0/+3
2012-02-13s3-libads: Move to using only the HAVE_KRB5 defineAndrew Bartlett1-2/+2
2012-02-13s3-lib/addns: Move to system/kerberos.h and HAVE_KRB5Andrew Bartlett2-18/+3
2012-02-13LDB:pyldb.c - use always the case insensitive comparison for attribute namesMatthias Dieter Wallnöfer1-2/+2
2012-02-10lib/util: Remove unused str_format_nbt_domain()Andrew Bartlett2-41/+0
2012-02-10charset: Remove unused strcmp_w()Andrew Bartlett2-15/+0
2012-02-10charset: Remove unused iconv_talloc()Andrew Bartlett3-120/+1
2012-02-09tevent: change the version to 0.9.15Stefan Metzmacher2-1/+79
2012-02-09tevent: Fix deleting signal events from within themselvesVolker Lendecke1-2/+33
2012-02-08Fix shadow variable name warning.Jeremy Allison1-10/+10
2012-02-07crypto: Use libbsd md5 header, if available.Jelmer Vernooij3-2/+17
2012-02-07crypto/md5: Change prototypes to match BSD.Jelmer Vernooij1-5/+7
2012-02-07charset/tests: Add prototypes for test functions.Jelmer Vernooij2-0/+7
2012-02-07loadparm: handle P_SEP in switches (silences warning with clang).Jelmer Vernooij1-0/+5
2012-02-07pysocketwrapper: fix behaviour to be consistent with 'socket.getsockopt'Jelmer Vernooij1-2/+2
2012-02-07crypto: Add prototype for main torture functions.Jelmer Vernooij3-0/+4
2012-02-06lib/util: Add hex_encode_bufVolker Lendecke2-9/+21
2012-02-04s3-popt: Fix configure.developer builds on Solairs.Ira Cooper1-0/+2
2012-02-03loadparm: fix a load of uninitialized memory errors found by valgrind.Michael Adam1-1/+1
2012-02-02replace: Only add bsd dependency when bsd library was found.Jelmer Vernooij1-1/+4
2012-02-02tdb2: add --disable-tdb2Rusty Russell1-0/+3
2012-02-01selftest: Remove unused support for --exeextAndrew Bartlett4-58/+58
2012-02-01replace: Add include for bsd/string.h.Jelmer Vernooij1-0/+4
2012-01-31Fix bug #8729 - getpass regressions on Solaris/Illumos - 3.6 and master.Ira Cooper2-0/+13
2012-01-31tevent: Fix python documentation stringsAmitay Isaacs1-2/+2
2012-01-31replace: Only include C files from which there are actually functions used.Jelmer Vernooij1-2/+21
2012-01-31replace: use libbsd for strlcat/strlcpy when available.Jelmer Vernooij1-15/+21
2012-01-30tdb2: make --enable-tdb2 the default.Rusty Russell1-2/+2
2012-01-30tdb2: add -1 and -2 options to tdbtortureRusty Russell1-1/+18
2012-01-30tdb2:tdbtorture: use TEST_DATA_PREFIX for filesRusty Russell1-9/+34
2012-01-30tdb2: name tools the same as TDB1 tools.Rusty Russell1-5/+5
2012-01-30tdb2: tools/tdb2backupRusty Russell2-0/+374
2012-01-30tdb_compat: only use hashsize attribute when O_CREATRusty Russell1-1/+1
2012-01-30ldb_wrap.c: fix TDB2-incompatible API usage.Rusty Russell1-1/+1
2012-01-30tdb2: copy tdb1's changed expansion logic.Rusty Russell3-27/+40
2012-01-30tdb2: careful on wrap.Rusty Russell6-20/+29
2012-01-25lib: Remove dead mszip code.Andreas Schneider3-710/+0
2012-01-25Introduce dump_data_fileVolker Lendecke2-0/+17
2012-01-25ldbedit: prevent a transaction warning on failureKelly Yeoh1-0/+1
2012-01-21param: handle P_BYTES in more placesAndrew Bartlett1-0/+1
2012-01-11lib/param: avoid talloc_reference() in copy_service()Stefan Metzmacher1-3/+3
2012-01-10talloc/testsuite: fix compiler warningsStefan Metzmacher1-1/+2
2012-01-07Add "repack" command to tdbtool.Ira Cooper1-0/+7