Age | Commit message (Expand) | Author |
2018-07-09 | Zap dead code | kn |
2018-07-09 | Kill fluff about how route(8) is of limited usefulness | Jeremie Courreges-Anglas |
2018-07-09 | Unify and disambiguate various aspects of the terminology, clarify | Ingo Schwarze |
2018-07-09 | No need to mention which memory allocation entry point failed (malloc, | Kenneth R Westerback |
2018-07-09 | Remove array of IMSG type names. | Florian Obser |
2018-07-08 | Be consistent in warn() and log_warn() usage when | Kenneth R Westerback |
2018-07-07 | slaacd is not interested in v4-related route messages so set the address | Stuart Henderson |
2018-07-07 | Add recommended error checks around the use of strtod() in | Kenneth R Westerback |
2018-07-04 | Print the amount of bytes written, as intended, instead of -1 when | Martin Pieuchot |
2018-07-03 | Rephrase a misleading sentence in iked(8), and add a missing | Stefan Sperling |
2018-07-03 | Reduce display_edit() parameter list by one. Just call | Kenneth R Westerback |
2018-07-03 | Nuke some leading spaces and mis-indentations that crept in over the | Kenneth R Westerback |
2018-07-03 | No need for print_unit to be a global. | Kenneth R Westerback |
2018-07-01 | Rework partition offset/size rounding logic, removing it from | Kenneth R Westerback |
2018-07-01 | Retire support for unused RTM_LOCK messages, it's redundant w/ RTM_CHANGE. | Martin Pieuchot |
2018-06-22 | Use __func__ in log_debug calls. | rob |
2018-06-20 | This might have been a good idea 20 years ago but in this day and age | Florian Obser |
2018-06-20 | dhclient.c r1.569 started writing some files before calling daemon(), | Stuart Henderson |
2018-06-18 | Pledge main process now that we have wroute. | Florian Obser |
2018-06-18 | Replace hardcoded constants with defines | kn |
2018-06-13 | Add a cloning direct route to the default route gateway when the | Kenneth R Westerback |
2018-06-11 | Fix an off-by-one line count when using include statements. | denis |
2018-06-07 | add some EXIT STATUS sections; from matthew martin | Jason McIntyre |
2018-06-07 | put ".Re" in the right place; | Jason McIntyre |
2018-06-06 | RFC 8106 obsolteted RFC 6106. | Florian Obser |
2018-06-06 | After pledge the frontend process is only accepting from | Florian Obser |
2018-06-04 | Zap unused sockaddr. | kn |
2018-06-03 | Fix previous by restoring inadvertantly deleted check for | Kenneth R Westerback |
2018-05-28 | Remove unused <sys/param.h> | kn |
2018-05-26 | Add more RFCs; found while preparing BSDCan slides. | Florian Obser |
2018-05-26 | In addition to "on" and "off", allow the audio "record.enable" mixer | Alexandre Ratchov |
2018-05-23 | Some interfaces (e.g. cdce(4)) can't tell if they are connected. They | Kenneth R Westerback |
2018-05-19 | Add '-r', which causes running dhclient to release | Kenneth R Westerback |
2018-05-19 | Revert change that benno apparently commited by mistake and breaks build | Matthieu Herrb |
2018-05-18 | A pf rule with a "on rdomain n" with nonexisting rdomain n will cause an | Sebastian Benoit |
2018-05-18 | merge two ifndef small blocks; no functional change | Florian Obser |
2018-05-18 | dead stores; from llvm scan-build | Florian Obser |
2018-05-18 | typo, pointed out by llvm scan-build, how did this even work though? | Florian Obser |
2018-05-17 | Any IPv4 address change could alter which interface has the active | Kenneth R Westerback |
2018-05-17 | Handle RTM_DELETE of slaacd managed default route by re-inserting it. | Florian Obser |
2018-05-17 | Fully align this with route(8); no need to be different here and might | Florian Obser |
2018-05-17 | Introduce SLAACD_RTA_LABEL define to not use a string constant all | Florian Obser |
2018-05-16 | Always record the client identifier used to obtain a lease. Servers | Kenneth R Westerback |
2018-05-16 | Create all sockets with SOCK_CLOEXEC, we never want to hold on to them | Florian Obser |
2018-05-15 | typo in log message | Florian Obser |
2018-05-15 | drop unused <time.h> | cheloha |
2018-05-12 | Document current behaviour of 'ignore' directive and 'append', | Kenneth R Westerback |
2018-05-12 | log_procnames[] needs to be in sync with slaacd_process enum otherwise | Florian Obser |
2018-05-12 | Make LACP_STATE_BITS accessible to userland | ccardenas |
2018-05-11 | Write out updated dhclient.leases.<if>, /etc/resolv.conf and any -L | Kenneth R Westerback |