Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * 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 |