summaryrefslogtreecommitdiff
path: root/source4/lib/talloc
AgeCommit message (Expand)AuthorFilesLines
2008-06-30lib/talloc: build as MERGED_OBJ instead of STATIC_LIBRARYStefan Metzmacher1-1/+1
2008-04-17Skip strcmp() on 2 NULL pointers.Andrew Bartlett1-1/+2
2008-04-14Use _OBJ_FILES variables in a couple more places.Jelmer Vernooij1-1/+4
2008-04-04Don't install talloc manpage from samba, it's already installed from the stan...Jelmer Vernooij1-3/+0
2008-04-02Install public header files again and include required prototypes.Jelmer Vernooij1-1/+0
2008-02-29Move public header accumulation out of the perl code.Jelmer Vernooij1-1/+1
2008-02-29Move manpage management out of the perl build system.Jelmer Vernooij1-1/+3
2008-02-25Update homepages for talloc, tdb and ldb subprojectsSimo Sorce1-12/+8
2008-02-19Adapt source code checkout information to git repo in talloc website.Michael Adam1-4/+5
2008-02-19Fix paths for talloc into unpacked directory (rsync commands).Michael Adam1-2/+2
2008-02-14Fix path to talloc guide. Noted by "teferi" on irc.Michael Adam1-1/+1
2008-02-13Fix talloc .so installation.Jelmer Vernooij1-1/+1
2008-02-13Allow tdb.mk and talloc.mk to be included at the same time.Jelmer Vernooij2-6/+6
2008-02-13Never build .so versions of tdb/talloc from Samba 4 itself. Rather,Jelmer Vernooij1-3/+1
2008-02-12Raise version of talloc from 1.1.0 to 1.2.0 after adding talloc pools.Michael Adam2-2/+2
2008-02-12Make sure talloc.so is build before installing.Jelmer Vernooij1-2/+2
2008-02-11Fix out of tree builds.Jelmer Vernooij1-2/+2
2008-02-11Split actual content out of talloc Makefile into talloc.mk.Jelmer Vernooij2-37/+42
2008-02-11Split rules.mk out of Makefile.Jelmer Vernooij2-27/+31
2008-02-11Make versions in lib/talloc/config.mk and lib/talloc/configure.ac the same.Michael Adam1-1/+1
2008-02-11Fix a c++ warningVolker Lendecke1-1/+2
2008-02-11talloc_free_children can only reset pool if it's emptyVolker Lendecke1-1/+2
2008-02-11Mark talloc_pool memory for valgrindVolker Lendecke1-3/+16
2008-02-11Implement talloc_pool()Volker Lendecke3-7/+207
2008-02-11Add a comment.Michael Adam1-0/+1
2008-02-11Fix talloctort: move size check after referenced ptr check.Michael Adam1-5/+5
2008-02-11Don't shrink a talloc area if we have less than 1k to gainVolker Lendecke1-0/+5
2008-01-22build: Remove support for DESCRIPTION setting that is now unused.Jelmer Vernooij1-1/+0
2008-01-22ldb/talloc/tdb: Use manually written pc file.Jelmer Vernooij1-0/+1
2007-12-24r26570: - Trim size of the swig-generated Python bindings by removing a bunch...Jelmer Vernooij1-1/+1
2007-12-21r26514: Revert the talloc.c part of r26511, as talloc.h already takes care of...Kai Blin1-3/+0
2007-12-21r26511: Janitorial: Fix a warning for the 'printf' attribute on gendb_search_vKai Blin1-2/+5
2007-12-21r26454: Add simple SWIG macro for wrapping talloced types.Jelmer Vernooij1-0/+7
2007-12-21r26292: Make sure swig directory exists.Jelmer Vernooij1-0/+1
2007-12-21r26280: Fix installation if swig is not available.Jelmer Vernooij1-1/+1
2007-12-21r26276: Install SWIG files if swig is present.Jelmer Vernooij1-0/+1
2007-12-21r26197: Add bindings for libsecurity.Jelmer Vernooij2-9/+2
2007-12-21r26187: Fix module name, indentation.Jelmer Vernooij1-0/+2
2007-12-21r26072: Import trivial SWIG wrapper for talloc.Jelmer Vernooij1-0/+24
2007-12-21r25990: talloc: use AC_LIBREPLACE_SHLD and use it for linking the shared libraryStefan Metzmacher2-1/+3
2007-12-21r25987: libreplace: rename AC_LD_SHLDFLAGS into AC_LIBREPLACE_SHLD_FLAGSStefan Metzmacher1-1/+1
2007-12-21r25973: talloc: fix usage of SONAMEFLAGStefan Metzmacher1-2/+1
2007-12-21r25953: AIX make doesn't support $^.Jelmer Vernooij1-1/+1
2007-12-21r25944: Fix handling of sonameflag on AIX, which doesn't have anything like t...Jelmer Vernooij1-1/+1
2007-12-21r25884: Specify shldflags first, as required by some compilers.Jelmer Vernooij1-1/+1
2007-12-21r25882: Build shared library of talloc as well.Jelmer Vernooij2-2/+22
2007-10-10r25216: make talloc_append_string() a deprecated macro instead ofStefan Metzmacher2-28/+1
2007-10-10r25211: fix compiler warningStefan Metzmacher1-0/+4
2007-10-10r25209: unify logic of talloc_vasprintf_append() and talloc_vasprintf_append_...Stefan Metzmacher1-50/+29
2007-10-10r25208: add talloc_str[n]dup_append[_buffer]() functionsStefan Metzmacher2-9/+114