summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2011-02-04charcnv: removed call to setlocale() (bug 7519)Andrew Tridgell1-10/+0
2011-02-03replace: Try to fix broken sys/capabilites.h on Linux.Stefan Metzmacher3-1/+10
2011-02-03Revert "replace: Try to fix broken sys/capabilites.h on Linux."Stefan Metzmacher3-6/+1
2011-02-02replace: Try to fix broken sys/capabilites.h on Linux.Andreas Schneider3-1/+6
2011-02-02s4-waf Don't install any Samba packages into PYTHONDIRAndrew Bartlett1-2/+2
2011-01-20lib/util: add tests for anonymous_shared_allocate/free()Stefan Metzmacher1-0/+70
2011-01-20lib/util: add anonymous_shared_free()Stefan Metzmacher2-2/+40
2011-01-20lib/util: s/allocate_anonymous_shared/anonymous_shared_allocate/Stefan Metzmacher2-2/+2
2011-01-20lib/util: fix rounding to page size in allocate_anonymous_shared()Stefan Metzmacher1-1/+5
2011-01-19tdb: Added doxygen documentation.Andreas Schneider3-25/+2454
2011-01-08waf: ensure "make dist" works from a clean git tree for all librariesAndrew Tridgell4-8/+16
2011-01-06lib/addns: move DNS client library to the main directory.Günther Deschner10-0/+2537
2011-01-06tdbrestore: Update to GPLv3+, remove old FSF address.Jelmer Vernooij1-3/+2
2011-01-05talloc: change version to 2.0.5 after a critical bugfixStefan Metzmacher2-1/+63
2011-01-05talloc: fixed a use after free errorAndrew Tridgell1-1/+16
2011-01-05talloc: added a test for the use after free Rusty foundAndrew Tridgell1-0/+17
2011-01-05talloc: Clarify error message on access after free.Jelmer Vernooij1-4/+4
2011-01-04talloc: Typo fix for api docsBrad Hards1-1/+1
2011-01-03lib/crypto: add aes_cfb8_encrypt()Stefan Metzmacher2-0/+26
2011-01-03talloc: Fix warnings in test codeBrad Hards3-3/+12
2011-01-03Revert broken destructor changes.Jelmer Vernooij1-1/+1
2011-01-03s4-python: Properly call PyObject_Del from all destructors.Jelmer Vernooij1-1/+1
2011-01-01s4-python: Only set BASETYPE flag if subclassing is supported.Jelmer Vernooij2-4/+2
2011-01-01s4-python: Add more prototypes.Jelmer Vernooij1-0/+2
2011-01-01s4-python: Properly call PyObject_Del from all destructors.Jelmer Vernooij1-1/+1
2011-01-01talloc/tdb/tevent: Remove obsolete signatures files.Jelmer Vernooij3-180/+0
2010-12-29Use sockaddr_storage in async sendto/recvfromVolker Lendecke2-11/+28
2010-12-29tdb: add ABI/tdb-1.2.9.sigsStefan Metzmacher1-0/+62
2010-12-29tdb: tdb_summary() support.Rusty Russell7-10/+206
2010-12-28async_send->sendto, async_recv->recvfromVolker Lendecke2-42/+53
2010-12-27tdb: setup TEST_DATA_PREFIX for make testStefan Metzmacher1-1/+5
2010-12-26tevent: More documentation updatesVolker Lendecke1-1/+72
2010-12-26tevent: More doc fixesVolker Lendecke1-13/+47
2010-12-25tevent: Some documentation fixesVolker Lendecke1-22/+45
2010-12-25tevent: Fix a typoVolker Lendecke1-1/+1
2010-12-24tdb:tdbtorture: use TEST_DATA_PREFIX for filesStefan Metzmacher1-8/+30
2010-12-24tdb:tdbtest: use TEST_DATA_PREFIX for filesStefan Metzmacher1-3/+28
2010-12-24talloc: remove autotools support.Jelmer Vernooij11-3763/+0
2010-12-24tdb: Remove autotools support.Jelmer Vernooij16-3843/+96
2010-12-23tdb: add ABI/tdb-1.2.8.sigsStefan Metzmacher1-0/+61
2010-12-23tevent: add ABI/tevent-0.9.10.sigsStefan Metzmacher1-0/+73
2010-12-23lib/replace/testsuite.c - fix test outputMatthias Dieter Wallnöfer1-1/+1
2010-12-22s4-smbtorture: add torture_assert_nttime_equal macro.Günther Deschner1-1/+7
2010-12-22lib/util/time.c - make the "strftime" output locale independant ("%c" is not)Matthias Dieter Wallnöfer1-5/+4
2010-12-21tevent: Remove reference to nonexistant configure.developer from autogen.sh.Jelmer Vernooij1-1/+1
2010-12-21talloc: Remove reference to nonexistant configure.developer in autogen.sh.Jelmer Vernooij2-12/+11
2010-12-21tevent: Bump version number after symbol versioning changes.Jelmer Vernooij1-1/+1
2010-12-21tdb: Bump version number after symbol versioning changes.Jelmer Vernooij1-1/+1
2010-12-21pytdb: Make PyTdb variable static.Jelmer Vernooij1-3/+3
2010-12-21s4-dns: disable segfault handling in dlz_bind9Andrew Tridgell2-2/+13