summaryrefslogtreecommitdiff
path: root/egg/egg-secure-memory.c
Commit message (Expand)AuthorAgeFilesLines
* secure-memory: Fix odr-violation by using a private settertintou/fix-ciCorentin Noël2022-06-051-1/+8
* Updated FSF's addressDaniel Mustieles2014-01-311-2/+1
* Merge secure memory changes from libsecretStef Walter2012-10-271-172/+194
* egg: Make secure memory pool shared across modulesStef Walter2011-12-081-30/+39
* Add valgrind memory checking and fix up errorsStef Walter2011-11-211-177/+216
* Secure memory taggingStef Walter2011-09-101-96/+173
* Fix compile warnings when building with --disable-debugStef Walter2011-08-301-0/+4
* [egg] Fix secure memory assertion.Stef Walter2010-09-111-1/+2
* Merge branch 'master' into dbus-apiStef Walter2009-09-301-1/+1
|\
| * [egg] Fix assertion when releasing secure memory block.Stef Walter2009-09-301-1/+1
* | [egg] Function for clearing secure memory.Stefan Walter2009-08-081-10/+16
|/
* Fix problem with integer overflow in memory allocator.stefw2009-04-101-1/+1
* Put in a semi-random test excercising 1000 iterations of allocation,stefw2009-04-021-15/+18
* Fix problem where freed memory is not inserted into the unused ring properly.stefw2009-04-021-1/+1
* Add validator which walks the secure memory heap and checks for inconsistencies.stefw2009-04-021-0/+57
* Fix assertion that occurs when shrinking block of secure memory and then expa...stefw2009-04-021-2/+10
* Implement valgrind support for our memory allocator, and support forStefan Walter2009-03-111-23/+161
* Fix compiler warnings on 32-bit.Stefan Walter2009-02-281-7/+12
* Use union instead of struct. Fixes bug #571951Jeff Cai2009-02-191-3/+1
* Don't allow allocating zero bytes.Stefan Walter2009-02-131-0/+4
* Use size_t and gsize for memory sizes rather than unsigned long.Stefan Walter2009-02-131-5/+5
* Completely overhaul the secure memory allocator.Stefan Walter2009-02-131-363/+603
* Be much stricter about checking pointers and sizes being passed around.Stefan Walter2009-02-131-47/+31
* Remove unused field.Stefan Walter2009-02-131-1/+0
* Calculate memory header size at compile time.Stefan Walter2009-02-131-10/+8
* Remove FORCE_MALLOC_MEMORY define.Stefan Walter2009-02-131-12/+2
* Remove non-useful mincell structure element from sub allocator.Stefan Walter2009-02-131-8/+7
* Fix problems with clearing out entire memory block when allocatingStefan Walter2009-02-071-1/+1
* Consolidate truly common functionality into 'egg' library. Many more filesStefan Walter2009-01-171-0/+805