Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-09-30 | common: Remove unused files. | Neal H. Walfield | 1 | -112/+0 | |
* common/xmalloc.c: Remove file. * common/xmalloc.h: Remove file. -- Signed-off-by: Neal H. Walfield <[email protected]>. | |||||
2015-04-24 | common: Remove JNLIB from boiler plate (jnlib merge). | Werner Koch | 1 | -3/+3 | |
* common/README.jnlib: Remove. -- This is the final part of merging jnlib into gnupg/common. | |||||
2014-06-02 | gpg: Fix bug parsing a zero length user id. | Werner Koch | 1 | -2/+17 | |
* g10/getkey.c (get_user_id): Do not call xmalloc with 0. * common/xmalloc.c (xmalloc, xcalloc): Take extra precaution not to pass 0 to the arguments. -- The problem did not occur in 1.x because over there the xmalloc makes sure to allocate at least one byte. With 2.x for most calls the xmalloc of Libgcrypt is used and Libgcrypt returns an error insteead of silent allocating a byte. Thus gpg 2.x bailed out with an "Fatal: out of core while allocating 0 bytes". The extra code in xmalloc.c is for more robustness for the other xmalloc calls. | |||||
2011-09-30 | Change JNLIB license to LGPLv3+ or GPLv2+. | Werner Koch | 1 | -7/+18 | |
This is to allow the use of this code with code under GPLv2(only). | |||||
2011-02-04 | Nuked almost all trailing white space.post-nuke-of-trailing-ws | Werner Koch | 1 | -1/+0 | |
We better do this once and for all instead of cluttering all future commits with diffs of trailing white spaces. In the majority of cases blank or single lines are affected and thus this change won't disturb a git blame too much. For future commits the pre-commit scripts checks that this won't happen again. | |||||
2010-03-10 | Merged jnlib into common. | Werner Koch | 1 | -0/+0 | |
2007-07-04 | Changed to GPLv3. | Werner Koch | 1 | -4/+2 | |
Removed intl/. | |||||
2006-10-02 | Fix for bug 537 | Werner Koch | 1 | -14/+14 | |
2006-06-20 | Updated FSF's address. | Werner Koch | 1 | -1/+2 | |
2003-01-09 | Updated from NewPG | Werner Koch | 1 | -0/+88 | |
2002-06-29 | Removed files for CVS reorganization | David Shaw | 1 | -70/+0 | |
2000-01-24 | Add files to new directory. | Werner Koch | 1 | -11/+45 | |
This is mainly stuff moved from ../util to here. | |||||
1999-04-26 | See ChangeLog: Mon Apr 26 17:48:15 CEST 1999 Werner Koch | Werner Koch | 1 | -7/+13 | |
1999-03-20 | See ChangeLog: Sat Mar 20 11:53:40 CET 1999 Werner Koch | Werner Koch | 1 | -0/+1 | |
1999-01-19 | See ChangeLog: Tue Jan 19 19:34:58 CET 1999 Werner Koch | Werner Koch | 1 | -0/+1 | |
1999-01-16 | See ChangeLog: Sat Jan 16 09:27:30 CET 1999 Werner Koch | Werner Koch | 1 | -20/+6 | |
1998-12-23 | See ChangeLog: Wed Dec 23 13:34:22 CET 1998 Werner Koch | Werner Koch | 1 | -3/+3 | |
1998-07-06 | intermediate release | Werner Koch | 1 | -9/+21 | |
1998-06-16 | some more internall structure changes | Werner Koch | 1 | -4/+4 | |
1997-12-16 | added some stuff for signing keys | Werner Koch | 1 | -0/+1 | |
1997-11-18 | initially checkin | Werner Koch | 1 | -0/+29 | |