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