Age | Commit message (Expand) | Author |
2017-10-14 | Whitespace fix. | Kenneth R Westerback |
2017-10-14 | Refactor parsing of hex sequences. Rename parse_X() | Kenneth R Westerback |
2017-10-14 | Tweak parse_option_list() to return 0/1 to indicate success, | Kenneth R Westerback |
2017-10-13 | Tweak parse_option_decl() to return 0/1 to indicate success, | Kenneth R Westerback |
2017-10-12 | Don't leak string that overflows the option data buffer. | Kenneth R Westerback |
2017-10-12 | Stop leaks of SSID strings. Whitespace fix. | Kenneth R Westerback |
2017-10-12 | Make parse_string() toe the new line by returning | Kenneth R Westerback |
2017-10-11 | Works better when both files in a diff are | Kenneth R Westerback |
2017-10-11 | Eliminate unneeded intermediate variable. Fix | Kenneth R Westerback |
2017-10-11 | Tweak parse_date() again, this time to factor | Kenneth R Westerback |
2017-10-11 | Tweak parse_decimal() and its invocations to emit a | Kenneth R Westerback |
2017-10-11 | Repair printing of classless-static-routes to leases | Kenneth R Westerback |
2017-10-10 | Tweak parse_boolean() to be more like its friends. | Kenneth R Westerback |
2017-10-10 | Tweak parse_cidr() to be more like its friends. | Kenneth R Westerback |
2017-10-09 | Tweak parse_lease_time() to emit a single message on | Kenneth R Westerback |
2017-10-09 | Tweak parse_ip_addr() to emit a single message on | Kenneth R Westerback |
2017-10-08 | Simply parse_date() by trusting strptime() more and omitting | Kenneth R Westerback |
2017-10-05 | tables.c was unhooked from the build a while ago. | Kenneth R Westerback |
2017-10-05 | 'DENY' is a dhcpd-only thing. No need to parse it in | Kenneth R Westerback |
2017-09-29 | don't be silent on auto-allocation failure in write mode. ok millert@ krw@ | Otto Moerbeek |
2017-09-28 | Correct the timeout used when select-timeout is | Kenneth R Westerback |
2017-09-26 | - pfctl always prints warning when flushes ruleset | Alexandr Nedvedicky |
2017-09-22 | Remove the '-u' command line option to | Kenneth R Westerback |
2017-09-21 | Shorten and otherwise tweak the verbiage | Kenneth R Westerback |
2017-09-21 | Fix '-u' option (reject offers that include unknown | Kenneth R Westerback |
2017-09-20 | Fix some spacing. A couple of log_warx() -> log_warn() to | Kenneth R Westerback |
2017-09-20 | Tweak, shorten, use more consistant verbiage. | Kenneth R Westerback |
2017-09-20 | Make log messages more informative by using the | Kenneth R Westerback |
2017-09-20 | Use consistant simple verbiage when SIOC* ioctl's fail. | Kenneth R Westerback |
2017-09-20 | Wrong captilization, long lines. | Kenneth R Westerback |
2017-09-20 | Remove stray %s/ifi->name from fatalx(). | Kenneth R Westerback |
2017-09-20 | Make send_packet() log entries more informative by | Kenneth R Westerback |
2017-09-20 | Nuke a few extraneous blanks. | Kenneth R Westerback |
2017-09-19 | Make send_packet() usage consistent. i.e. don't exit | Kenneth R Westerback |
2017-09-19 | flush_unpriv_ibuf() is now used only once so no | Kenneth R Westerback |
2017-09-18 | Check for failures of exchange_establish_p{1,2}() and call the given | Martin Pieuchot |
2017-09-18 | Missed a log_warnx(). Nuke an extraneous space. | Kenneth R Westerback |
2017-09-17 | Oops. Missed a file. | Kenneth R Westerback |
2017-09-17 | Create global 'log_procname' and set it to '<ifname>' or | Kenneth R Westerback |
2017-09-15 | Use a poll() loop when trying read the default route from | Kenneth R Westerback |
2017-09-15 | Move/add log_procinit() and setproctitle() calls so they reliably work | Kenneth R Westerback |
2017-09-14 | clarify what inet6 autoconf does, mention and link to slaacd(8) | Sebastian Benoit |
2017-09-14 | clarify that slaacd is a client; Xr to rtadvd. feedback/ok benno jmc | Stuart Henderson |
2017-09-14 | Strive to rationalize fatal[x]() usage and | Kenneth R Westerback |
2017-09-09 | Tweak extract_classless_route() to return unsigned int | Kenneth R Westerback |
2017-09-09 | Rework pflogd(8)'s fork+exec model; re-exec the unpriv child, not the | Bryan Steele |
2017-09-08 | Tweak route_in_rtstatic() to return the position of the | Kenneth R Westerback |
2017-09-08 | Bring back the "Exiting" log message in pflogd(8), but do not set | Alexander Bluhm |
2017-09-06 | backout previous diff: | Sebastian Benoit |
2017-09-06 | pflogd(8) currently spams the console on shutdown if syslogd(8) wins the | Bryan Steele |