summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-15We have sockaddr_storage these days, get rid of isc_sockaddr_t.Florian Obser
2020-09-15The various sockaddr structures have length fields these days.Florian Obser
2020-09-15grow amd64 ramdisk_cd.......Theo de Raadt
2020-09-15Make sure variable assignments are followed by '\', otherwisetobhe
2020-09-15consistently format/word the function documentationJasper Lievisse Adriaanse
2020-09-15s/sizeof(ipaddress)/sizeof(*ipaddress)/gMartijn van Duren
2020-09-15add more verbiage to the font descriptionJasper Lievisse Adriaanse
2020-09-15Register agentx port 705 in services.Martijn van Duren
2020-09-15Mop up the get_ssl_method function pointer.Joel Sing
2020-09-15oops incomplete variable rename prevented compile, hit by sthenTheo de Raadt
2020-09-15Fix a dead store and a wrong-level NULL-check.Martijn van Duren
2020-09-15we no longer need isc_netaddr_tFlorian Obser
2020-09-15remove 3 unused protos; ok florianTheo de Raadt
2020-09-15rewrite generating of IPv6 reverse names, lets us get rid of byaddr.Florian Obser
2020-09-15move islinklocal, ismulticast, issitelocal from netaddr to sockaddrFlorian Obser
2020-09-15Stop using %r13 as the per-cpu register in the kernel. SinceMark Kettenis
2020-09-15Fix botched conversion. This was not converted from parse_uint() whichFlorian Obser
2020-09-15Remove igetnext prototype for the function does not exist.Kevin Lo
2020-09-15add tests for PKG_CONFIG_SYSTEM_INCLUDE_PATHJasper Lievisse Adriaanse
2020-09-15bump version to 0.29.2, of the changes upstream made between 0.29.1 and 0.29.2Jasper Lievisse Adriaanse
2020-09-15Test botan TLS client with libressl, openssl, openssl11 server.Alexander Bluhm
2020-09-14Established TCP and TLS sockets of syslogd did stay open foreverAlexander Bluhm
2020-09-14Since the issues with calling uvm_map_inentry_fix() without holding theMark Kettenis
2020-09-14emuinstr() proto dies also after emul.c cleanup; from miodTheo de Raadt
2020-09-14Do the uvm_map_inentry() check in data_abort() after we have done the branchMark Kettenis
2020-09-14Briefly document default boot disk behaviourkn
2020-09-14Ensure the SH_(TRA)) register is read before a potential sleep in trap()Theo de Raadt
2020-09-14When emulating reading from cr26 and cr27 on PCXS, simply set cr26 to zeroMark Kettenis
2020-09-14add three static probes for vfs: cleaner, bufcache_take and bufcache_rel.Jasper Lievisse Adriaanse
2020-09-14add support for '&' and '|' operators in btrace scriptsJasper Lievisse Adriaanse
2020-09-14No need to check for SDEV_DYING as the first thing in both branches of anKenneth R Westerback
2020-09-14Move state initialisation from SSL_clear() to ssl3_clear().Joel Sing
2020-09-14Fix handling of user names containing '@' symbols.Todd C. Miller
2020-09-14Cleanup and simplify SSL_set_session().Joel Sing
2020-09-14perform the uvm_map_inentry() after the data_aborts handlers are executedTheo de Raadt
2020-09-14Typofixkn
2020-09-14Avoid NULL deref SSL_{,CTX_}set_ciphersuitesTheo Buehler
2020-09-14We need to be able to provide contact information to use theFlorian Obser
2020-09-14Relax parsing of pem files a bit. Apparently there are CAs that useFlorian Obser
2020-09-14Use more specific regex for ktrace to avoid false positives.Alexander Bluhm
2020-09-14umstc_intr is not in process context when adjusting wscons brightness. When b...Theo de Raadt
2020-09-14Allow snmp mibtree to take one or more arguments who will be converted toMartijn van Duren
2020-09-14Do not bother scanning file systems that are both nodev and nosuidIngo Schwarze
2020-09-14simplify RETURN VALUES for x509_verify(3) after beck@ made the rulesIngo Schwarze
2020-09-14Report what's wrong when account creation fails instead of a genericFlorian Obser
2020-09-14Delete some emulator code which has never been used on 64 bit sparcTheo de Raadt
2020-09-14Document "pki" option for relay delivery too; from Nick GassonTodd C. Miller
2020-09-14similar to fix by kettenis on amd64:Theo de Raadt
2020-09-14The uvm_map_inentry() check may sleep to grab the lock of the map.Mark Kettenis
2020-09-14Add initial man page for new x509_verify chain validatorBob Beck