[>]
http://marc.info/?l=openbsd-cvs&m=140729248906138&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-06 06:55:11
Module name: src
Changes by: doug@cvs.openbsd.org 2014/08/05 20:34:23
Modified files:
distrib/notes : INSTALL m4.common
distrib/notes/amd64: contents install xfer
distrib/notes/i386: contents install xfer
Log message:
Add signify instructions plus miniroot and install56.fs for amd64/i386
ok deraadt@
[>]
http://marc.info/?l=openbsd-cvs&m=140729933207446&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-06 08:55:07
Module name: src
Changes by: guenther@cvs.openbsd.org 2014/08/05 22:28:21
Modified files:
lib/libssl/src/crypto/evp: evp_key.c
Log message:
Correct error checks in EVP_read_pw_string_min(): UI_add_input_string()
and UI_add_verify_string() return -1 (and maybe -2?) on failure and
>=0 on success, instead of always zero on success
problem reported by Mark Patruck (mark (at) wrapped.cx)
ok miod@
[>]
http://marc.info/?l=openbsd-cvs&m=140731782012051&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-06 13:55:13
Module name: src
Changes by: reyk@cvs.openbsd.org 2014/08/06 03:36:31
Modified files:
usr.sbin/httpd : httpd.h server.c server_file.c
Log message:
Adjust the read/write watermarks according to the TCP send buffer.
This fixes sending of large files. Previously, httpd was reading the
input file too quickly and could run out of memory when filling the
input buffer.
Found by jsg@
OK florian@
[>]
http://marc.info/?l=openbsd-cvs&m=140732428314444&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-06 15:55:08
Module name: src
Changes by: reyk@cvs.openbsd.org 2014/08/06 05:24:12
Modified files:
usr.sbin/httpd : server.c server_file.c
Log message:
The watermark exposed a bug in server_write that broke keep-alive
support. Instead of calling server_close from server_write, we have
to proceed to the next connection by calling the error handler.
OK jsg@
[>]
http://marc.info/?l=openbsd-cvs&m=140733244117666&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-06 17:55:09
Module name: src
Changes by: florian@cvs.openbsd.org 2014/08/06 07:40:18
Modified files:
usr.sbin/httpd : server_fcgi.c
Log message:
Content-Length and Content-Type are transmitted as CONTENT_LENGTH and
CONTENT_TYPE environment variables to cgi scripts, without the HTTP_
prefix.
OK reyk@
[>]
http://marc.info/?l=openbsd-cvs&m=140733967520942&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-06 19:55:10
Module name: src
Changes by: jsg@cvs.openbsd.org 2014/08/06 09:40:40
Modified files:
sys/arch/vax/if: if_qe.c sgec.c
Log message:
Correct some dma cleanup error paths.
While the index variables were correct the arrays of
dma handles they indexed were swapped for rx and tx.
As there are a mismatched number of rx and tx descriptors
we'd walk off the end of the rx handle array by 30 items.
ok deraadt@
[>]
http://marc.info/?l=openbsd-cvs&m=140734091821487&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-06 20:55:08
Module name: src
Changes by: jsing@cvs.openbsd.org 2014/08/06 10:01:44
Modified files:
lib/libssl/src/crypto/evp: encode.c
Log message:
Allow B64_EOF to follow a base64 padding character. This restores previous
behaviour that allows a PEM block to be fed through the base64 decoder.
Reported by Dmitry Eremin-Solenikov on tech@
ok deraadt@ tedu@
[>]
http://marc.info/?l=openbsd-cvs&m=140734164121742&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-06 20:55:14
Module name: src
Changes by: ajacoutot@cvs.openbsd.org 2014/08/06 10:13:48
Modified files:
distrib/zaurus/ramdisk: install.md
Log message:
sysctl machdep.ztsscale has been unused for 7 years, so stop handling it.
s/TAB/SPACE for the wsconsctl.conf comment like we do with sysctl.conf
in MI.
"get this in fast" deraadt@
ok ratchov@ who will test it in the next few hours
[>]
http://marc.info/?l=openbsd-cvs&m=140734443525024&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-06 21:55:07
Module name: xenocara
Changes by: jsg@cvs.openbsd.org 2014/08/06 11:00:09
Modified files:
lib/libpciaccess/src: openbsd_pci.c
Log message:
calloc the pci_sys struct before probing for PCI.
As the functions check if the member pointers are NULL but not the
pointer to the struct itself.
Reworked version of a diff from ratchov@ who created it to prevent a
xserver crash on zaurus where there is no PCI.
'looks ok' matthieu@, ok deraadt@
[>]
http://marc.info/?l=openbsd-cvs&m=140734929427456&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-06 22:55:06
Module name: src
Changes by: reyk@cvs.openbsd.org 2014/08/06 12:21:14
Modified files:
usr.sbin/httpd : config.c httpd.conf.5 httpd.h parse.y
server_http.c
Log message:
Limit the body size in client requests (eg. POST data) to 1M by default;
add a configuration option to change the limit.
ok florian@
[>]
http://marc.info/?l=openbsd-cvs&m=140735702030779&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-07 00:55:09
Module name: src
Changes by: reyk@cvs.openbsd.org 2014/08/06 14:29:54
Modified files:
etc/examples : httpd.conf
usr.sbin/httpd : httpd.conf.5 parse.y
Log message:
Change grammar to remove a shift/reduce conflict that was introduced
with the ssl options.
"listen on $ip port 443 ssl" turns into "listen on $ip ssl port 443".
ok florian@
[>]
http://marc.info/?l=openbsd-cvs&m=140740877813913&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-07 14:55:09
Module name: src
Changes by: florian@cvs.openbsd.org 2014/08/07 04:52:34
Modified files:
usr.sbin/httpd : server_fcgi.c
Log message:
Opportunistically try to parse "Status: $code" in the very first
response from the fcgi daemon and use that code as HTTP response
code. If it doesn't work out fall back to code 200.
This might fix naddy@'s issue with redirects in cvsweb.
To be revisited after unlock.
Discussed with & grudgingly OK reyk@
[>]
http://marc.info/?l=openbsd-cvs&m=140743569125075&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-07 22:55:09
Module name: src
Changes by: reyk@cvs.openbsd.org 2014/08/07 12:21:13
Modified files:
usr.sbin/httpd : httpd.8
Log message:
Fix and simplify the description of httpd(8)'s signal handling. httpd
does not re-executed itself on SIGHUP, it simply reload the
configuration and sends it to its child processes.
ok deraadt@
[>]
http://marc.info/?l=openbsd-cvs&m=140744081427175&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-07 23:55:10
Module name: src
Changes by: miod@cvs.openbsd.org 2014/08/07 13:46:31
Modified files:
lib/libssl/src/ssl: d1_both.c d1_clnt.c d1_pkt.c s23_srvr.c
s3_both.c s3_enc.c s3_lib.c t1_enc.c
Log message:
When you expect a function to return a particular value, don't put a comment
saying that you expect it to return that value and compare it against zero
because it is supposedly faster, for this leads to bugs (especially given the
high rate of sloppy cut'n'paste within ssl3 and dtls1 routines in this
library).
Instead, compare for the exact value it ought to return upon success.
ok deraadt@
[>]
http://marc.info/?l=openbsd-cvs&m=140744176927546&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-08 00:55:10
Module name: src
Changes by: miod@cvs.openbsd.org 2014/08/07 14:02:23
Modified files:
lib/libssl/src/ssl: d1_both.c d1_clnt.c d1_pkt.c s3_both.c
s3_enc.c s3_lib.c t1_enc.c
Log message:
Oops, revert changes commited by mistake. The previous commit was supposed
to only apply to s23_srvr.c.