summaryrefslogtreecommitdiff
path: root/server/util/memory.c
AgeCommit message (Collapse)AuthorFilesLines
2009-09-11Add copyright noticesJakub Hrozek1-0/+20
Fixes: #138
2009-06-10Turn sssd_mem_takeover into sssd_mem_attachSimo Sorce1-17/+34
The old function was not used anywhere, and this function uses better semantics, including not using void ** which gives strict aliasing problems. Also add a generic password destroy function
2009-02-26Rebase the code to use talloc, tdb, tevent, ldb as externalSimo Sorce1-1/+0
dependencies based on the latest samba code. Convert all references to the old events library to use the renamed tevent library.
2008-11-04Rename function, do not use other libraries namespaceSimo Sorce1-7/+12
2008-11-03Cleaning up improper whitespaceStephen Gallagher1-4/+4
2008-11-03Initial memory cleanup workStephen Gallagher1-0/+26