Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | r23798: updated old Temple Place FSF addresses to new URL | Andrew Tridgell | 2007-07-10 | 1 | -2/+1 |
| | |||||
* | r23790: LGPLv3+ conversion for our LGPLv2+ library code | Andrew Tridgell | 2007-07-10 | 1 | -1/+1 |
| | |||||
* | r22760: sync lib/talloc with SAMBA_3_0 and SAMBA_4_0 | Stefan Metzmacher | 2007-05-08 | 1 | -0/+2 |
| | | | | metze | ||||
* | r22564: Move the _strict -> _zeronull functions into lib/util.c | Jeremy Allison | 2007-04-29 | 1 | -89/+0 |
| | | | | | and out of talloc at tridge's request. Jeremy. | ||||
* | r22539: Added _strict varients of the talloc calls to | Jeremy Allison | 2007-04-27 | 1 | -0/+87 |
| | | | | | return NULL on size == 0 varients. Jeremy. | ||||
* | r21177: Merge from SAMBA_3_0. | Jeremy Allison | 2007-02-06 | 1 | -6/+11 |
| | | | | | merged va_end() changes from Samba4 Jeremy. | ||||
* | r20196: merge talloc fixes from samba4: | Stefan Metzmacher | 2006-12-15 | 1 | -19/+17 |
| | | | | | | | | | - 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 | ||||
* | r19784: smbd compiles (still a few warning which are actual bugs) | Gerald Carter | 2006-11-19 | 1 | -1/+1 |
| | |||||
* | r19431: merge recent talloc performance improvements from Samba4 | Andrew Tridgell | 2006-10-21 | 1 | -211/+316 |
| | |||||
* | r18996: merge from samba4: | Stefan Metzmacher | 2006-09-29 | 1 | -6/+12 |
| | | | | | | | | | | - 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 Metzmacher | 2006-09-27 | 1 | -1/+1 |
| | | | | metze | ||||
* | r18810: use a copy of samba4's talloc under lib/talloc/ | Stefan Metzmacher | 2006-09-22 | 1 | -0/+1309 |
to make mergeing easier. metze |