summaryrefslogtreecommitdiffstats
path: root/source3/lib/talloc
Commit message (Collapse)AuthorAgeFilesLines
...
* r23780: Find and fix more GPL2 -> GPL3.Jeremy Allison2007-10-103-3/+3
| | | | | Jeremy. (This used to be commit c2f7ab1c175ecff0cf44d0bbc4763ba9f7d7803f)
* r22759: sync lib/talloc with samba4Stefan Metzmacher2007-10-108-16/+103
| | | | | metze (This used to be commit 86c510e3198e03ed6efa61b27530bbb008f6802b)
* r22564: Move the _strict -> _zeronull functions into lib/util.cJeremy Allison2007-10-102-105/+0
| | | | | | and out of talloc at tridge's request. Jeremy. (This used to be commit da78488b86c464b6861d36398cca7524ad5906fe)
* r22541: Added talloc_size_strict macro.Jeremy Allison2007-10-101-0/+1
| | | | | Jeremy. (This used to be commit fcbfa2c99175780524d2258885410c79bbb12d6e)
* r22540: Added _strict varients of the macro calls - addedJeremy Allison2007-10-101-0/+6
| | | | | | prototypes. Jeremy. (This used to be commit 06b47f3d72d0ca1c83842dff3425d8dacd283fff)
* r22539: Added _strict varients of the talloc calls toJeremy Allison2007-10-102-1/+96
| | | | | | return NULL on size == 0 varients. Jeremy. (This used to be commit 1283da1bf8ebe458cf84ee4a703909945cdfcd88)
* r22366: sync lib/talloc/ with samba4Stefan Metzmacher2007-10-104-8/+22
| | | | | metze (This used to be commit 7fab12b34a818f029f4285a59d6e49768b7f8e79)
* r22268: merge from samba4:Stefan Metzmacher2007-10-101-4/+6
| | | | | | | protect #define __location__ with an #ifndef metze (This used to be commit 4c93c05542c5a238b1b7a5cd9b75f9f852c0ad4d)
* r21176: merged va_end() changes from Samba4Andrew Tridgell2007-10-101-6/+11
| | | | (This used to be commit 04f6f01dfeda2fa076209a94cdf8e59f6ce47008)
* r20197: merge talloc fixes from samba4:Stefan Metzmacher2007-10-102-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 (This used to be commit c718eb7a7c3cdc4acb25f303a73a3ca478c27af0)
* r20131: get rid of a few no previous prototype warningsHerb Lewis2007-10-101-0/+1
| | | | (This used to be commit e710a7d39a662a1a339f3f71c4b051fde1bb5a16)
* r19774: Fix typoVolker Lendecke2007-10-101-1/+1
| | | | (This used to be commit 842599a7fd1217b498dc2d241d39ed604cf0da7d)
* r19666: Talloc_guide text on multithreading by Remi TurboultVolker Lendecke2007-10-101-0/+16
| | | | (This used to be commit 36a7bf738afd466e378fb2f09d1ce0b47ec924a4)
* r19431: merge recent talloc performance improvements from Samba4Andrew Tridgell2007-10-103-594/+660
| | | | (This used to be commit ced12bd6d8c95a103cb2c84166a64f9a21bd32ad)
* r19125: merge from samba4Andrew Tridgell2007-10-101-19/+19
| | | | (This used to be commit 65e1500ae6b5ca6334a63f4a18272568202bc048)
* r18996: merge from samba4:Stefan Metzmacher2007-10-102-12/+37
| | | | | | | | | | | - fix bug 4078 - talloc_free(talloc_autofree_context()); should not result in a SIGABORT on exit - add a test for this, but this test can also pass in the standalone build and samba3, as samba4 uses talloc_autofree_context() metze (This used to be commit f5b0924f975f58bba3c13a53388ea25af51d3bc8)
* r18952: fix compiler warning (merge from samba4)Stefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit 4cd59d47c8d21685cfab45f4bcfc005c5d7cf79e)
* r18810: use a copy of samba4's talloc under lib/talloc/Stefan Metzmacher2007-10-1016-0/+7403
to make mergeing easier. metze (This used to be commit d49ffbc19b29f7620e427de133ffab74721f37e8)