Age | Commit message (Expand) | Author |
2021-08-30 | Accept dns proposals for the loopback addresses | Klemens Nanni |
2021-08-30 | Fix max nameserver proposals limit | Klemens Nanni |
2021-08-30 | Clarify how dns proposals are replaced not added per interface | Klemens Nanni |
2021-08-30 | INADDR_LOOPBACK check needs htonl(3) to work | Klemens Nanni |
2021-08-30 | INADDR_LOOPBACK check needs htonl(3) to work | Klemens Nanni |
2021-08-29 | nameserver command requires an interface argument | Klemens Nanni |
2021-08-29 | Nuke unused variable and unnecessary initialization. | Kenneth R Westerback |
2021-08-28 | Add hex_octet() so the strtol(..,16) dance is done in just one | Kenneth R Westerback |
2021-08-27 | Replace stray hand-rolled nitems() with nitems(). | Kenneth R Westerback |
2021-08-25 | Two more Capt. Obvious comments go away. | Kenneth R Westerback |
2021-08-25 | Don't use log_procname before it is initialized. In particular | Kenneth R Westerback |
2021-08-25 | Consolidate '-e' edit command parsing into ask_cmd(), simplifying | Kenneth R Westerback |
2021-08-24 | Add an #ifdef DEBUG/#endif chunk that dumps the entire GPT header when | Kenneth R Westerback |
2021-08-24 | When an interface disappears, e.g. when a usb dongle gets unplugged, | Florian Obser |
2021-08-24 | When an interface disappears, e.g. when a usb dongle gets unplugged, | Florian Obser |
2021-08-24 | use Pa for resolv.conf.tail, since there is no longer a man page | Jason McIntyre |
2021-08-24 | make SYNOPSIS match usage to indicate -l is optional in: | Jason McIntyre |
2021-08-24 | A couple more Capt. Obvious comments can go. | Kenneth R Westerback |
2021-08-24 | Trim leading/trailing whitespace from -e input to make command | Kenneth R Westerback |
2021-08-23 | Say which read failed, helps debugging. | Florian Obser |
2021-08-23 | We don't have a config file on the ramdisks; prevents a warning. | Florian Obser |
2021-08-23 | Since we have a config file now we should Xr its manpage. | Florian Obser |
2021-08-18 | Add veb(4) to the list of pseudo devices that can be created. | solene |
2021-08-17 | document 11ac as a valid wireless mode; ok stsp | Jason McIntyre |
2021-08-15 | Don't check & errx() after each and every invocation of | Kenneth R Westerback |
2021-08-14 | Use new val-max-restart: 0 option to stop unwind from trying different | Florian Obser |
2021-08-14 | Fix "no previous prototype" warning | Florian Obser |
2021-08-14 | sync to unbound 1.13.2 | Florian Obser |
2021-08-12 | Oops. Lost a 'nitems()' chunk during last commit. Don't | Kenneth R Westerback |
2021-08-12 | Make it possible to ignore routes or nameservers from a lease as well | Florian Obser |
2021-08-12 | Further reduce cross-file confusion by adding USER_help() and | Kenneth R Westerback |
2021-08-10 | Go back to using Xwrite() during initialization phase to make | Kenneth R Westerback |
2021-08-10 | Eliminate single use 'error' vars by directly | Kenneth R Westerback |
2021-08-07 | style(9) says sort getopt() options and the following switch {} | Kenneth R Westerback |
2021-08-07 | Nuke a few Capt. Obvious comments. | Kenneth R Westerback |
2021-08-07 | Nuke unneeded #include's, one param.h -> types.h. | Kenneth R Westerback |
2021-08-07 | Nuke 'p' that r1.97 snuck into getopt() invocation back in 2015. | Kenneth R Westerback |
2021-08-07 | Comment typo 'mmbr' -> 'mbr'. | Kenneth R Westerback |
2021-08-07 | Go to REBOOTING state when interface config changed on reload. | Florian Obser |
2021-08-06 | Cleanup, clarify and generally polish the MBR/GPT initialization | Kenneth R Westerback |
2021-08-05 | for nameserver usage, show multiple addresses as "address ..."; ok benno | Jason McIntyre |
2021-08-05 | superflous -> superfluous | Theo Buehler |
2021-08-05 | mark up the nameserver command; | Jason McIntyre |
2021-08-05 | sort the new nameserver text; rework it a little; sort SEE ALSO; | Jason McIntyre |
2021-08-04 | reference route(8) new nameserver command. | Sebastian Benoit |
2021-08-04 | Add a new 'nameserver' command to route(8). | Sebastian Benoit |
2021-08-04 | Do not enter a tight INIT -> REQUESTING -> INIT loop when the dhcp | Florian Obser |
2021-08-03 | Increase default data bytes limit for Child SAs to 4 GB. | tobhe |
2021-08-01 | Do not abuse the IMSG_CTL_SEND_REQUEST imsg to transition to | Florian Obser |
2021-07-28 | fix broken small build; ok florian@ | anton |