| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
that we have more detailed error messages in the upper layers.
This fixes the handling pinentry's cancel button.
* pksign.c (agent_pksign): Changed accordingly.
* pkdecrypt.c (agent_pkdecrypt): Ditto.
* command.c (cmd_passwd): Ditto.
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
* gpgconf.c, gpgconf.h, gpgconf-list.c: New. A skeleton for now.
* no-libgcrypt.c: New.
* Makefile.am: Add above.
|
| | |
|
| |
| |
| |
| |
| | |
* configure.ac, Makefile.am: Add the tests and tools directories.
|
| |
| |
| |
| |
| | |
* watchgnupg.c: New.
|
| |
| |
| |
| |
| |
| |
| |
| | |
length and not the 64 bytes we used for testing.
* app-openpgp.c (verify_chv2, verify_chv3, do_sign): Check the
minimum length of the passphrase, so that we don't need to
decrement the retry counter.
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
(cmd_encrypt): Add all enrypt-to marked certs to the list.
* encrypt.c (gpgsm_encrypt): Check that real recipients are
available.
* gpgsm.c (main): Make the --encrypt-to and --no-encrypt-to
options work. Pass the list of recients to gpgsm_server.
* gpgsm.h (certlist_s): Add field IS_ENCRYPT_TO.
(opt): Add NO_ENCRYPT_TO.
* certlist.c (gpgsm_add_to_certlist): New arg IS_ENCRYPT_TO.
Changed all callers and ignore duplicate entries.
(is_cert_in_certlist): New.
(gpgsm_add_cert_to_certlist): New.
|
| |
| |
| |
| |
| | |
(CFLAGS): Add --Wformat-noliteral in gcc mode.
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
* certdump.c (gpgsm_print_serial): Cleaned up cast use in strtoul.
(gpgsm_dump_serial): Ditto.
* decrypt.c (gpgsm_decrypt): Replaced ERR by RC.
|
| |
| |
| |
| |
| |
| | |
* card-p15.c (p15_enum_keypairs): Replaced KRC by RC.
* card-dinsig.c (dinsig_enum_keypairs): Ditto.
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
(print_isoname): Ditto.
* trustdb.c (check_regexp): s/exp/expr/.
* keyedit.c (trustsig_prompt): Removed a "> 255" term; it is
always false due to the data type.
* passphrase.c (agent_get_passphrase): Use xasprintf and avoid
non-literal format strings.
* tdbio.c (upd_hashtable, drop_from_hashtable, lookup_hashtable):
Fixed log_error format string bugs. Kudos to the now working
gcc-3.3 -Wformat-nonliteral and Florian Weimer's investigations in
gnupg 1.2.3.
|
| |
| |
| |
| |
| |
| |
| |
| | |
* util.h [!HAVE_VASPRINTF]: Add printf format attribute to the
replacement function.
* miscellaneous.c (xasprintf): New.
|
| |
| |
| |
| |
| | |
args. Suggested by Florian Weimer.
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* sign.c (gpgsm_sign): Add validation checks for the default
certificate.
* gpgsm.c: Add -k as alias for --list-keys and -K for
--list-secret-keys.
|
| | |
|
| |
| |
| |
| |
| |
| | |
(log_set_file): Add feature to log to a socket.
(log_set_file, do_logv): Force printing with prefix and pid.
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
not need for real strong random here and it even better protect
the random bits used for the key.
|
| |
| |
| |
| |
| |
| | |
IV; there is not need for real strong random here and it even
better protect the random bits used for the key.
|
| |
| |
| |
| |
| | |
obsolete WEAK_RANDOM.
|
| |
| |
| |
| |
| |
| |
| |
| | |
jnlib checks.
* logging.c (writen, fun_writer, fun_closer): New.
(log_set_file): Add feature to log to a socket.
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
'GNUPG-1-9-BRANCH'.
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
* README.CVS: New.
* autogen.sh: Revamped except for the --build-w32 hack.
* Makefile.am: Add README.CVS
|
| | |
|
| |
| |
| |
| | |
'GNUPG-1-9-BRANCH'.
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
(gpgsm_init_default_ctrl): Set USE_OCSP to the default value.
* certchain.c (gpgsm_validate_chain): Handle USE_OCSP.
* call-dirmngr.c (gpgsm_dirmngr_isvalid): Add arg USE_OCSP and
proceed accordingly.
|
| |
| |
| |
| |
| | |
* app-openpgp.c (verify_chv3): Check it here.
|
| | |
|
| |
| |
| |
| |
| | |
that this file is useful by other applications too.
|
| |
| |
| |
| |
| | |
* certchain.c (unknown_criticals): Fixed an error code test.
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
* signal.c: Removed unused file.
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
segv on Solaris. Reported by Andrew J. Schorr.
|