aboutsummaryrefslogtreecommitdiffstats
path: root/g10/g10.c (unfollow)
Commit message (Expand)AuthorFilesLines
2004-08-09* configure.ac (ALL_LINGUAS): Removed.Werner Koch1-0/+7
2004-07-30New alias --throw-keyid for --throw-keyids, so that itWerner Koch1-0/+1
2004-06-01* g10.c (main): Alias --charset as --display-charset to help avoid theDavid Shaw1-3/+4
2004-04-01* g10.c (main): --no-use-embedded-filename.David Shaw1-0/+3
2004-03-29*** empty log message ***Werner Koch1-11/+55
2004-03-25* options.h, g10.c (main), compress-bz2.c (init_uncompress): BackportDavid Shaw1-1/+4
2004-02-24* encode.c (encode_simple): Show cipher with --verbose.David Shaw1-14/+22
2004-02-23* options.h, g10.c (main), trustdb.c (mark_usable_uid_certs): AddDavid Shaw1-4/+13
2004-02-10* g10.c (rm_group): Properly ungroup from a list of groups.David Shaw1-0/+1
2004-01-28* g10.c (main, rm_group): Add --ungroup command to remove a particularDavid Shaw1-7/+52
2004-01-21* g10.c (list_config): Add "version" tag for --list-config.David Shaw1-24/+31
2004-01-16* g10.c (collapse_args): New function to turn argc/argv into a singleDavid Shaw1-19/+106
2004-01-13* g10.c (list_config, main): New function to dump config options toDavid Shaw1-18/+67
2003-12-02* g10.c (strusage, main): Show development version warning in --versionDavid Shaw1-5/+24
2003-11-15* g10.c: Add --compress-level (same as -z).David Shaw1-1/+1
2003-10-31* misc.c (compress_algo_to_string, check_compress_algo): Add bzip2.David Shaw1-0/+5
2003-10-17* g10.c (main): Fix --export-all do actually do something different thanDavid Shaw1-4/+6
2003-10-01* g10.c (main): Add --no-groups to zero --group list.David Shaw1-6/+22
2003-09-23* g10.c (main): Deprecate --no-comment in favor of --no-sk-comments.David Shaw1-1/+6
2003-09-12* g10.c (main): Deprecate -f in favor of --encrypt-files.David Shaw1-3/+8
2003-09-09* g10.c (main): Error out if --multifile is used with the commands thatDavid Shaw1-0/+31
2003-09-05* g10.c (main): Add --multifile as an alias to turn --encrypt intoDavid Shaw1-40/+43
2003-07-30Changed a lot of __MINGW32__ to _WIN32. This should help a bit inWerner Koch1-2/+2
2003-07-30* g10.c (main): Disable use-agent if passphrase-fd is givenWerner Koch1-0/+1
2003-06-19* keyedit.c (sign_uids): Add additional prompt to the signature levelDavid Shaw1-0/+3
2003-06-07Make sure that only ascii is passed to isfoo functions.Werner Koch1-3/+3
2003-06-04* options.skel: Use new hkp://subkeys.pgp.net as sample keyserver sinceDavid Shaw1-5/+6
2003-05-22* armor.c, g10.c, kbnode.c, misc.c, pkclist.c, sign.c, build-packet.c,David Shaw1-18/+18
2003-05-09* g10.c (main): New --gnupg option to disable the various --openpgp,David Shaw1-18/+11
2003-05-03* g10.c (main): Show errors for failure in export, send-keys, recv-keys,David Shaw1-9/+79
2003-05-02* sign.c (sign_file): Fix bug that causes spurious compression preferenceDavid Shaw1-110/+94
2003-05-02* options.h, armor.c, cipher.c, g10.c, keyedit.c, pkclist.c, sign.c,David Shaw1-25/+25
2003-04-27* mainproc.c (check_sig_and_print): Show sig class when verifying a sigDavid Shaw1-0/+3
2003-04-15* g10.c, options.h: New option --enable-progress-filter.Werner Koch1-1/+5
2003-04-14Reverted recent changes to --output. This is the stable branch and itWerner Koch1-3/+0
2003-04-13Forgot to sync the CVS. Check in the code again.Timo Schulz1-0/+3
2003-04-09* hkp.c (dehtmlize): Fix bug #121 (memory corruption on some platforms).David Shaw1-4/+5
2003-03-21* status.c (do_get_from_fd): Accept 'y' as well as 'Y' for --command-fdDavid Shaw1-6/+11
2003-02-26* trustdb.c (validate_keys): Mask the ownertrust when building the list ofDavid Shaw1-2/+2
2003-02-23* g10.c (main): --openpgp disables --pgpX.David Shaw1-0/+4
2003-02-11* g10.c (print_mds): Check that SHA384 and 512 are available before usingDavid Shaw1-6/+12
2003-02-05* g10.c (print_hex, print_mds): Print long hash strings a lot neater.David Shaw1-57/+88
2003-02-04* armor.c (parse_hash_header, armor_filter): Accept the new SHAs in theDavid Shaw1-13/+25
2003-01-16* g10.c (add_group): Trim whitespace after a group name so it does notDavid Shaw1-0/+2
2003-01-14* g10.c (add_group): Fixed group parsing to allow more than oneWerner Koch1-2/+5
2002-12-11* mainproc.c (proc_tree): Handle multiple detached sigs concatenatedDavid Shaw1-1/+2
2002-12-05* g10.c: New options --[no-]mangle-dos-filenames.Werner Koch1-15/+14
2002-12-03* options.h, g10.c (main), encode.c (write_pubkey_enc_from_list),David Shaw1-10/+24
2002-12-03* main.h, keylist.c (reorder_keyblock), keyedit.c (keyedit_menu): ReorderDavid Shaw1-1/+1
2002-11-24* g10.c (add_notation_data): Disallow notation names that do not contain aDavid Shaw1-4/+27