aboutsummaryrefslogtreecommitdiffstats
path: root/tools/watchgnupg.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Changed to GPLv3.Werner Koch2007-07-041-4/+2
| | | | | Removed intl/.
* Updated FSF's address.Werner Koch2006-06-201-1/+2
|
* gcc-4 defaults forced me to edit many many files to get rid of theWerner Koch2005-06-161-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 Koch2005-05-311-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.hWerner Koch2004-11-231-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 Koch2004-02-121-15/+46
| | | | | | | (print_version): New. * Makefile.am: Include cmacros.am for common flags.
* (main): Need to use FD_ISSET for the clientWerner Koch2004-01-161-5/+17
| | | | | descriptors too; aiiih. Set the listening socket to non-blocking.
* print the time.Werner Koch2003-12-161-3/+17
|
* Fixed blatant allocation bug.Werner Koch2003-12-161-11/+6
|
* Add simple tool to watch the log output of gnupg and related modules.Werner Koch2003-12-161-0/+337