Age | Commit message (Expand) | Author |
2019-03-31 | Avoid calling dup2(oldd, newd) when oldd == newd. In that case the | YASUOKA Masahiko |
2019-03-15 | Do not accept a control socket if we already have one. | Florian Obser |
2019-03-11 | Make slaacd(8) imsg processing more paranoid. Unexpected size mismatches | pamela |
2019-03-11 | Change fatal() to fatalx() where errno is not set. | pamela |
2019-03-11 | While strtonum(3) does set errno, we already use errstr to show what's | Florian Obser |
2019-03-05 | slaacd doesn't have a config file to reload on hangup. We can ignore | pamela |
2019-03-02 | Introduce the IMSG_DATA_SIZE() macro to replace recurring math on | pamela |
2019-03-01 | trailing whitespace | Florian Obser |
2019-01-22 | PF_ROUTE -> AF_ROUTE in the scattered sock()/setsockopt() calls | Kenneth R Westerback |
2018-08-19 | Call daemon with 0 as first argument so that it changes the cwd to / | Florian Obser |
2018-08-05 | Since -s argument is no longer checked, during reexec, the argv size then must | Ricardo Mestre |
2018-08-04 | Leave the control socket behind on shutdown. It doesn't hurt anyone. | Florian Obser |
2018-07-27 | Have slaacd(8) share information on receiving a MTU advertisement with | bket |
2018-07-27 | Enable slaacd(8) to set MTU on an interface. | bket |
2018-07-23 | When moving between networks slaacd configures new addresses but | Florian Obser |
2018-07-23 | replace references to rtadvd(8) with rad(8) | Florian Obser |
2018-07-23 | Handle duplicate address detection failures. | Florian Obser |
2018-07-09 | Remove array of IMSG type names. | Florian Obser |
2018-07-07 | slaacd is not interested in v4-related route messages so set the address | Stuart Henderson |
2018-06-20 | This might have been a good idea 20 years ago but in this day and age | Florian Obser |
2018-06-18 | Pledge main process now that we have wroute. | Florian Obser |
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-05-26 | Add more RFCs; found while preparing BSDCan slides. | Florian Obser |
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 | 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 | 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-12 | log_procnames[] needs to be in sync with slaacd_process enum otherwise | Florian Obser |
2018-05-02 | sort; | Jason McIntyre |
2018-05-01 | Mention RFC 7217 and RFC 7772 | Florian Obser |
2018-04-26 | Add error handling to unconfuse myself when playing with pledgepath(). | Florian Obser |
2018-04-26 | The frontend tells the main process when the startup is finished so | Florian Obser |
2018-04-26 | Hoist initialisations up; while here tighten not yet working pledge. | Florian Obser |
2018-04-23 | While privacy addresses do just expire and never get renewed we need | Florian Obser |
2018-03-13 | RFC 7217 states (section 5, page 9): | Florian Obser |
2018-03-08 | Back in the history of time, IPv4 had classes of addresses. This was widely | Peter Hessler |
2018-03-07 | RFC 7136 clarifies that the "u" and "g" bits are only significant when | Florian Obser |
2018-02-20 | make sure we've read the lenght bytes before checking the length | Otto Moerbeek |
2018-02-19 | (static) byte buffers are not aligned in any way, malloc the buffer to | Otto Moerbeek |
2018-02-10 | RFC 7217 support for slaacd | Florian Obser |
2017-12-10 | add #ifndef SMALL to slaacd.c as needed to fix 'make release' | Stefan Sperling |
2017-12-10 | Move privileged initialization from frontend to main process. | Florian Obser |
2017-11-04 | Don't keep blindly chugging along when receiving an unexpected imsg, | Florian Obser |
2017-11-03 | There can be multiple default routers sending router advertisements. | Florian Obser |