summaryrefslogtreecommitdiff
path: root/source3/lib/talloc.c
AgeCommit message (Expand)AuthorFilesLines
2000-12-15Fixed memory leaks in lsa_XX calls. Fixed memory leaks in smbcacls. MergedJeremy Allison1-0/+5
2000-08-12reworked talloc() to in order to help track down invalidGerald Carter1-25/+26
2000-08-10talloc returns 0xdeadbeef when asked to allocate 0 bytesGerald Carter1-19/+29
2000-07-27Ok - this is a *BIG* change - but it fixes the problems with static stringsJeremy Allison1-1/+8
2000-06-26fixed size alignment in tallocAndrew Tridgell1-2/+2
2000-01-11Fixed pointer arithmetic found by IRIX compiler.Jeremy Allison1-1/+1
2000-01-05implemented talloc() as described on samba-technical. This fixes theAndrew Tridgell1-0/+96