summaryrefslogtreecommitdiffstats
path: root/source/lib/talloc.c
Commit message (Expand)AuthorAgeFilesLines
* Move to talloc control of SPOOL_XXX structs. Move to talloc control ofJeremy Allison2001-02-281-0/+13
* Added total memory allocated counter to talloc, so we can tell if a tallocJeremy Allison2001-02-271-0/+22
* Fixed memory leaks in lsa_XX calls. Fixed memory leaks in smbcacls. MergedJeremy Allison2000-12-151-0/+5
* reworked talloc() to in order to help track down invalidGerald Carter2000-08-121-25/+26
* talloc returns 0xdeadbeef when asked to allocate 0 bytesGerald Carter2000-08-101-19/+29
* Ok - this is a *BIG* change - but it fixes the problems with static stringsJeremy Allison2000-07-271-1/+8
* fixed size alignment in tallocAndrew Tridgell2000-06-261-2/+2
* Fixed pointer arithmetic found by IRIX compiler.Jeremy Allison2000-01-111-1/+1
* implemented talloc() as described on samba-technical. This fixes theAndrew Tridgell2000-01-051-0/+96