[>]
http://marc.info/?l=openbsd-cvs&m=140685675722380&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-01 05:55:08
Module name: src
Changes by: jsing@cvs.openbsd.org 2014/07/31 19:32:09
Modified files:
sys/dev : softraid.c
Log message:
When attempting to rebuild a softraid volume, use the actual data offset
from the volume metadata rather than the currently defined data offset.
This allows rebuilds to work correctly when the volume metadata has a
different data offset to that currently in use (for example, volumes
created prior to softraid gaining boot support).
Found the hard way by henning@
ok deraadt@
[>]
http://marc.info/?l=openbsd-cvs&m=140691762029097&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-01 22:55:09
Module name: src
Changes by: florian@cvs.openbsd.org 2014/08/01 12:26:32
Modified files:
usr.sbin/httpd : server_fcgi.c
Log message:
Rewrite fcgi_add_param and hand over a lot more http headers etc. to
the cgi script.
OK reyk@
"blanket OK" for changes in httpd for the time beeing from deraadt@
[>]
http://marc.info/?l=openbsd-cvs&m=140693186701787&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-02 02:55:09
Module name: src
Changes by: reyk@cvs.openbsd.org 2014/08/01 16:24:05
Modified files:
usr.sbin/httpd : httpd.h server.c server_http.c
Log message:
Use the log buffer to defer the logging until the connection is closed
or the request completed. Turn the old log message into a debug message.
ok doug@
[>]
http://marc.info/?l=openbsd-cvs&m=140697283709946&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-02 13:55:08
Module name: src
Changes by: reyk@cvs.openbsd.org 2014/08/02 03:46:51
Modified files:
usr.sbin/httpd : server_file.c
Log message:
scandir(3)-based directory auto index didn't work on NFS because the
file system is not filling in d_type properly. Using st_mode from the
stat call fixes the problem, eg. S_ISDIR(st.st_mode) instead of
dp->d_type == DT_DIR. Pointed out by pelikan@
[>]
http://marc.info/?l=openbsd-cvs&m=140698035011359&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-02 15:55:10
Module name: src
Changes by: reyk@cvs.openbsd.org 2014/08/02 05:52:01
Modified files:
usr.sbin/httpd : httpd.h server.c server_fcgi.c
Log message:
Allow to specify a FastCGI TCP socket on localhost (eg. :9000). Used
for debugging, you should prefer local UNIX sockets, but it helped to
find an issue that will be fixed with the next commit.
OK florian@
[>]
http://marc.info/?l=openbsd-cvs&m=140698076311438&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-02 16:55:08
Module name: src
Changes by: florian@cvs.openbsd.org 2014/08/02 05:59:04
Modified files:
usr.sbin/httpd : server_fcgi.c
Log message:
We need to read from the fcgi bufferevent until it's empty because the
event handler will not be called again if no new data arrives.
Debugged with and OK reyk@
[>]
http://marc.info/?l=openbsd-cvs&m=140701452218893&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-03 01:55:08
Module name: src
Changes by: doug@cvs.openbsd.org 2014/08/02 15:21:47
Modified files:
usr.sbin/httpd : config.c httpd.conf.5 httpd.h parse.y
server_http.c
Log message:
Locations now inherit access log settings from the server.
Add log to the server flags.
input/"Looks ok" reyk@
[>]
http://marc.info/?l=openbsd-cvs&m=140706137726248&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-03 14:55:09
Module name: src
Changes by: reyk@cvs.openbsd.org 2014/08/03 04:22:30
Modified files:
usr.sbin/httpd : server_http.c
Log message:
Prefer getnameinfo() with NI_NUMERICHOST over inet_ntop because it is also
aware of the IPv6 scope Id. We already have a function print_host() that
uses getnameinfo, so no need for the inet_ntop cases. Confirmed by florian@
[>]
http://marc.info/?l=openbsd-cvs&m=140706162026295&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-03 14:55:10
Module name: src
Changes by: reyk@cvs.openbsd.org 2014/08/03 04:26:44
Modified files:
usr.sbin/httpd : httpd.conf.5 httpd.h parse.y server.c
server_http.c
Log message:
Add another log mode "connection" for a relayd(8)-style log entry after
each connection, not every request. The code was already there and enabled
on debug, I just turned it into an alternative log format.
[>]
http://marc.info/?l=openbsd-cvs&m=140706459726750&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-03 15:55:09
Module name: src
Changes by: reyk@cvs.openbsd.org 2014/08/03 05:16:10
Modified files:
usr.sbin/httpd : config.c httpd.h parse.y server_fcgi.c
server_file.c
Log message:
Split fastcgi socket path and document root option and add the
SCRIPT_FILENAME CGI param with a prepended root. This fixes php-fpm
that expects SCRIPT_FILENAME and also works with slowcgi if you
configure the root correctly. For example, if SCRIPT_NAME and
REQUEST_URI are /php/index.php, root is /htdocs, SCRIPT_FILENAME will
be /htdocs/php/index.php. As tested and discussed with florian@
[>]
http://marc.info/?l=openbsd-cvs&m=140707585929203&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-03 18:55:08
Module name: src
Changes by: jsg@cvs.openbsd.org 2014/08/03 08:23:59
Modified files:
sys/dev/ic : bwi.c
Log message:
When stsp changed bwi_encap() for 30 bit addresses in rev 1.106 code
that used to always initialise the error variable is no longer run.
And at the end of bwi_encap() there is:
if (error)
m_freem(m);
return (error);
Fixing this prevents packet loss stsp was seeing.
ok stsp@ miod@ deraadt@
[>]
http://marc.info/?l=openbsd-cvs&m=140707625329287&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-03 18:55:09
Module name: src
Changes by: jsg@cvs.openbsd.org 2014/08/03 08:30:28
Modified files:
sys/dev/usb : ehci.c
Log message:
don't return unitialised memory on error in ehci_alloc_sqtd()
It seems mpi introduced a problem into ehci.c rev 1.162
two weeks ago. An error check that used to return NULL
now jumps to the end of the function, but sqtd isn't
initialised at that point.
ok miod@ deraadt@
[>]
http://marc.info/?l=openbsd-cvs&m=140707654829365&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-03 18:55:10
Module name: src
Changes by: jsg@cvs.openbsd.org 2014/08/03 08:35:30
Modified files:
lib/libressl : ressl_verify.c
Log message:
X509_NAME_get_text_by_NID() returns -1 on error so the type
the return value is stored in must be signed. Fixes a test for error.
ok jsing@ guenther@
[>]
http://marc.info/?l=openbsd-cvs&m=140708164430503&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-03 20:55:07
Module name: src
Changes by: rpe@cvs.openbsd.org 2014/08/03 10:00:15
Modified files:
distrib/miniroot: upgrade.sh
Log message:
smtpd got privsep'ed and the _smtpq user is now used to manage these
directories. Ensure proper ownership in case smtpd has been started
before this change.
brought up by matthieu@
OK deraadt@
[>]
http://marc.info/?l=openbsd-cvs&m=140708539731282&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-03 21:55:07
Module name: www
Changes by: deraadt@cvs.openbsd.org 2014/08/03 11:02:58
Modified files:
. : 21.html 22.html 23.html 24.html 25.html 26.html
27.html 28.html 29.html 30.html 31.html 32.html
33.html 34.html 35.html 36.html 37.html 38.html
39.html 40.html 41.html 42.html 43.html 44.html
45.html 46.html 47.html 48.html 49.html 50.html
51.html 52.html 53.html 54.html 55.html 56.html
Log message:
avoid giving obvious advice
[>]
http://marc.info/?l=openbsd-cvs&m=140710551502974&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-04 02:55:07
Module name: src
Changes by: reyk@cvs.openbsd.org 2014/08/03 16:38:12
Modified files:
usr.sbin/httpd : server_file.c server_http.c
Log message:
Also write log messages, like 404 Not Found, on error. This is a bit
tricky because we couldn't guarantee a sane state after
server_response_http() so fail hard afterwards and close the connection.
ok doug@