Age | Commit message (Expand) | Author | Files | Lines |
2008-01-22 | build: Remove support for DESCRIPTION setting that is now unused. | Jelmer Vernooij | 1 | -1/+0 |
2008-01-22 | ldb/talloc/tdb: Use manually written pc file. | Jelmer Vernooij | 1 | -0/+1 |
2007-12-24 | r26570: - Trim size of the swig-generated Python bindings by removing a bunch... | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26514: Revert the talloc.c part of r26511, as talloc.h already takes care of... | Kai Blin | 1 | -3/+0 |
2007-12-21 | r26511: Janitorial: Fix a warning for the 'printf' attribute on gendb_search_v | Kai Blin | 1 | -2/+5 |
2007-12-21 | r26454: Add simple SWIG macro for wrapping talloced types. | Jelmer Vernooij | 1 | -0/+7 |
2007-12-21 | r26292: Make sure swig directory exists. | Jelmer Vernooij | 1 | -0/+1 |
2007-12-21 | r26280: Fix installation if swig is not available. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26276: Install SWIG files if swig is present. | Jelmer Vernooij | 1 | -0/+1 |
2007-12-21 | r26197: Add bindings for libsecurity. | Jelmer Vernooij | 2 | -9/+2 |
2007-12-21 | r26187: Fix module name, indentation. | Jelmer Vernooij | 1 | -0/+2 |
2007-12-21 | r26072: Import trivial SWIG wrapper for talloc. | Jelmer Vernooij | 1 | -0/+24 |
2007-12-21 | r25990: talloc: use AC_LIBREPLACE_SHLD and use it for linking the shared library | Stefan Metzmacher | 2 | -1/+3 |
2007-12-21 | r25987: libreplace: rename AC_LD_SHLDFLAGS into AC_LIBREPLACE_SHLD_FLAGS | Stefan Metzmacher | 1 | -1/+1 |
2007-12-21 | r25973: talloc: fix usage of SONAMEFLAG | Stefan Metzmacher | 1 | -2/+1 |
2007-12-21 | r25953: AIX make doesn't support $^. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r25944: Fix handling of sonameflag on AIX, which doesn't have anything like t... | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r25884: Specify shldflags first, as required by some compilers. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r25882: Build shared library of talloc as well. | Jelmer Vernooij | 2 | -2/+22 |
2007-10-10 | r25216: make talloc_append_string() a deprecated macro instead of | Stefan Metzmacher | 2 | -28/+1 |
2007-10-10 | r25211: fix compiler warning | Stefan Metzmacher | 1 | -0/+4 |
2007-10-10 | r25209: unify logic of talloc_vasprintf_append() and talloc_vasprintf_append_... | Stefan Metzmacher | 1 | -50/+29 |
2007-10-10 | r25208: add talloc_str[n]dup_append[_buffer]() functions | Stefan Metzmacher | 2 | -9/+114 |
2007-10-10 | r25207: remove one nesting level and use unlikely() | Stefan Metzmacher | 1 | -7/+7 |
2007-10-10 | r25206: unify logic of talloc_strdup() and talloc_strndup(), | Stefan Metzmacher | 1 | -22/+20 |
2007-10-10 | r25205: $(srcdir) isn't expanded here... | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r25190: Update talloc version to 1.1.0 after API-incompatible changes. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r25175: Change to talloc_asprintf_append_buffer(). | Jeremy Allison | 1 | -4/+4 |
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 | r24814: Fix headers, trim core.h even more. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r24688: Make output subunit-parseable. | Jelmer Vernooij | 1 | -20/+20 |
2007-10-10 | r24626: as TALLOC_ABORT() is defined to abort() by default | 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 | r23796: main COPYING file for samba4, plus some formatting varients | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r23795: more v2->v3 conversion | Andrew Tridgell | 5 | -5/+5 |
2007-10-10 | r23158: Set version to 1.0.1. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r23157: Add news file for talloc. | Jelmer Vernooij | 1 | -0/+13 |
2007-10-10 | r22758: - add missing _talloc_set_name_const(ret, ret); to talloc_append_stri... | Stefan Metzmacher | 3 | -1/+41 |
2007-10-10 | r22757: test if calling talloc_free() works on parent elements from within a ... | Stefan Metzmacher | 1 | -1/+41 |
2007-10-10 | r22600: Update bzr ignores, put right version in .pc files, prepare for suppo... | Jelmer Vernooij | 4 | -8/+11 |
2007-10-10 | r22598: Simplify includes for replace. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r22596: Set _CFLAGS variables rather than putting knowledge in the ldb Makefile. | Jelmer Vernooij | 1 | -0/+3 |
2007-10-10 | r22563: As tridge requested remove the _strict calls - for Samba3 I'm moving | 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 |