Age | Commit message (Expand) | Author |
2015-07-19 | Fix coverity 105339, by correctly checking return from strtoll | Bob Beck |
2015-07-19 | Figure out the tty width using TIOCGWINSZ early on. Will make tame(2) | Theo de Raadt |
2015-07-19 | In tcpdump, show 11n HTOP primary and secondary channel numbers for 40MHz BSS, | Stefan Sperling |
2015-07-19 | sync | Theo de Raadt |
2015-07-19 | Put explicit braces around assignment used in a conditional. | Miod Vallat |
2015-07-19 | Rename the tpspmic driver so it does not contain numbers. OK jsg@ | Brandon Mercer |
2015-07-19 | sync | Theo de Raadt |
2015-07-19 | manual page for tame(2). not very good, so i will be hearing from jmc | Theo de Raadt |
2015-07-19 | tame(2) is a subsystem which restricts programs into a "reduced feature | Theo de Raadt |
2015-07-19 | Remove the logic responsible for outputting most AES-NI instructions as | Miod Vallat |
2015-07-19 | Remove MODRUBY_RAKE_DEPENDS and MODRUBY_ICONV_DEPENDS | Jeremy Evans |
2015-07-19 | Replace `.byte 0x48,0x83,0xEC,0x08' with `sub \$8,%rsp' which is exactly the | Miod Vallat |
2015-07-19 | revert previous | Sebastian Benoit |
2015-07-19 | unused arguments at pf_normalize_tcp_init() and pf_refragment6() | sashan |
2015-07-19 | Simplify X509_STORE_CTX_init and make it safe with stack variables. | Doug Hogan |
2015-07-19 | Ensure, that we source rc.subr and parse rc.conf ONLY if we are not | Robert Peichaer |
2015-07-19 | Remove case that can never happen. | Doug Hogan |
2015-07-19 | sudo emulation: if execvpe fails with ENOENT, print "command not found" | Ted Unangst |
2015-07-19 | Fix Coverity 72742 - ret is overwritten immediately after this. | Bob Beck |
2015-07-19 | Make the keyboard driver poll until we can improve it more. Pulled from the o... | Brandon Mercer |
2015-07-19 | Remove effectively unused variable. | Doug Hogan |
2015-07-19 | don't return failure for agentx messages with 0-length payloads | Bret Lambert |
2015-07-19 | Assign p to CBS_data since it is used later. | Doug Hogan |
2015-07-19 | abort when ENGINE_remove fails, fix Coverity 21656 | Brent Cook |
2015-07-19 | set usb vendor string to 'Octeon' instead of '' | Jasper Lievisse Adriaanse |
2015-07-19 | remove pointless cast | Jasper Lievisse Adriaanse |
2015-07-19 | If we aren't on a tty, clear the pager flag up front. | Ingo Schwarze |
2015-07-18 | Make tcpdump show HTOP elements in 11n management frames; ok sthen@ | Stefan Sperling |
2015-07-18 | remove the restriction to disallow the use of a passphrase file during | Alexander Hall |
2015-07-18 | pf_send_tcp() should also use unhandled_af() | sashan |
2015-07-18 | Convert dtls1_get_message_header to CBS and change to int. | Doug Hogan |
2015-07-18 | give bgpd's fatal() varargs and use it to instrument bgpd fatal() | Sebastian Benoit |
2012-10-13 | import OpenSSL-1.0.1c | Damien Miller |
2015-07-18 | Convert dtls1_get_message_header to CBS and change to int. | Doug Hogan |
2015-07-18 | rand_err doesn't exist anymore, coverity 78808 | Bob Beck |
2015-07-18 | Now tls_write() behaves like write(2), so the TLS tests produce the | Alexander Bluhm |
2015-07-18 | remove XXX and handle error return from evbuffer_add() | Bret Lambert |
2015-07-18 | Coverity 21651 | Bob Beck |
2015-07-18 | Convert dtls1_get_record to CBS. | Doug Hogan |
2015-07-18 | As libtls previously did not set SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER, | Alexander Bluhm |
2015-07-18 | Remove repeated code in dtls1_get_record. | Doug Hogan |
2015-07-18 | libtls has been changed to set SSL_MODE_ENABLE_PARTIAL_WRITE and | Reyk Floeter |
2015-07-18 | Raise SPL to SPL_NET before calling if_input() in vxlan_lookup(). | Kazuya Goda |
2015-07-18 | Set SSL_MODE_ENABLE_PARTIAL_WRITE and SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER | Alexander Bluhm |
2015-07-18 | add relayd regression test args-http-slow-consumer.pl | Sebastian Benoit |
2015-07-18 | Dead code, Coverity 78798 | Bob Beck |
2015-07-18 | NET_RT_DUMP is dumb and tries to iterates over all possible AF tables | Martin Pieuchot |
2015-07-18 | simplify length checking in do_indefinite_convert | Brent Cook |
2015-07-18 | Handle short writes and TLS_{READ,WRITE}_AGAIN around tls_write(). | Alexander Bluhm |
2015-07-18 | Make all commands accepting the "-priority" switch recognize aliases | Martin Pieuchot |