Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2006-06-25 | About to do a new release | Werner Koch | 1 | -7/+7 | |
2006-04-17 | * miscutil.c (make_printable_string): Fix bug where some control | David Shaw | 1 | -1/+1 | |
characters lose part of their ASCII representation. | |||||
2005-07-27 | Converted all m_free to xfree etc. | Werner Koch | 1 | -3/+3 | |
2005-05-31 | Updated FSF street address and preparations for a release candidate. | Werner Koch | 1 | -1/+2 | |
2005-05-05 | Remove add_days_to_timestamp (unused) | David Shaw | 1 | -7/+0 | |
2005-03-14 | * card-util.c (card_status): Use isotimestamp and not the | Werner Koch | 1 | -1/+24 | |
localized asctimestamp to match the timezone used in the key information. * miscutil.c (isotimestamp): New. | |||||
2005-03-10 | (secmem_realloc): Take control information into account | Werner Koch | 1 | -1/+7 | |
when checking whether a resize is needed. | |||||
2004-02-21 | * miscutil.c (hextobyte): Moved here from g10/misc.c so I can use it in | David Shaw | 1 | -0/+25 | |
the keyserver helpers. | |||||
2004-01-16 | * argparse.c (default_strusage): Update copyright date. (initialize): | David Shaw | 1 | -6/+16 | |
Avoid a number of -Wformat-nonliteral warnings. These aren't actual problems, but the warnings bothered me. * miscutil.c (print_string2): New variation on print_string that allows two delimiters. (print_string): Call print_string2 to do work. | |||||
2003-12-05 | * miscutil.c (answer_is_yes_no_default, answer_is_yes_no_quit): Don't use | David Shaw | 1 | -5/+5 | |
alternate strings when not needed so we don't have to re-translate them. Hopefully the comment will be enough to indicate multiple match strings. | |||||
2003-11-21 | * miscutil.c (match_multistr): New. Match against each segment in a | David Shaw | 1 | -16/+42 | |
string with tokens separated by |. (answer_is_yes_no_default, answer_is_yes_no_quit, answer_is_okay_cancel): Use it here to enable alternate translations. | |||||
2003-10-29 | * cardglue.c (open_card): Ask for card insertion. | Werner Koch | 1 | -0/+35 | |
(check_card_serialno): New. (agent_scd_pksign, agent_scd_pkdecrypt): Use it here. * cardglue.c (open_card): Issue insertion status message. * status.h, status.c (STATUS_CARDCTRL): New. * status.c (cpr_get_answer_okay_cancel): New. * miscutil.c (answer_is_okay_cancel): New. | |||||
2003-07-10 | * iobuf.c (check_special_filename): Replaced is isdigit by digitp | David Shaw | 1 | -4/+4 | |
to avoid passing negative values and potential locale problems. Problem noted by Christian Biere. * strgutil.c (strlwr,strcasecmp,strncasecmp): Make sure we don't pass a negative value. * miscutil.c (scan_isodatestr): Ditto. | |||||
2003-05-24 | * argparse.c, dotlock.c, fileutil.c, iobuf.c, miscutil.c, | David Shaw | 1 | -9/+9 | |
simple-gettext.c, errors.c, http.c, memory.c, secmem.c, ttyio.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-10-19 | This commit was manufactured by cvs2svn to create branch | Repo Admin | 1 | -361/+0 | |
'GNUPG-1-9-BRANCH'. | |||||
2002-06-29 | Update head to match stable 1.0 | David Shaw | 1 | -46/+70 | |
2000-09-18 | See ChangeLog: Mon Sep 18 16:35:45 CEST 2000 Werner Koch | Werner Koch | 1 | -4/+4 | |
2000-07-14 | See ChangeLog: Fri Jul 14 19:38:23 CEST 2000 Werner Koch | Werner Koch | 1 | -2/+2 | |
2000-01-27 | See ChangeLog: Thu Jan 27 18:00:44 CET 2000 Werner Koch | Werner Koch | 1 | -0/+1 | |
2000-01-24 | See ChangeLog: Mon Jan 24 13:04:28 CET 2000 Werner Koch | Werner Koch | 1 | -3/+3 | |
1999-08-31 | See ChangeLog: Tue Aug 31 17:20:44 CEST 1999 Werner Koch | Werner Koch | 1 | -1/+24 | |
1999-08-30 | See ChangeLog: Mon Aug 30 20:38:33 CEST 1999 Werner Koch | Werner Koch | 1 | -0/+26 | |
1999-07-07 | See ChangeLog: Wed Jul 7 13:23:40 CEST 1999 Werner Koch | Werner Koch | 1 | -0/+44 | |
1999-07-01 | See ChangeLog: Thu Jul 1 12:47:31 CEST 1999 Werner Koch | Werner Koch | 1 | -0/+54 | |
1999-05-27 | See ChangeLog: Thu May 27 09:40:55 CEST 1999 Werner Koch | Werner Koch | 1 | -0/+23 | |
1999-05-25 | See ChangeLog: Tue May 25 19:50:32 CEST 1999 Werner Koch | Werner Koch | 1 | -1/+1 | |
1999-04-28 | See ChangeLog: Wed Apr 28 13:03:03 CEST 1999 Werner Koch | Werner Koch | 1 | -6/+19 | |
1998-12-23 | See ChangeLog: Wed Dec 23 13:34:22 CET 1998 Werner Koch | Werner Koch | 1 | -3/+3 | |
1998-12-08 | See ChangeLog: Tue Dec 8 13:15:16 CET 1998 Werner Koch | Werner Koch | 1 | -0/+4 | |
1998-11-20 | Expiration time works (I hope so) | Werner Koch | 1 | -0/+29 | |
1998-09-18 | . | Werner Koch | 1 | -4/+4 | |
1998-09-15 | . | Werner Koch | 1 | -0/+23 | |
1998-08-11 | bug fix releaseV0-3-4 | Werner Koch | 1 | -4/+7 | |
1998-07-29 | edit-key is now complete | Werner Koch | 1 | -0/+1 | |
1998-04-02 | release 0.2.14 | Werner Koch | 1 | -0/+18 | |
1998-03-09 | partial DSA support | Werner Koch | 1 | -2/+10 | |
1998-02-24 | Renamed to GNUPGV-0-2-8 | Werner Koch | 1 | -4/+4 | |
1997-12-20 | very first release | Werner Koch | 1 | -0/+13 | |
1997-12-16 | added some stuff for signing keys | Werner Koch | 1 | -1/+1 | |
1997-12-01 | List and check sigs works | Werner Koch | 1 | -0/+21 | |
1997-11-18 | initially checkin | Werner Koch | 1 | -0/+33 | |