aboutsummaryrefslogtreecommitdiffstats
path: root/include/memory.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Converted all m_free to xfree etc.Werner Koch2005-07-271-24/+20
|
* Updated FSF street address and preparations for a release candidate.Werner Koch2005-05-311-1/+2
|
* Changes to make use of code taken from libassuan. This replaces theWerner Koch2005-04-051-3/+3
| | | | | | | old ad-hoc connection code to gpg-agent. We do need this for the forthcoming diversion of card code to an already running gpg-agent with card-support.
* * g10.c (main): Add --require-secmem/--no-require-secmem to cause gpg toDavid Shaw2004-12-161-1/+1
| | | | | | | | | | | exit if it cannot lock memory. Also remove --nrsign-key and --nrlsign-key since this can better be done via --edit-key. * secmem.c (secmem_init): Return a flag to indicate whether we got the lock. * memory.h: Return a flag to indicate whether we got the lock.
* * util.h: Add the atoi_* and xtoi_* suite of macros from 1.9.Werner Koch2003-09-281-0/+2
| | | | | * dynload.h: New. Taken from 1.9.
* First bits of a card support backport from 1.9. It is not enabled byWerner Koch2003-09-271-0/+9
| | | | | | | | | | | | | | | default and tehre is not yet much more than a new configure option. * configure.ac (LIBUSB_LIBS,HAVE_LIBUSB): Check for Libusb. (--enable-card-support): New. * sign.c (do_sign) [ENABLE_CARD_SUPPORT]: Divert to card. * cardglue.c, cardglue.h: New. * Makefile.am (gpg_LDADD): Added. (card_support_sources): New. * memory.h (xmalloc): Define xmalloc macros in terms of m_alloc.
* * cipher.h, i18n.h, iobuf.h, memory.h, mpi.h, types.h, util.h: Edit allDavid Shaw2003-05-241-10/+8
| | | | | | | preprocessor instructions to remove whitespace before the '#'. This is not required by C89, but there are some compilers out there that don't like it.
* Update head to match stable 1.0David Shaw2002-06-291-0/+95
|
* See ChangeLog: Mon Jan 24 13:04:28 CET 2000 Werner KochWerner Koch2000-01-241-85/+0
|
* See ChangeLog: Fri Dec 31 12:48:31 CET 1999 Werner KochWerner Koch1999-12-311-0/+2
|
* See ChangeLog: Fri Nov 19 17:15:20 CET 1999 Werner KochWerner Koch1999-11-191-1/+0
|
* backupWerner Koch1998-10-121-0/+1
|
* some more internall structure changesWerner Koch1998-06-161-4/+4
|
* bug fixesV0-2-10Werner Koch1998-02-271-4/+5
|
* bug fixesWerner Koch1998-02-111-0/+2
|
* version 0.2.1Werner Koch1998-01-281-0/+11
|
* added option file handlingWerner Koch1997-12-121-2/+4
|
* fingerprints and self signatures addedWerner Koch1997-12-091-0/+3
|
* initially checkinWerner Koch1997-11-181-0/+64