summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* tevent: add ABI/tevent-0.9.10.sigsStefan Metzmacher2010-12-231-0/+73
| | | | metze
* 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
| | | | Guenther
* lib/util/time.c - make the "strftime" output locale independant ("%c" is not)Matthias Dieter Wallnöfer2010-12-221-5/+4
| | | | So that it also works on Solaris.
* tevent: Remove reference to nonexistant configure.developer from autogen.sh.Jelmer Vernooij2010-12-211-1/+1
| | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Tue Dec 21 20:29:21 CET 2010 on sn-devel-104
* 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
| | | | we don't want bind9 calling the Samba segv handler
* lib/util/asn1.c - remove the "const" specifier from OIDMatthias Dieter Wallnöfer2010-12-213-13/+14
| | | | There is no reason to have it "const" since it's an allocated thing.
* dnspython: Merge in new upstream.Jelmer Vernooij2010-12-206-3/+27
| | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Mon Dec 20 03:21:52 CET 2010 on sn-devel-104
* testtools: Merge in new upstream.Jelmer Vernooij2010-12-2014-48/+156
|
* lib: Protect against tevent nterror mismatchesVolker Lendecke2010-12-201-3/+23
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Mon Dec 20 00:12:02 CET 2010 on sn-devel-104
* util_net: fix a comment typo in interpret_string_addr_internal()Michael Adam2010-12-171-1/+1
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s4-smbtorture: add torture_assert_strn_equal macro.Günther Deschner2010-12-171-0/+10
| | | | Guenther
* build: fix bad syntaxMatthieu Patou2010-12-141-1/+1
| | | | | Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Tue Dec 14 20:55:17 CET 2010 on sn-devel-104
* nss_wrapper: make nss_wrapper.pl executeable.Günther Deschner2010-12-131-0/+0
| | | | Guenther
* change searched name from _ss_family to __ss_familyMatthieu Patou2010-12-121-1/+1
| | | | | Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Sun Dec 12 20:05:23 CET 2010 on sn-devel-104
* 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
|
* build: add a dependency on lib iconv for lib intl if we are not able to find itMatthieu Patou2010-12-111-1/+12
| | | | | | This is due that on some platform lib intl depend on lib iconv, failling to provide this library cause waf to be unable to link with lib intl and makes it think that the library doesn't exists !
* s4-smbtorture: Make test names lowercase and dot-separated.Jelmer Vernooij2010-12-1117-19/+18
| | | | | | | | This is consistent with the test names used by selftest, should make the names less confusing and easier to integrate with other tools. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Dec 11 04:16:13 CET 2010 on sn-devel-104
* talloc: Add ability to generate Python docs using pydoctor.Jelmer Vernooij2010-12-112-0/+10
|
* dnspython: Update to newer upstream snapshot.Jelmer Vernooij2010-12-1022-95/+1175
|
* subunit: Update to newer upstream snapshot.Jelmer Vernooij2010-12-108-16/+47
|
* testtools: Import new upstream snapshot.Jelmer Vernooij2010-12-1036-367/+3694
|
* build: introduce SAMBA_CHECK_PYTHON_HEADERSMatthieu Patou2010-12-103-3/+3
| | | | | | | | | | | | | | | | | | | | | | | This function is a wrapper around waf's check_python_header. It avoids searching more than once for the headers bringing a small speed improvement and a better lisibility of the logs. But it's mainly to avoid a nasty bug when python libraries are in path pointed by python_LIBPL (ie. /usr/local/lib/python2.6/config/) instead of python_LIBDIR (ie. /usr/local/lib). On the first call waf will correctly find that in order to link with python libs it needs to add -L$python_LIBPL. But on the next calls of check_python_headers, waf will use both the current library path value (ie. -L/usr/local/lib/python2.6/config) and -L$python_LIBDIR (ie. /usr/local/lib/) which will make him beleive that python libraries are in $python_LIBDIR which at the end will make the final link test fails in check_python_headers as it will not use the good directory. So by avoiding calling check_python_headers more than once we avoid making waf fooling itself.
* build: finishing fixing broken libiconv on hpuxMatthieu Patou2010-12-101-0/+2
|
* talloc: pytalloc-util should not have an ABI-file yetStefan Metzmacher2010-12-091-2/+0
| | | | | | Somehow I forgot to remove this after discussion with Jelmer. metze
* waf: remove the restriction that private libraries must not have a vnumAndrew Tridgell2010-12-093-10/+4
| | | | | | | | we need the vnum for ABI checking for public libraries built as private libraries when bundled Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Thu Dec 9 12:47:41 CET 2010 on sn-devel-104
* waf-abi: auto-generate per-symbol versions from ABI filesAndrew Tridgell2010-12-093-4/+4
| | | | | | | | | | | | | This changes our version-script generation to use the ABI files that are saved in git with each version number change of our public libraries. We use these ABI files to generate a linker version script that gives the exact version number that each symbol was introduced. This provides us with automatic fine grained symbol versioning. Pair-Programmed-With: Jelmer Vernooij <jelmer@samba.org> Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* build: Cope with broken libiconvMatthieu Patou2010-12-081-1/+5
| | | | | | | | library iconv needs mbrtowc but some system didn't provide it (ie. HP-UX 11.0) Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Wed Dec 8 23:19:19 CET 2010 on sn-devel-104
* talloc: build pytalloc-util with the same logic as libtallocStefan Metzmacher2010-12-081-1/+4
| | | | metze
* talloc: mark pytalloc-util functions as _PUBLIC_Stefan Metzmacher2010-12-081-6/+6
| | | | metze
* talloc: remove unused PyString_FromString_check_null() from pytalloc-utilStefan Metzmacher2010-12-081-8/+0
| | | | metze
* s4-pkgconfig: add @LIB_RPATH@ to our link flagsAndrew Tridgell2010-12-086-6/+6
| | | | | | | | this is only set when rpath is used on install. It ensures that applications that link against Samba libraries get the rpath right Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Wed Dec 8 12:46:00 CET 2010 on sn-devel-104
* Revert "lib/util:tests/time.c - "test_timestring" - fix it on Solaris"Matthias Dieter Wallnöfer2010-12-061-5/+2
| | | | | | | | This reverts commit 654e0102ddb0acaaf45fb55c15818722235fcc9f. This should better be handled by the replace library. Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Mon Dec 6 12:17:31 CET 2010 on sn-devel-104
* lib/util/fault.c - fix "pid_t" printf warning on SolarisMatthias Dieter Wallnöfer2010-12-061-1/+1
| | | | | According to "http://www.ibm.com/developerworks/linux/library/l-solar/" it's generally a 32bit "int" - therefore this cast should fit.
* idtree: fix overflow for v. large ids on allocation and removalRusty Russell2010-12-061-1/+1
| | | | | | | | | | | | | Chris Cowan tracked down a SEGV in sub_alloc: idp->level can actually be equal to 7 (MAX_LEVEL) there, as it can be in sub_remove. (We unfairly blamed a shift of a signed var for this crash in commit 2db1987f5a3a). Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Autobuild-User: Rusty Russell <rusty@rustcorp.com.au> Autobuild-Date: Mon Dec 6 05:02:22 CET 2010 on sn-devel-104
* lib/util:tests/time.c - "test_timestring" - fix it on SolarisMatthias Dieter Wallnöfer2010-12-051-3/+5
| | | | | | | | Solaris returns "Thu Jan 01" and not "Thu Jan 1" - therefore proof for both. Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Sun Dec 5 23:09:13 CET 2010 on sn-devel-104
* pytalloc: Add docstring for talloc.Object.Jelmer Vernooij2010-12-051-1/+3
| | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Dec 5 18:12:59 CET 2010 on sn-devel-104
* lib/torture: add torture_assert_u64_equal_goto()Stefan Metzmacher2010-12-041-0/+13
| | | | | | | metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Sat Dec 4 12:55:44 CET 2010 on sn-devel-104
* Fix bug #3185 - testparm exits 0 if it can read the config file regardless ↵Holger Hetterich2010-12-041-1/+1
| | | | | | | of errors Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Sat Dec 4 02:30:00 CET 2010 on sn-devel-104
* talloc: add ABI/talloc-2.0.4.sigsStefan Metzmacher2010-12-032-1/+63
| | | | | | | metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Fri Dec 3 11:35:45 CET 2010 on sn-devel-104
* talloc: Bump version number after pytalloc changes.Jelmer Vernooij2010-12-031-1/+1
|
* tests: avoid bash in shebang and fix wrong "==" in testBjörn Jacke2010-12-022-12/+12
|
* fix ѕome == to correct shell test in commented stuffBjörn Jacke2010-12-022-2/+2
|
* pytalloc: Make py_talloc_default_cmp private.Jelmer Vernooij2010-12-013-14/+15
|
* pytalloc: Make py_talloc_dealloc private.Jelmer Vernooij2010-12-013-14/+11
|