Age | Commit message (Expand) | Author | Files | Lines |
2010-12-24 | tdb:tdbtorture: use TEST_DATA_PREFIX for files | Stefan Metzmacher | 1 | -8/+30 |
2010-12-24 | tdb:tdbtest: use TEST_DATA_PREFIX for files | Stefan Metzmacher | 1 | -3/+28 |
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 |
2010-12-23 | tevent: add ABI/tevent-0.9.10.sigs | Stefan Metzmacher | 1 | -0/+73 |
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 |
2010-12-22 | lib/util/time.c - make the "strftime" output locale independant ("%c" is not) | Matthias Dieter Wallnöfer | 1 | -5/+4 |
2010-12-21 | tevent: Remove reference to nonexistant configure.developer from autogen.sh. | Jelmer Vernooij | 1 | -1/+1 |
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 |
2010-12-21 | lib/util/asn1.c - remove the "const" specifier from OID | Matthias Dieter Wallnöfer | 3 | -13/+14 |
2010-12-20 | dnspython: Merge in new upstream. | Jelmer Vernooij | 6 | -3/+27 |
2010-12-20 | testtools: Merge in new upstream. | Jelmer Vernooij | 14 | -48/+156 |
2010-12-20 | lib: Protect against tevent nterror mismatches | Volker Lendecke | 1 | -3/+23 |
2010-12-17 | util_net: fix a comment typo in interpret_string_addr_internal() | Michael Adam | 1 | -1/+1 |
2010-12-17 | s4-smbtorture: add torture_assert_strn_equal macro. | Günther Deschner | 1 | -0/+10 |
2010-12-14 | build: fix bad syntax | Matthieu Patou | 1 | -1/+1 |
2010-12-13 | nss_wrapper: make nss_wrapper.pl executeable. | Günther Deschner | 1 | -0/+0 |
2010-12-12 | change searched name from _ss_family to __ss_family | Matthieu Patou | 1 | -1/+1 |
2010-12-12 | build: add a check for _ss_family as it used on aix to replace ss_family | Matthieu Patou | 1 | -0/+2 |
2010-12-12 | replace: add comments to make the #ifdef/#else/endif more readable | Matthieu Patou | 1 | -3/+3 |
2010-12-11 | build: add a dependency on lib iconv for lib intl if we are not able to find it | Matthieu Patou | 1 | -1/+12 |
2010-12-11 | s4-smbtorture: Make test names lowercase and dot-separated. | Jelmer Vernooij | 17 | -19/+18 |
2010-12-11 | talloc: Add ability to generate Python docs using pydoctor. | Jelmer Vernooij | 2 | -0/+10 |
2010-12-10 | dnspython: Update to newer upstream snapshot. | Jelmer Vernooij | 22 | -95/+1175 |
2010-12-10 | subunit: Update to newer upstream snapshot. | Jelmer Vernooij | 8 | -16/+47 |
2010-12-10 | testtools: Import new upstream snapshot. | Jelmer Vernooij | 36 | -367/+3694 |
2010-12-10 | build: introduce SAMBA_CHECK_PYTHON_HEADERS | Matthieu Patou | 3 | -3/+3 |
2010-12-10 | build: finishing fixing broken libiconv on hpux | Matthieu Patou | 1 | -0/+2 |
2010-12-09 | talloc: pytalloc-util should not have an ABI-file yet | Stefan Metzmacher | 1 | -2/+0 |
2010-12-09 | waf: remove the restriction that private libraries must not have a vnum | Andrew Tridgell | 3 | -10/+4 |
2010-12-09 | waf-abi: auto-generate per-symbol versions from ABI files | Andrew Tridgell | 3 | -4/+4 |
2010-12-08 | build: Cope with broken libiconv | Matthieu Patou | 1 | -1/+5 |
2010-12-08 | talloc: build pytalloc-util with the same logic as libtalloc | Stefan Metzmacher | 1 | -1/+4 |
2010-12-08 | talloc: mark pytalloc-util functions as _PUBLIC_ | Stefan Metzmacher | 1 | -6/+6 |
2010-12-08 | talloc: remove unused PyString_FromString_check_null() from pytalloc-util | Stefan Metzmacher | 1 | -8/+0 |
2010-12-08 | s4-pkgconfig: add @LIB_RPATH@ to our link flags | Andrew Tridgell | 6 | -6/+6 |
2010-12-06 | Revert "lib/util:tests/time.c - "test_timestring" - fix it on Solaris" | Matthias Dieter Wallnöfer | 1 | -5/+2 |
2010-12-06 | lib/util/fault.c - fix "pid_t" printf warning on Solaris | Matthias Dieter Wallnöfer | 1 | -1/+1 |
2010-12-06 | idtree: fix overflow for v. large ids on allocation and removal | Rusty Russell | 1 | -1/+1 |
2010-12-05 | lib/util:tests/time.c - "test_timestring" - fix it on Solaris | Matthias Dieter Wallnöfer | 1 | -3/+5 |
2010-12-05 | pytalloc: Add docstring for talloc.Object. | Jelmer Vernooij | 1 | -1/+3 |
2010-12-04 | lib/torture: add torture_assert_u64_equal_goto() | Stefan Metzmacher | 1 | -0/+13 |
2010-12-04 | Fix bug #3185 - testparm exits 0 if it can read the config file regardless of... | Holger Hetterich | 1 | -1/+1 |
2010-12-03 | talloc: add ABI/talloc-2.0.4.sigs | Stefan Metzmacher | 2 | -1/+63 |