summaryrefslogtreecommitdiffstats
path: root/source/lib/talloc
Commit message (Collapse)AuthorAgeFilesLines
* r25387: Sync with 3.2.0 svn treeGerald Carter2007-09-275-99/+233
|
* r24628: merge from SAMBA_4_0:Stefan Metzmacher2007-08-221-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 XMLAndrew Tridgell2007-07-101-1/+1
|
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-07-101-2/+1
|
* r23799: updated old Franklin Street FSF addresses to new URLAndrew Tridgell2007-07-102-6/+2
|
* r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell2007-07-103-6/+3
|
* r23790: LGPLv3+ conversion for our LGPLv2+ library codeAndrew Tridgell2007-07-103-3/+3
|
* r23780: Find and fix more GPL2 -> GPL3.Jeremy Allison2007-07-093-3/+3
| | | | Jeremy.
* r22760: sync lib/talloc with SAMBA_3_0 and SAMBA_4_0Stefan Metzmacher2007-05-0810-24/+125
| | | | metze
* r22564: Move the _strict -> _zeronull functions into lib/util.cJeremy Allison2007-04-292-105/+0
| | | | | and out of talloc at tridge's request. Jeremy.
* r22541: Added talloc_size_strict macro.Jeremy Allison2007-04-271-0/+1
| | | | Jeremy.
* r22540: Added _strict varients of the macro calls - addedJeremy Allison2007-04-271-0/+6
| | | | | prototypes. Jeremy.
* r22539: Added _strict varients of the talloc calls toJeremy Allison2007-04-272-1/+96
| | | | | return NULL on size == 0 varients. Jeremy.
* r22269: merge from samba4:Stefan Metzmacher2007-04-161-4/+6
| | | | | | protect #define __location__ with an #ifndef metze
* r21177: Merge from SAMBA_3_0.Jeremy Allison2007-02-061-6/+11
| | | | | merged va_end() changes from Samba4 Jeremy.
* r20196: merge talloc fixes from samba4:Stefan Metzmacher2006-12-152-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
* r20157: get rid of a few no previous prototype warningsHerb Lewis2006-12-131-0/+1
|
* r19784: smbd compiles (still a few warning which are actual bugs)Gerald Carter2006-11-191-1/+1
|
* r19666: Talloc_guide text on multithreading by Remi TurboultVolker Lendecke2006-11-111-0/+16
|
* r19431: merge recent talloc performance improvements from Samba4Andrew Tridgell2006-10-213-594/+660
|
* r19125: merge from samba4Andrew Tridgell2006-10-061-19/+19
|
* r18996: merge from samba4:Stefan Metzmacher2006-09-292-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
* r18952: fix compiler warning (merge from samba4)Stefan Metzmacher2006-09-271-1/+1
| | | | metze
* r18810: use a copy of samba4's talloc under lib/talloc/Stefan Metzmacher2006-09-2216-0/+7403
to make mergeing easier. metze