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