tsocket: fill in sa.sa_len if the system supports it
[samba.git] / lib / talloc /
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
2010-04-06 Andrew Tridgelltalloc-waf: match version number with main build
2010-04-06 Andrew Tridgells4-waf: added implied_deps for system libraries
2010-04-06 Andrew Tridgelltalloc-waf: don't build the talloc testsuite in s4
2010-04-06 Andrew Tridgells4-waf: support the use of system libraries
2010-04-06 Andrew Tridgells4-waf: set default for bundled libraries
2010-04-06 Andrew Tridgells4-waf: mark the wscript files as python so vim/emacs...
2010-04-06 Andrew Tridgellbuild: don't install talloc_testsuite and ldbtest
2010-04-06 Andrew Tridgellbuild: using deps= for deps is clearer
2010-04-06 Andrew Tridgellbuild: added BUILD_SUBDIR() wrapper
2010-04-06 Andrew Tridgellbuild: added ADD_CFLAGS() and started of Samba4 build
2010-04-06 Andrew Tridgellbuild: added waf build rules for ldb
2010-04-06 Andrew Tridgellbuild: neater way to find libreplace and start on teven...
2010-04-06 Andrew Tridgellbuild: renamed autoconf.py to wafsamba.py and added...
2010-04-06 Andrew Tridgellbuild: updates to waf scripts for replace and talloc
2010-04-06 Andrew Tridgellbuild: a first attempt at waf build for talloc and...
2010-04-02 Andrew Tridgelltalloc: a useful bit of debug code
2010-04-02 Andrew Tridgelltalloc: add a define for TALLOC_MAX_DEPTH
2010-04-02 Andrew Tridgelltalloc: change talloc minor version to 2.0.2
2010-04-02 Andrew Tridgelltalloc: limit the depth that talloc will go for talloc_...
2010-03-29 Andrew Tridgellpytalloc: allow for using a system libtalloc-dev with...
2010-03-29 Andrew Tridgelltalloc: testsuite should use <talloc.h> not "talloc.h"
2010-03-10 Kamen Mazdrashkidoxygen: talloc_get_type name fixed in Doxygen document...
2010-02-08 Simo Sorcerelease-scripts: parametrize scripts
2010-02-08 Simo Sorcetalloc: Fix abi checks in release script
2010-02-08 Simo Sorcetalloc: Fix abi checks and ifdefs
2010-02-08 Andrew Tridgelltalloc: fixed doc typo
2010-02-08 Andreas SchneiderMove the talloc details to the mainpage.
2010-02-08 Andreas Schneidertalloc: Added doxygen config file.
2010-02-08 Andreas Schneidertalloc: Documented talloc with doxygen.
2010-02-02 Matt KraaiChange uint_t to unsigned int in lib/talloc
2010-01-21 Jelmer Vernooijs4: Include Python.h early to avoid double definition...
2010-01-07 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2010-01-06 Brian Lutalloc: create symbol links to shared libraries see...
2009-12-15 Simo SorceFix release script to work with recent git versions
2009-12-08 Kamen Mazdrashkitalloc: Fix write behind memory block
2009-10-17 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
next