aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix standard directories for Wince.Werner Koch2010-09-134-46/+39
| | | | | Typo fix.
* Removed more secret key related code.Werner Koch2010-09-0620-1992/+1353
| | | | | | It builds fine and passes some of the tests but there are quite some features which don't work yet.
* Merge secret keys during importWerner Koch2010-09-023-28/+25
|
* Obscure the cached passphrases.Werner Koch2010-09-0210-160/+215
|
* Even less prompts for a new key now.Werner Koch2010-09-0113-53/+107
|
* 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.