Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-02-02 | replace: Try to fix broken sys/capabilites.h on Linux. | Andreas Schneider | 3 | -1/+6 | |
As this is more or less a broken header we need to include linux/types.h before sys/capabilities.h to avoid redefinitions. Autobuild-User: Andreas Schneider <asn@cryptomilk.org> Autobuild-Date: Wed Feb 2 11:57:04 CET 2011 on sn-devel-104 | |||||
2011-02-02 | s4-waf Don't install any Samba packages into PYTHONDIR | Andrew Bartlett | 1 | -2/+2 | |
This causes the parts of Samba installed into PYTHONARCHDIR to then be missed in mixed python/C module namespaces. Andrew Bartlett | |||||
2011-01-20 | lib/util: add tests for anonymous_shared_allocate/free() | Stefan Metzmacher | 1 | -0/+70 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Thu Jan 20 06:25:03 CET 2011 on sn-devel-104 | |||||
2011-01-20 | lib/util: add anonymous_shared_free() | Stefan Metzmacher | 2 | -2/+40 | |
metze | |||||
2011-01-20 | lib/util: s/allocate_anonymous_shared/anonymous_shared_allocate/ | Stefan Metzmacher | 2 | -2/+2 | |
metze | |||||
2011-01-20 | lib/util: fix rounding to page size in allocate_anonymous_shared() | Stefan Metzmacher | 1 | -1/+5 | |
metze | |||||
2011-01-19 | tdb: Added doxygen documentation. | Andreas Schneider | 3 | -25/+2454 | |
Autobuild-User: Andreas Schneider <asn@samba.org> Autobuild-Date: Wed Jan 19 11:26:34 CET 2011 on sn-devel-104 | |||||
2011-01-08 | waf: ensure "make dist" works from a clean git tree for all libraries | Andrew Tridgell | 4 | -8/+16 | |
this uses a temporary waf lock file to force the build directory Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Sat Jan 8 02:35:22 CET 2011 on sn-devel-104 | |||||
2011-01-06 | lib/addns: move DNS client library to the main directory. | Günther Deschner | 10 | -0/+2537 | |
Guenther | |||||
2011-01-06 | tdbrestore: Update to GPLv3+, remove old FSF address. | Jelmer Vernooij | 1 | -3/+2 | |
2011-01-05 | talloc: change version to 2.0.5 after a critical bugfix | Stefan Metzmacher | 2 | -1/+63 | |
metze | |||||
2011-01-05 | talloc: fixed a use after free error | Andrew Tridgell | 1 | -1/+16 | |
this is the minimal fix for the problem Rusty found. I previously thought that the best fix would be to change tc->parent to be valid for all pointers, but that is expensive for realloc with large numbers of child pointers, which is much more commmon than I expected it to be. Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Wed Jan 5 07:22:27 CET 2011 on sn-devel-104 | |||||
2011-01-05 | talloc: added a test for the use after free Rusty found | Andrew Tridgell | 1 | -0/+17 | |
2011-01-05 | talloc: Clarify error message on access after free. | Jelmer Vernooij | 1 | -4/+4 | |
2011-01-04 | talloc: Typo fix for api docs | Brad Hards | 1 | -1/+1 | |
2011-01-03 | lib/crypto: add aes_cfb8_encrypt() | Stefan Metzmacher | 2 | -0/+26 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Jan 3 17:32:07 CET 2011 on sn-devel-104 | |||||
2011-01-03 | talloc: Fix warnings in test code | Brad Hards | 3 | -3/+12 | |
This should not change any behaviour - the intent is just to reduce the "nuisance" warnings. Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Jan 3 11:12:39 CET 2011 on sn-devel-104 | |||||
2011-01-03 | Revert broken destructor changes. | Jelmer Vernooij | 1 | -1/+1 | |
2011-01-03 | s4-python: Properly call PyObject_Del from all destructors. | Jelmer Vernooij | 1 | -1/+1 | |
2011-01-01 | s4-python: Only set BASETYPE flag if subclassing is supported. | Jelmer Vernooij | 2 | -4/+2 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Jan 1 03:39:58 CET 2011 on sn-devel-104 | |||||
2011-01-01 | s4-python: Add more prototypes. | Jelmer Vernooij | 1 | -0/+2 | |
2011-01-01 | s4-python: Properly call PyObject_Del from all destructors. | Jelmer Vernooij | 1 | -1/+1 | |
2011-01-01 | talloc/tdb/tevent: Remove obsolete signatures files. | Jelmer Vernooij | 3 | -180/+0 | |
2010-12-29 | Use sockaddr_storage in async sendto/recvfrom | Volker Lendecke | 2 | -11/+28 | |
2010-12-29 | tdb: add ABI/tdb-1.2.9.sigs | Stefan Metzmacher | 1 | -0/+62 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Wed Dec 29 11:26:12 CET 2010 on sn-devel-104 | |||||
2010-12-29 | tdb: tdb_summary() support. | Rusty Russell | 7 | -10/+206 | |
Autobuild-User: Rusty Russell <rusty@rustcorp.com.au> Autobuild-Date: Wed Dec 29 10:12:05 CET 2010 on sn-devel-104 | |||||
2010-12-28 | async_send->sendto, async_recv->recvfrom | Volker Lendecke | 2 | -42/+53 | |
2010-12-27 | tdb: setup TEST_DATA_PREFIX for make test | Stefan Metzmacher | 1 | -1/+5 | |
metze | |||||
2010-12-26 | tevent: More documentation updates | Volker Lendecke | 1 | -1/+72 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Dec 26 15:49:59 CET 2010 on sn-devel-104 | |||||
2010-12-26 | tevent: More doc fixes | Volker Lendecke | 1 | -13/+47 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Dec 26 10:20:51 CET 2010 on sn-devel-104 | |||||
2010-12-25 | tevent: Some documentation fixes | Volker Lendecke | 1 | -22/+45 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sat Dec 25 23:58:20 CET 2010 on sn-devel-104 | |||||
2010-12-25 | tevent: Fix a typo | Volker Lendecke | 1 | -1/+1 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sat Dec 25 22:56:18 CET 2010 on sn-devel-104 | |||||
2010-12-24 | tdb:tdbtorture: use TEST_DATA_PREFIX for files | Stefan Metzmacher | 1 | -8/+30 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Fri Dec 24 18:17:53 CET 2010 on sn-devel-104 | |||||
2010-12-24 | tdb:tdbtest: use TEST_DATA_PREFIX for files | Stefan Metzmacher | 1 | -3/+28 | |
metze | |||||
2010-12-24 | talloc: remove autotools support. | Jelmer Vernooij | 11 | -3763/+0 | |
2010-12-24 | tdb: Remove autotools support. | Jelmer Vernooij | 16 | -3843/+96 | |
2010-12-23 | tdb: add ABI/tdb-1.2.8.sigs | Stefan Metzmacher | 1 | -0/+61 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Thu Dec 23 20:35:42 CET 2010 on sn-devel-104 | |||||
2010-12-23 | tevent: add ABI/tevent-0.9.10.sigs | Stefan Metzmacher | 1 | -0/+73 | |
metze | |||||
2010-12-23 | lib/replace/testsuite.c - fix test output | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
2010-12-22 | s4-smbtorture: add torture_assert_nttime_equal macro. | Günther Deschner | 1 | -1/+7 | |
Guenther | |||||
2010-12-22 | lib/util/time.c - make the "strftime" output locale independant ("%c" is not) | Matthias Dieter Wallnöfer | 1 | -5/+4 | |
So that it also works on Solaris. | |||||
2010-12-21 | tevent: Remove reference to nonexistant configure.developer from autogen.sh. | Jelmer Vernooij | 1 | -1/+1 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Tue Dec 21 20:29:21 CET 2010 on sn-devel-104 | |||||
2010-12-21 | talloc: Remove reference to nonexistant configure.developer in autogen.sh. | Jelmer Vernooij | 2 | -12/+11 | |
2010-12-21 | tevent: Bump version number after symbol versioning changes. | Jelmer Vernooij | 1 | -1/+1 | |
2010-12-21 | tdb: Bump version number after symbol versioning changes. | Jelmer Vernooij | 1 | -1/+1 | |
2010-12-21 | pytdb: Make PyTdb variable static. | Jelmer Vernooij | 1 | -3/+3 | |
2010-12-21 | s4-dns: disable segfault handling in dlz_bind9 | Andrew Tridgell | 2 | -2/+13 | |
we don't want bind9 calling the Samba segv handler | |||||
2010-12-21 | lib/util/asn1.c - remove the "const" specifier from OID | Matthias Dieter Wallnöfer | 3 | -13/+14 | |
There is no reason to have it "const" since it's an allocated thing. | |||||
2010-12-20 | dnspython: Merge in new upstream. | Jelmer Vernooij | 6 | -3/+27 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Mon Dec 20 03:21:52 CET 2010 on sn-devel-104 | |||||
2010-12-20 | testtools: Merge in new upstream. | Jelmer Vernooij | 14 | -48/+156 | |