aboutsummaryrefslogtreecommitdiffstats
path: root/tools/watchgnupg.c (unfollow)
Commit message (Collapse)AuthorFilesLines
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