Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2003-06-24 | * signal.c, tdbio.c: Comment out the transaction code. It was not used in | David Shaw | 1 | -2/+3 | |
this version, and was causing some build problems on quasi-posix platforms (Solaris and Forte c89). | |||||
2003-06-15 | * keylist.c (list_keyblock_colon): Don't include validity values when | David Shaw | 1 | -12/+20 | |
listing secret keys since they can be incorrect and/or misleading. This is a temporary kludge, and will be handled properly in 1.9/2.0. * signal.c (init_one_signal, pause_on_sigusr, do_block): Only use sigprocmask() if we have sigset_t, and only use sigaction() if we have struct sigaction. This is for Forte c89 on Solaris which seems to define only the function call half of the two pairs by default. (pause_on_sigusr): Typo. (do_block): If we can't use sigprocmask() and sigset_t, try to get the number of signals from NSIG as well as MAXSIG, and if we can't, fail with an explanation. | |||||
2003-05-22 | * armor.c, g10.c, kbnode.c, misc.c, pkclist.c, sign.c, build-packet.c, | David Shaw | 1 | -20/+20 | |
getkey.c, keydb.c, openfile.c, plaintext.c, status.c, gpgv.c, keygen.c, options.h, sig-check.c, tdbio.h, encode.c, hkp.c, mainproc.c, parse-packet.c, signal.c, textfilter.c: Edit all 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. | |||||
2002-06-29 | Update head to match stable 1.0 | David Shaw | 1 | -44/+82 | |
2000-07-14 | See ChangeLog: Fri Jul 14 19:38:23 CEST 2000 Werner Koch | Werner Koch | 1 | -4/+13 | |
2000-01-24 | See ChangeLog: Mon Jan 24 13:04:28 CET 2000 Werner Koch | Werner Koch | 1 | -2/+2 | |
1999-09-13 | See ChangeLog: Mon Sep 13 10:55:14 CEST 1999 Werner Koch | Werner Koch | 1 | -8/+14 | |
1999-08-30 | See ChangeLog: Mon Aug 30 20:38:33 CEST 1999 Werner Koch | Werner Koch | 1 | -2/+2 | |
1999-02-10 | See ChangeLog: Wed Feb 10 17:15:39 CET 1999 Werner Koch | Werner Koch | 1 | -6/+6 | |
1999-01-19 | See ChangeLog: Tue Jan 19 19:34:58 CET 1999 Werner Koch | Werner Koch | 1 | -0/+2 | |
1998-12-23 | See ChangeLog: Wed Dec 23 13:34:22 CET 1998 Werner Koch | Werner Koch | 1 | -3/+3 | |
1998-11-03 | (Does not compile yet) | Werner Koch | 1 | -0/+39 | |
1998-10-06 | windoze version works again | Werner Koch | 1 | -2/+7 | |
1998-08-05 | intermediate check in | Werner Koch | 1 | -1/+2 | |
1998-07-31 | add coprocess facility | Werner Koch | 1 | -20/+63 | |
1998-04-02 | release 0.2.14 | Werner Koch | 1 | -2/+2 | |
1998-03-19 | some cleanups | Werner Koch | 1 | -34/+33 | |
1998-02-24 | Renamed to GNUPGV-0-2-8 | Werner Koch | 1 | -4/+4 | |
1998-01-12 | started with trust stuff | Werner Koch | 1 | -12/+4 | |
1997-11-24 | IDEA removed, signing works | Werner Koch | 1 | -1/+14 | |
1997-11-18 | initially checkin | Werner Koch | 1 | -0/+70 | |