summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* build: add a dependency on lib iconv for lib intl if we are not able to find itMatthieu Patou2010-12-111-1/+12
* s4-smbtorture: Make test names lowercase and dot-separated.Jelmer Vernooij2010-12-1117-19/+18
* 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
* 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
* waf: remove the restriction that private libraries must not have a vnumAndrew Tridgell2010-12-093-10/+4
* waf-abi: auto-generate per-symbol versions from ABI filesAndrew Tridgell2010-12-093-4/+4
* build: Cope with broken libiconvMatthieu Patou2010-12-081-1/+5
* talloc: build pytalloc-util with the same logic as libtallocStefan Metzmacher2010-12-081-1/+4
* talloc: mark pytalloc-util functions as _PUBLIC_Stefan Metzmacher2010-12-081-6/+6
* talloc: remove unused PyString_FromString_check_null() from pytalloc-utilStefan Metzmacher2010-12-081-8/+0
* s4-pkgconfig: add @LIB_RPATH@ to our link flagsAndrew Tridgell2010-12-086-6/+6
* Revert "lib/util:tests/time.c - "test_timestring" - fix it on Solaris"Matthias Dieter Wallnöfer2010-12-061-5/+2
* lib/util/fault.c - fix "pid_t" printf warning on SolarisMatthias Dieter Wallnöfer2010-12-061-1/+1
* idtree: fix overflow for v. large ids on allocation and removalRusty Russell2010-12-061-1/+1
* lib/util:tests/time.c - "test_timestring" - fix it on SolarisMatthias Dieter Wallnöfer2010-12-051-3/+5
* pytalloc: Add docstring for talloc.Object.Jelmer Vernooij2010-12-051-1/+3
* lib/torture: add torture_assert_u64_equal_goto()Stefan Metzmacher2010-12-041-0/+13
* Fix bug #3185 - testparm exits 0 if it can read the config file regardless of...Holger Hetterich2010-12-041-1/+1
* talloc: add ABI/talloc-2.0.4.sigsStefan Metzmacher2010-12-032-1/+63
* 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
* pytalloc: Make py_talloc_default_repr private (now exposed by talloc.Object).Jelmer Vernooij2010-12-013-15/+12
* pytalloc: Expose PyTalloc_GetObjectTypeJelmer Vernooij2010-12-012-2/+3
* pytalloc: Add convenience function for checking if something is a tallocJelmer Vernooij2010-12-012-0/+29
* talloc: Add talloc object.Jelmer Vernooij2010-11-301-0/+15
* replace:wscript - reintroduce the size check for "bool" due to a request of m...Matthias Dieter Wallnöfer2010-11-281-1/+1
* replace:wscript - change the "bool" checks to be compatible with more platformsMatthias Dieter Wallnöfer2010-11-281-1/+1
* replace:wscript - reintroduce the size check for "bool" due to a request of m...Matthias Dieter Wallnöfer2010-11-281-1/+1
* replace:wscript - change the "bool" checks to be compatible with more platformsMatthias Dieter Wallnöfer2010-11-281-2/+2
* tdb:common/open.c - use "discard_const_p" for certain "tdb->name" assignmentsMatthias Dieter Wallnöfer2010-11-271-2/+2
* tdb:tdbstore.c - remove an useless '\'Matthias Dieter Wallnöfer2010-11-271-1/+1
* Fix endianess problems as discovered on the build farmMatthieu Patou2010-11-261-5/+6
* lib/debug Add clarifying commentsAndrew Bartlett2010-11-241-2/+2
* Avoid the use of PyAPI_DATA, which is for internal Python API's.Arnaud Faucher2010-11-221-1/+1
* waf:lib/util - add missing dependency on tallocMatthias Dieter Wallnöfer2010-11-201-1/+1
* talloc: added TALLOC_FREE_FILL environment variableAndrew Tridgell2010-11-191-0/+30
* tevent: Fix docstring, tevent_req_is_in_progress does not destroy private dataKai Blin2010-11-171-2/+0