index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.sbin
/
bind
Age
Commit message (
Expand
)
Author
Files
Lines
2020-02-11
Finish moving of dig(1) to /usr/bin/dig by removing the sources in the
florian
335
-90315
/
+0
2020-02-05
Replace atoi with strtonum for stricter and safer integer parsing.
florian
1
-9
/
+15
2020-02-04
iterated_hash is unused
florian
7
-107
/
+7
2020-02-04
bit.h and events.h are unused.
florian
4
-136
/
+2
2020-02-04
lwres no longer deals with lists.
florian
2
-126
/
+1
2020-02-04
Nothing sets DNS_RDATASETATTR_NEGATIVE; remove code dealing with that
florian
6
-762
/
+5
2020-02-04
dig is not generating DS records.
florian
3
-150
/
+3
2020-02-04
keydata.c is unused.
florian
3
-135
/
+2
2020-02-04
soa.c is unused.
florian
3
-249
/
+2
2020-02-04
We are not going to generate nsec or nsec3 RRsets.
florian
6
-1104
/
+3
2020-02-04
dig(1) only needs tsig support so we can delete all non-HMAC
florian
8
-1663
/
+7
2020-02-04
isc/stat.h is unused
florian
3
-56
/
+2
2020-02-04
just use netdb.h directly
florian
3
-72
/
+9
2020-02-04
Remove unused typedefs that got left behind in previous
florian
12
-152
/
+21
2020-02-04
Get rid of getopt(3) compat code.
florian
5
-295
/
+30
2020-02-04
Remove a bunch of unused functions who access the filesystem and then
florian
8
-416
/
+7
2020-02-04
We are not going to generate sig0 records so we can rip out the
florian
5
-1931
/
+5
2020-02-04
Use opendir(3) to not depend on lib/isc/unix/dir.c.
florian
2
-113
/
+24
2020-02-04
unused
florian
1
-16
/
+0
2020-02-04
We are not using aes.
florian
3
-134
/
+2
2020-02-04
Remove unused files.
florian
5
-49
/
+0
2020-01-28
Nuke autohell from orbit. It's the only way to be sure.
florian
40
-40478
/
+0
2020-01-28
Switch to Makefile based builds.
florian
36
-235
/
+153
2020-01-28
We only need to be able to parse tsig key files, rip out all the rest
florian
9
-5614
/
+99
2020-01-26
Support for queries on ports != 53
jca
4
-7
/
+7
2020-01-26
Remove unused code from socket.c
florian
3
-1229
/
+20
2020-01-26
reduce isc/stdio to what is used
florian
2
-146
/
+2
2020-01-26
get rid of lib/isc/nothreads
florian
19
-429
/
+10
2020-01-26
Switch once to isc_boolean_t in preparation of nothreads removal
florian
5
-47
/
+34
2020-01-26
Remove now unused unix/file.c and unix/fsaccess.c
florian
15
-1419
/
+18
2020-01-26
We are not going to write keys to disk.
florian
6
-732
/
+11
2020-01-26
Remove unused logging to file.
florian
2
-355
/
+4
2020-01-25
unifdef sigchase. It is deprecated and never enabled on openbsd.
florian
5
-2381
/
+2
2020-01-25
isc_file_isdirwritable is not used (and besides, it uses access() which
deraadt
2
-13
/
+2
2020-01-25
The config parser lets us know when the key file can't be found.
florian
1
-4
/
+1
2020-01-25
isc/unix/syslog is unused
florian
5
-134
/
+5
2020-01-25
dns/master is unused
florian
5
-3604
/
+5
2020-01-25
we are not using rwlocks
florian
6
-201
/
+5
2020-01-25
another chroot tendril
deraadt
1
-4
/
+1
2020-01-24
Oops, one break too many removed; unbreak +tcp.
florian
1
-0
/
+1
2020-01-24
Since we are no longer using config.h we can remove a lot of feature
florian
9
-12318
/
+28
2020-01-23
Remove overly complicated set_rcvbuf. Very likely not needed in dig et al.
florian
1
-68
/
+0
2020-01-23
Remove socket types that we are not going to use, like AF_UNIX sockets.
florian
3
-1321
/
+32
2020-01-23
We can always create IPv4 and IPv6 sockets.
florian
3
-496
/
+8
2020-01-23
unused
florian
4
-297
/
+4
2020-01-22
config.h and platform.h are unused now
florian
116
-683
/
+254
2020-01-22
unifdef the last config.h bits
florian
11
-225
/
+5
2020-01-22
get rid if ISC_{UN,}LIKELY it's in the way and not useful.
florian
10
-66
/
+32
2020-01-22
Spell out PORT_NONBLOCK as O_NONBLOCK and ISC_SOCKADDR_LEN_T as
florian
3
-29
/
+14
2020-01-22
eliminate many other possibilities in favor of just using select() here.
tedu
2
-427
/
+0
[next]