mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
wks: Print the UID creation time with gpg-wks-client --check.
* tools/gpg-wks.h (uidinfo_list_s): Add field 'created'. * tools/wks-util.c (append_to_uidinfo_list): Add arf 'created'. (wks_list_key): Pass timestamp to append_to_uidinfo_list. * tools/gpg-wks-client.c (command_check): Print UID creation time. Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
4e0696de89
commit
a0035986a8
3 changed files with 6 additions and 2 deletions
|
@ -73,6 +73,7 @@ typedef struct policy_flags_s *policy_flags_t;
|
|||
struct uidinfo_list_s
|
||||
{
|
||||
struct uidinfo_list_s *next;
|
||||
time_t created; /* Time the userid was created. */
|
||||
char *mbox; /* NULL or the malloced mailbox from UID. */
|
||||
char uid[1];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue