Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Whole lot of changes to support CE. | Werner Koch | 2010-04-14 | 1 | -8/+8 |
| | |||||
* | Reworked passing of envars to Pinentry. | Werner Koch | 2009-07-07 | 1 | -14/+15 |
| | |||||
* | Started to implement the audit log feature. | Werner Koch | 2007-11-19 | 1 | -0/+7 |
| | | | | | | | | Pass PINENTRY_USER_DATA and XAUTHORITY to Pinentry. Improved support for the quality bar. Minor internal restructuring. Translation fixes. | ||||
* | Changed to GPLv3. | Werner Koch | 2007-07-04 | 1 | -4/+2 |
| | | | | | Removed intl/. | ||||
* | Updated FSF's address. | Werner Koch | 2006-06-20 | 1 | -1/+2 |
| | |||||
* | * configure.ac (gl_INIT): Add gnulib stuff. | Werner Koch | 2005-06-01 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (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. | ||||
* | * asshelp.c (send_pinentry_environment) [W32]: Do not use ttyname. | Werner Koch | 2004-12-07 | 1 | -1/+2 |
| | | | | | | | | | | * w32-pth.c, w32-pth.h: New. * Makefile.am (gpgsm_LDADD): Put libassuan before jnlib because under W32 we need the w32 pth code from jnlib. * misc.c (setup_pinentry_env) [W32]: Disabled. | ||||
* | (setup_pinentry_env): Try hard to set a default for GPG_TTY. | Werner Koch | 2004-10-04 | 1 | -1/+16 |
| | |||||
* | * misc.c (setup_pinentry_env): New. | Werner Koch | 2004-04-13 | 1 | -2/+34 |
| | | | | | | * import.c (popen_protect_tool): Call it. * export.c (popen_protect_tool): Call it. | ||||
* | Mainly changes to adjust for the changed KSBA API. | Werner Koch | 2003-11-12 | 1 | -1/+2 |
| | |||||
* | Added new directory common to enable sharing of some code and error | Werner Koch | 2001-11-24 | 1 | -59/+0 |
| | | | | | | numbers between gpg, gpgsm and gpg-agent. Move some files and code to there. | ||||
* | We have reached a state where we are able to import certs and | Werner Koch | 2001-11-13 | 1 | -2/+52 |
| | | | | | check the certification path. | ||||
* | Implemented server main loop and started with import command. | Werner Koch | 2001-11-07 | 1 | -0/+41 |