Age | Commit message (Expand) | Author |
2015-02-07 | sync usage(); ok espie | Jason McIntyre |
2015-02-07 | put -G and it's args back onto one line in SYNOPSIS, to avoid having mandoc | Jason McIntyre |
2015-02-07 | Closing a block validates it, which may end up deleting it, | Ingo Schwarze |
2015-02-07 | Update New Mexico area codes (the change happened in 2006). | Anthony J. Bentley |
2015-02-07 | Don't support very old versions of Netscape (is there any other kind?). | Doug Hogan |
2015-02-07 | document -C | Marc Espie |
2015-02-07 | add support for the popular -C option, in the least intrusive way possible: | Marc Espie |
2015-02-07 | Delete a lot of #if 0 code in libressl. | Doug Hogan |
2015-02-07 | Typo, discussed with deraadt@ | Mike Larkin |
2015-02-07 | sync | Theo de Raadt |
2015-02-07 | typo caught by the ever attentive mlarkin | Ted Unangst |
2015-02-07 | Close appropriate ends of pfpipe. Lets pf table process die when dhcpd | Kenneth R Westerback |
2015-02-07 | add STARTTLS support, using the shiny libtls. | Henning Brauer |
2015-02-07 | Add support for interface-mtu (option 26). | Kenneth R Westerback |
2015-02-07 | remove unused cu(1) support in tip; it is supplied as a seperate | Theo de Raadt |
2015-02-07 | Convert tls_connect_fds() and tls_accept_socket() to the new OpenSSL error | Joel Sing |
2015-02-07 | pf synproxy will do the 3WHS on behalf of the target machine, and once | Henning Brauer |
2015-02-07 | Convert several of the server side handshake functions to the new handshake | Joel Sing |
2015-02-07 | document restriction on argv having one element | Ted Unangst |
2015-02-07 | forbid execve() with argc == 0. prompted by a millert email. | Ted Unangst |
2015-02-07 | Add examples for stravis() and strnvis() to vis.3. | Doug Hogan |
2015-02-07 | Need to define APM_USER_HIBERNATE_REQ here too. | Miod Vallat |
2015-02-07 | Introduce VM_KERNEL_SPACE_SIZE as a replacement for | Miod Vallat |
2015-02-07 | double word fix; | Jason McIntyre |
2015-02-07 | mechanical conversion of this code to using siphash instead of some xors. | David Gwynne |
2015-02-07 | Handle suspend/resume for iwm(4) devices, by syncing with iwn(4) | Peter Hessler |
2015-02-07 | Document tls dhe and tls ecdhe options. | Joel Sing |
2015-02-07 | be more careful about argc == 0 | Ingo Schwarze |
2015-02-07 | make RB_PROTOTYPE usage ISO C compliant by removing useless semicolons | Martin Pelikan |
2015-02-07 | Add httpd configuration options to allow the specification of DHE | Joel Sing |
2015-02-07 | sync | Theo de Raadt |
2015-02-07 | Crank major for libcrypto since symbols have been removed. | Joel Sing |
2015-02-07 | Add tls_config_set_dheparams() to allow specification of the parameters to | Joel Sing |
2015-02-07 | Don't allow tag number 31 in CBB_add_asn1(). | Doug Hogan |
2015-02-07 | Crank libssl major due to the recent changes and removals. | Joel Sing |
2015-02-07 | port NSEC3 and TLSA parsing code into dig(1) from ISC BIND 9.10.1-P1 | Martin Pelikan |
2003-01-20 | ISC BIND version 9.2.2rc1 | Jakob Schlyter |
2015-02-07 | Clean up the {get,put}_cipher_by_char() implementations. Also use | Joel Sing |
2015-02-07 | keep this in sync a bit with userland by putting static on functions | David Gwynne |
2015-02-07 | userland gets static on functions only used within a file. | David Gwynne |
2015-02-07 | argc is passed as a long by the kernel, define it as such to match what | Miod Vallat |
2015-02-07 | Only call free in CBB_init(). | Doug Hogan |
2015-02-07 | Attempt to implement the OpenSSL error dance so that TLS read/write | Joel Sing |
2015-02-07 | Add regress tests for SSL_CIPHER_get_by_value() and SSL_CIPHER_get_by_id(). | Joel Sing |
2015-02-07 | Provide a SSL_CIPHER_get_by_value() function that allows a cipher to be | Joel Sing |
2015-02-07 | Modify BSIZE to BUFLEN to avoid redefinition on HP-UX. | Brent Cook |
2015-02-07 | Print a different error message if the route entry supposed to contain | Martin Pieuchot |
2015-02-07 | adapt to resume_randomness() changes | Theo de Raadt |
2015-02-07 | allow ctrl-d to quit after a game as well | Ted Unangst |
2015-02-07 | use unsigned char type to avoid many casts | Ted Unangst |