gnupg/g10 (7 files)

cvs user dshaw cvs@cvs.gnupg.org
Mon, 24 Mar 2003 21:06:03 +0100


    Date: Monday, March 24, 2003 @ 21:05:53
  Author: dshaw
    Path: /cvs/gnupg/gnupg/g10

Modified: ChangeLog g10.c import.c keydb.h keyedit.c status.c trustdb.c

* keydb.h: Err on the side of making an unknown signature a SIG rather
than a CERT.

* import.c (delete_inv_parts): Discard any key signatures that aren't key
types (i.e. 0x00, 0x01, etc.)

* g10.c (main): Add deprecated option warning for --list-ownertrust.  Add
--compression-algo alias for --compress-algo.  Change --version output
strings to match "showpref" strings, and make translatable.

* status.c (do_get_from_fd): Accept 'y' as well as 'Y' for --command-fd
boolean input.

* trustdb.c: Fix typo (DISABLE_REGEXP -> DISABLE_REGEX)

* keyedit.c (show_key_with_all_names_colon): Show no-ks-modify flag.


-----------+
 ChangeLog |   21 +++++++++++++++++++++
 g10.c     |   17 +++++++++++------
 import.c  |    8 ++++++++
 keydb.h   |    8 +++-----
 keyedit.c |    2 ++
 status.c  |    2 +-
 trustdb.c |    4 ++--
 7 files changed, 48 insertions(+), 14 deletions(-)