Age | Commit message (Expand) | Author |
2023-01-03 | do not mention dhclient as a dhcp route message sender | Theo de Raadt |
2022-12-09 | resolvd: fix leaks of line and fp | Theo Buehler |
2022-12-09 | iovcnt can be zero, writev does not like that and O_CREATE is | Otto Moerbeek |
2022-11-27 | Provide more accurate lock error message | Klemens Nanni |
2022-11-23 | iked(8) is proposing as well | Klemens Nanni |
2022-11-14 | Preserve original order of nameservers | Klemens Nanni |
2022-09-02 | Write /etc/resolv.conf in a more atomic manner. | Florian Obser |
2022-09-01 | At the moment unveil(2) doesn't check the path for bind(2) or connect(2). | Martijn van Duren |
2022-08-29 | Dynamically link these /sbin daemons: dhcpleased, mountd, nfsd, pflogd, | Theo de Raadt |
2022-05-21 | Repair a leak of a FILE. The FILE contains a fd via fdopen(), the | Theo de Raadt |
2021-11-16 | Use size of struct not pointer | Klemens Nanni |
2021-11-15 | Pass sockaddr length to be on the safe side, still | Klemens Nanni |
2021-11-15 | Revert previous | Klemens Nanni |
2021-11-15 | Avoid huge sockaddr_storage | Klemens Nanni |
2021-11-13 | Simplify address family handling, ditch inet_ntop(3) | Klemens Nanni |
2021-11-13 | Install missing scope identifier for IPv6 link-local addresses | Klemens Nanni |
2021-11-11 | resolvd(8) also monitors proposals learned by sppp(4) | Bjorn Ketelaars |
2021-08-31 | shorten some code | Theo de Raadt |
2021-08-30 | Accept dns proposals for the loopback addresses | Klemens Nanni |
2021-08-30 | INADDR_LOOPBACK check needs htonl(3) to work | Klemens Nanni |
2021-08-05 | mark up the nameserver command; | Jason McIntyre |
2021-08-04 | reference route(8) new nameserver command. | Sebastian Benoit |
2021-07-21 | Use exclusive lock under /dev/, silence expected errors in installer | kn |
2021-07-18 | Remove hackery around /tmp/i/resolv.conf*. In particular "lookup file bind" | Theo de Raadt |
2021-07-17 | Ignore unwind socket with kevent(2) under SMALL | kn |
2021-07-16 | The installer plays weird tricks with /etc/resolv.conf and symlinks it | Florian Obser |
2021-05-10 | remove serial number (used during development to observe file rewrites) | Theo de Raadt |
2021-05-02 | Improve documentation. Try to explain the various inputs that result in | Theo de Raadt |
2021-03-19 | Fix function name in warning | kn |
2021-03-03 | Unveil only /etc/resolv.conf and /etc/resolv.conf.new not /etc/ | kn |
2021-03-02 | satisfy older gcc with poor warning generation | Theo de Raadt |
2021-03-02 | requires netinet/in.h | Theo de Raadt |
2021-03-02 | Add missing RCS marker | kn |
2021-03-02 | Do not unveil unused unwind socket under SMALL | kn |
2021-03-01 | typo; from Scott Bennett | Theo de Raadt |
2021-02-27 | ensure local array is same size as global | Theo de Raadt |
2021-02-27 | While I wrote the initial version of resolvd(8) it diverged so much | Florian Obser |
2021-02-26 | Ignore SIGHUP | kn |
2021-02-25 | Typofix | kn |
2021-02-25 | Fix SMALL build | kn |
2021-02-24 | More accurately describe the DNS proposal sources and reaction by resolvd. | Theo de Raadt |
2021-02-24 | fairly significant rewrite, including: | Theo de Raadt |
2021-02-24 | Import resold(8), a daemon to rewrite resolv.conf. | Florian Obser |