summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-02-08Update regress to use tlsext_serverhello_parse().Joel Sing
2018-02-08Complete the TLS extension rewrite on the client-side.Joel Sing
2018-02-08Convert option handling for openssl(1) genpkey.Joel Sing
2018-02-08Update regress to match change to tls_keypair_pubkey_hash().Joel Sing
2018-02-08Have tls_keypair_pubkey_hash() call tls_keypair_load_cert() instead ofJoel Sing
2018-02-08Add a regress test that covers libtls keypairs.Joel Sing
2018-02-08Tweak compiler flags to include -DLIBRESSL_INTERNAL and make more warningsJoel Sing
2018-02-08Ensure that tls_keypair_clear() clears the OCSP staple and pubkey hash.Joel Sing
2018-02-08Do not bother NULLing pointers in a struct that is about to be freed.Joel Sing
2018-02-08Do not hardcode key length. Pointed out by jsing@mortimer
2018-02-08After flushing disks, try again to release all memory. We don't need toTheo de Raadt
2018-02-08Toss all releaseable memory, because fragmentation can get in the wayTheo de Raadt
2018-02-08Use a temporary chacha instance to fill large randomdata sections. Avoidsmortimer
2018-02-08make the watermarks/thresholds for entering and leaving syncookie mode whenHenning Brauer
2018-02-08give jmc another chance to "fix previous" - document syncookiesHenning Brauer
2018-02-08recognise gre proto 0 as a "keep alive" packetDavid Gwynne
2018-02-08some helpers to check verbose/quiet modeDamien Miller
2018-02-08Don't update first_sending in state_selecting() and thusKenneth R Westerback
2018-02-08Move tls_keypair_pubkey_hash() to the keypair file.Joel Sing
2018-02-08Avoid a memory leak that results when the same tls_config is reused.Joel Sing
2018-02-08Assert tedu's copyright since some of the code moved here is his.Joel Sing
2018-02-08Add the order keyword to systat global command interpreter.Martijn van Duren
2018-02-08sr_quiesce() is a new approach for ensuring that softraid drainsTheo de Raadt
2018-02-08Split keypair handling out into its own file - it had already appearedJoel Sing
2018-02-08Move bwfm(4) from ifq begin/commit/rollback semantics to the newerPatrick Wildt
2018-02-08gre doesnt need ifmediaDavid Gwynne
2018-02-08reintroduce support for keepalives.David Gwynne
2018-02-08Rename struct umac_ctx to umac128_ctx too. In portable some linkersDarren Tucker
2018-02-08show current synflood detection watermarks in pfctl -vsi, for the lackHenning Brauer
2018-02-08add DIOCGETSYNFLWATS to get current synflood detection watermarks,Henning Brauer
2018-02-08Invalidate the tag_files.tfd after fclose(3)ing the stram associated withTheo Buehler
2018-02-08Bump the read sockbuf of the routing socket to 2MB, may help reduce some ofClaudio Jeker
2018-02-08Bump the read sockbuf of the routing socket to 2MB, may help reduce some ofClaudio Jeker
2018-02-07rename var 's' -> 'fd' to ease finding it in a long functionRichard Procter
2018-02-07eliminate close()/fclose() dance.Richard Procter
2018-02-07ssh_free checks for and handles NULL args, remove NULL checks from remainingDarren Tucker
2018-02-07comment change only. ok bluhm@Richard Procter
2018-02-07add SIOCSETKALIVE to the list of ioctls that need root and NET_LOCKDavid Gwynne
2018-02-07Sporadically the network over gem(4) interface hang on sparc64 andAlexander Bluhm
2018-02-07update the gre driver.David Gwynne
2018-02-07dcoppa@ and bluhm@ noted that i accidentally removed POOL_DEBUGDavid Gwynne
2018-02-07Outsource setting the backplane window into a specific function so itPatrick Wildt
2018-02-07Move parsing the BCDC header on RX into a protocol specific RXPatrick Wildt
2018-02-07Move parsing the BCDC header on RX into a protocol specific RXPatrick Wildt
2018-02-07Move SDIO bus and protocol definitions from the shared headerPatrick Wildt
2018-02-07Add helper to find out if the chip supports Save/Restore. Will be usedPatrick Wildt
2018-02-07the SETUIDSCRIPTS define is no longer needed since the code was unifdefTed Unangst
2018-02-07In man(7) and cat pages, cut off excessive one line descriptions.Ingo Schwarze
2018-02-07slightly reduce the difficulty of the adventure game that is readingTed Unangst
2018-02-07Fix the mandoc_strndup() utility function. All existing callers seemIngo Schwarze