Age | Commit message (Expand) | Author |
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 |
2015-07-18 | Coverity ID 78910 - Yet another stupid API designed to not show failures. do the | Bob Beck |
2015-07-18 | Put the opening curley brackets on the same line as the function name. | Robert Peichaer |
2015-07-18 | fix typo. | Yojiro Uo |
2015-07-18 | prevent the tls constraint state machine from getting hung on STATE_INVALID | Brent Cook |
2015-07-18 | Add groups before users. | Antoine Jacoutot |
2015-07-18 | Remove SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER workaround. | Doug Hogan |
2015-07-18 | Make {x86,i82489,x2apic,i386}_ipi return void | Stefan Fritsch |
2015-07-18 | Make *_ipi_init return void on i386/amd64 | Stefan Fritsch |
2015-07-18 | msg.mpi | sashan |