summaryrefslogtreecommitdiff
path: root/src/secmem.c
Commit message (Expand)AuthorAgeFilesLines
* More clean up.NIIBE Yutaka2022-09-161-1/+1
* Fix function prototypes.NIIBE Yutaka2022-09-081-2/+2
* secmem: Remove RISC OS support.NIIBE Yutaka2022-06-011-6/+0
* secmem: Clean up ERRNO handling.NIIBE Yutaka2022-06-011-10/+6
* secmem: Remove getting cap_ipc_lock by capabilities support.NIIBE Yutaka2022-06-011-42/+1
* Use offsetof instead of null ptr calculation.NIIBE Yutaka2022-04-191-1/+1
* secmem: Prepare for easier debugging.Werner Koch2018-12-121-5/+25
* secmem: fix potential memory visibility issueJussi Kivilinna2018-11-051-6/+37
* Fix memory leak in secmem in out of core conditions.Werner Koch2018-10-241-1/+4
* api: Add GCRYCTL_AUTO_EXPAND_SECMEM.Werner Koch2017-11-241-3/+23
* Fix secmem test for machine with larger page.NIIBE Yutaka2017-11-091-1/+1
* secmem: Fix SEGV and stat calculation.NIIBE Yutaka2017-06-021-5/+5
* Spelling fixes in docs and comments.NIIBE Yutaka2017-04-281-1/+1
* Improve handling of mlock error codes.Werner Koch2016-12-091-10/+10
* Implement overflow secmem pools for xmalloc style allocators.Werner Koch2016-12-071-60/+149
* Give the secmem allocators a hint when a xmalloc calls them.Werner Koch2016-12-071-3/+7
* tests: New test t-secmem.Werner Koch2016-12-071-19/+21
* Reorganize code in secmem.c.Werner Koch2016-12-061-86/+127
* Improve GCRYCTL_DISABLE_PRIV_DROP by also disabling cap_ calls.Werner Koch2015-09-071-13/+20
* w32: Avoid a few compiler warnings.Werner Koch2015-09-041-35/+39
* Use well defined type instead of size_t in secmem.cWerner Koch2015-03-161-5/+4
* secmem: fix compiler warnings on ARMJussi Kivilinna2014-12-251-5/+7
* Replace ath based mutexes by gpgrt based locks.Werner Koch2014-01-161-10/+4
* Fix last commit (9a37470c)Werner Koch2013-12-101-1/+0
* Fix one-off memory leak when build with Linux capability support.Werner Koch2013-12-091-6/+21
* Add control commands to disable mlock and setuid dropping.Werner Koch2013-05-221-8/+21
* Fix pthread locking and remove defunctional support for static lock init.Marcus Brinkmann2012-01-031-0/+13
* Make sure to return correct error codes for secmem failures.Werner Koch2011-04-191-1/+6
* Nuked almost all trailing whitespace.post-nuke-of-trailing-wsWerner Koch2011-02-041-7/+7
* Applied spelling fixes and more verbose test diagnositcs by Brad Hards.Werner Koch2010-04-121-2/+2
* Support WindowsCE.Werner Koch2010-01-211-7/+12
* Implemented an Enforced FIPS mode.Werner Koch2008-09-181-13/+36
* Prepare a release candidatelibgcrypt-1.4.2rc2Werner Koch2008-09-011-2/+1
* Preparing 1.4.0.libgcrypt-1.4.0Werner Koch2007-12-101-1/+1
* Preparing a releaselibgcrypt-1.3.2Werner Koch2007-12-031-2/+1
* ./Werner Koch2007-04-161-3/+8
* * gcrypt.h.in: Include stdlib.h for the sake fo the trheadingWerner Koch2007-02-121-22/+27
* Let secmem init return an error if the memeory could not be locked.Werner Koch2006-10-191-0/+4
* 2006-07-29 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann2006-07-291-0/+1
* src/ChangeLog:Moritz Schulte2006-04-011-1/+1
* * sexp.c (sexp_sscan): Removed C++ style comments. Noted by YoannWerner Koch2004-10-121-1/+1
* 2004-08-18 Moritz Schulte <moritz@g10code.com>Moritz Schulte2004-08-221-4/+1
* About to release 1.2Werner Koch2004-04-151-7/+6
* (_gcry_secmem_realloc): Fixed double unlock; bugWerner Koch2004-03-291-1/+0
* * secmem.c (_gcry_secmem_init): Do not print the "not locked intoWerner Koch2004-02-031-2/+3
* * acinclude.m4 (AC_CHECK_PTH): Added.Werner Koch2003-10-311-2/+2
* (lock_pool): Don't print the warning for certainWerner Koch2003-10-231-6/+25
* (_gcry_secmem_dump_stats): Fixed format sepcifier for aWerner Koch2003-10-211-2/+2
* 2003-09-28 Moritz Schulte <mo@g10code.com>Moritz Schulte2003-09-281-6/+13
* 2003-08-27 Moritz Schulte <mo@g10code.com>Moritz Schulte2003-08-271-1/+1