summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-03Instead of the custom <div class="manual-text">, use the standardIngo Schwarze
2022-07-03Nm is already definedJob Snijders
2022-07-03Create virtual interfaces upfront if specified on the command lineKlemens Nanni
2022-07-03Implement SVCB and HTTPS record types.Florian Obser
2022-07-03Simplify tls1_ec_nid2group_id()Theo Buehler
2022-07-03Simplify tls1_ec_group_id2{bits,nid}()Theo Buehler
2022-07-02Call certificate variables cert and certs, rather than x and skJoel Sing
2022-07-02Make -s accept HUP like kill(1) and GNU timeout(1) doKlemens Nanni
2022-07-02Use ASN1_INTEGER to parse/build (Z)LONG_itJoel Sing
2022-07-02syncTheo de Raadt
2022-07-02dhclient(8) has been undergoing replacement with "ifconfig xxx inet auto"Theo de Raadt
2022-07-02Remove references to openssl/obj_mac.hJoel Sing
2022-07-02Stop using ssl{_ctx,}_security() outside of ssl_seclevel.cTheo Buehler
2022-07-02Avoid c99 features, come on, this is supposed to be highly portable softwareTheo de Raadt
2022-07-02Adjust to new tls1_ec_nid2group_id API.Theo Buehler
2022-07-02Rename uses 'curve' to 'group' and rework tls1 group API.Theo Buehler
2022-07-02Fix off-by-one in length check.Theo Buehler
2022-07-02remove machine/lock.h where unusedJonathan Gray
2022-07-02Unlock peer in the SOCK_STREAM and SOCK_SEQPACKET error path.Vitaliy Makkoveev
2022-07-02Make tls1_ec_curve_id2nid() return explicit NID_undef instead of 0 on errorTheo Buehler
2009-07-31By popular demand and peer pressure, check-in work in progress work to supportMiod Vallat
2022-07-02Remove unused device poll functions.Visa Hankala
2022-07-02Add /etc/rpki/skiplistDaniel Jakots
2022-07-02syncTheo de Raadt
2022-07-01Remove PIPEXCSESSION ioctl(2) call only from npppd(8).Vitaliy Makkoveev
2022-07-01Make fine grained unix(4) domain sockets locking. Use the per-socketVitaliy Makkoveev
2022-07-01Remove extra line leftover from merge conflict. ok djm@Darren Tucker
2022-07-01use consistent field names (s/char/byte) in format descriptionDamien Miller
2022-07-01bump up loglevel from debug to info when unable to open authorizedDamien Miller
2022-07-01Don't leak the strings allocated by order_hostkeyalgs() andDarren Tucker
2022-07-01Always return allocated strings from the kex filtering so that weDarren Tucker
2022-07-01ignore SIGPIPE earlier in main(), specifically before muxclient()Damien Miller
2022-06-30- do not talk about non-standard conversions, because we are not talkingJason McIntyre
2022-06-30Only have one version of send_rtmsg() which uses struct kroute_full().Claudio Jeker
2022-06-30Reduce allocations and possible failures in uvm_pagermapin/out().Martin Pieuchot
2022-06-30Fix bwfm(4) crash during detach on USB.Stefan Sperling
2022-06-30To figure our whether a large allocation can be grown into thePhilip Guenther
2022-06-30Remove redundant commentsTheo Buehler
2022-06-30Check security level for supported groups.Theo Buehler
2022-06-30As we now have two bios_consdev_t structures, make use of the old oneAnton Lindqvist
2022-06-30Zap trailing spaces to be "mandoc -Tlint ts.1" cleanKlemens Nanni
2022-06-30Allow sysctl mib CTL_NET.PF_INET6 with a length of 3 in PLEDGE_VMINFO.Claudio Jeker
2022-06-30Remove an incorrect KASSERT() introduced in previous.Martin Pieuchot
2022-06-30amd64/pmap: Change the wording of a panic stringMike Larkin
2022-06-30vmm(4): reference count vm's and vcpu'sDave Voutila
2022-06-30Be more explicit in filter-pf-addresses deprication message by mentioningMartijn van Duren
2022-06-30Introduce a blocklist backend and keyword.Martijn van Duren
2022-06-30Rename variable from tls_version to version since it could also beTheo Buehler
2022-06-30Check whether the security level allows session tickets.Theo Buehler
2022-06-30Add checks to ensure we do not initiate or negotiate handshakes withTheo Buehler