summaryrefslogtreecommitdiff
path: root/egg/egg-secure-memory.c
Commit message (Expand)AuthorAgeFilesLines
* build: Remove configure check for MADV_DONTDUMPDaiki Ueno2019-05-151-1/+1
* egg: Request that secure memory not be dumped to diskMatthew Garrett2019-04-201-0/+13
* egg: Port cosmetic fixes to egg-secure-memory.c from libsecretDaiki Ueno2018-03-231-4/+4
* egg: Fix null termination behavior of egg_secure_strndup()Daiki Ueno2018-02-211-0/+1
* Remove old FSF license from header filesStef Walter2014-01-081-2/+1
* Merge secure memory changes from libsecretStef Walter2012-10-271-172/+194
* Bring over new egg'd components from gcrStef Walter2012-04-071-68/+116
* Rename GKR_SECURE_USE_FALLBACK to fix building with valgrind supportAndre Klapper2011-12-011-1/+1
* Secure memory taggingStef Walter2011-09-101-116/+193
* Fix compile warnings when building with --disable-debugStef Walter2011-08-301-0/+4
* [egg] Fix secure memory assertion.Stef Walter2010-09-111-3/+4
* 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-1/+58
* 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-24/+162
* 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-372/+612
* 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