openbsd
2021-04-07 kettenisgraphaudio(4)
2021-04-07 kettenisAdd graphaudio(4), a driver to support linking together...
2021-04-07 claudioIn some cases the http process terminates and Theo...
2021-04-07 kettenisAdd support for the fractional dividers for the i2s...
2021-04-07 claudioFree the parser then close the file. Seems like the...
2021-04-07 krw"oldlladddr" -> "oldlladdr" in fatal() verbiage.
2021-04-07 deraadtminor KNF found while hunting for a bug
2021-04-07 nicmRestore previous behaviour so that C-X remains the...
2021-04-07 claudioHandle bind() failure like connect() or socket() failur...
2021-04-07 claudioWhen merging a repo even files to delete can be part...
2021-04-07 nicmAdd a current_file format for the config file being...
2021-04-07 nicmWhen display-message used in config file, show the...
2021-04-07 inoguchiCheck function return value in openssl(1) x509.c
2021-04-07 inoguchiAvoid leak in error path
2021-04-07 nicmFixes for extended keys: 1) allow C-x and C-X to be...
2021-04-07 dlgback out r1.22, ie, don't blindly trim the FCS on rxed...
2021-04-07 jsgdisable POOL_DEBUG for release
2021-04-06 dtuckerAdd TEST_SSH_ELAPSED_TIMES environment variable to...
2021-04-06 djminclude "ssherr.h" not <ssherr.h>; from Balu Gajjala...
2021-04-06 jcahandle_client() doesn't need to return a value
2021-04-06 jcaMissing indentation, ok kn@
2021-04-06 jcaBump APMD_VNO, for the size of struct apm_reply has...
2021-04-06 knMake apm(8) report apmd(8) failure
2021-04-06 knShared semaphores are not supported
2021-04-06 sthenconvert UTF-8 to plain ascii, spotted by florian
2021-04-06 sthenmerge NSD 4.3.6
2021-04-06 sthenmerge NSD 4.3.6
2021-04-06 claudioDo not return when a hash check failed in rrdp_data_han...
2021-04-06 jmcuppercase "HTTP";
2021-04-06 tbuse errx() instead of err()
2021-04-06 tbspaces -> tabs
2021-04-06 tbMention the http client in two places.
2021-04-06 tbminor style tweaks
2021-04-06 knPrint all mount(2) flags in ddb's "show all mounts"
2021-04-06 claudioCleanup http_connect() and make it look more like the...
2021-04-06 claudioMove the http_fail() call out of http_free(). Doing...
2021-04-06 claudioKill unused globals and swap the POLLIN and POLLOUT...
2021-04-06 dtuckerDon't check return value of unsetenv(). It's part...
2021-04-06 jmcuse "braces" consistenly; fastcgi can take multiple...
2021-04-06 dvRestore EPT protection checks on VMX when using VMM_IOC...
2021-04-05 mglockerregen
2021-04-05 mglockerAdd a new quirk flag to not attach video devices which...
2021-04-05 dvImprove rdmsr/wrmsr exit handling for both AMD SVM...
2021-04-05 deraadtminor KNF
2021-04-05 dvSupport booting from compressed kernel images.
2021-04-05 landryugold(4): add support for TEMPerGold & more TEMPerHUM...
2021-04-05 landrysync
2021-04-05 landryAdd 0x413d:0x2107 for various PCSensors TEMPer devices
2021-04-05 ericUntil tls_accept_socket() succeeds, the tls context...
2021-04-05 knSet sysclk before using it
2021-04-05 nicmMove client-detached into server_client_lost so it...
2021-04-05 dtuckerFix typo in debug message. ok kettenis@
2021-04-05 dvSend correct response type on unpause errors.
2021-04-05 patrickRevert slow mode change so that we always use it for...
2021-04-05 nicmFix a couple of edge cases with the jump-back-xxx comma...
2021-04-05 tbDon't leak param->name in x509_verify_param_zero()
2021-04-05 knRemove unused variables
2021-04-04 deraadtleave -beta
2021-04-04 tbAdd missing error check for AES_unwrap_key().
2021-04-04 tbFix two copy paste errors in error messages
2021-04-04 tbAdd tests for DTLSv1_2{,_client,_server}_method()
2021-04-04 deraadt431 is an overlay over 204 (Manitoba)
2021-04-04 tbUse correct type for tmp in test_write_bytes()
2021-04-04 tbExplicitly NULL pointers to avoid a double free.
2021-04-04 tbDon't leak key and dh in the error path.
2021-04-04 tbClean up client and server tls{,_config} contexts in...
2021-04-04 knDocument support subset of conversion specification
2021-04-04 jmcremove stray inserts; from matthias schmidt
2021-04-04 jmcfix spacing issue in macro;
2021-04-04 jmcmissing comma; from kawashima james
2021-04-03 tobheAdd size check for sockaddr mask.
2021-04-03 patrickAdd a guard page between I/O virtual address space...
2021-04-03 patrickExclude the first page from I/O virtual address space...
2021-04-03 tbRun the CMAC tests through EVP_PKEY_new_CMAC_key().
2021-04-03 djmtypos in comments; GHPR#180 from Ville Skyttä
2021-04-03 djmsync CASignatureAlgorithms lists with reality. GHPR...
2021-04-03 djmhighly polished whitespace, mostly fixing spaces-for...
2021-04-03 djmwhitespace (tab after space)
2021-04-03 djmfix incorrect plural; from Ville Skyttä via GHPR#181
2021-04-03 djmensure that pkcs11_del_provider() is called before...
2021-04-03 djmunused variable
2021-04-03 djmFix two problems in string->argv conversion: 1) multipl...
2021-04-02 dvRemove superflouus mmcpy()
2021-04-02 claudioIn http_connect() if the connect was actually successfu...
2021-04-02 deraadtinfo gotten via getnameinfo in http_connect() is not...
2021-04-02 ottoTwo cases of BRE involving counts and backrefs that...
2021-04-02 claudioInclude the default cert.pem file path in tls_load_file...
2021-04-02 inoguchiShow DTLS1.2 message with openssl(1) s_server and s_client
2021-04-02 tbDon't leak the uri of a delta with duplicate serial.
2021-04-02 ericswap rname and mname in debug output, and handle the...
2021-04-02 florianconfigyyrename.h is no longer needed with the switch...
2021-04-02 florianImplement ZONEMD (RFC8976), based on DS (ds_43.c)
2021-04-02 ericif cipher list is not specified for a relay action...
2021-04-02 jmcfix sentence structure;
2021-04-02 jmctweak previous;
2021-04-02 tbfix typo + some whitespace
2021-04-02 tbFix Dale's email address
2021-04-02 deraadtsync
2021-04-02 deraadtdon't put ptys onto the ramdisk media
2021-04-02 tbIndent struct members like everywhere else.
next