aboutsummaryrefslogtreecommitdiffstats
path: root/g10/gpg.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-07-31* gpg.c (main): --pgp6 includes --disable-mdc.David Shaw1-0/+1
2009-07-22Print verbose instructions in case of a corrupted trustdb.Werner Koch1-4/+2
2009-07-21Make bug reporting address easier changeable.Werner Koch1-3/+1
2009-07-09Changed default hash algorithm preferencesWerner Koch1-5/+0
2009-07-07Reworked passing of envars to Pinentry.Werner Koch1-4/+30
2009-06-05Add full Camellia support.David Shaw1-11/+1
* configure.ac: Remove Camellia restriction. * gpg.c (main), misc.c (openpgp_cipher_test_algo): Remove Camellia restriction. * misc.c (map_cipher_openpgp_to_gcry), main.h: Add macros for openpgp_cipher_open, openpgp_cipher_get_algo_keylen, and openpgp_cipher_get_algo_blklen to wrap around the corresponding gcry_* functions, but pass the algorithm number through map_cipher_openpgp_to_gcry. This is needed in case the gcry algorithm number doesn't match the OpenPGP number (c.f. Camellia). * encr-data.c, pubkey-enc.c, mainproc.c, cipher.c, encode.c, seskey.c, passphrase.c, seckey-cert.c: Use new openpgp_cipher_* macros here.
2009-05-20Fixed bug#1044. Use of --fingerprint with --with-fingerprint. Werner Koch1-6/+14
2009-05-152009-05-15 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-1/+0
* gpg.c (gpgconf_list): Remove dead entry "allow-pka-lookup" (a verify option for a couple of years now).
2009-04-01Ported changes from 1.4.Werner Koch1-1/+1
2009-03-17Move password repetition from gpg to gpg-agent.Werner Koch1-3/+3
2009-03-15* gpg.c (my_strusage): gpg2 and gpgv2 (not gpg and gpgv).David Shaw1-3/+3
* gpgv.c (my_strusage): Same.
2008-12-11Make gpg not depend on the RIPE-MD160 implementaion in Libgcrypt.Werner Koch1-2/+4
Fix SIG_ID computation.
2008-12-09Minor bug fix.Werner Koch1-4/+4
2008-12-09Minor fixes.Werner Koch1-11/+17
2008-11-18Print library versions according to GNU standards.Werner Koch1-51/+30
2008-11-13Cleaned up unused gpgsm and gpg options.Werner Koch1-7/+8
2008-11-12Made arg_parse more readable.Werner Koch1-345/+376
2008-10-20Marked all unused args on non-W32 platforms.Werner Koch1-0/+2
2008-09-29Remove hacks which are not anymore needed since we now require Libgcrypt 1.4Werner Koch1-16/+7
2008-07-17Revert that last stupid setuid detection fix. Werner Koch1-2/+2
2008-07-17Do not run the setuid test if running under as root proper.Werner Koch1-3/+3
Documentation fixes. Some enhancements for the new OpenPGP Card.
2008-06-25g10/Marcus Brinkmann1-14/+0
2008-06-25 Marcus Brinkmann <[email protected]> * gpg.c (enum cmd_and_opt_values): Remove option oEnableW32HandleTranslation. (opts): Remove option --enable-w32-handle-translation. (main): Remove variable w32_handle_translation. common/ 2008-06-25 Marcus Brinkmann <[email protected]> Revert last three changes related to handle translation. * sysutils.c: (FD_TRANSLATE_MAX, fd_translate, fd_translate_len) (translate_table_init, translate_table_lookup): Removed. * iobuf.c (check_special_filename): Do not use translate_table_lookup. * sysutils.h (translate_table_init, translate_table_lookup): Remove prototypes.
2008-06-19Robustness fix.Werner Koch1-1/+1
Add group to the --gpgconf-list.
2008-06-182008-06-18 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+14
* gpg.c (enum cmd_and_opt_values): New option oEnableW32HandleTranslation. (opts): New option --enable-w32-handle-translation. (main): New variable w32_handle_translation to keep track of option.
2008-06-11Made --fixed-list-mode obsolete.Werner Koch1-1/+1
2008-05-07Add command --locate-key.Werner Koch1-3/+21
Fix auto-key-locate processing of "nodefault".
2008-04-16If there are multiple 0x19 backsigs, take the most recent one. (from 1.4).Werner Koch1-0/+3
add log-file and debug-level to the --gpgconf-list.
2008-04-08Enhanced --auto-key-locate.Werner Koch1-0/+3
2008-04-02disable DSA2 for old Libgcrypts.Werner Koch1-0/+9
2008-02-092008-02-09 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-44/+63
* gpg.c (main): New variable default_configname. Use it if save_configname is NULL (can happen if default configfile does not exist). Move default configname determination to ... (get_default_configname): ... this new function.
2008-01-26Add --logger-fd alias.Werner Koch1-0/+1
Ass card vendor 004.
2007-12-14Preparing a release candidate.gnupg-2.0.8rc1Werner Koch1-1/+4
2007-12-12Support DSA2.Werner Koch1-2/+47
Support Camellia for testing. More audit stuff.
2007-12-03Try to make sure that the standard descriptors are connected when callingWerner Koch1-74/+1
gpgsm.
2007-11-19Started to implement the audit log feature.Werner Koch1-1/+4
Pass PINENTRY_USER_DATA and XAUTHORITY to Pinentry. Improved support for the quality bar. Minor internal restructuring. Translation fixes.
2007-10-25Ported changes from 1.4.Werner Koch1-6/+30
Add copyright notices.
2007-09-14Print used library version with --version.Werner Koch1-1/+47
Typo fixes
2007-08-02Factored common gpgconf constants outWerner Koch1-5/+1
Fixed W32 compare_filenames
2007-07-17Typo fixes.Werner Koch1-0/+2
Made --default-key work for gpgsm Add --default-key and --encrypt-to to gpgconf.
2007-07-12Translate all file descriptors received from assuan.Werner Koch1-5/+5
2007-07-04Changed to GPLv3.Werner Koch1-4/+2
Removed intl/.
2007-06-26More W32 related changesWerner Koch1-0/+1
2007-06-25Fixed a problem in estream-printf.c.Werner Koch1-5/+5
Changes for Windows (gpgsm -k does now work). Minor cleanups.
2007-06-19Made percent_escape more general.Werner Koch1-1/+1
Added regression tests support to jnlib. W32 changes.
2007-06-18jnlib/Marcus Brinkmann1-1/+5
2007-06-18 Marcus Brinkmann <[email protected]> * stringhelp.h (percent_escape): New prototype. * stringhelp.c (percent_escape): New function. agent/ 2007-06-18 Marcus Brinkmann <[email protected]> * gpg-agent.c (main): Percent escape pathname in --gpgconf-list output. g10/ 2007-06-18 Marcus Brinkmann <[email protected]> * gpg.c (gpgconf_list): Percent escape output of --gpgconf-list. scdaemon/ 2007-06-18 Marcus Brinkmann <[email protected]> * scdaemon.c (main): Percent escape output of --gpgconf-list. sm/ 2007-06-18 Marcus Brinkmann <[email protected]> * gpgsm.c (main): Percent escape output of --gpgconf-list.
2007-06-14A whole bunch of changes to allow building for Windows.Werner Koch1-3/+4
See the ChangeLogs for details.
2007-06-06First steps towards supporting W32.Werner Koch1-26/+2
This is mainly source code reorganization. Update gnulib. g10/ does currently not build.
2007-03-05Ported multiple-messages protection.Werner Koch1-4/+13
2007-02-26Add new SVN only file README.maintWerner Koch1-0/+2
doc/ * gpg.texi (GPG Configuration): Document envvar LANGUAGE. (GPG Configuration Options): Document show-primary-uid-only. g10/ * gpg.c (main): Add verify option show-primary-uid-only. * options.h (VERIFY_SHOW_PRIMARY_UID_ONLY): New. * mainproc.c (check_sig_and_print): Implement it. * encr-data.c (decrypt_data): Correctly test for unknown algorithm. * import.c (check_prefs): Ditto. * keyedit.c (show_prefs): Ditto. * mainproc.c (proc_symkey_enc): Ditto.
2007-01-30Added LIBINTL to more Makefile targets.Werner Koch1-3/+13
doc/ * com-certs.pem: Added the current root certifcates of D-Trust and S-Trust. g10/ * status.c (write_status_begin_signing): New. * sign.c (sign_file, sign_symencrypt_file): Call it. * textfilter.c (copy_clearsig_text): Call it. * call-agent.c (agent_scd_pksign): Pass --hash-rmd160 to SCD if required. * gpg.c (main): Let --no-use-agent and --gpg-agent-info print a warning. * misc.c (obsolete_option): New.