Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-19 | knock out "Ns Li" before colons - the Li was being ignored anyway, and i | Jason McIntyre | |
don;t think the colon needs marked up. | |||
2015-07-19 | word fix; | Jason McIntyre | |
2015-07-19 | basic fh functions. better than panicing! | Ted Unangst | |
from Martin Natano | |||
2015-07-19 | Revert 1.148 for now until I can talk to rpe@ | Antoine Jacoutot | |
It introduced a regression reported by nigel@ | |||
2015-07-19 | oops, SYS_ prefix stayed; noted by jmc | Theo de Raadt | |
2015-07-19 | no need for -compact; | Jason McIntyre | |
2015-07-19 | some basic tweaks; | Jason McIntyre | |
2015-07-19 | sync | Theo de Raadt | |
2015-07-19 | Convert ssl3_get_certificate_request to CBS. | Doug Hogan | |
ok miod@ | |||
2015-07-19 | Fix symbol collision with libtls. | Doug Hogan | |
Pointed out by guenther. ok guenther@ | |||
2015-07-19 | Handle malloc(0) returning NULL (which can happen on some other | Nicholas Marriott | |
platforms) by explicitly making imsg->data = NULL when there is no data. ok deraadt | |||
2015-07-19 | Trailing spaces and missing .Pp. | Nicholas Marriott | |
2015-07-19 | succesfull -> succesful, from Ross L Richardson | Nicholas Marriott | |
2015-07-19 | Match change to fatal()'s prototype in bgpd | Philip Guenther | |
ok benno@ | |||
2015-07-19 | sync | Miod Vallat | |
2015-07-19 | adding a syscall requires a minor bump; ok guenther@ | Ingo Schwarze | |
2015-07-19 | sync | Miod Vallat | |
2015-07-19 | use standardized register defintion in mii.h rather than specific | Yojiro Uo | |
driver definetion. ok deraadt@ | |||
2015-07-19 | Add TLS_method, TLS_client_method and TLS_server_method. | Doug Hogan | |
Use these instead of SSLv23_*method when you want to make sure TLS is used. By default, we disable SSLv3 but it's still possible for the user to re-enable it. TLS_*method does not allow SSLv3. Both BoringSSL and (next version of) OpenSSL have these methods. However, they have changed the implementation significantly. We will as well, but not right now. Riding the libssl major bump. ok miod@ bcook@ | |||
2015-07-19 | regen | Yojiro Uo | |
2015-07-19 | add RTL8211 | Yojiro Uo | |
2015-07-19 | use standardized register definition in mii.h rather than each | Yojiro Uo | |
specific driver definition. no logical change. ok deraadt@ | |||
2015-07-19 | Crank major and remove legacy variables. | Doug Hogan | |
Libtls is riding this crank. ok miod@ bcook@ | |||
2015-07-19 | revert privious commit | Yojiro Uo | |
2015-07-19 | Print strerror, not just the filename, if opening the inplace file fails. | Stuart Henderson | |
ok jasper@ | |||
2015-07-19 | SIGCHLD handler was established before forking into two processes. | Theo de Raadt | |
As a result it also ran in the child (incorrect). ok miod | |||
2015-07-19 | Crank the major of libtls: the behaviour of tls_write() has been | Reyk Floeter | |
changed in an incompatible way regarding partial writes. OK miod@ deraadt@ | |||
2015-07-19 | Do not fork and exec gunzip(1), just link with libz instead. | Ingo Schwarze | |
As discussed with deraadt@, that's cleaner and will help tame(2). Something like this was also suggested earlier by bapt at FreeBSD. Minus 50 lines of code, deleting one interface function (mparse_wait), no functional change intended. | |||
2015-07-19 | Update default gcc version. | Anthony J. Bentley | |
ok sthen@ | |||
2015-07-19 | potential memory leak in SIOCADDRULE | sashan | |
ok mcbride@ | |||
2015-07-19 | Free memory when finished. | Doug Hogan | |
Fixes coverity 78835. ok bcook@ | |||
2015-07-19 | Add documentation on how to use TLS_{READ,WRITE}_AGAIN. | Doug Hogan | |
ok beck@ | |||
2015-07-19 | unsinged variables should not be compared to be leq than 0 (unsigned a <= 0) | sashan | |
ok mcbride@ | |||
2015-07-19 | Now that it is safe to invoke X509_STORE_CTX_cleanup() if X509_STORE_CTX_init() | Miod Vallat | |
fails, check its return value and correctly mop up after ourselves. ok beck@ doug@ | |||
2015-07-19 | simplify a triple-deep ternary operation. | Brent Cook | |
ok beck@ krw@ | |||
2015-07-19 | For the completeness of HSTS, add the non-standard preload option. | Reyk Floeter | |
OK florian@ | |||
2015-07-19 | according to MII specification, these seems to be bug. | Yojiro Uo | |
ok deraadt@ | |||
2015-07-19 | clarify how inet|inet6 work in filters | Sebastian Benoit | |
mofified version by jmc@, ok phessler@ and claudio@ is fine with it (but notes that the details are more complicated) | |||
2015-07-19 | Make KTR_SYSRET records variables variables sized, leaving out the | Philip Guenther | |
retval on error, including a long long retval on successful lseek(), and including a register_t retval for other successes. This fixes lseek reporting on ILP32 archs. While here, reworking internal kern_ktrace.c bits to be able to pass two buffers to ktrwriteraw(), so we can avoid mallocing a buffer in some cases and so that KTR_GENIO logs are split at PAGE_SIZE, not PAGE_SIZE-sizeof(struct ktrgenio) ok miod@ | |||
2015-07-19 | Replace test command with []. | Robert Peichaer | |
OK halex@ krw@ | |||
2015-07-19 | Only close descriptor if not already closed. | Doug Hogan | |
Fixes coverity 78916. ok miod@ bcook@ | |||
2015-07-19 | Free variable before potentially reusing. | Doug Hogan | |
Fixes coverity 78824. ok bcook@ miod@ | |||
2015-07-19 | Free passin on error. | Doug Hogan | |
Fixes coverity 78826. ok miod@ bcook@ | |||
2015-07-19 | Fix coverity 105339, by correctly checking return from strtoll | Bob Beck | |
ok miod@ bcook@ | |||
2015-07-19 | Figure out the tty width using TIOCGWINSZ early on. Will make tame(2) | Theo de Raadt | |
integration easier in the future. | |||
2015-07-19 | In tcpdump, show 11n HTOP primary and secondary channel numbers for 40MHz BSS, | Stefan Sperling | |
instead of showing just the primary one and "above" or "below" for secondary. ok sthen | |||
2015-07-19 | sync | Theo de Raadt | |
2015-07-19 | Put explicit braces around assignment used in a conditional. | Miod Vallat | |
ok bcook@ doug@ | |||
2015-07-19 | Rename the tpspmic driver so it does not contain numbers. OK jsg@ | Brandon Mercer | |
2015-07-19 | sync | Theo de Raadt | |