| Commit message (Expand) | Author | Files | Lines |
2015-09-10 | rework how we store and manage the interface index to ifp map in preparation of using SRPs as a backend for if_get. |  dlg | 2 | -72/+149 |
2015-09-10 | sizes for free(); ok sthen |  deraadt | 10 | -56/+66 |
2015-09-10 | delete empty SYNOPSIS section |  schwarze | 2 | -6/+4 |
2015-09-10 | Remove support for DTLS_BAD_VER. We do not support non-standard and |  jsing | 20 | -98/+46 |
2015-09-10 | use .In rather than .Fd #include |  schwarze | 97 | -357/+357 |
2015-09-10 | It is time to put inet6 on a diet. Use the flensing knife and cut out |  claudio | 10 | -45/+30 |
2015-09-10 | dont leak an ifp reference if tun isnt ready to read. |  dlg | 1 | -1/+2 |
2015-09-10 | if_put after if_get |  dlg | 1 | -1/+4 |
2015-09-10 | if_put after if_get |  dlg | 1 | -7/+22 |
2015-09-10 | Fix error value in ktrace syscall records. ok deraadt@ dlg@ guenther@ |  miod | 1 | -4/+4 |
2015-09-10 | improve examples, |  deraadt | 1 | -8/+11 |
2015-09-10 | Assign the return value of getopt() to an int, not a char, so that options |  miod | 1 | -3/+2 |
2015-09-10 | Remove call to CRYPTO_malloc_init(), which does nothing. |  jsing | 1 | -2/+1 |
2015-09-10 | pass a cookie argument to interface input handlers that can be used |  mikeb | 8 | -39/+46 |
2015-09-10 | Kill in6_ifstat_inc() and associated per-ifp storage. |  mpi | 3 | -28/+3 |
2015-09-10 | Put OPENSSL_cleanse under #ifndef LIBRESSL_INTERNAL. |  jsing | 2 | -2/+8 |
2015-09-10 | Now that the GPT code tries really hard not to get in the way and |  krw | 5 | -21/+7 |
2015-09-10 | CRYPTO_set_mem_debug_functions() and CRYPTO_set_mem_functions() are already |  jsing | 2 | -36/+6 |
2015-09-10 | Correct spelling of OPENSSL_cleanse. |  jsing | 6 | -17/+17 |
2015-09-10 | delete bogus trailing comma from .Nm in NAME section |  schwarze | 2 | -6/+6 |
2015-09-10 | Correct spelling of OPENSSL_cleanse. |  jsing | 139 | -399/+423 |
2015-09-10 | reduce more .Nd to one line and kill more .Tn |  schwarze | 3 | -22/+14 |
2015-09-10 | regen configure, reported by deraadt@ |  sthen | 1 | -28/+81 |
2015-09-10 | document client side certificate verification functionality. |  beck | 2 | -3/+19 |
2015-09-10 | We don't want LIBRARY sections in OpenBSD, so delete it. |  schwarze | 1 | -4/+2 |
2015-09-10 | Even the driver that should not be named needs if_put() after if_get(). |  mpi | 1 | -12/+16 |
2015-09-10 | avoid divide by zero; from Michael McConville |  deraadt | 1 | -2/+6 |
2015-09-10 | reduce .Nd to one line and kill .Tn while here |  schwarze | 59 | -435/+233 |
2015-09-10 | if_put after if_get. |  dlg | 1 | -29/+51 |
2015-09-10 | Remove pointless comments. |  jsing | 6 | -12/+12 |
2015-09-10 | Fix a zx_putchar() stupid bug I introduced nine years ago by actually |  miod | 2 | -10/+10 |
2015-09-10 | document changed tls_read and tls_write semantics. |  beck | 1 | -15/+58 |
2015-09-10 | include srp.h so userland can understand struct srpl. |  dlg | 1 | -1/+2 |
2015-09-10 | Stop supporting RTAX_IFP arguments with an interface name in the |  mpi | 1 | -5/+1 |
2015-09-10 | Initialize `pc' earlier so that the siginfo pc value is correct in case of |  miod | 1 | -4/+5 |
2015-09-10 | Replace remaining M_ASN1_STRING_* macros with calls to ASN1_STRING_*. |  jsing | 6 | -36/+36 |
2015-09-10 | Call readgptlabel() from readdoslabel() instead of MD readdisklabel(). |  krw | 3 | -23/+63 |
2015-09-10 | mlink tls_handshake; |  jmc | 1 | -1/+2 |
2015-09-10 | tweak previous; |  jmc | 1 | -3/+3 |
2015-09-10 | Remove compat files no longer required. |  sthen | 2 | -573/+0 |
2015-09-10 | Fix handling of compat/b64_{ntop,pton} by using __-prefixed versions directly, |  sthen | 7 | -14/+45 |
2015-09-10 | Don't stop spoofing GPT partitions when the OpenBSD partition is |  krw | 1 | -4/+3 |
2015-09-10 | if_put after if_get in if_input_process |  dlg | 1 | -2/+6 |
2015-09-10 | In IPv6 source address selection prefer addresses of the outgoing |  bluhm | 1 | -1/+7 |
2015-09-10 | another missing Mdocdate |  schwarze | 1 | -2/+2 |
2015-09-10 | read, tls_read, and tls_write return ssize_t |  beck | 1 | -3/+3 |
2015-09-10 | fix return type for tls_read/write |  beck | 1 | -3/+3 |
2015-09-10 | fix type and return check for tls_read/write. |  beck | 1 | -4/+4 |
2015-09-10 | missing commas at the end of .Nm lines in the NAME section |  schwarze | 3 | -9/+9 |
2015-09-10 | Unbreak ftp(1) after tls_read()/tls_write() change. |  jsing | 1 | -8/+8 |