Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2010-10-06 | Import fixes. | Werner Koch | 1 | -5/+16 | |
new otion for watchgnupg | |||||
2010-10-05 | Don't set SSH_AGENTPID_INFO. | Werner Koch | 1 | -87/+167 | |
Doc fixes. Allow TCP and local sockets in watchgnupg. | |||||
2010-08-09 | Support logging via TCP | Werner Koch | 1 | -21/+54 | |
2009-05-19 | Fix possible system freeze on Mac OS X. | Werner Koch | 1 | -13/+5 | |
2007-07-04 | Changed to GPLv3. | Werner Koch | 1 | -4/+2 | |
Removed intl/. | |||||
2006-06-20 | Updated FSF's address. | Werner Koch | 1 | -1/+2 | |
2005-06-16 | gcc-4 defaults forced me to edit many many files to get rid of the | Werner Koch | 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. | |||||
2005-05-31 | * agent.h (out_of_core): s/__inline__/inine. Noted by Ray Link. | Werner Koch | 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. | |||||
2004-11-23 | * b64enc.c: Include stdio.h and string.h | Werner Koch | 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. | |||||
2004-02-12 | * watchgnupg.c (main): Implement option "--". | Werner Koch | 1 | -15/+46 | |
(print_version): New. * Makefile.am: Include cmacros.am for common flags. | |||||
2004-01-16 | (main): Need to use FD_ISSET for the client | Werner Koch | 1 | -5/+17 | |
descriptors too; aiiih. Set the listening socket to non-blocking. | |||||
2003-12-16 | print the time. | Werner Koch | 1 | -3/+17 | |
2003-12-16 | Fixed blatant allocation bug. | Werner Koch | 1 | -11/+6 | |
2003-12-16 | Add simple tool to watch the log output of gnupg and related modules. | Werner Koch | 1 | -0/+337 | |