s3: Fix some nonempty blank lines
[sfrench/samba-autobuild/.git] / lib / talloc /
2011-02-07 Andrew Tridgellbuild: removed the old autogen.sh and autogen-waf.sh...
2011-01-08 Andrew Tridgellwaf: ensure "make dist" works from a clean git tree...
2011-01-05 Stefan Metzmachertalloc: change version to 2.0.5 after a critical bugfix
2011-01-05 Andrew Tridgelltalloc: fixed a use after free error
2011-01-05 Andrew Tridgelltalloc: added a test for the use after free Rusty found
2011-01-05 Jelmer Vernooijtalloc: Clarify error message on access after free.
2011-01-04 Brad Hardstalloc: Typo fix for api docs
2011-01-03 Brad Hardstalloc: Fix warnings in test code
2011-01-03 Jelmer VernooijRevert broken destructor changes.
2011-01-03 Jelmer Vernooijs4-python: Properly call PyObject_Del from all destructors.
2011-01-01 Jelmer Vernooijs4-python: Only set BASETYPE flag if subclassing is...
2011-01-01 Jelmer Vernooijs4-python: Add more prototypes.
2011-01-01 Jelmer Vernooijs4-python: Properly call PyObject_Del from all destructors.
2011-01-01 Jelmer Vernooijtalloc/tdb/tevent: Remove obsolete signatures files.
2010-12-24 Jelmer Vernooijtalloc: remove autotools support.
2010-12-21 Jelmer Vernooijtalloc: Remove reference to nonexistant configure.devel...
2010-12-11 Jelmer Vernooijtalloc: Add ability to generate Python docs using pydoctor.
2010-12-09 Matthieu Patoubuild: introduce SAMBA_CHECK_PYTHON_HEADERS
2010-12-09 Stefan Metzmachertalloc: pytalloc-util should not have an ABI-file yet
2010-12-09 Andrew Tridgellwaf: remove the restriction that private libraries...
2010-12-09 Andrew Tridgellwaf-abi: auto-generate per-symbol versions from ABI...
2010-12-08 Stefan Metzmachertalloc: build pytalloc-util with the same logic as...
2010-12-08 Stefan Metzmachertalloc: mark pytalloc-util functions as _PUBLIC_
2010-12-08 Stefan Metzmachertalloc: remove unused PyString_FromString_check_null...
2010-12-08 Andrew Tridgells4-pkgconfig: add @LIB_RPATH@ to our link flags
2010-12-05 Jelmer Vernooijpytalloc: Add docstring for talloc.Object.
2010-12-03 Stefan Metzmachertalloc: add ABI/talloc-2.0.4.sigs
2010-12-03 Jelmer Vernooijtalloc: Bump version number after pytalloc changes.
2010-12-01 Jelmer Vernooijpytalloc: Make py_talloc_default_cmp private.
2010-12-01 Jelmer Vernooijpytalloc: Make py_talloc_dealloc private.
2010-12-01 Jelmer Vernooijpytalloc: Make py_talloc_default_repr private (now...
2010-12-01 Jelmer Vernooijpytalloc: Expose PyTalloc_GetObjectType
2010-12-01 Jelmer Vernooijpytalloc: Add convenience function for checking if...
2010-11-30 Jelmer Vernooijtalloc: Add talloc object.
2010-11-19 Andrew Tridgelltalloc: added TALLOC_FREE_FILL environment variable
2010-11-07 Jelmer Vernooijpytalloc: Make some arguments optional.
2010-11-05 Jelmer Vernooijtalloc: Add python talloc module, move convenience...
2010-11-05 Jelmer Vernooijtalloc: rename pytalloc.c to pytalloc_util.c
2010-11-03 Andrew Tridgellbuild: a more portable way of finding waf in makefiles
2010-11-03 Andrew Tridgellwaf: added reconfigure targets to our libraries
2010-11-01 Jelmer Vernooijtalloc: Install pytalloc.h.
2010-10-31 Jelmer Vernooijreplace/talloc: Avoid automatically pulling in new...
2010-10-31 Jelmer Vernooijtalloc: Look harder for waf.
2010-10-31 Jelmer Vernooijreplace: Build using waf by default.
2010-10-31 Jelmer Vernooijtalloc: Switch over to using waf as the default build...
2010-10-31 Jelmer Vernooijs4: Remove the old perl/m4/make/mk-based build system.
2010-10-30 Jelmer Vernooijtalloc.3: Remove documentation for deprecated talloc_ap...
2010-10-30 Jelmer Vernooijtalloc: Fix manual pages in standalone build.
2010-10-27 Stefan Metzmachertalloc: fix waf build for libtalloc-compat1
2010-10-26 Jelmer Vernooijtalloc: change pytalloc-util to be a public library.
2010-10-26 Jelmer Vernooijtalloc: Install pytalloc-util as system library.
2010-10-26 Jelmer Vernooijtalloc: Avoid dependency on unknown EXT_LIB_PYTHON.
2010-10-26 Jelmer Vernooijtalloc: Move pytalloc to lib/talloc.
2010-10-26 Jelmer Vernooijwaf: Only specify vnum for non-private libraries.
2010-10-24 Stefan Metzmachertalloc: pytalloc should not depend on samba specific...
2010-10-23 Jelmer Vernooijwaf: Rename some BUNDLED_ functios to PRIVATE_.
2010-10-21 Andrew Tridgellwaf: replace the is_bundled option with private_library
2010-10-21 Andrew Tridgells4-build: fixed some formatting
2010-10-20 Kamen Mazdrashkipytalloc: use talloc_unlink() to free py_talloc objects
2010-10-20 Simo Sorcetalloc: make header C++ safe
2010-10-09 Jelmer Vernooijtalloc: Fix #include line in manpage.
2010-10-08 Kamen Mazdrashkipytalloc: Fix warning that we are subtracting void...
2010-10-08 Volker LendeckeMove talloc_enable_null_tracking() to the s3 daemons
2010-10-07 Andrew Tridgellwaf: fixed exit status of test suites
2010-09-25 Volker Lendecketalloc: Add a warning about talloc_autofree_context...
2010-09-21 Jelmer Vernooijpytalloc: Add default compare function.
2010-09-21 Jelmer Vernooijpidl: Fix segfault when accessing unicode objects.
2010-09-15 Andrew Tridgelltalloc: fixed spelling errors in comment
2010-09-02 Andrew Tridgellpidl-python: cope with NULL pointers in more places
2010-09-02 Andrew Tridgellpytalloc: treat a NULL ptr as Py_None
2010-08-25 Andrew Tridgellpytalloc: fixed py_talloc_steal()
2010-08-25 Andrew Tridgells4-pytalloc: use better names for python talloc objects
2010-08-14 Matthias Dieter... talloc:documentation - explain that "talloc_free" works...
2010-06-19 Jelmer Vernooijwafsamba: Fix typo: noextenion -> noextension.
2010-05-31 Jelmer Vernooijtalloc: Don't set is_bundled for standalone build.
2010-05-31 Jelmer VernooijAdd manpages argument to SAMBA_LIBRARY().
2010-05-31 Jelmer Vernooijs4-waf: sanitize library names like the old build syste...
2010-05-10 Andreas Schneidertalloc: Fixed a doxygen problem with PRINTF_ATTRIBUTE.
2010-05-06 Andreas Schneidertalloc: Documented the missing string functions.
2010-05-01 Holger Hans Peter... talloc: Documentation fix for talloc
2010-04-20 Andrew Tridgelltalloc: there is no ambiguity when freeing a ptr with...
2010-04-18 Andrew Tridgellbuild: more adjustments for the ABI type name maps
2010-04-18 Andrew Tridgells4-waf: rebuild signature files with the api type maps
2010-04-18 Andrew Tridgelltalloc: mark public functions as _PUBLIC_
2010-04-18 Andrew Tridgelltalloc-waf: added ABI checking for talloc
2010-04-13 Andrew Tridgells4-waf: don't try to use the system lib for the library...
2010-04-13 Andrew Tridgelltalloc-waf: the talloc1-compat lib depends on talloc
2010-04-13 Andrew Tridgelltalloc-waf: added the manpage generation and talloc1...
2010-04-12 Andrew Tridgellbuild: use a common autogen-waf.sh for all builds
2010-04-06 Andrew Tridgells4-waf: fixed waf distcheck for our standalone libs...
2010-04-06 Andrew Tridgells4-waf: added simple 'waf test' support for tdb, talloc...
2010-04-06 Andrew Tridgells4-waf: autogen-waf.sh for the standalone library builds
2010-04-06 Andrew Tridgells4-waf: use a common pattern for finding buildtools...
2010-04-06 Andrew Tridgells4-waf: move to a universal method of recursing into...
2010-04-06 Andrew Tridgells4-waf: fixed finding of buildtools and srcdir
2010-04-06 Andrew Tridgells4-waf: avoid having to run waf configure before waf...
2010-04-06 Andrew Tridgells4-waf: allow standalone tarball build of libraries
2010-04-06 Andrew Tridgells4-waf: added 'waf dist' to our standalone libs as...
2010-04-06 Andrew Tridgells4-waf: added 'waf dist' to build the tarball
2010-04-06 Andrew Tridgelltalloc-waf: install talloc.pc if standalone
next