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
/
dns
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
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
just use netdb.h directly
Florian Obser
2020-02-04
Remove unused typedefs that got left behind in previous
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
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-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-25
dns/master is unused
Florian Obser
2020-01-25
we are not using rwlocks
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
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
delete version detailing in all libraries; ok tedu florian
Theo de Raadt
2020-01-22
unifdef openssl, specifically with passing this to unifdef(1) and
Florian Obser
2020-01-21
remove mutex.h etc. since this code is now unthreaded.
Ted Unangst
2020-01-21
Whack last remaining LIBRESSL_VERSION_NUMBER check in the C code.
Theo Buehler
2020-01-21
Set --enable-openssl-hash to use digests from libcrypto instead
Theo Buehler
2020-01-20
Rip out custom memory allocator.
Florian Obser
2020-01-20
As millert@ points out we can replace isc_string_touint64 with
Florian Obser
2020-01-20
Do not use a message catalog for error messages.
Florian Obser
2020-01-20
Reduce tsig support to what is needed by dig et al by removing the
Florian Obser
2020-01-20
Remove acl support
Florian Obser
2020-01-18
Cleanup in lib/dns, mostly support bits to run a nameserver which we
Florian Obser
2020-01-09
Use normal int types like int32_t instead of isc_int32_t.
Florian Obser
2020-01-09
Nuke atomics support. This gets rid of 4k lines of code including a bunch
Florian Obser
2020-01-09
avoid use of sprintf, this is 2020
Theo de Raadt
2020-01-09
Replace entropy.c, random.c and an outdated arc4random copy with
Florian Obser
2020-01-09
First round of OPENSSL unifdef:
Florian Obser
2020-01-09
Assorted unifdefs:
Florian Obser
2020-01-09
unifdef gss-api:
Florian Obser
2020-01-09
unifdef pkcs11:
Florian Obser
2020-01-09
unifdef printf and string functions:
Florian Obser
2020-01-07
We are not windows. Minus 500 lines.
Florian Obser
[next]