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
/
usr.sbin
/
bind
/
lib
Age
Commit message (
Expand
)
Author
2020-02-11
Finish moving of dig(1) to /usr/bin/dig by removing the sources in the
Florian Obser
2020-02-04
iterated_hash is unused
Florian Obser
2020-02-04
bit.h and events.h are unused.
Florian Obser
2020-02-04
lwres no longer deals with lists.
Florian Obser
2020-02-04
Nothing sets DNS_RDATASETATTR_NEGATIVE; remove code dealing with that
Florian Obser
2020-02-04
dig is not generating DS records.
Florian Obser
2020-02-04
keydata.c is unused.
Florian Obser
2020-02-04
soa.c is unused.
Florian Obser
2020-02-04
We are not going to generate nsec or nsec3 RRsets.
Florian Obser
2020-02-04
dig(1) only needs tsig support so we can delete all non-HMAC
Florian Obser
2020-02-04
isc/stat.h is unused
Florian Obser
2020-02-04
just use netdb.h directly
Florian Obser
2020-02-04
Remove unused typedefs that got left behind in previous
Florian Obser
2020-02-04
Get rid of getopt(3) compat code.
Florian Obser
2020-02-04
Remove a bunch of unused functions who access the filesystem and then
Florian Obser
2020-02-04
We are not going to generate sig0 records so we can rip out the
Florian Obser
2020-02-04
Use opendir(3) to not depend on lib/isc/unix/dir.c.
Florian Obser
2020-02-04
unused
Florian Obser
2020-02-04
We are not using aes.
Florian Obser
2020-02-04
Remove unused files.
Florian Obser
2020-01-28
Nuke autohell from orbit. It's the only way to be sure.
Florian Obser
2020-01-28
Switch to Makefile based builds.
Florian Obser
2020-01-28
We only need to be able to parse tsig key files, rip out all the rest
Florian Obser
2020-01-26
Support for queries on ports != 53
Jeremie Courreges-Anglas
2020-01-26
Remove unused code from socket.c
Florian Obser
2020-01-26
reduce isc/stdio to what is used
Florian Obser
2020-01-26
get rid of lib/isc/nothreads
Florian Obser
2020-01-26
Remove now unused unix/file.c and unix/fsaccess.c
Florian Obser
2020-01-26
get rid of lib/isc/nothreads
Florian Obser
2020-01-26
Switch once to isc_boolean_t in preparation of nothreads removal
Florian Obser
2020-01-26
Remove now unused unix/file.c and unix/fsaccess.c
Florian Obser
2020-01-26
We are not going to write keys to disk.
Florian Obser
2020-01-26
Remove unused logging to file.
Florian Obser
2020-01-25
isc_file_isdirwritable is not used (and besides, it uses access() which
Theo de Raadt
2020-01-25
isc/unix/syslog is unused
Florian Obser
2020-01-25
dns/master is unused
Florian Obser
2020-01-25
we are not using rwlocks
Florian Obser
2020-01-25
another chroot tendril
Theo de Raadt
2020-01-24
Oops, one break too many removed; unbreak +tcp.
Florian Obser
2020-01-24
Since we are no longer using config.h we can remove a lot of feature
Florian Obser
2020-01-23
Remove overly complicated set_rcvbuf. Very likely not needed in dig et al.
Florian Obser
2020-01-23
Remove socket types that we are not going to use, like AF_UNIX sockets.
Florian Obser
2020-01-23
We can always create IPv4 and IPv6 sockets.
Florian Obser
2020-01-23
unused
Florian Obser
2020-01-22
config.h and platform.h are unused now
Florian Obser
2020-01-22
unifdef the last config.h bits
Florian Obser
2020-01-22
get rid if ISC_{UN,}LIKELY it's in the way and not useful.
Florian Obser
2020-01-22
Spell out PORT_NONBLOCK as O_NONBLOCK and ISC_SOCKADDR_LEN_T as
Florian Obser
2003-01-20
ISC BIND version 9.2.2rc1
Jakob Schlyter
2020-01-22
eliminate many other possibilities in favor of just using select() here.
Ted Unangst
[next]