Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simplify the management of the stream list in estream.c | Werner Koch | 2011-03-03 | 1 | -0/+11 |
| | |||||
* | Add new functions to convert iso time strings. | Werner Koch | 2011-03-01 | 1 | -0/+8 |
| | |||||
* | Fix ChnageLog entries. | Werner Koch | 2011-02-15 | 1 | -0/+5 |
| | |||||
* | Add finger support to dirmngr. | Werner Koch | 2011-02-08 | 1 | -0/+22 |
| | | | | | | | | | | | | | The basic network code from http.c is used for finger. This keeps the network related code at one place and we are able to use the somewhat matured code form http.c. Unfortunately I had to enhance the http code for more robustness and probably introduced new bugs. Test this code using gpg --fetch-key finger:[email protected] (I might be the last user of finger ;-) | ||||
* | Add a DECRYPTION_INFO status. | Werner Koch | 2011-02-03 | 1 | -0/+2 |
| | | | | | | | DECRYPTION_INFO <mdc_method> <sym_algo> Print information about the symmetric encryption algorithm and the MDC method. This will be emitted even if the decryption fails. | ||||
* | Update copyright year | Werner Koch | 2011-02-03 | 1 | -0/+4 |
| | | | | Nuked some trailing spaces. | ||||
* | Finished ECC integration.ECC-INTEGRATION-2-1 | Werner Koch | 2011-02-03 | 1 | -2/+0 |
| | | | | | | | | | | | | Wrote the ChangeLog 2011-01-13 entry for Andrey's orginal work modulo the cleanups I did in the last week. Adjusted my own ChangeLog entries to be consistent with that entry. Nuked quite some trailing spaces; again sorry for that, I will better take care of not saving them in the future. "git diff -b" is useful to read the actual changes ;-). The ECC-INTEGRATION-2-1 branch can be closed now. | ||||
* | Move OpenPGP OID helpers to common/. | Werner Koch | 2011-01-31 | 1 | -0/+7 |
| | | | | | | | This is needed so that the agent will be able to export and import OpenPGP secret keys. Add test case. Removed unused function. | ||||
* | Fix ECDH configure test | Werner Koch | 2011-01-24 | 1 | -5/+0 |
| | |||||
* | Merge branch 'master' into ECC-INTEGRATION-2-1 | Werner Koch | 2011-01-24 | 1 | -0/+52 |
|\ | |||||
| * | Fix for bug#1313. de.po update. | Werner Koch | 2011-01-20 | 1 | -0/+11 |
| | | |||||
| * | Merge branch 'master' into keyserver-via-dirmngr | Werner Koch | 2011-01-20 | 1 | -2/+7 |
| |\ | |||||
| | * | Use estream for dirmngr's --gpgconf-list. | Werner Koch | 2011-01-19 | 1 | -1/+6 |
| | | | | | | | | | | | | Change insalled name of gpg2 for Wince. | ||||
| | * | Fix computation of NEWSIZE in es_func_mem_write. | Werner Koch | 2011-01-18 | 1 | -0/+4 |
| | | | | | | | | | | | | The function used to fail and return EINVAL when enlarging the buffer. | ||||
| | * | Fix bug #1311. | Werner Koch | 2011-01-10 | 1 | -0/+5 |
| | | | |||||
| * | | All standard keyserver commands are now using dirmngr. | Werner Koch | 2011-01-20 | 1 | -0/+11 |
| | | | |||||
| * | | estream support for iobuf and new memuf functions. | Werner Koch | 2011-01-18 | 1 | -2/+15 |
| | | | |||||
| * | | Initial code checking for backup - not yet working. | Werner Koch | 2011-01-10 | 1 | -1/+13 |
| |/ | |||||
* / | Fix bug #1311. | Werner Koch | 2011-01-10 | 1 | -0/+5 |
|/ | |||||
* | Increase start timeout | Werner Koch | 2010-12-17 | 1 | -1/+8 |
| | |||||
* | 2010-12-17 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2010-12-17 | 1 | -0/+4 |
| | | | | | * homedir.c (gnupg_cachedir): Create /temp subdirectories. | ||||
* | s/AES/AES128/ in diagnostics and --list-config | Werner Koch | 2010-12-02 | 1 | -0/+3 |
| | |||||
* | Add logging to GPG2: [W32CE]. | Werner Koch | 2010-12-02 | 1 | -0/+6 |
| | |||||
* | Remove superfluous parameter. | Werner Koch | 2010-11-26 | 1 | -0/+5 |
| | | | | | Make self-check interval larger | ||||
* | Change stack size for Wince. | Werner Koch | 2010-11-23 | 1 | -0/+7 |
| | | | | | | Allow for a longer agent atartup under wince. Print gpg output via estream. | ||||
* | A merged changes | Werner Koch | 2010-11-08 | 1 | -0/+5 |
| | |||||
* | Better support unsigned time_t | Werner Koch | 2010-10-27 | 1 | -0/+8 |
| | |||||
* | Re-implemented GPG's --passwd command and improved it. | Werner Koch | 2010-10-26 | 1 | -0/+4 |
| | |||||
* | Enable i18n for W32. | Werner Koch | 2010-10-20 | 1 | -0/+4 |
| | |||||
* | Some tweaks to the agent startup. | Werner Koch | 2010-10-14 | 1 | -0/+6 |
| | |||||
* | More agent support for gpg. | Werner Koch | 2010-10-13 | 1 | -0/+5 |
| | |||||
* | [w32ce] Do not print the faulty timezone info | Werner Koch | 2010-10-04 | 1 | -0/+4 |
| | | | | | Switch FAQ sources to org-mode | ||||
* | Exporting secret keys via gpg-agent is now basically supported. | Werner Koch | 2010-10-01 | 1 | -0/+14 |
| | | | | | | A couple of forward ported changes. Doc updates. | ||||
* | Fix standard directories for Wince. | Werner Koch | 2010-09-13 | 1 | -0/+9 |
| | | | | | Typo fix. | ||||
* | Obscure the cached passphrases. | Werner Koch | 2010-09-02 | 1 | -0/+4 |
| | |||||
* | 2010-09-01 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2010-09-01 | 1 | -0/+4 |
| | | | | | | | * estream.c (_es_set_std_fd): Disable debug output. | ||||
* | . | Werner Koch | 2010-08-26 | 1 | -0/+19 |
| | |||||
* | gpgconf does now work for Wince. | Werner Koch | 2010-08-23 | 1 | -0/+12 |
| | |||||
* | Reworked the posix and w32 exechelpers. | Werner Koch | 2010-08-20 | 1 | -0/+28 |
| | |||||
* | Fix regression in logging. | Werner Koch | 2010-08-18 | 1 | -0/+11 |
| | | | | | | Add a registry key to enable catch-all remote debugging for W32. Replace more stdio stuff by estream. | ||||
* | Auto-start dirmngr. | Werner Koch | 2010-08-16 | 1 | -0/+8 |
| | |||||
* | Minor Makefile fixes to let it build on all platforms | Werner Koch | 2010-08-13 | 1 | -0/+5 |
| | |||||
* | Fix dirmngr problems on CE. | Werner Koch | 2010-08-12 | 1 | -0/+4 |
| | | | | | | Add new dirmngr commands. Minor other fixes. | ||||
* | Support logging via TCP | Werner Koch | 2010-08-09 | 1 | -0/+7 |
| | |||||
* | More work on the dirmngr. It now builds for W32 and W32CE and quick | Werner Koch | 2010-08-06 | 1 | -0/+14 |
| | | | | | tests show that it works on W32. | ||||
* | Simplified http.c. | Werner Koch | 2010-08-05 | 1 | -0/+14 |
| | |||||
* | Add code for a threaded LDAP access to replace the wrapper process. | Werner Koch | 2010-08-02 | 1 | -0/+4 |
| | | | | | Currently used for W32 and W32CE. | ||||
* | Some work on the dirmngr | Werner Koch | 2010-07-26 | 1 | -0/+4 |
| | |||||
* | Add new set_binary feature to estream | Werner Koch | 2010-07-24 | 1 | -0/+4 |
| | |||||
* | Some work on the dirmngr | Werner Koch | 2010-07-23 | 1 | -0/+4 |
| |