summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-02-20Do not leak memory when working out job name in formats.Nicholas Marriott
2018-02-20Call "vmctl stop" on each VM at shutdown, for OpenBSD guests this means theyStuart Henderson
2018-02-20syncStuart Henderson
2018-02-20merge configure.ac from NSD 4.1.19, previously we had an updatedStuart Henderson
2018-02-20tweak previous, with some help from dlg;Jason McIntyre
2018-02-20Set the chain_offset field (same as sgl_offset0, only in 16 byte units)Jonathan Matthew
2018-02-20cisco set the tos on their keepalive packets to ip precedenceDavid Gwynne
2018-02-20add support for vnetflowid.David Gwynne
2018-02-20only allow root to use SIOCSVNETFLOWID.David Gwynne
2018-02-20add support for toggling partitioning a vnetid into a netid and flowidDavid Gwynne
2018-02-20add ioctls to toggle partitioning a vnetid into a netid and flowidDavid Gwynne
2018-02-20add support for setting the tunnel df bit.David Gwynne
2018-02-19Write warning/error messages to stderr and end them with a fullstop.Robert Peichaer
2018-02-19- use specific patterns when looping over /etc/hostname.if filesRobert Peichaer
2018-02-19Support ISO colon-separated SGR.Nicholas Marriott
2018-02-19Merge new RETURN VALUES section; from Paul Yang viaIngo Schwarze
2018-02-19In bio.h rev. 1.33 2018/02/18 12:59:06, tb@ provided BIO_meth_set_gets(3).Ingo Schwarze
2018-02-19In bio.h rev. 1.32 2018/02/18 12:58:25, tb@ providedIngo Schwarze
2018-02-19In rsa.h rev. 1.34 2018/02/18 12:53:46, tb@ provided RSA_get0_factors(3)Ingo Schwarze
2018-02-19In rsa.h rev. 1.33 2018/02/18 12:52:13, tb@ provided RSA_bits(3).Ingo Schwarze
2018-02-19In dh.h rev. 1.20 2018/02/18 12:51:31, tb@ provided DH_set0_pqg(3)Ingo Schwarze
2018-02-19Correctly diff the output of test 32.Martin Pieuchot
2018-02-19Grab solock() inside soconnect2() instead of asserting for it to be held.Martin Pieuchot
2018-02-19In dsa.h rev. 1.25 2018/02/18 12:50:58, tb@ provided DSA_set0_pqg(3)Ingo Schwarze
2018-02-19In evp.h rev. 1.57 2018/02/17 16:54:08,Ingo Schwarze
2018-02-19(static) byte buffers are not aligned in any way, malloc the buffer toOtto Moerbeek
2018-02-19Change some returns into gotos, will help keeping the unlocking pathMartin Pieuchot
2018-02-19Add a default case to a usb_tap() switch statement which mpi@ says willJonathan Gray
2018-02-19Convert sparc64 to MI mutex.Martin Pieuchot
2018-02-19Include <sys/mutex.h> directly instead of relying on other headers toMartin Pieuchot
2018-02-19Directly include sys/mplock.h when needed instead of depending onJonathan Gray
2018-02-19Remove almost unused `flags' argument of suser().Martin Pieuchot
2018-02-19In x509.h rev. 1.29 2018/02/17 15:50:42, jsing@ providedIngo Schwarze
2018-02-19In x509.h rev. 1.29 2018/02/17 15:50:42, jsing@ providedIngo Schwarze
2018-02-19tweak previous;Jason McIntyre
2018-02-19syncJonathan Gray
2018-02-19tunneldf needs ifr_dfDavid Gwynne
2018-02-19emphasise that the hostkey rotation may send key types that the clientDamien Miller
2018-02-19support configuration of fragmentation of the tunnel trafficDavid Gwynne
2018-02-19enable configuration of tunnel fragmentation.David Gwynne
2018-02-19initialise sc_df to 0 in clone create rather than setting sc_ttl badlyDavid Gwynne
2018-02-19add code to support configuration of tunnel traffic fragmentationDavid Gwynne
2018-02-19make sure only root can configure an interface with SIOCSLIFPHYDF.David Gwynne
2018-02-19add support for setting and displaying whether a tunnel allows fragmentationDavid Gwynne
2018-02-19add ioctls for tunnels to configure whether they allow fragmentation or not.David Gwynne
2018-02-19gif carries mpls tooDavid Gwynne
2018-02-18don't allow configuration of non-ipv4 addresses.David Gwynne
2018-02-18In ssl.h rev. 1.139 2018/02/17 15:19:43 and rev. 1.140 2018/02/17 15:32:20,Ingo Schwarze
2018-02-18In ssl.h rev. 1.138 2018/02/17 15:13:12, jsing@ providedIngo Schwarze
2018-02-18zap *_path() functionskn