| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
* gpgconf-list.c: File removed.
* README.gpgconf: New file.
* gpgconf-comp.c: New file.
* Makefile.am (gpgconf_SOURCES): Remove gpgconf-list.c, add
gpgconf-comp.c.
|
| |
|
|
|
|
|
|
|
| |
(iso7816_decipher): Add PADIND argument.
** app-nks.c is now functional **
|
|
|
|
|
| |
for an untrusted root certificate.
|
|
|
|
|
| |
writable.
|
|
|
|
|
|
|
|
| |
(print_dn_part): Do not delimit multiple RDNs by " + ". Handle
multi-valued RDNs in a special way, i.e. in the order specified by
the certificate.
(print_dn_parts): Simplified.
|
|
|
|
|
| |
smartcard applications.
|
|
|
|
|
|
|
| |
(start_scd): Make sure secmem gets cleared.
* query.c (atfork_cb): New.
(start_pinentry): Make sure secmem gets cleared.
|
|
|
|
|
|
|
|
| |
* keygen.c (do_generate_keypair): Don't try to execute certain pieces of code
in case an error occured.
(gen_card_key): Don't print out a message, which is already
printed by do_generate_keypair().
|
|
|
|
|
|
| |
* keygen.c (do_generate_keypair): Print member fname, instead of
newfname, again.
|
|
|
|
|
|
| |
* keygen.c (do_generate_keypair): Print member fname, instead of
newfname.
|
|
|
|
|
| |
descriptors too; aiiih. Set the listening socket to non-blocking.
|
|
|
|
|
| |
* decrypt.c (gpgsm_decrypt): Ditto.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
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'.
|
| |
|
| |
|