Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-02-11 | Use inline functions to convert buffer data to scalars. | Werner Koch | 1 | -6/+66 | |
* common/host2net.h (buf16_to_ulong, buf16_to_uint): New. (buf16_to_ushort, buf16_to_u16): New. (buf32_to_size_t, buf32_to_ulong, buf32_to_uint, buf32_to_u32): New. -- Commit 91b826a38880fd8a989318585eb502582636ddd8 was not enough to avoid all sign extension on shift problems. Hanno Böck found a case with an invalid read due to this problem. To fix that once and for all almost all uses of "<< 24" and "<< 8" are changed by this patch to use an inline function from host2net.h. Signed-off-by: Werner Koch <[email protected]> | |||||
2014-01-29 | include: Remove this directory. | Werner Koch | 1 | -10/+20 | |
* include/cipher.h: Move to ... * g10/cipher.h: here. * agent/gpg-agent.c: Adjust header file name. * include/host2net.h: Move to ... * common/host2net.h: here. Change license to LGPLv3/GPLv2. Adjust notices to reflect that only me worked on that file. * include/types.h: Remove. * common/types.h: Include inttypes.h. Add byte typedef and comments for __riscos__. * common/iobuf.h: Adjust header file name. * include/_regex.h: Remove this unused file. * include/Makefile.am: Remove. * Makefile.am (SUBDIRS): Remove "include". * configure.ac (AC_CONFIG_FILES): Remove include/Makefile. * include/ChangeLog-2011: Move to ... * common/ChangeLog-2011.include: here. * common/Makefile.am (EXTRA_DIST): Add file. * include/zlib-riscos.h: Move this repo only file to ... * g10/zlib-riscos.h: here. * include/: Remove. -- include/ was a leftover from GnuPG 1.x times. Signed-off-by: Werner Koch <[email protected]> | |||||
2007-07-04 | Changed to GPLv3. | Werner Koch | 1 | -4/+2 | |
Removed intl/. | |||||
2006-04-19 | Merged with gpg 1.4.3 code. | Werner Koch | 1 | -4/+5 | |
The gpg part does not yet build. | |||||
2005-05-31 | Updated FSF street address and preparations for a release candidate. | Werner Koch | 1 | -1/+2 | |
2002-06-29 | Update head to match stable 1.0 | David Shaw | 1 | -4/+4 | |
2000-01-27 | See ChangeLog: Thu Jan 27 18:00:44 CET 2000 Werner Koch | Werner Koch | 1 | -3/+3 | |
1998-10-21 | Epxerimenta support for GDBM keyings. | Werner Koch | 1 | -16/+20 | |
1998-08-07 | chnages done at the train | Werner Koch | 1 | -1/+0 | |
1998-05-13 | can create v4 signatures | Werner Koch | 1 | -1/+1 | |
1998-03-19 | some cleanups | Werner Koch | 1 | -0/+1 | |
1998-03-09 | partial DSA support | Werner Koch | 1 | -14/+15 | |
1998-02-24 | Renamed to GNUPGV-0-2-8 | Werner Koch | 1 | -4/+4 | |
1998-01-12 | started with trust stuff | Werner Koch | 1 | -19/+7 | |
1997-12-12 | added option file handling | Werner Koch | 1 | -13/+12 | |
1997-11-18 | initially checkin | Werner Koch | 1 | -0/+51 | |