summaryrefslogtreecommitdiffstats
path: root/source4/lib/talloc
Commit message (Collapse)AuthorAgeFilesLines
* Skip strcmp() on 2 NULL pointers.Andrew Bartlett2008-04-171-1/+2
| | | | | Andrew Bartlett (This used to be commit 7b9a647ebbbe9ec9e1b82b42e3a8916396f91273)
* Use _OBJ_FILES variables in a couple more places.Jelmer Vernooij2008-04-141-1/+4
| | | | (This used to be commit 92856d5054106894b65cd1a1b5119c0facfc4cff)
* Don't install talloc manpage from samba, it's already installed from the ↵Jelmer Vernooij2008-04-041-3/+0
| | | | | | standalone talloc build. (This used to be commit 7bfda828952eab7f165190cbfd804e28780406c9)
* Install public header files again and include required prototypes.Jelmer Vernooij2008-04-021-1/+0
| | | | (This used to be commit 47ffbbf67435904754469544390b67d34c958343)
* Move public header accumulation out of the perl code.Jelmer Vernooij2008-02-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Never install generated prototype files. It's easier to break the API when using them and they're not easily readable for 3rd party users. Conflicts: source/auth/config.mk source/auth/credentials/config.mk source/auth/gensec/config.mk source/build/smb_build/config_mk.pm source/build/smb_build/main.pl source/build/smb_build/makefile.pm source/dsdb/config.mk source/lib/charset/config.mk source/lib/tdr/config.mk source/lib/util/config.mk source/libcli/config.mk source/libcli/ldap/config.mk source/librpc/config.mk source/param/config.mk source/rpc_server/config.mk source/torture/config.mk (This used to be commit 6c659689ed4081f1d7a6253c538c7f01784197ba)
* Move manpage management out of the perl build system.Jelmer Vernooij2008-02-291-1/+3
| | | | (This used to be commit 1dd6bea507f1f5e26cccf89148280721260a4673)
* Update homepages for talloc, tdb and ldb subprojectsSimo Sorce2008-02-251-12/+8
| | | | (This used to be commit 8cb07814bc6627fc8eba228eafd13336e3ca3758)
* Adapt source code checkout information to git repo in talloc website.Michael Adam2008-02-191-4/+5
| | | | | Michael (This used to be commit 254be79799acc69db88a5500a2f755c84553f8ef)
* Fix paths for talloc into unpacked directory (rsync commands).Michael Adam2008-02-191-2/+2
| | | | | Michael (This used to be commit 2839d7f67a0d3ed5b4841bf3c12ce73972636b88)
* Fix path to talloc guide. Noted by "teferi" on irc.Michael Adam2008-02-141-1/+1
| | | | | Michael (This used to be commit bc4e03f2ddb669758e27e2a5c32e15c7d6c5257d)
* Fix talloc .so installation.Jelmer Vernooij2008-02-131-1/+1
| | | | (This used to be commit ae522f907ed1b7533d0824224d692c64c7169057)
* Allow tdb.mk and talloc.mk to be included at the same time.Jelmer Vernooij2008-02-132-6/+6
| | | | (This used to be commit af9e0421529104d2583c58f7723abe8612e78f53)
* Never build .so versions of tdb/talloc from Samba 4 itself. Rather,Jelmer Vernooij2008-02-131-3/+1
| | | | | | | | | use shared library versions if they are provided by the system. This puts talloc and tdb in a similar situation as popt: the system version is used if provided but if it's not there or if it is too old, we use our internal version statically. (This used to be commit 86f88eb7b51377344eebf0b6fabad0f5459b3f45)
* Raise version of talloc from 1.1.0 to 1.2.0 after adding talloc pools.Michael Adam2008-02-122-2/+2
| | | | | Michael (This used to be commit 38855a9f145b54d05f4a508562fc1a6595e0d895)
* Make sure talloc.so is build before installing.Jelmer Vernooij2008-02-121-2/+2
| | | | (This used to be commit 51769f5cfc0f3a9f85ea533598a1f769e108d075)
* Fix out of tree builds.Jelmer Vernooij2008-02-111-2/+2
| | | | (This used to be commit 35c8ebdca2612b52cd3eb2aafd35041d17173722)
* Split actual content out of talloc Makefile into talloc.mk.Jelmer Vernooij2008-02-112-37/+42
| | | | (This used to be commit 2b8939975267fc4774bccd2a35ea9a35129d0a2b)
* Split rules.mk out of Makefile.Jelmer Vernooij2008-02-112-27/+31
| | | | (This used to be commit 75ffc2c50d70e6f4108c3e6843c8d2bb212f6d9e)
* Make versions in lib/talloc/config.mk and lib/talloc/configure.ac the same.Michael Adam2008-02-111-1/+1
| | | | | | | | Not sure if we can produce one from the other, so I manually made them equal for now. Michael (This used to be commit 1c14c457bea75fb3055712547cca501e8ef3fc20)
* Fix a c++ warningVolker Lendecke2008-02-111-1/+2
| | | | (This used to be commit 9f402c607f44663cab91cc7d2139f62b84c99cc0)
* talloc_free_children can only reset pool if it's emptyVolker Lendecke2008-02-111-1/+2
| | | | (This used to be commit 5cc7a638e93e5f3540755b441a99d4fd3c9c7134)
* Mark talloc_pool memory for valgrindVolker Lendecke2008-02-111-3/+16
| | | | (This used to be commit 6deca23b6c66616fbf5ba004e9b778aa68790df6)
* Implement talloc_pool()Volker Lendecke2008-02-113-7/+207
| | | | | | | | | | | | | | | | | | | | A talloc pool is a chunk of memory that can be used as a context for further talloc calls. Allocations with the pool as the parent just chew from that memory by incrementing a pointer. If the talloc pool is full, then we fall back to the normal system-level malloc(3) to get memory. The use case for talloc pools is the transient memory that is used for handling a single SMB request. Incrementing a pointer will be way faster than any malloc implementation. There is a downside of this: If you use talloc_steal() to move something out of the pool, the whole pool memory is kept around until the last object inside the pool is freed. So if you talloc_free() the pool, it might happen that the memory is freed later. So don't hang anything off a talloc pool that should live long. Volker (This used to be commit 60ef9a84f0bd18d48e453c08aa420d17275e0881)
* Add a comment.Michael Adam2008-02-111-0/+1
| | | | | Michael (This used to be commit 2a2c28584cdb65fcea8563eb3bf21fea497fdff3)
* Fix talloctort: move size check after referenced ptr check.Michael Adam2008-02-111-5/+5
| | | | | Michael (This used to be commit a0caedb94f6f7c62ae706e35a4c0b2876f74978d)
* Don't shrink a talloc area if we have less than 1k to gainVolker Lendecke2008-02-111-0/+5
| | | | (This used to be commit 0c829e6ee6f43299cc5889c2af3d0402256da0d0)
* build: Remove support for DESCRIPTION setting that is now unused.Jelmer Vernooij2008-01-221-1/+0
| | | | (This used to be commit 91d7ba5202e6c375456a42c2c6861f63c7fcfc20)
* ldb/talloc/tdb: Use manually written pc file.Jelmer Vernooij2008-01-221-0/+1
| | | | (This used to be commit c8947fda23eb874a7694bdee1b4de605744c2769)
* r26570: - Trim size of the swig-generated Python bindings by removing a ↵Jelmer Vernooij2007-12-241-1/+1
| | | | | | | | bunch of {}'s. - Start working on Python equivalents for various EJS tests. - Fix regression in argument order for reg_diff_apply() in EJS bindings. (This used to be commit c550c03372cb260b78f6a6c132e70571bc4cb852)
* r26514: Revert the talloc.c part of r26511, as talloc.h already takes care ↵Kai Blin2007-12-211-3/+0
| | | | | | | of thois. Thanks to metze for pointing this out (This used to be commit 4a5e1047fff0620aa534b147ac7e0bd0416a8fe7)
* r26511: Janitorial: Fix a warning for the 'printf' attribute on gendb_search_vKai Blin2007-12-211-2/+5
| | | | | While at it, also add a PRINTF_ATTRIBUTE for talloc_vasprintf. (This used to be commit 5b3a8c8ae195e6a98357a407a0699493f54a8b79)
* r26454: Add simple SWIG macro for wrapping talloced types.Jelmer Vernooij2007-12-211-0/+7
| | | | (This used to be commit 760fcc8bfa2a7cd7641465cb3bae889e9e0fbc75)
* r26292: Make sure swig directory exists.Jelmer Vernooij2007-12-211-0/+1
| | | | (This used to be commit 7962d221fcb877c9fd3bbc890827338de54ca94a)
* r26280: Fix installation if swig is not available.Jelmer Vernooij2007-12-211-1/+1
| | | | (This used to be commit 3320bd401f7b669bd62f83bf16a1c16ad0543a5c)
* r26276: Install SWIG files if swig is present.Jelmer Vernooij2007-12-211-0/+1
| | | | (This used to be commit dfd5b456f932268e2b1a82e2775037d356b9483e)
* r26197: Add bindings for libsecurity.Jelmer Vernooij2007-12-212-9/+2
| | | | (This used to be commit 8625cd403ba3a7d2b1b1fccfeb5efd7e21de0135)
* r26187: Fix module name, indentation.Jelmer Vernooij2007-12-211-0/+2
| | | | (This used to be commit ef790ebf3a712dbbb85d6af65c804199c2c084fc)
* r26072: Import trivial SWIG wrapper for talloc.Jelmer Vernooij2007-12-211-0/+24
| | | | (This used to be commit 02d259c2c45c03dbfcd16173df93d7ba96ed1419)
* r25990: talloc: use AC_LIBREPLACE_SHLD and use it for linking the shared libraryStefan Metzmacher2007-12-212-1/+3
| | | | | metze (This used to be commit c179807165b84dd832ab64f794034960668e5957)
* r25987: libreplace: rename AC_LD_SHLDFLAGS into AC_LIBREPLACE_SHLD_FLAGSStefan Metzmacher2007-12-211-1/+1
| | | | | metze (This used to be commit 410cdf789a72209f9e10321519fe18ab40a43f95)
* r25973: talloc: fix usage of SONAMEFLAGStefan Metzmacher2007-12-211-2/+1
| | | | | metze (This used to be commit 7fecb8f3cd9f5f69dce7b9e566011e5de1e01a4a)
* r25953: AIX make doesn't support $^.Jelmer Vernooij2007-12-211-1/+1
| | | | (This used to be commit 91133d27110ee6447dbc64f1c8d52cb90ca1a86c)
* r25944: Fix handling of sonameflag on AIX, which doesn't have anything like ↵Jelmer Vernooij2007-12-211-1/+1
| | | | | | that. (This used to be commit 228dd6830eb9c91287bb3e0233d8b3a404ff3676)
* r25884: Specify shldflags first, as required by some compilers.Jelmer Vernooij2007-12-211-1/+1
| | | | (This used to be commit 40a8cd0d2fd4d10110243ee75ff92bef73bb06b9)
* r25882: Build shared library of talloc as well.Jelmer Vernooij2007-12-212-2/+22
| | | | (This used to be commit 3692ba8299d4177289ca401fa467143ad14ccad4)
* r25216: make talloc_append_string() a deprecated macro instead ofStefan Metzmacher2007-10-102-28/+1
| | | | | | | having it as a real function. metze (This used to be commit 2b2e8414650f4793e7fd6e7fb368383ee268948f)
* r25211: fix compiler warningStefan Metzmacher2007-10-101-0/+4
| | | | | metze (This used to be commit c0d095c8c9c1f9a7a96771e20680c105f0cce308)
* r25209: unify logic of talloc_vasprintf_append() and ↵Stefan Metzmacher2007-10-101-50/+29
| | | | | | | talloc_vasprintf_append_buffer() metze (This used to be commit 780c1c776e15f7224256a0ba0bda3e9f04702abe)
* r25208: add talloc_str[n]dup_append[_buffer]() functionsStefan Metzmacher2007-10-102-9/+114
| | | | | metze (This used to be commit 8532076720ddaf3409db1196550cd7c6884380fc)
* r25207: remove one nesting level and use unlikely()Stefan Metzmacher2007-10-101-7/+7
| | | | | metze (This used to be commit c2931540bc6e2d7665ef46a123f1c0618c3b55b7)