Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add finger support to dirmngr. | Werner Koch | 2011-02-08 | 1 | -1/+60 |
| | | | | | | | | | | | | | 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 ;-) | ||||
* | Nuked almost all trailing white space.post-nuke-of-trailing-ws | Werner Koch | 2011-02-04 | 1 | -16/+16 |
| | | | | | | | | We better do this once and for all instead of cluttering all future commits with diffs of trailing white spaces. In the majority of cases blank or single lines are affected and thus this change won't disturb a git blame too much. For future commits the pre-commit scripts checks that this won't happen again. | ||||
* | All standard keyserver commands are now using dirmngr. | Werner Koch | 2011-01-20 | 1 | -0/+173 |
| | |||||
* | Keyserver search and get basically works again. | Werner Koch | 2011-01-18 | 1 | -40/+222 |
| | |||||
* | Initial code checking for backup - not yet working. | Werner Koch | 2011-01-10 | 1 | -0/+256 |