openbsd
2022-07-20 mbuhlAdd a pool for the allocation of the pf_anchor struct.
2022-07-20 jsingRemove tls_buffer_set_data() and remove/revise callers.
2022-07-20 jsingCorrect server-side handling of TLSv1.3 key updates.
2022-07-20 deraadtthe _pad_ system calls from 2021/12/23 can go away
2022-07-20 deraadtsync
2022-07-20 deraadtthe _pad_ system calls from 2021/12/23 can go away
2022-07-20 djmssh-keygen: fix touch prompt, pin retries;
2022-07-20 djmsk-usbhid: preserve error code returned by key_lookup()
2022-07-20 djmcrank SSH_SK_VERSION_MAJOR to match
2022-07-20 djmwhen enrolling a resident key on a security token,...
2022-07-20 djmpull passphrase reading and confirmation into a separat...
2022-07-19 jmatthewFix up tx ring slot calculations so we store the mbuf...
2022-07-19 tbzap trailing spaces
2022-07-19 tbfix indent
2022-07-19 martijnObjects are only set to ready if both their parent...
2022-07-19 tbRegenerate golden numbers due to RC4-MD5 now being...
2022-07-19 tbDisallow MD5 and SHA-1 HMACs depending on the security...
2022-07-19 claudioAdd log_debug() and pt_getaddr() dummy functions becaus...
2022-07-19 tbAvoid unnecessary loops in BN_generate_prime_ex()
2022-07-19 tbDocument -tls1_{1,2,3} in openssl ciphers
2022-07-19 tbAllow displaying ciphers according to protocol version
2022-07-19 claudioDo a minimal check that the passed in option is inside...
2022-07-19 claudioUse kf for all struct kroute_full variables. Makes...
2022-07-19 claudioUse sysctl CTL_NET.PF_INET6 to check if IPv6 is availab...
2022-07-19 nicmDo not ignore the "off" flag when checking if a pane...
2022-07-19 nicmProcess modifiers as bits rather than using a switch...
2022-07-19 nicmFix memory leak, from Gabriel Souza Franco.
2022-07-18 deraadtuse syntax which more acceptable to older compilers
2022-07-18 tobheCheck if there is a locally cached nameserver to send...
2022-07-18 jcaRestrict pledge("vminfo") callers to read-only swapctl...
2022-07-18 deraadtDelete the YPACTIVE toggling code when "getpw" code...
2022-07-18 krwSynch 'help' command descriptions with man page descrip...
2022-07-18 claudioRemove warning messages that add nothing in the situati...
2022-07-18 krw'quit' and 'exit' descriptions were reversed.
2022-07-18 visaCompile octeon kernels with -march=mips64r2
2022-07-18 mvsRemove locks description duplicate. No functional changes.
2022-07-18 claudioDo not fatalx() when calculating the dmetric and the...
2022-07-18 tbRevert accidental commit
2022-07-18 tbAdd comments to explain the magic numbers 57 and 58
2022-07-18 tbAvoid sending the QUIC transport parameters extension...
2022-07-18 deraadtthe domainname is under root control, but because we...
2022-07-18 deraadtFor opening up the bindings file in ypconnect(2), bail...
2022-07-18 deraadtypbinding should not be intrude to application namespace.
2022-07-18 deraadtuse same way of reporting error as yp_bind.c
2022-07-17 knHandle X509_check_purpose(3) and EVP_get_digestbyobj(3)
2022-07-17 kettenisRevert the changes made in rev 1.82. It is important...
2022-07-17 knAdd initial support for ESSCertIDv2 verification
2022-07-17 jsingDisable TLSv1.3 middlebox compatibility mode for QUIC...
2022-07-17 jsingPass SSL pointer to tls13_ctx_new().
2022-07-17 jsingRevise regress for QUIC transport parameters TLS extension.
2022-07-17 jsingCorrect handling of QUIC transport parameters extension.
2022-07-17 jsingProvide SSL_is_quic()
2022-07-17 jsingCorrect TLSEXT_TYPE_quic_transport_parameters message...
2022-07-17 jsingCorrect value for TLSEXT_TYPE_quic_transport_parameters
2022-07-17 krwModernize and cleanse fdisk.8, making it more concise and
2022-07-17 jsginfromation -> information
2022-07-17 jsgadd section to mmap Xr
2022-07-17 jsgsync with arm64.html
2022-07-17 jsgAESCGM -> AESGCM
2022-07-17 jsgorder sysctl(2) Xr by section
2022-07-17 jsgampiic -> apliic
2022-07-17 jmcfix a macro, and "new sentence, new line";
2022-07-17 deraadtbackout last step: the path checks are too strong until...
2022-07-17 deraadtsync
2022-07-17 deraadt/var/run/ypbind.lock doesn't need to be forcefully...
2022-07-17 deraadtthe PLEDGE_YPACTIVE "hack" bit related to "getpw" pledg...
2022-07-17 deraadtDelete mention of the old /var/run/ypbind.lock hack.
2022-07-17 deraadt/var/run/ypbind.lock doesn't need to be created with...
2022-07-17 deraadtsince yp_bind() and yp_all() don't use open, fstat...
2022-07-17 deraadtRather than opening the binding file, checking for...
2022-07-17 deraadtAdd ypconnect(2) stub inside libc so that libc function...
2022-07-17 deraadtadd ypconnect(2) manual page
2022-07-16 knAdd ESSCertIDv2 stack macros
2022-07-16 knAdd ESSCertIDv2 ASN.1 boilerplate
2022-07-16 knAdd NID for signingCertificateV2
2022-07-16 knAvoid direct X509 structure access
2022-07-16 bluhmTo fix an KASSERT(la != NULL) panic in ARP, protect...
2022-07-16 knZap duplicate ERR_load_TS_strings() prototype
2022-07-16 kettenisFix IPIs on systems with multiple clusters where the...
2022-07-16 kettenisFix previous commit. We need to enable the new "halt...
2022-07-16 kettenisAdd support for using the power button to wake up from...
2022-07-16 ratchovBump libsndio pkg-config version to 1.9.0
2022-07-16 tbRevert previous. The added includes were already there...
2022-07-15 mvsIntroduce fine grained pipex(4) locking. Use per-sessio...
2022-07-15 deraadtfix typos in previous
2022-07-15 kettenisImplement support for framebuffers that don't start...
2022-07-15 deraadtAdd a new clnt*_control CLSET_CONNECTED, which says...
2022-07-15 deraadtAllow ypconnect() in "getpw"
2022-07-15 deraadtsync
2022-07-15 deraadtpledge "getpw" would notice access to /var/run/ypbind...
2022-07-15 kettenisUse db_rint() to make it possible to enter ddb(4) by...
2022-07-15 deraadtOnce a ypserv is discovered we know the remote UDP...
2022-07-15 tbMissing xhcivar.h bit that should have gone with xhci...
2022-07-15 kettenisUse a separate varaible to signal a "dead" controller...
2022-07-15 tbExpand the comment explaining the for loop with bn_luca...
2022-07-15 tbComment for factorization of n - 1 = k * 2^s in bn_mill...
2022-07-15 tbRename is_perfect_square to out_perfect in prototype...
2022-07-14 kettenisAdd sxirintc(4), a driver for the "wake up" interrupt...
2022-07-14 florianWhen the autoconf flag flaps around we might end up...
2022-07-14 tbZap trailing whitespace
next