Age | Commit message (Expand) | Author | Files | Lines |
2008-04-17 | Skip strcmp() on 2 NULL pointers. | Andrew Bartlett | 1 | -1/+2 |
2008-04-14 | Use _OBJ_FILES variables in a couple more places. | Jelmer Vernooij | 1 | -1/+4 |
2008-04-04 | Don't install talloc manpage from samba, it's already installed from the stan... | Jelmer Vernooij | 1 | -3/+0 |
2008-04-02 | Install public header files again and include required prototypes. | Jelmer Vernooij | 1 | -1/+0 |
2008-02-29 | Move public header accumulation out of the perl code. | Jelmer Vernooij | 1 | -1/+1 |
2008-02-29 | Move manpage management out of the perl build system. | Jelmer Vernooij | 1 | -1/+3 |
2008-02-25 | Update homepages for talloc, tdb and ldb subprojects | Simo Sorce | 1 | -12/+8 |
2008-02-19 | Adapt source code checkout information to git repo in talloc website. | Michael Adam | 1 | -4/+5 |
2008-02-19 | Fix paths for talloc into unpacked directory (rsync commands). | Michael Adam | 1 | -2/+2 |
2008-02-14 | Fix path to talloc guide. Noted by "teferi" on irc. | Michael Adam | 1 | -1/+1 |
2008-02-13 | Fix talloc .so installation. | Jelmer Vernooij | 1 | -1/+1 |
2008-02-13 | Allow tdb.mk and talloc.mk to be included at the same time. | Jelmer Vernooij | 2 | -6/+6 |
2008-02-13 | Never build .so versions of tdb/talloc from Samba 4 itself. Rather, | Jelmer Vernooij | 1 | -3/+1 |
2008-02-12 | Raise version of talloc from 1.1.0 to 1.2.0 after adding talloc pools. | Michael Adam | 2 | -2/+2 |
2008-02-12 | Make sure talloc.so is build before installing. | Jelmer Vernooij | 1 | -2/+2 |
2008-02-11 | Fix out of tree builds. | Jelmer Vernooij | 1 | -2/+2 |
2008-02-11 | Split actual content out of talloc Makefile into talloc.mk. | Jelmer Vernooij | 2 | -37/+42 |
2008-02-11 | Split rules.mk out of Makefile. | Jelmer Vernooij | 2 | -27/+31 |
2008-02-11 | Make versions in lib/talloc/config.mk and lib/talloc/configure.ac the same. | Michael Adam | 1 | -1/+1 |
2008-02-11 | Fix a c++ warning | Volker Lendecke | 1 | -1/+2 |
2008-02-11 | talloc_free_children can only reset pool if it's empty | Volker Lendecke | 1 | -1/+2 |
2008-02-11 | Mark talloc_pool memory for valgrind | Volker Lendecke | 1 | -3/+16 |
2008-02-11 | Implement talloc_pool() | Volker Lendecke | 3 | -7/+207 |
2008-02-11 | Add a comment. | Michael Adam | 1 | -0/+1 |
2008-02-11 | Fix talloctort: move size check after referenced ptr check. | Michael Adam | 1 | -5/+5 |
2008-02-11 | Don't shrink a talloc area if we have less than 1k to gain | Volker Lendecke | 1 | -0/+5 |
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 |