aboutsummaryrefslogtreecommitdiffstats
path: root/agent/ChangeLog (unfollow)
Commit message (Collapse)AuthorFilesLines
2006-11-20Made some PIN pads work.Werner Koch1-0/+24
Some cleanups for 64 bit CPUs.
2006-11-14Silent GETEVENT command. Requires latest libassuan.Werner Koch1-0/+3
agent/ * command.c (post_cmd_notify, io_monitor): New. (register_commands, start_command_handler): Register them.
2006-11-14New command GETEVENTCOUNTER.Werner Koch1-0/+9
* command.c (bump_key_eventcounter): New. (bump_card_eventcounter): New. (cmd_geteventcounter): New command. * gpg-agent.c (handle_signal): Call bump_card_eventcounter. * findkey.c (agent_write_private_key): Call bump_key_eventcounter. * trustlist.c (agent_reload_trustlist): Ditto.
2006-11-09gpg-agent.c (main): In detached mode connect standard descriptors to /dev/null.Werner Koch1-0/+12
Other minor fixes
2006-10-23.Werner Koch1-0/+2
2006-10-23Allow importing of web.de generated p12 filesWerner Koch1-0/+9
2006-10-19FixesWerner Koch1-0/+6
2006-10-17Pth tweaks and improved estream.cWerner Koch1-0/+5
2006-10-16Allow to cancel marktrusted.Werner Koch1-0/+10
2006-10-10Various changesWerner Koch1-0/+3
2006-10-06Make it also work for the card.Werner Koch1-0/+4
2006-10-06Add TLS hash modeWerner Koch1-0/+7
2006-10-05bug fixesWerner Koch1-0/+4
2006-10-04Fixed agent access for gpg.Werner Koch1-0/+10
2006-09-26let cmd learn also return KEYPAIRINFO Werner Koch1-0/+5
2006-09-25New "relax" option for trustlist.txtWerner Koch1-0/+9
2006-09-20Cleanups.Werner Koch1-0/+4
2006-09-15Allow for a global trustlist.Werner Koch1-0/+5
2006-09-14Take advantage of newer gpg-error features.Werner Koch1-0/+11
2006-09-13Various fixes and new features.Werner Koch1-0/+8
Enhanced gpg-connect-agent.
2006-09-062006-09-06 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+5
* Makefile.am (AM_CFLAGS): Add $(GPG_ERR_CFLAGS). (gpg_agent_LDADD): Replace -lgpg-error with $(GPG_ERROR_LIBS).
2006-09-06The big Assuan error code removal.Werner Koch1-1/+16
2006-09-04Added comamnds PUTVAL and GETVALWerner Koch1-0/+5
2006-08-29Allow for 4k ssh keys and better error reporting.Werner Koch1-0/+8
2006-08-16With --enable-gpg the keyservers are now build and a first test using gpg2Werner Koch1-1/+7
shows no prblems. Needs more testing of course.
2006-07-292006-07-29 Marcus Brinkmann <[email protected]>GNUPG-1-9-BRANCHMarcus Brinkmann1-0/+8
* preset-passphrase.c (preset_passphrase): Do not strip off last character of passphrase. (make_hexstring): New function. * command.c (cmd_preset_passphrase): Use parse_hexstring to syntax check passphrase argument. Truncate passphrase at delimiter.
2006-07-24Create bag attributes so that Mozilla will accept these files.Werner Koch1-0/+8
Tested with using a CAcert generated certificate.
2006-07-21Support import from TrustedMIME (i.e. from simple keyBags)Werner Koch1-0/+7
2006-06-27Various smaller changesWerner Koch1-0/+11
2006-06-20Add MAC t P12 files.Werner Koch1-0/+5
2006-06-092006-06-09 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+2
* Makefile.am (gpg_agent_LDADD): Add $(NETLIBS). (gpg_protect_tool_LDADD): Likewise. (gpg_preset_passphrase_LDADD): Likewise.
2006-06-09agent/Marcus Brinkmann1-0/+4
2006-06-09 Marcus Brinkmann <[email protected]> * Makefile.am (gpg_agent_LDADD): Add $(NETLIBS). scd/ 2006-06-09 Marcus Brinkmann <[email protected]> * Makefile.am (scdaemon_LDADD): Add $(NETLIBS).
2006-04-092006-04-09 Moritz Schulte <[email protected]>Moritz Schulte1-0/+5
* command-ssh.c (ssh_request_process): Removed FIXME mentioning a possible DoS attack.
2006-04-012006-04-01 Moritz Schulte <[email protected]>Moritz Schulte1-0/+6
* command-ssh.c (ssh_identity_register): Make KEY_GRIP_RAW be 20 instead of 21 bytes long; do not fill KEY_GRIP_RAW[20] with NUL byte - KEY_GRIP_RAW is a raw binary string anyway.
2006-02-09PIN caching of cards does now work.Werner Koch1-0/+10
2005-12-16Fixed importing certs created by newer versions of Mozilla.Werner Koch1-0/+10
2005-11-28Preparing an interim releaseWerner Koch1-0/+17
2005-10-08agent/Marcus Brinkmann1-0/+6
2005-10-08 Marcus Brinkmann <[email protected]> * 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 <[email protected]> * Makefile.am (kbxutil_LDADD): Add ../gl/libgnu.a after ../jnlib/libjnlib.a. scd/ 2005-10-08 Marcus Brinkmann <[email protected]> * Makefile.am (scdaemon_LDADD): Add ../gl/libgnu.a after ../common/libcommon.a. sm/ 2005-10-08 Marcus Brinkmann <[email protected]> * Makefile.am (gpgsm_LDADD): Add ../gl/libgnu.a after ../common/libcommon.a. tools/ 2005-10-08 Marcus Brinkmann <[email protected]> * Makefile.am (gpgconf_LDADD): Add ../gl/libgnu.a after ../common/libcommon.a. (symcryptrun_LDADD, gpg_connect_agent_LDADD, gpgkey2ssh_LDADD): Likewise.
2005-09-16Fixed padding in pkcs#12 Werner Koch1-0/+5
2005-09-152005-09-15 Moritz Schulte <[email protected]>Moritz Schulte1-0/+5
* t-protect.c (test_agent_protect): Implemented. (main): Disable use of secure memory.
2005-09-09Fixed yesterdays change. Importing to Outlook seems to work now.Werner Koch1-0/+1
2005-09-09Bug fixes and ssh support for the BELPIC.Werner Koch1-0/+14
2005-08-16Use a default argument for --write-env-file.Werner Koch1-0/+4
2005-07-27Removed directories which are only used by the 1.9 branchWerner Koch1-565/+0
2005-07-25* findkey.c (agent_public_key_from_file): Fixed array assignment.Werner Koch1-0/+5
This was the cause for random segvs. * call-agent.c (gpgsm_agent_readkey): New.
2005-06-29(data_sign): Removed empty statement.Werner Koch1-0/+9
2005-06-16gcc-4 defaults forced me to edit many many files to get rid of theWerner Koch1-0/+46
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 Koch1-0/+21
2005-06-03* command.c (cmd_updatestartuptty): New.Werner Koch1-0/+17
* 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-01* configure.ac (gl_INIT): Add gnulib stuff.Werner Koch1-0/+4
(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.