summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib/addns: move DNS client library to the main directory.Günther Deschner2011-01-0610-0/+2537
* tdbrestore: Update to GPLv3+, remove old FSF address.Jelmer Vernooij2011-01-061-3/+2
* talloc: change version to 2.0.5 after a critical bugfixStefan Metzmacher2011-01-052-1/+63
* talloc: fixed a use after free errorAndrew Tridgell2011-01-051-1/+16
* talloc: added a test for the use after free Rusty foundAndrew Tridgell2011-01-051-0/+17
* talloc: Clarify error message on access after free.Jelmer Vernooij2011-01-051-4/+4
* talloc: Typo fix for api docsBrad Hards2011-01-041-1/+1
* lib/crypto: add aes_cfb8_encrypt()Stefan Metzmacher2011-01-032-0/+26
* talloc: Fix warnings in test codeBrad Hards2011-01-033-3/+12
* Revert broken destructor changes.Jelmer Vernooij2011-01-031-1/+1
* s4-python: Properly call PyObject_Del from all destructors.Jelmer Vernooij2011-01-031-1/+1
* s4-python: Only set BASETYPE flag if subclassing is supported.Jelmer Vernooij2011-01-012-4/+2
* s4-python: Add more prototypes.Jelmer Vernooij2011-01-011-0/+2
* s4-python: Properly call PyObject_Del from all destructors.Jelmer Vernooij2011-01-011-1/+1
* talloc/tdb/tevent: Remove obsolete signatures files.Jelmer Vernooij2011-01-013-180/+0
* Use sockaddr_storage in async sendto/recvfromVolker Lendecke2010-12-292-11/+28
* tdb: add ABI/tdb-1.2.9.sigsStefan Metzmacher2010-12-291-0/+62
* tdb: tdb_summary() support.Rusty Russell2010-12-297-10/+206
* async_send->sendto, async_recv->recvfromVolker Lendecke2010-12-282-42/+53
* tdb: setup TEST_DATA_PREFIX for make testStefan Metzmacher2010-12-271-1/+5
* tevent: More documentation updatesVolker Lendecke2010-12-261-1/+72
* tevent: More doc fixesVolker Lendecke2010-12-261-13/+47
* tevent: Some documentation fixesVolker Lendecke2010-12-251-22/+45
* tevent: Fix a typoVolker Lendecke2010-12-251-1/+1
* tdb:tdbtorture: use TEST_DATA_PREFIX for filesStefan Metzmacher2010-12-241-8/+30
* tdb:tdbtest: use TEST_DATA_PREFIX for filesStefan Metzmacher2010-12-241-3/+28
* talloc: remove autotools support.Jelmer Vernooij2010-12-2411-3763/+0
* tdb: Remove autotools support.Jelmer Vernooij2010-12-2416-3843/+96
* tdb: add ABI/tdb-1.2.8.sigsStefan Metzmacher2010-12-231-0/+61
* tevent: add ABI/tevent-0.9.10.sigsStefan Metzmacher2010-12-231-0/+73
* lib/replace/testsuite.c - fix test outputMatthias Dieter Wallnöfer2010-12-231-1/+1
* s4-smbtorture: add torture_assert_nttime_equal macro.Günther Deschner2010-12-221-1/+7
* lib/util/time.c - make the "strftime" output locale independant ("%c" is not)Matthias Dieter Wallnöfer2010-12-221-5/+4
* tevent: Remove reference to nonexistant configure.developer from autogen.sh.Jelmer Vernooij2010-12-211-1/+1
* talloc: Remove reference to nonexistant configure.developer in autogen.sh.Jelmer Vernooij2010-12-212-12/+11
* tevent: Bump version number after symbol versioning changes.Jelmer Vernooij2010-12-211-1/+1
* tdb: Bump version number after symbol versioning changes.Jelmer Vernooij2010-12-211-1/+1
* pytdb: Make PyTdb variable static.Jelmer Vernooij2010-12-211-3/+3
* s4-dns: disable segfault handling in dlz_bind9Andrew Tridgell2010-12-212-2/+13
* lib/util/asn1.c - remove the "const" specifier from OIDMatthias Dieter Wallnöfer2010-12-213-13/+14
* dnspython: Merge in new upstream.Jelmer Vernooij2010-12-206-3/+27
* testtools: Merge in new upstream.Jelmer Vernooij2010-12-2014-48/+156
* lib: Protect against tevent nterror mismatchesVolker Lendecke2010-12-201-3/+23
* util_net: fix a comment typo in interpret_string_addr_internal()Michael Adam2010-12-171-1/+1
* s4-smbtorture: add torture_assert_strn_equal macro.Günther Deschner2010-12-171-0/+10
* build: fix bad syntaxMatthieu Patou2010-12-141-1/+1
* nss_wrapper: make nss_wrapper.pl executeable.Günther Deschner2010-12-131-0/+0
* change searched name from _ss_family to __ss_familyMatthieu Patou2010-12-121-1/+1
* build: add a check for _ss_family as it used on aix to replace ss_familyMatthieu Patou2010-12-121-0/+2
* replace: add comments to make the #ifdef/#else/endif more readableMatthieu Patou2010-12-121-3/+3