Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Raise version of talloc from 1.1.0 to 1.2.0 after adding talloc pools. | Michael Adam | 2008-02-13 | 2 | -2/+2 |
| | | | | | Michael (cherry picked from commit 38855a9f145b54d05f4a508562fc1a6595e0d895) | ||||
* | Make sure talloc.so is build before installing. | Jelmer Vernooij | 2008-02-13 | 1 | -2/+2 |
| | | | | (cherry picked from commit 51769f5cfc0f3a9f85ea533598a1f769e108d075) | ||||
* | Fix out of tree builds. | Jelmer Vernooij | 2008-02-13 | 1 | -2/+2 |
| | | | | | | (cherry picked from parts of commit 35c8ebdca2612b52cd3eb2aafd35041d17173722) Michael | ||||
* | Split actual content out of talloc Makefile into talloc.mk. | Jelmer Vernooij | 2008-02-13 | 2 | -37/+42 |
| | | | | (cherry picked from commit 2b8939975267fc4774bccd2a35ea9a35129d0a2b) | ||||
* | Split rules.mk out of Makefile. | Jelmer Vernooij | 2008-02-13 | 2 | -27/+31 |
| | | | | (cherry picked from commit 75ffc2c50d70e6f4108c3e6843c8d2bb212f6d9e) | ||||
* | Make versions in lib/talloc/config.mk and lib/talloc/configure.ac the same. | Michael Adam | 2008-02-13 | 1 | -1/+1 |
| | | | | | | | | Not sure if we can produce one from the other, so I manually made them equal for now. Michael (cherry picked from commit 1c14c457bea75fb3055712547cca501e8ef3fc20) | ||||
* | build: Remove support for DESCRIPTION setting that is now unused. | Jelmer Vernooij | 2008-02-13 | 1 | -1/+0 |
| | | | | | | (cherry picked from parts of commit 91d7ba5202e6c375456a42c2c6861f63c7fcfc20) Michael | ||||
* | talloc/tdb: Use manually written pc file. | Jelmer Vernooij | 2008-02-13 | 1 | -0/+1 |
| | | | | | | (cherry picked from parts of c8947fda23eb874a7694bdee1b4de605744c2769) Michael | ||||
* | r26570: - Trim size of the swig-generated Python bindings by removing a ↵ | Jelmer Vernooij | 2008-02-13 | 1 | -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. (cherry picked from talloc part of commit c550c03372cb260b78f6a6c132e70571bc4cb852) Michael | ||||
* | r26454: Add simple SWIG macro for wrapping talloced types. | Jelmer Vernooij | 2008-02-13 | 1 | -0/+7 |
| | | | | | | (cherry picked from talloc parts of commit 760fcc8bfa2a7cd7641465cb3bae889e9e0fbc75) Michael | ||||
* | r26292: Make sure swig directory exists. | Jelmer Vernooij | 2008-02-13 | 1 | -0/+1 |
| | | | | (cherry picked from commit 7962d221fcb877c9fd3bbc890827338de54ca94a) | ||||
* | r26280: Fix installation if swig is not available. | Jelmer Vernooij | 2008-02-13 | 1 | -1/+1 |
| | | | | (cherry picked from commit 3320bd401f7b669bd62f83bf16a1c16ad0543a5c) | ||||
* | r26276: Install SWIG files if swig is present. | Jelmer Vernooij | 2008-02-13 | 1 | -0/+1 |
| | | | | | | (cherry picked from talloc parts of commit dfd5b456f932268e2b1a82e2775037d356b9483e) Michael | ||||
* | r26197: Add bindings for libsecurity. | Jelmer Vernooij | 2008-02-13 | 2 | -9/+2 |
| | | | | | | (cherry picked from parts of commit 8625cd403ba3a7d2b1b1fccfeb5efd7e21de0135) Michael | ||||
* | r26187: Fix module name, indentation. | Jelmer Vernooij | 2008-02-13 | 1 | -0/+2 |
| | | | | | | (cherry picked from parts of commit ef790ebf3a712dbbb85d6af65c804199c2c084fc) Michael | ||||
* | r26072: Import trivial SWIG wrapper for talloc. | Jelmer Vernooij | 2008-02-13 | 1 | -0/+24 |
| | | | | (cherry picked from commit 02d259c2c45c03dbfcd16173df93d7ba96ed1419) | ||||
* | r25987: libreplace: rename AC_LD_SHLDFLAGS into AC_LIBREPLACE_SHLD_FLAGS | Stefan Metzmacher | 2008-02-13 | 1 | -1/+1 |
| | | | | | | | | | metze (cherry picked from parts of commit c179807165b84dd832ab64f794034960668e5957. The changes to lib/replaces have already been merged.) Michael | ||||
* | r25973: talloc: fix usage of SONAMEFLAG | Stefan Metzmacher | 2008-02-13 | 1 | -2/+1 |
| | | | | | metze (cherry picked from commit 7fecb8f3cd9f5f69dce7b9e566011e5de1e01a4a) | ||||
* | r25953: AIX make doesn't support $^. | Jelmer Vernooij | 2008-02-13 | 1 | -1/+1 |
| | | | | | | (cherry picked from parts of commit 91133d27110ee6447dbc64f1c8d52cb90ca1a86c) Michael | ||||
* | r25944: Fix handling of sonameflag on AIX, which doesn't have anything like ↵ | Jelmer Vernooij | 2008-02-13 | 1 | -1/+1 |
| | | | | | | | | that. (cherry picked from parts of commit 228dd6830eb9c91287bb3e0233d8b3a404ff3676) Michael | ||||
* | r25884: Specify shldflags first, as required by some compilers. | Jelmer Vernooij | 2008-02-13 | 1 | -1/+1 |
| | | | | (cherry picked from commit 40a8cd0d2fd4d10110243ee75ff92bef73bb06b9) | ||||
* | r25882: Build shared library of talloc as well. | Jelmer Vernooij | 2008-02-13 | 2 | -2/+22 |
| | | | | (cherry picked from commit 3692ba8299d4177289ca401fa467143ad14ccad4) | ||||
* | Fix a c++ warning | Volker Lendecke | 2008-01-10 | 1 | -1/+2 |
| | |||||
* | talloc_free_children can only reset pool if it's empty | Volker Lendecke | 2008-01-10 | 1 | -1/+2 |
| | |||||
* | Mark talloc_pool memory for valgrind | Volker Lendecke | 2008-01-10 | 1 | -3/+16 |
| | |||||
* | Implement talloc_pool() | Volker Lendecke | 2008-01-09 | 3 | -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 | ||||
* | Add a comment. | Michael Adam | 2008-01-09 | 1 | -0/+1 |
| | | | | Michael | ||||
* | Fix talloctort: move size check after referenced ptr check. | Michael Adam | 2008-01-09 | 1 | -5/+5 |
| | | | | Michael | ||||
* | Don't shrink a talloc area if we have less than 1k to gain | Volker Lendecke | 2008-01-09 | 1 | -0/+5 |
| | |||||
* | r25230: sync lib/talloc with SAMBA_4_0 | Stefan Metzmacher | 2007-10-10 | 4 | -125/+184 |
| | | | | metze | ||||
* | r25164: Add talloc_asprintf_append_buffer() and the docs for it. | Jeremy Allison | 2007-10-10 | 3 | -4/+82 |
| | | | | Jeremy. | ||||
* | r25116: Fix talloc_asprintf_append to do the right thing with | Jeremy Allison | 2007-10-10 | 1 | -5/+2 |
| | | | | | truncated strings. Jeremy. | ||||
* | r24627: merge from SAMBA_4_0: | Stefan Metzmacher | 2007-10-10 | 1 | -2/+12 |
| | | | | | | | | as TALLOC_ABORT() is defined to abort() by default wrap it into a function so that the function name in the backtrace shows what happens. metze | ||||
* | r23802: fixed URL in XML | Andrew Tridgell | 2007-10-10 | 1 | -1/+1 |
| | |||||
* | r23801: The FSF has moved around a lot. This fixes their Mass Ave address. | Andrew Tridgell | 2007-10-10 | 1 | -2/+1 |
| | |||||
* | r23799: updated old Franklin Street FSF addresses to new URL | Andrew Tridgell | 2007-10-10 | 2 | -6/+2 |
| | |||||
* | r23798: updated old Temple Place FSF addresses to new URL | Andrew Tridgell | 2007-10-10 | 3 | -6/+3 |
| | |||||
* | r23790: LGPLv3+ conversion for our LGPLv2+ library code | Andrew Tridgell | 2007-10-10 | 3 | -3/+3 |
| | |||||
* | r23780: Find and fix more GPL2 -> GPL3. | Jeremy Allison | 2007-10-10 | 3 | -3/+3 |
| | | | | Jeremy. | ||||
* | r22759: sync lib/talloc with samba4 | Stefan Metzmacher | 2007-10-10 | 8 | -16/+103 |
| | | | | metze | ||||
* | r22564: Move the _strict -> _zeronull functions into lib/util.c | Jeremy Allison | 2007-10-10 | 2 | -105/+0 |
| | | | | | and out of talloc at tridge's request. Jeremy. | ||||
* | r22541: Added talloc_size_strict macro. | Jeremy Allison | 2007-10-10 | 1 | -0/+1 |
| | | | | Jeremy. | ||||
* | r22540: Added _strict varients of the macro calls - added | Jeremy Allison | 2007-10-10 | 1 | -0/+6 |
| | | | | | prototypes. Jeremy. | ||||
* | r22539: Added _strict varients of the talloc calls to | Jeremy Allison | 2007-10-10 | 2 | -1/+96 |
| | | | | | return NULL on size == 0 varients. Jeremy. | ||||
* | r22366: sync lib/talloc/ with samba4 | Stefan Metzmacher | 2007-10-10 | 4 | -8/+22 |
| | | | | metze | ||||
* | r22268: merge from samba4: | Stefan Metzmacher | 2007-10-10 | 1 | -4/+6 |
| | | | | | | protect #define __location__ with an #ifndef metze | ||||
* | r21176: merged va_end() changes from Samba4 | Andrew Tridgell | 2007-10-10 | 1 | -6/+11 |
| | |||||
* | r20197: merge talloc fixes from samba4: | Stefan Metzmacher | 2007-10-10 | 2 | -20/+18 |
| | | | | | | | | | - make most static functions inline - handle NULL pointers in talloc_parent_chunk() - use talloc_parent_chunk() in talloc_parent_name() to fix a bug found by the IBM checker metze | ||||
* | r20131: get rid of a few no previous prototype warnings | Herb Lewis | 2007-10-10 | 1 | -0/+1 |
| | |||||
* | r19774: Fix typo | Volker Lendecke | 2007-10-10 | 1 | -1/+1 |
| |