summaryrefslogtreecommitdiffstats
path: root/ChangeLog (unfollow)
Commit message (Collapse)AuthorFilesLines
2005-11-14Don't use keywords for signed files.Werner Koch1-2/+21
2005-11-14.Werner Koch1-0/+14
2005-11-14Added real informationWerner Koch2-4/+73
2005-11-13Added qualified signature features.Werner Koch12-9/+535
2005-11-13NEw file qualified.ttx - not yet ready for distributionWerner Koch4-1/+27
2005-10-082005-10-08 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann2-0/+3
* Makefile.am (watchgnupg_LDADD): New variable.
2005-10-08agent/Marcus Brinkmann10-15/+43
2005-10-08 Marcus Brinkmann <marcus@g10code.de> * Makefile.am (gpg_protect_tool_LDADD): Add ../gl/libgnu.a. (gpg_preset_passphrase_LDADD, t_common_ldadd): Likewise. (gpg_agent_LDADD): Add ../gl/libgnu.a after ../common/libcommon.a. kbx/ 2005-10-08 Marcus Brinkmann <marcus@g10code.de> * Makefile.am (kbxutil_LDADD): Add ../gl/libgnu.a after ../jnlib/libjnlib.a. scd/ 2005-10-08 Marcus Brinkmann <marcus@g10code.de> * Makefile.am (scdaemon_LDADD): Add ../gl/libgnu.a after ../common/libcommon.a. sm/ 2005-10-08 Marcus Brinkmann <marcus@g10code.de> * Makefile.am (gpgsm_LDADD): Add ../gl/libgnu.a after ../common/libcommon.a. tools/ 2005-10-08 Marcus Brinkmann <marcus@g10code.de> * Makefile.am (gpgconf_LDADD): Add ../gl/libgnu.a after ../common/libcommon.a. (symcryptrun_LDADD, gpg_connect_agent_LDADD, gpgkey2ssh_LDADD): Likewise.
2005-10-082005-10-08 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann2-1/+6
* signal.c (get_signal_name): Check value of HAVE_DECL_SYS_SIGLIST instead of just if it is defined.
2005-10-072005-10-07 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann2-20/+7
* Makefile.am (TESTS_ENVIRONMENT): Remove LD_LIBRARY_PATH hack. It's the responsibility of the person building the software to set it properly.
2005-09-292005-09-28 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann2-1/+6
* Makefile.am (AM_CFLAGS): Add $(LIBASSUAN_CFLAGS).
2005-09-292005-09-29 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann2-1/+5
* Makefile.am (AM_CFLAGS): Add $(LIBGCRYPT_CFLAGS).
2005-09-16Fixed padding in pkcs#12 Werner Koch2-2/+17
2005-09-152005-09-15 Moritz Schulte <moritz@g10code.com>Moritz Schulte2-2/+170
* t-protect.c (test_agent_protect): Implemented. (main): Disable use of secure memory.
2005-09-12About to release 1.9.19V1-9-19Werner Koch2-2/+4
2005-09-09Fixed yesterdays change. Importing to Outlook seems to work now.Werner Koch2-2/+3
2005-09-09Bug fixes and ssh support for the BELPIC.Werner Koch15-71/+256
2005-09-06The BELPIC card does now work.Werner Koch11-196/+352
2005-09-06Changed license of this parser to LPGL.Werner Koch3-36/+41
2005-09-05Basically made Belgian EID cards work.Werner Koch7-44/+349
Signature creation has not yet been tested. Also other changes to better cope with T=0 cards.
2005-08-16Use a default argument for --write-env-file.Werner Koch3-2/+15
2005-08-01About to release 1.9.18V1-9-18Werner Koch7-12/+36
2005-08-01Fixed Umlaut problemWerner Koch2-161/+165
2005-07-25* findkey.c (agent_public_key_from_file): Fixed array assignment.Werner Koch8-24/+91
This was the cause for random segvs. * call-agent.c (gpgsm_agent_readkey): New.
2005-07-21* gpgsm.c (main): New options --no-log-file and --debug-none.Werner Koch5-36/+164
* certreqgen.c (get_parameter, get_parameter_value): Add SEQ arg to allow enumeration. Changed all callers. (create_request): Process DNS and URI parameters. * gpgsm-gencert.sh: Reworked to allow for multiple email addresses as well as DNsanmes and URi. Present the parameter file before creating the certificate.
2005-07-20Fix to let it compile. This is not required but avoids complaintsWerner Koch1-2/+1
from folks not reading the documentation.
2005-07-20* keylist.c (email_kludge): Reworked.Werner Koch11-15/+62
* certdump.c (gpgsm_print_serial, gpgsm_dump_serial): Cast printf arg to unsigned. * call-dirmngr.c (gpgsm_dirmngr_run_command): Ditto
2005-07-19(gpgsm_get_certid): Cast printf arg to unsigned.Werner Koch2-3/+7
Bug accidently introduced while solving the #$%^& gcc signed/unsigned char* warnings.
2005-07-042005-07-04 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann2-6/+71
* symcryptrun.c (SYMC_BAD_PASSPHRASE, SYMC_CANCELED): New symbols, use instead constants. (hash_string): New function copied from simple-gettext.c. (confucius_get_pass): Take new argument CACHEID. (confucius_process): Calculate cacheid and pass it to confucius_get_pass. Clear passphrase from cache if necessary.
2005-07-042005-07-04 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann3-1/+31
* simple-pwquery.h (simple_pwclear): New prototype. * simple-pwquery.c (simple_pwclear): New function.
2005-06-29(data_sign): Removed empty statement.Werner Koch5-5/+175
2005-06-20post release version number updateWerner Koch2-1/+5
2005-06-20Preparing 1.9.17V1-9-17Werner Koch6-201/+257
2005-06-16gcc-4 defaults forced me to edit many many files to get rid of theWerner Koch69-348/+558
char * vs. unsigned char * warnings. The GNU coding standards used to say that these mismatches are okay and better than a bunch of casts. Obviously this has changed now.
2005-06-07New debugging optionhs, updates to the manual.Werner Koch23-81/+759
2005-06-042005-06-04 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann2-25/+39
* symcryptrun.c (main): Allow any number of arguments, don't use first argument as input file name. Pass extra arguments to confucius_main. (confucius_main): Accept new arguments argc and argv and pass them to confucius_process. (confucius_process): Accept new arguments argc and argv and pass them to the confucius process.
2005-06-03* command.c (cmd_updatestartuptty): New.Werner Koch20-104/+459
* gpg-agent.c: New option --write-env-file. * gpg-agent.c (handle_connections): Make sure that the signals we are handling are not blocked.Block signals while creating new threads. * estream.c: Use HAVE_CONFIG_H and not USE_CONFIG_H! (es_func_fd_read, es_func_fd_write): Protect against EINTR. * gpg-agent.texi (Agent UPDATESTARTUPTTY): New. * scdaemon.c (handle_connections): Make sure that the signals we are handling are not blocked.Block signals while creating new threads. (handle_connections): Include the file descriptor into the name of the thread.
2005-06-01Add stuff from gnulib.Werner Koch49-0/+4266
2005-06-01* configure.ac (gl_INIT): Add gnulib stuff.Werner Koch34-486/+166
(fseeko, ftello, ttyname, isascii): Replaced the AC_REPLACE_FUNCS by a simple check. (putc_unlocked): Removed check. Not used. (strsep, mkdtemp, asprintf): Replaced checks by gnulib checks. (xsize): Added will probably come handy soon. (CFLAGS): Use -Wformat-security instead of -Wformat-nonliteral. Add --Wno-format-y2k. * gl/, gl/m4/: New. * gpg-agent.c: Include setenv.h. * Makefile.am (AM_CPPFLAGS): Added. * util.h: Add some includes for gnulib. (ttyname, isascii): Define them inline. * fseeko.c, ftello.c: Removed. * strsep.c, mkdtemp.c: Removed. * ttyname.c, isascii.c: Removed. * mkdtemp.c: Removed. * exec.c: Include mkdtemp.h * keybox-file.c (ftello) [!HAVE_FSEEKO]: New replacement function. Copied from ../common/ftello.c. * keybox-update.c (fseeko) [!HAVE_FSEEKO]: New replacement function. Copied from ../common/iobuf.c. * scdaemon.c: Include mkdtemp.h. * misc.c: Include setenv.h. * symcryptrun.c: Include mkdtemp.h.
2005-05-31* agent.h (out_of_core): s/__inline__/inine. Noted by Ray Link.Werner Koch11-9/+60
* dynload.h: s/__inline__/inline/. * tlv.c [GNUPG_MAJOR_VERSION==1]: Define constants instead of including a gnupg 1.4 header. * watchgnupg.c: Make sure that PF_LCOAL and AF_LOCAL are defines. Noted by Ray Link.
2005-05-282005-05-28 Moritz Schulte <moritz@g10code.com>Moritz Schulte3-1/+303
* gpgkey2ssh.c: New file. * Makefile.am (bin_PROGRAMS): Added gpgkey2ssh.
2005-05-24* call-scd.c (inq_needpin): Skip leading spaces in of PINWerner Koch10-35/+121
description. * divert-scd.c (getpin_cb): Enhanced to cope with description flags. * query.c (agent_askpin): Add arg PROMPT_TEXT. Changed all callers.
2005-05-23* Makefile.am: Do not build sc-copykeys anymore.Werner Koch6-250/+73
* app-openpgp.c (app_openpgp_storekey, app_openpgp_readkey) (app_openpgp_cardinfo): Removed.
2005-05-23(parse_ccid_descriptor): SCR335 FW version 5.14 isWerner Koch2-22/+119
good. (do_close_reader): Never do a reset. The caller should instead make sure that the reader has been closed properly. The new retry code in ccid_slot_status will make sure that the readersatrts up fine even if the last process didn't closed the USB connection properly. (ccid_get_atr): For certain readers try switching to ISO mode. Thanks to Ludovic Rousseau for this hint and the magic numbers. (print_command_failed): New. (bulk_in): Use it here. Add new arg NO_DEBUG.
2005-05-21* call-scd.c (start_scd): Don't test for an alive scdaemon here.Werner Koch9-25/+101
(agent_scd_check_aliveness): New. * gpg-agent.c (handle_tick): Test for an alive scdaemon. (handle_signal): Print thread info on SIGUSR1. * scdaemon.c (handle_signal): Print thread info on SIGUSR1.
2005-05-20* protect-tool.c: New option --canonical.Werner Koch17-116/+961
(show_file): Implement it. * keyformat.txt: Define the created-at attribute for keys. * ccid-driver.c: Replaced macro DEBUG_T1 by a new debug level. (parse_ccid_descriptor): Mark SCR335 firmware version 5.18 good. (ccid_transceive): Arghhh. The seqno is another bit in the R-block than in the I block, this was wrong at one place. * scdaemon.c: New options --debug-ccid-driver and --debug-disable-ticker. * app-openpgp.c (do_genkey, do_writekey): Factored code to check for existing key out into .. (does_key_exist): .. New function. * gpg-connect-agent.c (add_definq, show_definq, clear_definq) (handle_inquire): New. (read_and_print_response): Handle INQUIRE command. (main): Implement control commands.
2005-05-18Changed the scdaemon to handle concurrent sessions. AdjustedWerner Koch27-646/+1095
gpg-agent accordingly. Code cleanups.
2005-05-13(got_fatal_signal): Print the signal number if we can'tWerner Koch2-4/+4
get a name for it. (get_signal_name): Return NULL if no name is available. Fixed conditional for sys_siglist to the correct one.
2005-05-13(got_fatal_signal): Print the signal number if we can'tWerner Koch2-6/+39
get a name for it. (get_signal_name): Return NULL if no name is available.
2005-05-052005-05-05 Moritz Schulte <moritz@g10code.com>Moritz Schulte2-31/+32
* command-ssh.c: Use ssh_key_grip(), where gcry_pk_get_keygrip() has been used before. (ssh_handler_sign_request): Removed unusued variable P.
2005-05-052005-05-05 Moritz Schulte <moritz@g10code.com>Moritz Schulte2-38/+91
* command-ssh.c (ssh_key_to_buffer): Rename to ... (ssh_key_to_protected_buffer): ... this; change callers. Improved documentation.