summaryrefslogtreecommitdiffstats
path: root/source4/lib/talloc
Commit message (Expand)AuthorAgeFilesLines
* Share talloc source code between Samba 3 and Samba 4.Jelmer Vernooij2008-09-1620-8047/+0
* Fix warnings on SuSE 9.0.Stefan Metzmacher2008-09-141-0/+8
* Fix bug 5400Volker Lendecke2008-09-141-2/+2
* Fix out of tree build. Remove the embedded srcdir path from talloc and tdb.Stefan Metzmacher2008-09-141-4/+4
* lib/talloc: build as MERGED_OBJ instead of STATIC_LIBRARYStefan Metzmacher2008-06-301-1/+1
* Skip strcmp() on 2 NULL pointers.Andrew Bartlett2008-04-171-1/+2
* Use _OBJ_FILES variables in a couple more places.Jelmer Vernooij2008-04-141-1/+4
* Don't install talloc manpage from samba, it's already installed from the stan...Jelmer Vernooij2008-04-041-3/+0
* Install public header files again and include required prototypes.Jelmer Vernooij2008-04-021-1/+0
* Move public header accumulation out of the perl code.Jelmer Vernooij2008-02-291-1/+1
* Move manpage management out of the perl build system.Jelmer Vernooij2008-02-291-1/+3
* Update homepages for talloc, tdb and ldb subprojectsSimo Sorce2008-02-251-12/+8
* Adapt source code checkout information to git repo in talloc website.Michael Adam2008-02-191-4/+5
* Fix paths for talloc into unpacked directory (rsync commands).Michael Adam2008-02-191-2/+2
* Fix path to talloc guide. Noted by "teferi" on irc.Michael Adam2008-02-141-1/+1
* Fix talloc .so installation.Jelmer Vernooij2008-02-131-1/+1
* Allow tdb.mk and talloc.mk to be included at the same time.Jelmer Vernooij2008-02-132-6/+6
* Never build .so versions of tdb/talloc from Samba 4 itself. Rather,Jelmer Vernooij2008-02-131-3/+1
* Raise version of talloc from 1.1.0 to 1.2.0 after adding talloc pools.Michael Adam2008-02-122-2/+2
* Make sure talloc.so is build before installing.Jelmer Vernooij2008-02-121-2/+2
* Fix out of tree builds.Jelmer Vernooij2008-02-111-2/+2
* Split actual content out of talloc Makefile into talloc.mk.Jelmer Vernooij2008-02-112-37/+42
* Split rules.mk out of Makefile.Jelmer Vernooij2008-02-112-27/+31
* Make versions in lib/talloc/config.mk and lib/talloc/configure.ac the same.Michael Adam2008-02-111-1/+1
* Fix a c++ warningVolker Lendecke2008-02-111-1/+2
* talloc_free_children can only reset pool if it's emptyVolker Lendecke2008-02-111-1/+2
* Mark talloc_pool memory for valgrindVolker Lendecke2008-02-111-3/+16
* Implement talloc_pool()Volker Lendecke2008-02-113-7/+207
* Add a comment.Michael Adam2008-02-111-0/+1
* Fix talloctort: move size check after referenced ptr check.Michael Adam2008-02-111-5/+5
* Don't shrink a talloc area if we have less than 1k to gainVolker Lendecke2008-02-111-0/+5
* build: Remove support for DESCRIPTION setting that is now unused.Jelmer Vernooij2008-01-221-1/+0
* ldb/talloc/tdb: Use manually written pc file.Jelmer Vernooij2008-01-221-0/+1
* r26570: - Trim size of the swig-generated Python bindings by removing a bunch...Jelmer Vernooij2007-12-241-1/+1
* r26514: Revert the talloc.c part of r26511, as talloc.h already takes care of...Kai Blin2007-12-211-3/+0
* r26511: Janitorial: Fix a warning for the 'printf' attribute on gendb_search_vKai Blin2007-12-211-2/+5
* r26454: Add simple SWIG macro for wrapping talloced types.Jelmer Vernooij2007-12-211-0/+7
* r26292: Make sure swig directory exists.Jelmer Vernooij2007-12-211-0/+1
* r26280: Fix installation if swig is not available.Jelmer Vernooij2007-12-211-1/+1
* r26276: Install SWIG files if swig is present.Jelmer Vernooij2007-12-211-0/+1
* r26197: Add bindings for libsecurity.Jelmer Vernooij2007-12-212-9/+2
* r26187: Fix module name, indentation.Jelmer Vernooij2007-12-211-0/+2
* r26072: Import trivial SWIG wrapper for talloc.Jelmer Vernooij2007-12-211-0/+24
* r25990: talloc: use AC_LIBREPLACE_SHLD and use it for linking the shared libraryStefan Metzmacher2007-12-212-1/+3
* r25987: libreplace: rename AC_LD_SHLDFLAGS into AC_LIBREPLACE_SHLD_FLAGSStefan Metzmacher2007-12-211-1/+1
* r25973: talloc: fix usage of SONAMEFLAGStefan Metzmacher2007-12-211-2/+1
* r25953: AIX make doesn't support $^.Jelmer Vernooij2007-12-211-1/+1
* r25944: Fix handling of sonameflag on AIX, which doesn't have anything like t...Jelmer Vernooij2007-12-211-1/+1
* r25884: Specify shldflags first, as required by some compilers.Jelmer Vernooij2007-12-211-1/+1
* r25882: Build shared library of talloc as well.Jelmer Vernooij2007-12-212-2/+22