aboutsummaryrefslogtreecommitdiffstats
path: root/util/miscutil.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * miscutil.c (hextobyte): Moved here from g10/misc.c so I can use it inDavid Shaw2004-02-211-0/+25
| | | | | the keyserver helpers.
* * argparse.c (default_strusage): Update copyright date. (initialize):David Shaw2004-01-161-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.
* * miscutil.c (answer_is_yes_no_default, answer_is_yes_no_quit): Don't useDavid Shaw2003-12-051-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.
* * miscutil.c (match_multistr): New. Match against each segment in aDavid Shaw2003-11-211-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.
* * cardglue.c (open_card): Ask for card insertion.Werner Koch2003-10-291-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.
* * iobuf.c (check_special_filename): Replaced is isdigit by digitpDavid Shaw2003-07-101-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.
* * argparse.c, dotlock.c, fileutil.c, iobuf.c, miscutil.c,David Shaw2003-05-241-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.
* Update head to match stable 1.0David Shaw2002-06-291-46/+70
|
* See ChangeLog: Mon Sep 18 16:35:45 CEST 2000 Werner KochWerner Koch2000-09-181-4/+4
|
* See ChangeLog: Fri Jul 14 19:38:23 CEST 2000 Werner KochWerner Koch2000-07-141-2/+2
|
* See ChangeLog: Thu Jan 27 18:00:44 CET 2000 Werner KochWerner Koch2000-01-271-0/+1
|
* See ChangeLog: Mon Jan 24 13:04:28 CET 2000 Werner KochWerner Koch2000-01-241-3/+3
|
* See ChangeLog: Tue Aug 31 17:20:44 CEST 1999 Werner KochWerner Koch1999-08-311-1/+24
|
* See ChangeLog: Mon Aug 30 20:38:33 CEST 1999 Werner KochWerner Koch1999-08-301-0/+26
|
* See ChangeLog: Wed Jul 7 13:23:40 CEST 1999 Werner KochWerner Koch1999-07-071-0/+44
|
* See ChangeLog: Thu Jul 1 12:47:31 CEST 1999 Werner KochWerner Koch1999-07-011-0/+54
|
* See ChangeLog: Thu May 27 09:40:55 CEST 1999 Werner KochWerner Koch1999-05-271-0/+23
|
* See ChangeLog: Tue May 25 19:50:32 CEST 1999 Werner KochWerner Koch1999-05-251-1/+1
|
* See ChangeLog: Wed Apr 28 13:03:03 CEST 1999 Werner KochWerner Koch1999-04-281-6/+19
|
* See ChangeLog: Wed Dec 23 13:34:22 CET 1998 Werner KochWerner Koch1998-12-231-3/+3
|
* See ChangeLog: Tue Dec 8 13:15:16 CET 1998 Werner KochWerner Koch1998-12-081-0/+4
|
* Expiration time works (I hope so)Werner Koch1998-11-201-0/+29
|
* .Werner Koch1998-09-181-4/+4
|
* .Werner Koch1998-09-151-0/+23
|
* bug fix releaseV0-3-4Werner Koch1998-08-111-4/+7
|
* edit-key is now completeWerner Koch1998-07-291-0/+1
|
* release 0.2.14Werner Koch1998-04-021-0/+18
|
* partial DSA supportWerner Koch1998-03-091-2/+10
|
* Renamed to GNUPGV-0-2-8Werner Koch1998-02-241-4/+4
|
* very first releaseWerner Koch1997-12-201-0/+13
|
* added some stuff for signing keysWerner Koch1997-12-161-1/+1
|
* List and check sigs worksWerner Koch1997-12-011-0/+21
|
* initially checkinWerner Koch1997-11-181-0/+33