CVS update: gnupg/g10
Werner Koch
wkoch@guug.de
Fri, 12 Nov 1999 20:31:57 +0100
Date: Friday November 12, 1999 @ 20:31
Author: wkoch
Update of /home/koch/cvs/gnupg/g10
In directory sigtrap:/tmp/cvs-serv9940/g10
Modified Files:
Tag: STABLE-BRANCH-1-0
ChangeLog build-packet.c encode.c free-packet.c g10.c getkey.c
kbnode.c keydb.h keyedit.c keylist.c main.h packet.h
parse-packet.c pubring.asc sig-check.c trustdb.c
Log Message:
Fri Nov 12 20:33:19 CET 1999 Werner Koch <wk@gnupg.de>
* g10.c (make_username): Swapped the logic.
* keylist.c (public_key_list): Now takes a STRLIST as arg and moved
the creation ot this list to the caller, so that he can copy with
UTF-conversion of user IDs. Changed all callers.
(secret_key_list): Likewise.
* getkey.c (get_user_id_string_native): New and ...
* encode.c (write_pubkey_enc_from_list): ... use it here.
* pubring.asc: Updated.
* packet.h (PKT_PHOTO_ID): New.
* parse-packet.c (parse_photo_id): New.
* build-packet.c (do_user_id: Handle photo IDs.
(build_packet): Change CTB for photo IDs
* free-packet.c (free_user_id): Release memory used for photo IDs
* sig-check.c (hash_uid_node): Handle photo IDs too.
* trustdb.c (print_uid_from_keyblock): Hash photo ID.
(make_uid_records): Ditto.
* getkey.c (find_by_name): Ditto.
* keyedit.c (show_prefs): Ditto.
* keylist.c (list_keyblock): Ditto.
File: ChangeLog Status: Up-to-date
File: build-packet.c Status: Up-to-date
File: encode.c Status: Up-to-date
File: free-packet.c Status: Up-to-date
File: g10.c Status: Up-to-date
File: getkey.c Status: Up-to-date
File: kbnode.c Status: Up-to-date
File: keydb.h Status: Up-to-date
File: keyedit.c Status: Up-to-date
File: keylist.c Status: Up-to-date
File: main.h Status: Up-to-date
File: packet.h Status: Up-to-date
File: parse-packet.c Status: Up-to-date
File: pubring.asc Status: Up-to-date
File: sig-check.c Status: Up-to-date
File: trustdb.c Status: Up-to-date