summaryrefslogtreecommitdiffstats
path: root/server/util/memory.c
Commit message (Collapse)AuthorAgeFilesLines
* Add copyright noticesJakub Hrozek2009-09-111-0/+20
| | | | Fixes: #138
* Turn sssd_mem_takeover into sssd_mem_attachSimo Sorce2009-06-101-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
* Rebase the code to use talloc, tdb, tevent, ldb as externalSimo Sorce2009-02-261-1/+0
| | | | | | dependencies based on the latest samba code. Convert all references to the old events library to use the renamed tevent library.
* Rename function, do not use other libraries namespaceSimo Sorce2008-11-041-7/+12
|
* Cleaning up improper whitespaceStephen Gallagher2008-11-031-4/+4
|
* Initial memory cleanup workStephen Gallagher2008-11-031-0/+26