Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Import fixes. | Werner Koch | 2010-10-06 | 1 | -5/+16 |
| | | | | | new otion for watchgnupg | ||||
* | Don't set SSH_AGENTPID_INFO. | Werner Koch | 2010-10-05 | 1 | -87/+167 |
| | | | | | | Doc fixes. Allow TCP and local sockets in watchgnupg. | ||||
* | Support logging via TCP | Werner Koch | 2010-08-09 | 1 | -21/+54 |
| | |||||
* | Fix possible system freeze on Mac OS X. | Werner Koch | 2009-05-19 | 1 | -13/+5 |
| | |||||
* | Changed to GPLv3. | Werner Koch | 2007-07-04 | 1 | -4/+2 |
| | | | | | Removed intl/. | ||||
* | Updated FSF's address. | Werner Koch | 2006-06-20 | 1 | -1/+2 |
| | |||||
* | gcc-4 defaults forced me to edit many many files to get rid of the | Werner Koch | 2005-06-16 | 1 | -1/+1 |
| | | | | | | | char * vs. unsigned char * warnings. The GNU coding standards used to say that these mismatches are okay and better than a bunch of casts. Obviously this has changed now. | ||||
* | * agent.h (out_of_core): s/__inline__/inine. Noted by Ray Link. | Werner Koch | 2005-05-31 | 1 | -0/+12 |
| | | | | | | | | | | | * dynload.h: s/__inline__/inline/. * tlv.c [GNUPG_MAJOR_VERSION==1]: Define constants instead of including a gnupg 1.4 header. * watchgnupg.c: Make sure that PF_LCOAL and AF_LOCAL are defines. Noted by Ray Link. | ||||
* | * b64enc.c: Include stdio.h and string.h | Werner Koch | 2004-11-23 | 1 | -1/+1 |
| | | | | | | | | | * gpgsm.c: New option --prefer-system-dirmngr. * call-dirmngr.c (start_dirmngr): Implement this option. * gpgconf-comp.c <dirmngr>: Add the proxy options. <gpgsm>: Add --prefer-system-daemon. | ||||
* | * watchgnupg.c (main): Implement option "--". | Werner Koch | 2004-02-12 | 1 | -15/+46 |
| | | | | | | | (print_version): New. * Makefile.am: Include cmacros.am for common flags. | ||||
* | (main): Need to use FD_ISSET for the client | Werner Koch | 2004-01-16 | 1 | -5/+17 |
| | | | | | descriptors too; aiiih. Set the listening socket to non-blocking. | ||||
* | print the time. | Werner Koch | 2003-12-16 | 1 | -3/+17 |
| | |||||
* | Fixed blatant allocation bug. | Werner Koch | 2003-12-16 | 1 | -11/+6 |
| | |||||
* | Add simple tool to watch the log output of gnupg and related modules. | Werner Koch | 2003-12-16 | 1 | -0/+337 |