Age | Commit message (Expand) | Author |
2015-02-08 | Something is subtly wrong with this. On ramdisks, processes run out of | Theo de Raadt |
2015-02-08 | Do extend CFLAGS instead of assigning it so that DEBUG=-g works | Claudio Jeker |
2015-02-08 | move a log_warnx() to a DPRINTF, as it's information intended | Bret Lambert |
2015-02-08 | replace hand rolled code to maintain a list of bufs with a fifo | David Gwynne |
2015-02-08 | Use ebuf[ERRBUFSIZE] instead of ebuf[256] everywhere. | Reyk Floeter |
2015-02-08 | pf normalization code was in dire need of style normalization. | Henning Brauer |
2015-02-08 | Get rid of a bunch of memset()'s where struct variables and arrays | Kenneth R Westerback |
2015-02-08 | Give up tracing if RA is corrupted. OK miod@ | Masao Uebayashi |
2015-02-08 | Style. | Masao Uebayashi |
2015-02-08 | Fix cross-build. OK jsing@ miod@ guenther@ deraadt@ | Masao Uebayashi |
2015-02-08 | spacing | Reyk Floeter |
2015-02-07 | spacing | Reyk Floeter |
2015-02-07 | Remove server_load_file() in favor of tls_load_file(3) | Reyk Floeter |
2015-02-07 | jmc reminded me that if we document new functions we should link them up | David Gwynne |
2015-02-07 | use a better example for the US | Ted Unangst |
2015-02-07 | Added tls_load_file() | Reyk Floeter |
2015-02-07 | Add manpage bits for tls_load_file() and tls_accept_socket(). | Reyk Floeter |
2015-02-07 | Check for \0 in the right place, from J Raynor. | Nicholas Marriott |
2015-02-07 | parse debug levels with strtonum, so that debug 1banana doesn't parse. | Ted Unangst |
2015-02-07 | typos | Miod Vallat |
2015-02-07 | Misplaced #endif | Miod Vallat |
2015-02-07 | Add tls_load_file() as a helper to load certificates or encrypted keys | Reyk Floeter |
2015-02-07 | Add the .orig file to CLEANFILES | Miod Vallat |
2015-02-07 | Don't leak addresses in error messages. | Miod Vallat |
2015-02-07 | use strtonum() instead of atoi(); ok bluhm | Theo de Raadt |
2015-02-07 | Oh well, APM_USER_HIBERNATE_REQ being used in MI code, needs to be defined | Miod Vallat |
2015-02-07 | APM_USER_HIBERNATE_REQ here too. | Miod Vallat |
2015-02-07 | Fix a logic error when enabling MAC and reset the checksum report bit | Martin Pieuchot |
2015-02-07 | Don't panic on unhandled net80211 state transitions in iwm(4). | Stefan Sperling |
2015-02-07 | Remove useless variables and use the values directly. | Doug Hogan |
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 |