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
/
bin
/
dig
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Finish moving of dig(1) to /usr/bin/dig by removing the sources in the
florian
2020-02-11
9
-9523
/
+0
*
Replace atoi with strtonum for stricter and safer integer parsing.
florian
2020-02-05
1
-9
/
+15
*
just use netdb.h directly
florian
2020-02-04
1
-14
/
+7
*
Remove unused typedefs that got left behind in previous
florian
2020-02-04
1
-4
/
+2
*
Get rid of getopt(3) compat code.
florian
2020-02-04
2
-31
/
+28
*
Nuke autohell from orbit. It's the only way to be sure.
florian
2020-01-28
1
-111
/
+0
*
Switch to Makefile based builds.
florian
2020-01-28
6
-13
/
+28
*
Support for queries on ports != 53
jca
2020-01-26
3
-5
/
+5
*
Remove now unused unix/file.c and unix/fsaccess.c
florian
2020-01-26
1
-2
/
+2
*
unifdef sigchase. It is deprecated and never enabled on openbsd.
florian
2020-01-25
5
-2381
/
+2
*
The config parser lets us know when the key file can't be found.
florian
2020-01-25
1
-4
/
+1
*
Since we are no longer using config.h we can remove a lot of feature
florian
2020-01-24
1
-9
/
+7
*
We can always create IPv4 and IPv6 sockets.
florian
2020-01-23
1
-13
/
+3
*
config.h and platform.h are unused now
florian
2020-01-22
4
-7
/
+7
*
unifdef the last config.h bits
florian
2020-01-22
2
-5
/
+1
*
remove mutex.h etc. since this code is now unthreaded.
tedu
2020-01-21
1
-55
/
+1
*
remove -m from usage();
jmc
2020-01-21
1
-2
/
+2
*
We no longer support "memory usage" debugging.
florian
2020-01-20
1
-5
/
+3
*
Rip out custom memory allocator.
florian
2020-01-20
5
-160
/
+110
*
As millert@ points out we can replace isc_string_touint64 with
florian
2020-01-20
4
-6
/
+6
*
Fix a address family desynchronisation between lwres_conf and
florian
2020-01-20
1
-2
/
+8
*
Reduce tsig support to what is needed by dig et al by removing the
florian
2020-01-20
1
-4
/
+4
*
Handle documentation of the remaining, more complicated defaults
schwarze
2020-01-10
2
-32
/
+32
*
Remove readline support from nslookup.
florian
2020-01-09
1
-26
/
+0
*
Use normal int types like int32_t instead of isc_int32_t.
florian
2020-01-09
5
-54
/
+54
*
We use __dead for functions that do not return.
florian
2020-01-09
3
-9
/
+9
*
Replace entropy.c, random.c and an outdated arc4random copy with
florian
2020-01-09
1
-19
/
+8
*
unifdef WITH_IDN; prodding deraadt@
florian
2020-01-09
4
-224
/
+2
*
Assorted unifdefs:
florian
2020-01-09
3
-38
/
+2
*
unifdef pkcs11:
florian
2020-01-09
2
-28
/
+4
*
unifdef printf and string functions:
florian
2020-01-09
5
-13
/
+13
*
Remove backtrace support. Minus 800 lines.
florian
2020-01-07
1
-2
/
+1
*
We are not windows. Minus 500 lines.
florian
2020-01-07
1
-15
/
+1
*
Remove thread support. Minus 4k lines.
florian
2020-01-07
1
-5
/
+1
*
We don't need libbind9 if we remove a thick wrapper around getaddrinfo
florian
2020-01-06
2
-12
/
+70
*
We only need the config parser from liblwres.
florian
2020-01-06
1
-33
/
+8
*
document the defaults for several query options;
schwarze
2020-01-06
1
-15
/
+13
*
Jason suggested that stating defaults with a postfix "(on/off by default)"
schwarze
2020-01-04
1
-74
/
+32
*
Avoid the misleading term "toggle". There are no query options
schwarze
2020-01-04
1
-12
/
+19
*
Correct information about default options: by default, +besteffort
schwarze
2020-01-02
1
-4
/
+6
*
another simple case of a default that i missed: +adflag
schwarze
2020-01-02
1
-2
/
+3
*
jmc@ suggested to just say "The default is +opt" rather than repeating
schwarze
2020-01-02
1
-27
/
+53
*
simple markup fixes:
schwarze
2020-01-02
1
-25
/
+45
*
Correct the markup of option arguments involving = signs.
schwarze
2020-01-02
1
-9
/
+10
*
manual page: drop +sit because it is merely a deprecated alias for +cookie
schwarze
2020-01-02
2
-39
/
+18
*
totally sync the manpage queryopts with usage(); i've adopted the usage
jmc
2019-12-31
2
-40
/
+42
*
tidy up the query options list, sync it as best as possible with usage,
jmc
2019-12-30
1
-99
/
+56
*
add a list of valid queryopts to usage, and change "dig -h" to just display
jmc
2019-12-30
2
-102
/
+16
*
tidy up the page;
jmc
2019-12-27
1
-95
/
+81
*
use a standard synopsis/usage() layout, and tidy up the man page a little;
jmc
2019-12-27
2
-97
/
+62
[next]