Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-02-23 | Use inline functions to convert buffer data to scalars. | Werner Koch | 1 | -10/+70 | |
* include/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. -- This fixes sign extension on shift problems. Hanno Böck found a case with an invalid read due to this problem. To fix that almost all uses of "<< 24" and "<< 8" are changed by this patch to use an inline function from host2net.h. (back ported from commit 2183683bd633818dd031b090b5530951de76f392) Signed-off-by: Werner Koch <[email protected]> [dkg: rebased to STABLE-BRANCH-1-4] Signed-off-by: Daniel Kahn Gillmor <[email protected]> | |||||
2007-10-23 | Switched to GPLv3. | Werner Koch | 1 | -4/+2 | |
Updated gettext. | |||||
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 | |