aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (unfollow)
Commit message (Expand)AuthorFilesLines
2003-08-182003-08-18 Timo Schulz <[email protected]>Timo Schulz3-51/+66
2003-08-07(pk_sign): Fix last change.Werner Koch2-8/+49
2003-08-05Cleanups, fixes and PC/SC supportWerner Koch8-343/+84
2003-07-29* gpgsm.c (main): Add secmem features and set the random seed file.Werner Koch8-260/+518
2003-07-28Adjusted for use with current libgcrypt (1.1.42).Werner Koch11-42/+44
2003-07-24* g10.c: New command --card-status.Werner Koch10-13/+253
2003-07-23* keygen.c (generate_keypair): Create an AUTHKEYTYPE entry for cards.Werner Koch10-20/+272
2003-07-16* export.c (parse_export_options): New option sexp-format.Werner Koch6-30/+199
2003-07-03* options.h (DBG_CIPHER): Reintroduced it.Werner Koch13-202/+422
2003-07-01* app-openpgp.c (store_fpr): Fixed fingerprint calculation.Werner Koch11-61/+143
2003-06-27Key generation and signing using the OpenPGP card does rudimentary work.Werner Koch15-387/+1138
2003-06-23Fixes to the libgcrypt switch. Basically works now.Werner Koch7-29/+96
2003-06-18Finished the bulk of changes for gnupg 1.9. This included switchingWerner Koch65-2434/+3299
2003-06-05A small step for GnuPG but a huge leap for error codes.Werner Koch7-7/+492
2003-06-05This commit was manufactured by cvs2svn to create branchRepo Admin53-0/+52632
2003-01-09This commit was manufactured by cvs2svn to create branchRepo Admin3-0/+643
2002-10-19This commit was manufactured by cvs2svn to create branchRepo Admin55-49298/+0
2002-10-17* pkclist.c (do_edit_ownertrust): Show all user IDs. This shouldWerner Koch2-0/+35
2002-10-17* g10.c (main): Handle --strict and --no-strict from the command lineDavid Shaw2-0/+15
2002-10-15* g10.c (main): Disable --textmode when encrypting (symmetric or pk) inDavid Shaw2-0/+17
2002-10-14* keyserver-internal.h, keyserver.c (print_keyrec, parse_keyrec,David Shaw3-205/+403
2002-10-12* keygen.c (print_status_key_created): New.Werner Koch2-1/+27
2002-10-11* keyedit.c (menu_addrevoker): Properly back out if the signature fails.David Shaw2-4/+44
2002-10-07And changelog :)David Shaw1-0/+10
2002-10-07* import.c (import_keys_internal): Missed one s/inp/inp2/.David Shaw3-9/+15
2002-10-04* getkey.c (get_pubkey_direct): Don't cache keys retrieved via thisDavid Shaw3-4/+14
2002-10-04* import.c (import_keys_internal): s/inp/inp2/ to avoid shadowingWerner Koch3-13/+22
2002-10-03* options.h, g10.c (main): Add --strict and --no-strict to switch theDavid Shaw3-0/+10
2002-10-03* keylist.c (print_capabilities): Secret-parts-missing keys should showDavid Shaw4-5/+26
2002-10-02* import.c (import_secret_one): Check for an illegal (>110) protectionDavid Shaw7-15/+42
2002-10-01* import.c (import_one): Make sure that a newly imported key starts with aDavid Shaw2-1/+14
2002-10-01* getkey.c (get_pubkey_direct): New.Werner Koch2-1/+66
2002-09-30* keyserver.c (parse_keyserver_uri): Force the keyserver URI scheme toDavid Shaw2-0/+13
2002-09-282002-09-28 David Shaw <[email protected]>David Shaw4-14/+40
2002-09-25* Makefile.am: Link gpg with EGDLIBS (i.e. NETLIBS) as EGD uses sockets.David Shaw2-1/+7
2002-09-24* import.c (import_keys_stream): Fix compiler type warning.David Shaw4-11/+19
2002-09-23added fast-import to import-optionsStefan Bellon5-21/+33
2002-09-22avoid function cloneStefan Bellon2-50/+40
2002-09-21added trustdb update/check for stream import as wellStefan Bellon2-3/+16
2002-09-21trustdb checks/updates after importStefan Bellon2-1/+16
2002-09-20comment type fixWerner Koch1-1/+1
2002-09-19From stable branchDavid Shaw3-13/+23
2002-09-17From stable branchDavid Shaw4-26/+102
2002-09-13Import from stable branch.David Shaw5-71/+100
2002-09-12* Makefile.am, hkp.c, hkp.h, keyserver.c (keyserver_work): Remove internalDavid Shaw5-681/+6
2002-09-12* keyserver.c (keyserver_spawn): Remove whitespace after keyserverDavid Shaw2-5/+11
2002-09-11* g10.c, options.h: Removed option --emulate-checksum-bug.Werner Koch10-126/+152
2002-09-10* exec.c (expand_args): Remove loop left over from earlier implementation.David Shaw2-4/+13
2002-09-10Cleanups and minor fixes.Werner Koch17-64/+121
2002-09-09* g10.c (add_group): Use '=' to separate group name from group members.David Shaw3-3/+10