Age | Commit message (Expand) | Author |
2018-02-20 | Do not leak memory when working out job name in formats. | Nicholas Marriott |
2018-02-20 | Call "vmctl stop" on each VM at shutdown, for OpenBSD guests this means they | Stuart Henderson |
2018-02-20 | sync | Stuart Henderson |
2018-02-20 | merge configure.ac from NSD 4.1.19, previously we had an updated | Stuart Henderson |
2018-02-20 | tweak previous, with some help from dlg; | Jason McIntyre |
2018-02-20 | Set the chain_offset field (same as sgl_offset0, only in 16 byte units) | Jonathan Matthew |
2018-02-20 | cisco set the tos on their keepalive packets to ip precedence | David Gwynne |
2018-02-20 | add support for vnetflowid. | David Gwynne |
2018-02-20 | only allow root to use SIOCSVNETFLOWID. | David Gwynne |
2018-02-20 | add support for toggling partitioning a vnetid into a netid and flowid | David Gwynne |
2018-02-20 | add ioctls to toggle partitioning a vnetid into a netid and flowid | David Gwynne |
2018-02-20 | add support for setting the tunnel df bit. | David Gwynne |
2018-02-19 | Write 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 files | Robert Peichaer |
2018-02-19 | Support ISO colon-separated SGR. | Nicholas Marriott |
2018-02-19 | Merge new RETURN VALUES section; from Paul Yang via | Ingo Schwarze |
2018-02-19 | In bio.h rev. 1.33 2018/02/18 12:59:06, tb@ provided BIO_meth_set_gets(3). | Ingo Schwarze |
2018-02-19 | In bio.h rev. 1.32 2018/02/18 12:58:25, tb@ provided | Ingo Schwarze |
2018-02-19 | In rsa.h rev. 1.34 2018/02/18 12:53:46, tb@ provided RSA_get0_factors(3) | Ingo Schwarze |
2018-02-19 | In rsa.h rev. 1.33 2018/02/18 12:52:13, tb@ provided RSA_bits(3). | Ingo Schwarze |
2018-02-19 | In dh.h rev. 1.20 2018/02/18 12:51:31, tb@ provided DH_set0_pqg(3) | Ingo Schwarze |
2018-02-19 | Correctly diff the output of test 32. | Martin Pieuchot |
2018-02-19 | Grab solock() inside soconnect2() instead of asserting for it to be held. | Martin Pieuchot |
2018-02-19 | In dsa.h rev. 1.25 2018/02/18 12:50:58, tb@ provided DSA_set0_pqg(3) | Ingo Schwarze |
2018-02-19 | In 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 to | Otto Moerbeek |
2018-02-19 | Change some returns into gotos, will help keeping the unlocking path | Martin Pieuchot |
2018-02-19 | Add a default case to a usb_tap() switch statement which mpi@ says will | Jonathan Gray |
2018-02-19 | Convert sparc64 to MI mutex. | Martin Pieuchot |
2018-02-19 | Include <sys/mutex.h> directly instead of relying on other headers to | Martin Pieuchot |
2018-02-19 | Directly include sys/mplock.h when needed instead of depending on | Jonathan Gray |
2018-02-19 | Remove almost unused `flags' argument of suser(). | Martin Pieuchot |
2018-02-19 | In x509.h rev. 1.29 2018/02/17 15:50:42, jsing@ provided | Ingo Schwarze |
2018-02-19 | In x509.h rev. 1.29 2018/02/17 15:50:42, jsing@ provided | Ingo Schwarze |
2018-02-19 | tweak previous; | Jason McIntyre |
2018-02-19 | sync | Jonathan Gray |
2018-02-19 | tunneldf needs ifr_df | David Gwynne |
2018-02-19 | emphasise that the hostkey rotation may send key types that the client | Damien Miller |
2018-02-19 | support configuration of fragmentation of the tunnel traffic | David Gwynne |
2018-02-19 | enable configuration of tunnel fragmentation. | David Gwynne |
2018-02-19 | initialise sc_df to 0 in clone create rather than setting sc_ttl badly | David Gwynne |
2018-02-19 | add code to support configuration of tunnel traffic fragmentation | David Gwynne |
2018-02-19 | make sure only root can configure an interface with SIOCSLIFPHYDF. | David Gwynne |
2018-02-19 | add support for setting and displaying whether a tunnel allows fragmentation | David Gwynne |
2018-02-19 | add ioctls for tunnels to configure whether they allow fragmentation or not. | David Gwynne |
2018-02-19 | gif carries mpls too | David Gwynne |
2018-02-18 | don't allow configuration of non-ipv4 addresses. | David Gwynne |
2018-02-18 | In 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-18 | In ssl.h rev. 1.138 2018/02/17 15:13:12, jsing@ provided | Ingo Schwarze |
2018-02-18 | zap *_path() functions | kn |