aboutsummaryrefslogtreecommitdiffstats
path: root/include/host2net.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-02-23Use inline functions to convert buffer data to scalars.Werner Koch1-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-23Switched to GPLv3.Werner Koch1-4/+2
Updated gettext.
2005-05-31Updated FSF street address and preparations for a release candidate.Werner Koch1-1/+2
2002-06-29Update head to match stable 1.0David Shaw1-4/+4
2000-01-27See ChangeLog: Thu Jan 27 18:00:44 CET 2000 Werner KochWerner Koch1-3/+3
1998-10-21Epxerimenta support for GDBM keyings.Werner Koch1-16/+20
1998-08-07chnages done at the trainWerner Koch1-1/+0
1998-05-13can create v4 signaturesWerner Koch1-1/+1
1998-03-19some cleanupsWerner Koch1-0/+1
1998-03-09partial DSA supportWerner Koch1-14/+15
1998-02-24Renamed to GNUPGV-0-2-8Werner Koch1-4/+4
1998-01-12started with trust stuffWerner Koch1-19/+7
1997-12-12added option file handlingWerner Koch1-13/+12
1997-11-18initially checkinWerner Koch1-0/+51