Age | Commit message (Expand) | Author | Files | Lines |
2008-06-27 | Fix warnings on SuSE 9.0. | Karolin Seeger | 1 | -0/+8 |
2008-04-19 | Fix bug 5400 | Volker Lendecke | 1 | -2/+2 |
2008-04-16 | Fix out of tree build. Remove the embedded srcdir path from talloc and tdb. | Gerald W. Carter | 1 | -4/+4 |
2008-02-13 | Raise version of talloc from 1.1.0 to 1.2.0 after adding talloc pools. | Michael Adam | 2 | -2/+2 |
2008-02-13 | Make sure talloc.so is build before installing. | Jelmer Vernooij | 1 | -2/+2 |
2008-02-13 | Fix out of tree builds. | Jelmer Vernooij | 1 | -2/+2 |
2008-02-13 | Split actual content out of talloc Makefile into talloc.mk. | Jelmer Vernooij | 2 | -37/+42 |
2008-02-13 | Split rules.mk out of Makefile. | Jelmer Vernooij | 2 | -27/+31 |
2008-02-13 | Make versions in lib/talloc/config.mk and lib/talloc/configure.ac the same. | Michael Adam | 1 | -1/+1 |
2008-02-13 | build: Remove support for DESCRIPTION setting that is now unused. | Jelmer Vernooij | 1 | -1/+0 |
2008-02-13 | talloc/tdb: Use manually written pc file. | Jelmer Vernooij | 1 | -0/+1 |
2008-02-13 | r26570: - Trim size of the swig-generated Python bindings by removing a bunch... | Jelmer Vernooij | 1 | -1/+1 |
2008-02-13 | r26454: Add simple SWIG macro for wrapping talloced types. | Jelmer Vernooij | 1 | -0/+7 |
2008-02-13 | r26292: Make sure swig directory exists. | Jelmer Vernooij | 1 | -0/+1 |
2008-02-13 | r26280: Fix installation if swig is not available. | Jelmer Vernooij | 1 | -1/+1 |
2008-02-13 | r26276: Install SWIG files if swig is present. | Jelmer Vernooij | 1 | -0/+1 |
2008-02-13 | r26197: Add bindings for libsecurity. | Jelmer Vernooij | 2 | -9/+2 |
2008-02-13 | r26187: Fix module name, indentation. | Jelmer Vernooij | 1 | -0/+2 |
2008-02-13 | r26072: Import trivial SWIG wrapper for talloc. | Jelmer Vernooij | 1 | -0/+24 |
2008-02-13 | r25987: libreplace: rename AC_LD_SHLDFLAGS into AC_LIBREPLACE_SHLD_FLAGS | Stefan Metzmacher | 1 | -1/+1 |
2008-02-13 | r25973: talloc: fix usage of SONAMEFLAG | Stefan Metzmacher | 1 | -2/+1 |
2008-02-13 | r25953: AIX make doesn't support $^. | Jelmer Vernooij | 1 | -1/+1 |
2008-02-13 | r25944: Fix handling of sonameflag on AIX, which doesn't have anything like t... | Jelmer Vernooij | 1 | -1/+1 |
2008-02-13 | r25884: Specify shldflags first, as required by some compilers. | Jelmer Vernooij | 1 | -1/+1 |
2008-02-13 | r25882: Build shared library of talloc as well. | Jelmer Vernooij | 2 | -2/+22 |
2008-01-10 | Fix a c++ warning | Volker Lendecke | 1 | -1/+2 |
2008-01-10 | talloc_free_children can only reset pool if it's empty | Volker Lendecke | 1 | -1/+2 |
2008-01-10 | Mark talloc_pool memory for valgrind | Volker Lendecke | 1 | -3/+16 |
2008-01-09 | Implement talloc_pool() | Volker Lendecke | 3 | -7/+207 |
2008-01-09 | Add a comment. | Michael Adam | 1 | -0/+1 |
2008-01-09 | Fix talloctort: move size check after referenced ptr check. | Michael Adam | 1 | -5/+5 |
2008-01-09 | Don't shrink a talloc area if we have less than 1k to gain | Volker Lendecke | 1 | -0/+5 |
2007-10-10 | r25230: sync lib/talloc with SAMBA_4_0 | Stefan Metzmacher | 4 | -125/+184 |
2007-10-10 | r25164: Add talloc_asprintf_append_buffer() and the docs for it. | Jeremy Allison | 3 | -4/+82 |
2007-10-10 | r25116: Fix talloc_asprintf_append to do the right thing with | Jeremy Allison | 1 | -5/+2 |
2007-10-10 | r24627: merge from SAMBA_4_0: | Stefan Metzmacher | 1 | -2/+12 |
2007-10-10 | r23802: fixed URL in XML | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r23801: The FSF has moved around a lot. This fixes their Mass Ave address. | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r23799: updated old Franklin Street FSF addresses to new URL | Andrew Tridgell | 2 | -6/+2 |
2007-10-10 | r23798: updated old Temple Place FSF addresses to new URL | Andrew Tridgell | 3 | -6/+3 |
2007-10-10 | r23790: LGPLv3+ conversion for our LGPLv2+ library code | Andrew Tridgell | 3 | -3/+3 |
2007-10-10 | r23780: Find and fix more GPL2 -> GPL3. | Jeremy Allison | 3 | -3/+3 |
2007-10-10 | r22759: sync lib/talloc with samba4 | Stefan Metzmacher | 8 | -16/+103 |
2007-10-10 | r22564: Move the _strict -> _zeronull functions into lib/util.c | Jeremy Allison | 2 | -105/+0 |
2007-10-10 | r22541: Added talloc_size_strict macro. | Jeremy Allison | 1 | -0/+1 |
2007-10-10 | r22540: Added _strict varients of the macro calls - added | Jeremy Allison | 1 | -0/+6 |
2007-10-10 | r22539: Added _strict varients of the talloc calls to | Jeremy Allison | 2 | -1/+96 |
2007-10-10 | r22366: sync lib/talloc/ with samba4 | Stefan Metzmacher | 4 | -8/+22 |
2007-10-10 | r22268: merge from samba4: | Stefan Metzmacher | 1 | -4/+6 |
2007-10-10 | r21176: merged va_end() changes from Samba4 | Andrew Tridgell | 1 | -6/+11 |