summaryrefslogtreecommitdiffstats
path: root/lib/talloc
Commit message (Expand)AuthorAgeFilesLines
* lib: don't install public headers if a private libraryAndrew Tridgell2011-03-151-0/+1
* talloc: use public_headers to install talloc.h and pytalloc.hAndrew Tridgell2011-03-151-2/+2
* build: removed the old autogen.sh and autogen-waf.sh scriptsAndrew Tridgell2011-02-071-11/+0
* waf: ensure "make dist" works from a clean git tree for all librariesAndrew Tridgell2011-01-081-2/+4
* talloc: change version to 2.0.5 after a critical bugfixStefan Metzmacher2011-01-052-1/+63
* talloc: fixed a use after free errorAndrew Tridgell2011-01-051-1/+16
* talloc: added a test for the use after free Rusty foundAndrew Tridgell2011-01-051-0/+17
* talloc: Clarify error message on access after free.Jelmer Vernooij2011-01-051-4/+4
* talloc: Typo fix for api docsBrad Hards2011-01-041-1/+1
* talloc: Fix warnings in test codeBrad Hards2011-01-033-3/+12
* Revert broken destructor changes.Jelmer Vernooij2011-01-031-1/+1
* s4-python: Properly call PyObject_Del from all destructors.Jelmer Vernooij2011-01-031-1/+1
* s4-python: Only set BASETYPE flag if subclassing is supported.Jelmer Vernooij2011-01-011-3/+1
* s4-python: Add more prototypes.Jelmer Vernooij2011-01-011-0/+2
* s4-python: Properly call PyObject_Del from all destructors.Jelmer Vernooij2011-01-011-1/+1
* talloc/tdb/tevent: Remove obsolete signatures files.Jelmer Vernooij2011-01-011-62/+0
* talloc: remove autotools support.Jelmer Vernooij2010-12-2411-3763/+0
* talloc: Remove reference to nonexistant configure.developer in autogen.sh.Jelmer Vernooij2010-12-212-12/+11
* talloc: Add ability to generate Python docs using pydoctor.Jelmer Vernooij2010-12-112-0/+10
* build: introduce SAMBA_CHECK_PYTHON_HEADERSMatthieu Patou2010-12-101-1/+1
* 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-091-4/+2
* waf-abi: auto-generate per-symbol versions from ABI filesAndrew Tridgell2010-12-091-2/+2
* 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-082-2/+2
* pytalloc: Add docstring for talloc.Object.Jelmer Vernooij2010-12-051-1/+3
* 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
* 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
* talloc: added TALLOC_FREE_FILL environment variableAndrew Tridgell2010-11-191-0/+30
* pytalloc: Make some arguments optional.Jelmer Vernooij2010-11-071-6/+6
* talloc: Add python talloc module, move convenience functions to it.Jelmer Vernooij2010-11-052-1/+90
* talloc: rename pytalloc.c to pytalloc_util.cJelmer Vernooij2010-11-052-1/+1
* build: a more portable way of finding waf in makefilesAndrew Tridgell2010-11-031-3/+1
* waf: added reconfigure targets to our librariesAndrew Tridgell2010-11-031-0/+5
* talloc: Install pytalloc.h.Jelmer Vernooij2010-11-011-0/+1
* replace/talloc: Avoid automatically pulling in new configure/Makefile,Jelmer Vernooij2010-10-311-6/+0
* talloc: Look harder for waf.Jelmer Vernooij2010-10-311-1/+8
* replace: Build using waf by default.Jelmer Vernooij2010-10-311-1/+3
* talloc: Switch over to using waf as the default build system for the standalo...Jelmer Vernooij2010-10-315-15/+107
* s4: Remove the old perl/m4/make/mk-based build system.Jelmer Vernooij2010-10-311-7/+0
* talloc.3: Remove documentation for deprecated talloc_append_string,Jelmer Vernooij2010-10-301-11/+0
* talloc: Fix manual pages in standalone build.Jelmer Vernooij2010-10-301-2/+1