| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Conflicts:
ChangeLog-2011
Makefile.am
agent/ChangeLog-2011
agent/gpg-agent.c
dirmngr/ChangeLog-2011
dirmngr/dirmngr.c
doc/HACKING
g13/g13.c
po/de.po
scd/ChangeLog-2011
scd/apdu.c
scd/command.c
scd/scdaemon.c
scripts/gitlog-to-changelog
tools/ChangeLog-2011
|
| |
| |
| |
| |
| | |
* dirmngr/dirmngr.c, g13/g13.c: Rename FIX_GCRY_PTH_INIT to
USE_GCRY_THREAD_CBS.
|
| |
| |
| |
| | |
* dirmngr/dirmngr.c (main): Terminate csh style output with a semicolon.
|
| |
| |
| |
| |
| |
| |
| |
| | |
* agent/gpg-agent.c, dirmngr/dirmngr.c, g13/g13.c, scd/scdaemon.c
(USE_GCRY_THREAD_CBS): New macro, defined if
GCRY_THREAD_OPTION_VERSION is 0.
(fixed_gcry_pth_init) [!USE_GCRY_THREAD_CBS]: Don't define.
(main) [!USE_GCRY_THREAD_CBS]: Do not install thread callbacks.
|
|/ |
|
|
|
|
|
| |
Accidentally used == for assignment. Not a problem in our test
environment because we use /gnupg as home directory anyway.
|
|
|
|
|
|
|
| |
Similar to gpg-agent, dirmngr's wait timeouts are now synced to the
full second. Increased ldap helper thread timeout to 2 seconds.
Nuked some white spaces.
|
|
|
|
| |
Change insalled name of gpg2 for Wince.
|
| |
|
|
|
|
|
| |
Fix trustdb open problem under W32CE.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Add new dirmngr commands.
Minor other fixes.
|
|
|
|
|
| |
tests show that it works on W32.
|
| |
|
|
|
|
|
| |
Ported gpgtar to W32.
|
|
A few code changes to support dirmngr.
|