aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* s/CACHE_MODE_IMPGEN/CACHE_MODE_NONCE/.Werner Koch2010-09-0110-33/+55
| | | | | Prepare for more use cases of the cache nonce.
* Use passphrase caching for import and genkey.Werner Koch2010-09-0113-58/+240
|
* 2010-09-01 Marcus Brinkmann <[email protected]>Marcus Brinkmann2010-09-012-1/+5
| | | | | | | * estream.c (_es_set_std_fd): Disable debug output.
* Import OpenPGP keys into the agent.Werner Koch2010-08-3123-281/+1668
|
* Fix for W32.Werner Koch2010-08-261-0/+2
|
* .Werner Koch2010-08-269-81/+179
|
* Changed option names.Werner Koch2010-08-254-9/+36
| | | | | Add O_BINARY for stdin and stdout.
* gpgconf does now work for Wince.Werner Koch2010-08-239-205/+356
|
* Reworked the posix and w32 exechelpers.Werner Koch2010-08-2013-228/+830
|
* Prepare for gpg-error changeWerner Koch2010-08-191-0/+3
|
* Add component pinentry as an easy way to figure out the defaultWerner Koch2010-08-193-7/+46
| | | | | pinentry. Also allows to test whether pinentry is installed.
* Fix regression in logging.Werner Koch2010-08-1820-295/+424
| | | | | | Add a registry key to enable catch-all remote debugging for W32. Replace more stdio stuff by estream.
* Auto-start dirmngr.Werner Koch2010-08-1611-183/+230
|
* Minor Makefile fixes to let it build on all platformsWerner Koch2010-08-136-11/+24
|
* Fixed LDAP access on CEWerner Koch2010-08-134-35/+250
|
* Fix last changeWerner Koch2010-08-121-2/+2
|
* Fix dirmngr problems on CE.Werner Koch2010-08-129-14/+125
| | | | | | Add new dirmngr commands. Minor other fixes.
* Pass on comments from SCD.Werner Koch2010-08-112-0/+19
|
* Support "-" for --output.Werner Koch2010-08-112-1/+12
|
* Print a note about wldap32Werner Koch2010-08-101-1/+9
|
* Support logging via TCPWerner Koch2010-08-099-60/+258
|
* Add dummy options --cms and --openpgp.Werner Koch2010-08-091-1/+7
|
* Add option --nullWerner Koch2010-08-093-10/+96
|
* More work on the dirmngr. It now builds for W32 and W32CE and quickWerner Koch2010-08-0614-153/+353
| | | | | tests show that it works on W32.
* Simplified http.c.Werner Koch2010-08-054-247/+87
|
* Typo fixWerner Koch2010-08-051-1/+1
|
* Fix regressions on POSIXWerner Koch2010-08-032-3/+8
| | | | | | | | -This line, and those below, will be ignored-- M dirmngr/dirmngr_ldap.c M dirmngr/ChangeLog
* Add code for a threaded LDAP access to replace the wrapper process.Werner Koch2010-08-028-243/+427
| | | | | Currently used for W32 and W32CE.
* Fixed couple of build problems. However the W32 version is currentlyWerner Koch2010-07-263-15/+17
| | | | | under work.
* Some work on the dirmngrWerner Koch2010-07-2610-99/+180
|
* Add new set_binary feature to estreamWerner Koch2010-07-245-7/+52
|
* Some work on the dirmngrWerner Koch2010-07-2316-701/+1162
|
* .Werner Koch2010-07-231-0/+92
|
* fix reallocation bugWerner Koch2010-07-232-0/+5
|
* .Werner Koch2010-07-232-0/+215
|
* Some work on porting dirmngr (unfinished)Werner Koch2010-07-1634-2791/+865
| | | | | Ported gpgtar to W32.
* Make it build on W32 again.Werner Koch2010-06-284-36/+16
|
* Fix a regression from 2010-06-09.Werner Koch2010-06-248-12/+29
|
* Remove cruft.Werner Koch2010-06-212-452/+7
|
* Implement export of pkcs#12 objects using a direct agent connection.Werner Koch2010-06-2115-404/+454
|
* Avoid using the protect-tool to import pkcs#12.Werner Koch2010-06-1724-401/+1154
|
* Add makefiles to build a w32 development package.Werner Koch2010-06-113-0/+316
|
* common/Marcus Brinkmann2010-06-104-2/+22
| | | | | | | | | | | | | 2010-06-11 Marcus Brinkmann <[email protected]> * sysutils.c (translate_sys2libc_fd): Revert last change. (translate_sys2libc_fd_int): Revert last change. sm/ 2010-06-11 Marcus Brinkmann <[email protected]> * server.c (cmd_message) [HAVE_W32CE_SYSTEM]: Finish pipe.
* 2010-06-10 Marcus Brinkmann <[email protected]>Marcus Brinkmann2010-06-102-4/+7
| | | | | | | | * sysutils.c (translate_sys2libc_fd) [HAVE_W32CE_SYSTEM]: Implement. (translate_sys2libc_fd_int) [HAVE_W32CE_SYSTEM]: Don't call translate_sys2libc_fd.
* 2010-06-10 Marcus Brinkmann <[email protected]>Marcus Brinkmann2010-06-103-1/+10
| | | | | | * server.c (SERVER_STDIN, SERVER_STDOUT): New macros. (gpgsm_server): Use them with assuan_fdopen.
* common/Marcus Brinkmann2010-06-101-2/+9
| | | | | | | | | | | | | 2010-06-10 Marcus Brinkmann <[email protected]> * estream.c (_es_get_std_stream): Fix cut&paste bug. sm/ 2010-06-10 Marcus Brinkmann <[email protected]> * server.c (SERVER_STDIN, SERVER_STDOUT): New macros. (gpgsm_server): Use them with assuan_fdopen.
* Include dirmngr manualWerner Koch2010-06-109-11/+1016
|
* Merged Dirmngr with GnuPG.Werner Koch2010-06-0961-180/+22338
| | | | | A few code changes to support dirmngr.
* 2010-06-08 Marcus Brinkmann <[email protected]>Marcus Brinkmann2010-06-084-5/+18
| | | | | | | | | | * Makefile.am (AM_CFLAGS): Add $(LIBASSUAN_CFLAGS). (t_common_ldadd): Add $(LIBASSUAN_LIBS). * sysutils.c: Include <assuan.h>. (translate_sys2libc_fd_int): Cast to silence gcc warning. * iobuf.c: Include <assuan.h> (translate_file_handle): Fix syntax error.
* W32CE fix.Werner Koch2010-06-084-2/+12
| | | | | Typo fixes