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