| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
----------------------------
revision 1.8
date: 2011/02/10 22:40:27; author: djm; state: Exp; lines: +7 -1
fix for CVE-2011-0014 "OCSP stapling vulnerability";
ok markus@ jasper@ miod@
AFAIK nothing in base uses this, though apache2 from ports may be affected.
----------------------------
|
|
|
|
|
|
|
|
|
|
|
| |
http://www.openssl.org/news/secadv_20101202.txt.
where clients could modify the stored session
cache ciphersuite and in some cases even downgrade the suite to weaker ones.
This code is not enabled by default.
ok djm@
|
|
|
|
| |
ok djm@ deraadt@
|
|
|
|
|
|
|
|
|
| |
"In TLS connections, certain incorrectly formatted records can cause an OpenSSL
client or server to crash due to a read attempt at NULL."
http://openssl.org/news/secadv_20100324.txt
ok djm@ sthen@
|
| |
|
|
|
|
| |
ok millert@
|
|
|
|
|
| |
*) Always check bn_wexpend() return values for failure. (CVE-2009-3245)
[Martin Olsson, Neel Mehta]
|
|
|
|
|
|
| |
Pointed out by obsd at happyjack.org, fix based on a diff from kili@.
ok deraadt
|
|
|
|
|
|
|
|
|
|
|
|
| |
in the end simply changing Oo Xo Oo Oc Oc Xc to Oo Xo Oo Oc Xc Oc.
I tried five different variants without the Xo/Xc, because there is
no real reason why Xo/Xc should be needed here, and two additional
variants with Xo/Xc that look more pretty than what i'm now committing.
All seven alternatives work both with mandoc and groff 1.20.1, but
all seven trigger various different bugs in our old groff, and we
still need to remain compatible with our old groff right now.
ok jmc@ sobrado@
|
|
|
|
|
|
|
|
| |
resolve the contradiction in the manual whether it's allowed or not
in favour of "not allowed" for now, shelving my diff to support
nested displays in mandoc(1) for later consideration.
Found by and unbreaking the build with mandoc(1).
Feedback and OK jmc@
|
| |
|
| |
|
|
|
|
|
|
| |
no underruns the supplied template buffer, that it can generate names that
don't contain any X's, and that all open() calls that pass O_CREAT also
pass O_EXCL
|
|
|
|
|
| |
after the diff was written, I made it similar to the freebsd fix of
the same code; pr6287 ok millert@ guenther@
|
| |
|
|
|
|
|
|
|
| |
files or directories when applicable.
The inspiration and name of MACHINE_CPU come from NetBSD, although the way to
provide it to Makefiles is completely different.
ok kettenis@
|
|
|
|
|
|
|
|
| |
"Modify compression code so it avoids using ex_data free functions.
This stops applications that call CRYPTO_free_all_ex_data()
prematurely leaking memory."
looks ok to markus@
|
| |
|
|
|
|
| |
extra safeguard (FGJ). Idea from deraadt@; ok deraadt@ dlg@
|
| |
|
| |
|
|
|
|
| |
completes the changes from Oct 22.
|
|
|
|
|
| |
arc4random() is slow, but it induces getpid() calls; also saves a
bit on stirring efforts
|
|
|
|
|
|
|
|
|
| |
doesn't test it, so factor out the two places that test it into a
routine and do the refreshing there. With this, arch4random_buf()
doesn't trigger superfluous calls to getpid() when filling large
buffers.
ok deraadt@, "looks nicer indeed" otto@
|
|
|
|
| |
completes, and (b) returns the unslept time in seconds when interrupted
|
| |
|
|
|
|
| |
actual kernel page size.
|
|
|
|
| |
from trhodes@freebsd, r200095;
|
|
|
|
|
|
| |
macros for them. Avoids walking the lists and greatly enhances speed
of freeing chunks in reverse or random order at the cost of a little
space. Suggested by Fabien Romano and Jonathan Armani; ok djm@
|
|
|
|
| |
from Fabien Romano and Jonathan Armani
|
|
|
|
| |
Armani
|
|
|
|
| |
affect stream orientation
|
|
|
|
| |
some further hacking by me
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- wrap with #ifndef NO_LOG_BAD_DNS_RESPONSES libc code that uses
p_class() and p_type() for diagnostics, then add that define to
libstub to avoid pulling in res_debug_syms.o
- split rcmd() and ruserok() into separate files, as nothing uses both
- split readdir_r() to its own file
- split syslog_r() from syslog(), as the latter needs localtime(); many
binaries no longer need to pull in all the time code after this; switch
from usleep() to nanosleep() while we're at it
(The profit of analysis of -Wl,-M,--cref output)
Chops 888kB from /bin and /sbin on i386
ok deraadt@, miod@
|
|
|
|
| |
openssl 0.9.8l; crank minor version; ok djm@ deraadt@; initially from jsg@
|
|
|
|
|
| |
noticed by Jonathan Armani & Fabien Romano
ugh+ok otto@
|
| |
|
|
|
|
|
|
|
| |
unmaintainable). these days, people use source. these id's do not provide
any benefit, and do hurt the small install media
(the 33,000 line diff is essentially mechanical)
ok with the idea millert, ok dms
|
|
|
|
|
|
|
|
| |
few remaining ".Tn UNIX" macros with ".Ux" ones.
pointed out by ratchov@, thanks!
ok jmc@
|
|
|
|
| |
ok jmc@
|
|
|
|
| |
Okay deraadt@, otto@.
|
|
|
|
|
|
| |
ecvt, fcvt, gcvt, *printf, strtof, strtod, strtold act per ieee
1003.1. after these massive changes, remove unused files which
would not work now. reported by Maksymilian Arciemowicz; ok theo
|
|
|
|
|
| |
found by Guillaume Protet (guillaume dot protet at mortheres dot info)
while testing bzr update. deraadt@ ok
|
| |
|
|
|
|
| |
OK gilles, rainer, millert, deraadt.
|
|
|
|
| |
Update the expected answers accordingly. Found by david, OK fgsch
|
|
|
|
|
| |
specified in hint or hints is NULL.
claudio@ ok
|
|
|
|
| |
ok jmc@
|
| |
|
|
|
|
| |
beck@ ok
|