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