0
I Use This!
Inactive

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 15 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
patch from https://github.com/dcantrell/vpncwatch/issues/7 More... over 7 years ago
Increment version to 1.9 More... over 9 years ago
Add Ben Brew to AUTHORS file. More... over 9 years ago
Merge pull request #6 from benprew/master More... over 9 years ago
Merge pull request #5 from benprew/patch-1 More... over 9 years ago
Several changes here, see below: More... over 9 years ago
rewrite is_network_up in terms of getaddrinfo More... over 9 years ago
Fix bug: SIGTERM(15) is larger than SIGKILL(9) More... over 9 years ago
Argv options More... over 9 years ago
Use assert(3) for input validation, clean up syslog(3) usage. More... over 11 years ago
Start a TODO list. More... over 11 years ago
Remove debugging syslog() statements. More... over 11 years ago
Change the example watch host in README. More... over 11 years ago
[email protected] -> [email protected] More... over 11 years ago
Prepare for 1.8.1 release. More... over 11 years ago
Ignore some files in git. More... over 11 years ago
Fix a problem with option handling and finding the vpnc command. More... over 11 years ago
Update Makefile for github.com More... over 12 years ago
Merge pull request #1 from jorrit/compilefix More... over 12 years ago
proc.c: change default return value of pidof() to 0 instead of -1 so the check in main() works More... over 12 years ago
net.c: Fix compile warning "format not a string literal and no format arguments" in is_network_up(). Fix derived from Gentoo patch set. More... over 12 years ago
proc.c: Reference proper header files for constants. Partially derived from Gentoo patch set. More... over 12 years ago
vpncwatch.c: Remove compile error about undefined ep in main() More... over 12 years ago
Correctly call strcmp(). More... almost 16 years ago
Ignore ChangeLog. More... almost 16 years ago
Make sure the source tree is up to date before generating a ChangeLog. Pipe the output of 'svn log' through fold so we wrap lines. More... almost 16 years ago
Zero errno before calling strtol(), because (from the Linux man page for the function) "Since strtol() can legitimately return 0, LONG_MAX, or LONG_MIN (LLONG_MAX or LLONG_MIN for strtoll()) on both success and failure, the calling program should set errno to 0 before the call, and then deter- mine if an error occurred by checking whether errno has a nonzero value after the call." More... almost 16 years ago
Use strtol() instead of atoi() and perform extensive error checking on the return value. More... almost 16 years ago
Added vpncwatch.h header file for function prototypes and macros. More... almost 16 years ago
Fix up release targets to work with svn rather than git. More... almost 16 years ago