summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
* Prepare for dhcpcd-7.0.0-beta3dhcpcd-7.0.0-beta3Roy Marples2017-04-14
* Add a README to describe what this does.Roy Marples2017-04-14
* dprintf should append, not truncate.Roy Marples2017-04-14
* Fix compile on LinuxRoy Marples2017-04-13
* Enable the -r option.Roy Marples2017-04-13
* Fix compile on Linux.Roy Marples2017-04-13
* If no eloop mechanism has been selected for us, print a messageRoy Marples2017-04-13
* Free stuff.Roy Marples2017-04-13
* Default eloop to epoll on Solaris.Roy Marples2017-04-13
* Fix compile on Solaris.Roy Marples2017-04-13
* Add code to test hmac md5 expectations rather than a visual test.Roy Marples2017-04-13
* StyleRoy Marples2017-04-13
* StyleRoy Marples2017-04-13
* Tart up some more.Roy Marples2017-04-13
* Tart up some.Roy Marples2017-04-13
* Move test into tests.Roy Marples2017-04-13
* Reset exitnow on entry in-case we are re-started after an exit.Roy Marples2017-04-13
* Free logfile.Roy Marples2017-04-12
* Fix a compile warningRoy Marples2017-04-12
* Ignore route(4) errors.Roy Marples2017-04-12
* To be consitent, do the same to loginfo as we just did for logdebug.Roy Marples2017-04-12
* Add logdebugx, similar to logerrx and logwarnx.Roy Marples2017-04-12
* Don't print strerror for logerrx.Roy Marples2017-04-11
* Over engineer the logging some more.Roy Marples2017-04-11
* Note that the logfile is nolonger truncated by dhcpcd.Roy Marples2017-04-11
* Write syslog entries in logfile:Roy Marples2017-04-11
* Use RO_MSGFILER on NetBSD to filter route(4) messages.Roy Marples2017-04-11
* Use void to show no args.Roy Marples2017-04-10
* logfile argument is not optional.Roy Marples2017-04-09
* Cast away a coverity issue.Roy Marples2017-04-09
* Log bpf_arp and bpf_bootp failures.Roy Marples2017-04-09
* Fix compile.Roy Marples2017-04-09
* Fix define.Roy Marples2017-04-09
* LOG_SYSLOG_OPTS and LOG_SYSLOG_FACILITY can set these syslogRoy Marples2017-04-09
* logerr: errx with loggingRoy Marples2017-04-09
* Fit in 80Roy Marples2017-04-08
* Don't open sockets if just sending a signal.Roy Marples2017-04-08
* Use more reallocarray(3).Roy Marples2017-04-08
* The last stderr message felt lonely and committed suicide.Roy Marples2017-04-06
* transposition police!Roy Marples2017-04-06
* Move ROUTER_FILTER assignments to variable declaration.Roy Marples2017-04-06
* if-bsd: support ROUTE_MSGFILTER socket optionRoy Marples2017-04-05
* bpf: rewind the buffer on closeRoy Marples2017-04-04
* bpf: trim ARP payload in the BPF filter.Roy Marples2017-04-04
* bpf: don't check caplen == datalenRoy Marples2017-04-04
* Revert prior and just use __func__. Do same for arp bpf.Roy Marples2017-04-03
* Fix diagnostic to use correct function name.Roy Marples2017-04-03
* Makefile should build and install the dev subdirectory if neededRoy Marples2017-04-03
* Work around gcc's limitation of SSP.Roy Marples2017-04-03
* Fix my silly mistake in a prior commit.Roy Marples2017-04-02