Age | Commit message (Expand) | Author |
2017-05-08 | Add a compatibility shim for older pfctl binaries | Mike Belopuhov |
2017-05-08 | Use C99 types and add a couple of missing macros needed for ctfconvert(1). | Martin Pieuchot |
2017-05-08 | Only test the mirror if it's remote (and not a local directory). | Antoine Jacoutot |
2017-05-08 | Unifed PMAP_UAREA, unused since we stopped supporting ARM < v7. | Martin Pieuchot |
2017-05-08 | Make netstat(8) always ask for IPv6 multicast routing information. Worst | Rafael Zalamena |
2017-05-08 | Sync nfs_connect() w/ sys_connect(). | Martin Pieuchot |
2017-05-08 | Adds functions to read and write state of devices in vmd. | Reyk Floeter |
2017-05-08 | Fix issues with iwm(4) firmware's retry rate table: | Stefan Sperling |
2017-05-08 | Added initial IPv6 multicast routing support for multiple rdomains: | Rafael Zalamena |
2017-05-08 | make requesting bad ECDSA bits yield the same error (SSH_ERR_KEY_LENGTH) | Damien Miller |
2017-05-08 | fix for new SSH_ERR_KEY_LENGTH error value | Damien Miller |
2017-05-08 | helps if I commit the correct version of the file. fix missing | Damien Miller |
2017-05-08 | BUF_MEM_grow_clean() returns an int, not a size_t. Humourously, on success | Joel Sing |
2017-05-08 | Convert REQUEST REFERENCE from using .Ss to .Bl -tag, allowing to | Ingo Schwarze |
2017-05-08 | Always use the same callback to unlock as was used to lock. Permits | Philip Guenther |
2017-05-08 | remove arcfour, blowfish and CAST here too | Damien Miller |
2017-05-08 | add a BUS_DMA_64BIT flag to bus_dma on all our archs. | David Gwynne |
2017-05-08 | I was too aggressive with the scalpel in the last commit; | Damien Miller |
2017-05-08 | add printing of arguments in stack traces. | David Gwynne |
2017-05-07 | Refuse RSA keys <1024 bits in length. Improve reporting for keys that | Damien Miller |
2017-05-07 | Don't offer CBC ciphers by default in the client. ok markus@ | Damien Miller |
2017-05-07 | As promised in last release announcement: remove support for | Damien Miller |
2017-05-07 | Add a format for the name of the pane's mode, lets it be used as a | Nicholas Marriott |
2017-05-07 | implement .DT in terms of .ta; needed for print/ghostview, for example | Ingo Schwarze |
2017-05-07 | Up to now, tmux sees \033\033[OA as M-Up and since we turned on | Nicholas Marriott |
2017-05-07 | killpg() is covered by XSI so add a STANDARDS section to that effect | Todd C. Miller |
2017-05-07 | further improvement to vmm fpu handling (support avx and avx2, block | Mike Larkin |
2017-05-07 | Revise cipher suites in regress to match DSS cipher suite removal. | Joel Sing |
2017-05-07 | Drop cipher suites with DSS authentication - there is no good reason to | Joel Sing |
2017-05-07 | Fix stage transition from the initial one to DROPPING | Mike Belopuhov |
2017-05-07 | Backout previous as it's causing problems on architectures that align | Mike Belopuhov |
2017-05-07 | Basic implementation of the roff(7) .ta (define tab stops) request. | Ingo Schwarze |
2017-05-07 | Don't allow a negative process group ID, it would turn into a | Todd C. Miller |
2017-05-07 | Program hardware address in dwc_gmac_init() instead of dwc_gmac_attach() | Mark Kettenis |
2017-05-07 | Refactor this code to support the GMAC found on the Rockchip RK3399 alongside | Mark Kettenis |
2017-05-07 | Increase the offset from the start of the disk to the FAT filesystem | Jonathan Gray |
2017-05-07 | Sync FDT code with arm64. | Mark Kettenis |
2017-05-07 | Pass the address of the EFI system table and the EFI memory map through | Mark Kettenis |
2017-05-07 | Add arm64 support. | Mark Kettenis |
2017-05-07 | Change test from [] to [[]] and simplify pattern. | Robert Peichaer |
2017-05-07 | Replace hardcoded script name with ${0##*/} | Robert Peichaer |
2017-05-07 | sync | Jonathan Gray |
2017-05-07 | Instead of starting a 'zero-sized' CBB at the size of the first addition | Joel Sing |
2017-05-07 | Move state from ssl->internal to the handshake structure. | Bob Beck |
2017-05-07 | Limit -Werror to gcc4 as was done in libcrypto/libssl/libtls to avoid | Jonathan Gray |
2017-05-07 | Ensure that a client context has been connected before attempting to | Joel Sing |
2017-05-07 | Add a (currently failing) call to tls_handshake() on a client context that | Joel Sing |
2017-05-07 | Also test calling tls_handshake() on a server connection context that has | Joel Sing |
2017-05-07 | Return an error if tls_handshake() is called on a TLS context that has | Joel Sing |
2017-05-07 | Add a test that calls tls_handshake() on a connection that has already | Joel Sing |