aboutsummaryrefslogtreecommitdiffstats
path: root/agent/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Made some PIN pads work.Werner Koch2006-11-201-0/+24
| | | | | Some cleanups for 64 bit CPUs.
* Silent GETEVENT command. Requires latest libassuan.Werner Koch2006-11-141-0/+3
| | | | | | | | agent/ * command.c (post_cmd_notify, io_monitor): New. (register_commands, start_command_handler): Register them.
* New command GETEVENTCOUNTER.Werner Koch2006-11-141-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.
* gpg-agent.c (main): In detached mode connect standard descriptors to /dev/null.Werner Koch2006-11-091-0/+12
| | | | | Other minor fixes
* .Werner Koch2006-10-231-0/+2
|
* Allow importing of web.de generated p12 filesWerner Koch2006-10-231-0/+9
|
* FixesWerner Koch2006-10-191-0/+6
|
* Pth tweaks and improved estream.cWerner Koch2006-10-171-0/+5
|
* Allow to cancel marktrusted.Werner Koch2006-10-161-0/+10
|
* Various changesWerner Koch2006-10-101-0/+3
|
* Make it also work for the card.Werner Koch2006-10-061-0/+4
|
* Add TLS hash modeWerner Koch2006-10-061-0/+7
|
* bug fixesWerner Koch2006-10-051-0/+4
|
* Fixed agent access for gpg.Werner Koch2006-10-041-0/+10
|
* let cmd learn also return KEYPAIRINFO Werner Koch2006-09-261-0/+5
|
* New "relax" option for trustlist.txtWerner Koch2006-09-251-0/+9
|
* Cleanups.Werner Koch2006-09-201-0/+4
|
* Allow for a global trustlist.Werner Koch2006-09-151-0/+5
|
* Take advantage of newer gpg-error features.Werner Koch2006-09-141-0/+11
|
* Various fixes and new features.Werner Koch2006-09-131-0/+8
| | | | | Enhanced gpg-connect-agent.
* 2006-09-06 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-09-061-0/+5
| | | | | | * Makefile.am (AM_CFLAGS): Add $(GPG_ERR_CFLAGS). (gpg_agent_LDADD): Replace -lgpg-error with $(GPG_ERROR_LIBS).
* The big Assuan error code removal.Werner Koch2006-09-061-1/+16
|
* Added comamnds PUTVAL and GETVALWerner Koch2006-09-041-0/+5
|
* Allow for 4k ssh keys and better error reporting.Werner Koch2006-08-291-0/+8
|
* With --enable-gpg the keyservers are now build and a first test using gpg2Werner Koch2006-08-161-1/+7
| | | | | shows no prblems. Needs more testing of course.
* 2006-07-29 Marcus Brinkmann <[email protected]>GNUPG-1-9-BRANCHMarcus Brinkmann2006-07-291-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.
* Create bag attributes so that Mozilla will accept these files.Werner Koch2006-07-241-0/+8
| | | | | Tested with using a CAcert generated certificate.
* Support import from TrustedMIME (i.e. from simple keyBags)Werner Koch2006-07-211-0/+7
|
* Various smaller changesWerner Koch2006-06-271-0/+11
|
* Add MAC t P12 files.Werner Koch2006-06-201-0/+5
|
* 2006-06-09 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-06-091-0/+2
| | | | | | | * Makefile.am (gpg_agent_LDADD): Add $(NETLIBS). (gpg_protect_tool_LDADD): Likewise. (gpg_preset_passphrase_LDADD): Likewise.
* agent/Marcus Brinkmann2006-06-091-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-09 Moritz Schulte <[email protected]>Moritz Schulte2006-04-091-0/+5
| | | | | | * command-ssh.c (ssh_request_process): Removed FIXME mentioning a possible DoS attack.
* 2006-04-01 Moritz Schulte <[email protected]>Moritz Schulte2006-04-011-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.
* PIN caching of cards does now work.Werner Koch2006-02-091-0/+10
|
* Fixed importing certs created by newer versions of Mozilla.Werner Koch2005-12-161-0/+10
|
* Preparing an interim releaseWerner Koch2005-11-281-0/+17
|
* agent/Marcus Brinkmann2005-10-081-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.
* Fixed padding in pkcs#12 Werner Koch2005-09-161-0/+5
|
* 2005-09-15 Moritz Schulte <[email protected]>Moritz Schulte2005-09-151-0/+5
| | | | | | * t-protect.c (test_agent_protect): Implemented. (main): Disable use of secure memory.
* Fixed yesterdays change. Importing to Outlook seems to work now.Werner Koch2005-09-091-0/+1
|
* Bug fixes and ssh support for the BELPIC.Werner Koch2005-09-091-0/+14
|
* Use a default argument for --write-env-file.Werner Koch2005-08-161-0/+4
|
* * findkey.c (agent_public_key_from_file): Fixed array assignment.Werner Koch2005-07-251-0/+5
| | | | | | | This was the cause for random segvs. * call-agent.c (gpgsm_agent_readkey): New.
* (data_sign): Removed empty statement.Werner Koch2005-06-291-0/+9
|
* gcc-4 defaults forced me to edit many many files to get rid of theWerner Koch2005-06-161-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.
* New debugging optionhs, updates to the manual.Werner Koch2005-06-071-0/+21
|
* * command.c (cmd_updatestartuptty): New.Werner Koch2005-06-031-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.
* * configure.ac (gl_INIT): Add gnulib stuff.Werner Koch2005-06-011-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.
* * agent.h (out_of_core): s/__inline__/inine. Noted by Ray Link.Werner Koch2005-05-311-0/+9
| | | | | | | | | | | * 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.