Age | Commit message (Expand) | Author |
2017-05-28 | Elegant and reliable link status checking courtesy of mpi@. | Kenneth R Westerback |
2017-05-26 | Move logic to set default client-identifier into a | Kenneth R Westerback |
2017-05-26 | Whitespace rectification of a couple of mis-indentations. | Kenneth R Westerback |
2017-05-26 | Move the two loops through the leases file | Kenneth R Westerback |
2017-04-19 | Switch base tools from /dev/bpf0 to /dev/bpf. Now that /dev/bpf has been | Martin Natano |
2017-04-18 | Tweak parameters to decode_*, add a check or two, and thus gain most of the | Kenneth R Westerback |
2017-04-18 | After 11 years of pondering about it I think that brookdavis@freebsd.org | Kenneth R Westerback |
2017-04-12 | RTM_PROTO3 messages should not trigger a resolv.conf check. | Kenneth R Westerback |
2017-04-12 | Shuffle another function. | Kenneth R Westerback |
2017-04-11 | Shuffle route/interface changing functions together into kroute.c. Try to | Kenneth R Westerback |
2017-04-11 | Fold priv_write_file() into its only remaining user | Kenneth R Westerback |
2017-04-10 | Rework -L logic to use the idiom used in handling the leases file. | Kenneth R Westerback |
2017-04-09 | Seven casts, a couple of tweaks and CFLAGS+=-Wsign-compare for the | Kenneth R Westerback |
2017-04-08 | Reduce the overburden of signed vs unsigned comparisons by sprinkling | Kenneth R Westerback |
2017-04-08 | Replace another snprintf() dance with easier to read code using | Kenneth R Westerback |
2017-04-08 | Replace a mess of snprintf() dances with easier to read code using | Kenneth R Westerback |
2017-04-07 | Simply decoding of domain search option. No intentional functional | Kenneth R Westerback |
2017-04-06 | Inspired by recent dhcrelay(8) changes add some stricter CFLAGS. No code | Kenneth R Westerback |
2017-04-05 | Shuffle sendhup() into dispatch.c, the only place it is used. | Kenneth R Westerback |
2017-04-04 | Send a RTM_PROPOSAL to clear out other dhclient instances on startup. | Kenneth R Westerback |
2017-04-04 | Treat SSID's like the 0 to 32 bytes of uint8_t data that they really | Kenneth R Westerback |
2017-04-03 | Change parse_string() to take an optional integer pointer that can | Kenneth R Westerback |
2017-04-03 | Simplify read_string() to just read the characters between the '"'s. | Kenneth R Westerback |
2017-04-03 | Tweak parse_string() to not consume the ';'. Simplifies/shortens | Kenneth R Westerback |
2017-04-03 | Tweak 'expecting' parse_warn() messages to be more consistent. | Kenneth R Westerback |
2017-04-02 | Change parse_string() warning from "filename must be a string" to | Kenneth R Westerback |
2017-03-26 | Fix dhclient vis/unvis of strings stored in the leases file. | Kenneth R Westerback |
2017-03-21 | From a syslog perspective it does not make sense to log fatal and | Alexander Bluhm |
2017-03-08 | Shuffle, shuffle, shuffle. | Kenneth R Westerback |
2017-03-08 | Shuffle, shuffle, shuffle. | Kenneth R Westerback |
2017-03-08 | Shuffle, shuffle, shuffle. | Kenneth R Westerback |
2017-03-08 | Shuffle another bit of code closer to its friends. | Kenneth R Westerback |
2017-03-08 | Stray #endif w/o comment. | Kenneth R Westerback |
2017-03-08 | Move a line of code to group together code that will be mediated | Kenneth R Westerback |
2017-03-08 | Move ROUNDUP() to top of file, outside of warring #ifdef's to come. | Kenneth R Westerback |
2017-03-08 | Shuffle some functions around to group together functions that will | Kenneth R Westerback |
2017-03-08 | Split a declaration to make the later insertion of #ifdef easier. | Kenneth R Westerback |
2017-03-08 | Shuffle some declarations. Both more style(9)'ish and make future diff | Kenneth R Westerback |
2017-03-08 | Add comments to #endif's to allow easy differentiation between many | Kenneth R Westerback |
2017-02-15 | Use new log.[ch] functions in parse_warn(). | Kenneth R Westerback |
2017-02-15 | Adopt the common verbiage other log.[ch] daemons use to describe '-d'. | Kenneth R Westerback |
2017-02-14 | fatalx() prepends 'fatal in _progname:'. So eliminate redundant | Kenneth R Westerback |
2017-02-12 | Eliminate most strerror() invocations by using log_warn() and fatal() | Kenneth R Westerback |
2017-02-12 | Adjust lines that are too long. | Kenneth R Westerback |
2017-02-12 | Remove now unused file. | Kenneth R Westerback |
2017-02-12 | Switch from 'legacy' errwarn.c to standard daemon logging functions. | Kenneth R Westerback |
2017-02-11 | Move parse_warning() into parse.c to prepare to replace errwarn.c | Kenneth R Westerback |
2017-02-02 | grammar fix; from tinker | Jason McIntyre |
2017-01-23 | Keep socket open from startup, and reuse for SIOCGIFFLAGS later on, | Theo de Raadt |
2016-11-25 | Nuke the DHO_ROUTERS and DHO_STATIC_ROUTES options from the effective | Kenneth R Westerback |