index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sbin
/
resolvd
Age
Commit message (
Expand
)
Author
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