RSS
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 ... 22
[>] http://marc.info/?l=openbsd-cvs&m=140683623415992&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-07-31 23:55:09


Module name: src
Changes by: pelikan@cvs.openbsd.org 2014/07/31 13:49:25

Modified files:
sbin/newfs_ext2fs: mke2fs.c

Log message:
unbreak the build - e2fs_isave now needs the superblock.

[>] http://marc.info/?l=openbsd-cvs&m=140683764716559&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-01 00:55:09


Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2014/07/31 14:13:40

Modified files:
app/xterm : Makefile
app/xterm/resize: Makefile

Log message:
Complete man page substitutions for xterm(1) and resize(1)

problem noticed by and tweaks by naddy@. ok deraadt@

[>] 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=140685729422497&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-01 05:55:09


Module name: www
Changes by: nick@cvs.openbsd.org 2014/07/31 19:41:09

Modified files:
faq : faq11.html

Log message:
luna88k has X! Info and diff from aoyama@, thanks!

[>] http://marc.info/?l=openbsd-cvs&m=140686904112102&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-01 09:55:08


Module name: src
Changes by: rpe@cvs.openbsd.org 2014/07/31 22:57:01

Modified files:
etc/rc.d : rc.subr

Log message:
Don't return, just skip over non existing rc.conf or rc.conf.local file.

OK ajacoutot@ halex@

[>] http://marc.info/?l=openbsd-cvs&m=140688210215661&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-01 12:55:10


Module name: src
Changes by: florian@cvs.openbsd.org 2014/08/01 02:34:46

Modified files:
usr.sbin/httpd : httpd.h server.c server_fcgi.c

Log message:
Correctly parse fcgi records if we don't get the whole record in one
bufferevent_read().
Input/OK reyk@

[>] 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=140692988801170&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-02 01:55:08


Module name: src
Changes by: doug@cvs.openbsd.org 2014/08/01 15:51:02

Modified files:
usr.sbin/httpd : httpd.conf.5 httpd.h parse.y server_http.c

Log message:
Add common and combined access logging to httpd.

ok reyk@

[>] http://marc.info/?l=openbsd-cvs&m=140693046701351&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-02 02:55:07


Module name: src
Changes by: reyk@cvs.openbsd.org 2014/08/01 15:59:56

Modified files:
usr.sbin/httpd : httpd.c httpd.conf.5 httpd.h parse.y server.c

Log message:
remove the global "log updates/all" option that came from relayd.

[>] 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=140696684708823&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-02 12:55:09


Module name: src
Changes by: jmc@cvs.openbsd.org 2014/08/02 02:07:07

Modified files:
usr.sbin/httpd : httpd.conf.5

Log message:
remove nasty unclosed Xo in previous; ok reyk

[>] 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=140697327710098&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-02 14:55:10


Module name: src
Changes by: reyk@cvs.openbsd.org 2014/08/02 03:54:13

Modified files:
usr.sbin/httpd : httpd.c server_fcgi.c server_file.c

Log message:
spacing

[>] http://marc.info/?l=openbsd-cvs&m=140697510010389&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-02 14:55:11


Module name: src
Changes by: reyk@cvs.openbsd.org 2014/08/02 04:24:36

Modified files:
usr.sbin/httpd : httpd.conf.5

Log message:
'fastcgi socket "path"' is the correct syntax; update the manpage.
Found by jsg@

[>] 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=140699514014545&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-02 20:55:09


Module name: www
Changes by: nick@cvs.openbsd.org 2014/08/02 09:58:32

Modified files:
faq : faq10.html

Log message:
typo; from vigdis + openbsd at chown dot me via misc@. Thanks!

[>] http://marc.info/?l=openbsd-cvs&m=140699914515561&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-02 21:55:08


Module name: src
Changes by: florian@cvs.openbsd.org 2014/08/02 11:05:18

Modified files:
usr.sbin/httpd : httpd.h server_fcgi.c

Log message:
Padding of fcgi records is optional, but if we receive padding data we
should read it.

[>] http://marc.info/?l=openbsd-cvs&m=140700137316020&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-02 21:55:09


Module name: src
Changes by: florian@cvs.openbsd.org 2014/08/02 11:42:25

Modified files:
usr.sbin/httpd : server_fcgi.c

Log message:
don't leak fcgi fd

[>] 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=140703310721937&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-03 06:55:07


Module name: www
Changes by: nick@cvs.openbsd.org 2014/08/02 20:31:32

Modified files:
faq : upgrade55.html

Log message:
ldap is fun^Wanother problem for upgraders. From Matthew Weigel, thanks!

[>] http://marc.info/?l=openbsd-cvs&m=140703441322142&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-03 06:55:08


Module name: www
Changes by: deraadt@cvs.openbsd.org 2014/08/02 20:53:06

Added files:
. : 56.html

Log message:
scaffold for 56 release

[>] 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=140706233626399&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-03 14:55:11


Module name: src
Changes by: reyk@cvs.openbsd.org 2014/08/03 04:38:42

Modified files:
usr.sbin/httpd : server_fcgi.c

Log message:
Add missing log call for FastCGI requests.

[>] 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=140706536726908&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-03 15:55:10


Module name: src
Changes by: reyk@cvs.openbsd.org 2014/08/03 05:28:58

Modified files:
etc/examples : httpd.conf

Log message:
More examples, include FastCGI for php and cgi-bin and logging.

[>] http://marc.info/?l=openbsd-cvs&m=140706672027142&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-03 16:55:10


Module name: src
Changes by: reyk@cvs.openbsd.org 2014/08/03 05:51:40

Modified files:
etc/examples : httpd.conf

Log message:
The first server example should be the "minimal default" to illustrate
that you don't have to push all kinds of buttons to run httpd.

[>] http://marc.info/?l=openbsd-cvs&m=140706880627484&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-03 16:55:11


Module name: src
Changes by: reyk@cvs.openbsd.org 2014/08/03 06:26:19

Modified files:
usr.sbin/httpd : httpd.h server_fcgi.c server_http.c

Log message:
Add function to iterate all headers. No functional change.

[>] 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=140707705929444&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-03 18:55:11


Module name: www
Changes by: pascal@cvs.openbsd.org 2014/08/03 08:43:58

Modified files:
. : 56.html

Log message:
Update version numbers, create LibreSSL section, talk about ssp-strong, PIE
for powerpc and other security improvements.

[>] http://marc.info/?l=openbsd-cvs&m=140707759329523&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-03 18:55:12


Module name: www
Changes by: espie@cvs.openbsd.org 2014/08/03 08:52:58

Modified files:
. : 56.html

Log message:
locate databases
package updates much faster

[>] 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=140708429231045&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-03 20:55:08


Module name: www
Changes by: deraadt@cvs.openbsd.org 2014/08/03 10:44:25

Modified files:
. : 55.html 56.html

Log message:
Better showcasing of the signify keys

[>] 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=140708837131920&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-03 22:55:06


Module name: src
Changes by: stsp@cvs.openbsd.org 2014/08/03 11:52:10

Modified files:
sys/arch/macppc/conf: GENERIC

Log message:
Add ral(4) at cardbus to GENERIC on macppc; ok deraadt

[>] http://marc.info/?l=openbsd-cvs&m=140708838431923&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-03 22:55:08


Module name: src
Changes by: stsp@cvs.openbsd.org 2014/08/03 11:52:46

Modified files:
sys/arch/macppc/conf: RAMDISK

Log message:
Add ral(4) at pci and cardbus to RAMDISK on macppc; ok deraadt

[>] http://marc.info/?l=openbsd-cvs&m=140708881632059&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-03 22:55:09


Module name: www
Changes by: deraadt@cvs.openbsd.org 2014/08/03 11:59:51

Modified files:
. : 56.html

Log message:
update some release numbers; from tj

[>] http://marc.info/?l=openbsd-cvs&m=140709117732535&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-03 22:55:10


Module name: www
Changes by: deraadt@cvs.openbsd.org 2014/08/03 12:38:21

Modified files:
. : 55.html 56.html

Log message:
typo

[>] http://marc.info/?l=openbsd-cvs&m=140709226432727&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-03 23:55:07


Module name: www
Changes by: beck@cvs.openbsd.org 2014/08/03 12:57:31

Modified files:
libressl : index.html

Log message:
Add signify key to web site - with link to same in github for good measure

[>] http://marc.info/?l=openbsd-cvs&m=140709248900520&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-03 23:55:08


Module name: www
Changes by: beck@cvs.openbsd.org 2014/08/03 13:00:08

Modified files:
libressl : index.html

Log message:
link signify(1)

[>] http://marc.info/?l=openbsd-cvs&m=140709840101717&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-04 00:55:08


Module name: src
Changes by: reyk@cvs.openbsd.org 2014/08/03 14:39:41

Modified files:
usr.sbin/httpd : httpd.h server_fcgi.c server_http.c

Log message:
Dynamically pass HTTP request headers as protocol-specific HTTP_* CGI
meta-variables.

ok florian@

[>] http://marc.info/?l=openbsd-cvs&m=140709860401748&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-04 00:55:09


Module name: src
Changes by: reyk@cvs.openbsd.org 2014/08/03 14:43:03

Modified files:
usr.sbin/httpd : parse.y server.c server_fcgi.c

Log message:
spacing

[>] http://marc.info/?l=openbsd-cvs&m=140710162902289&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-04 01:55:06


Module name: src
Changes by: reyk@cvs.openbsd.org 2014/08/03 15:33:27

Modified files:
usr.sbin/httpd : http.h server_http.c

Log message:
Allocate http_host instead of carrying a buffer in the descriptor.

[>] http://marc.info/?l=openbsd-cvs&m=140710363802636&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-04 02:55:06


Module name: src
Changes by: florian@cvs.openbsd.org 2014/08/03 16:06:51

Modified files:
usr.sbin/httpd : server_fcgi.c

Log message:
c-type functions / makros need a cast to unsigned char, not int
"feel free to commit" reyk@

[>] 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@

[>] http://marc.info/?l=openbsd-cvs&m=140710606703076&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-04 02:55:08


Module name: src
Changes by: reyk@cvs.openbsd.org 2014/08/03 16:47:25

Modified files:
usr.sbin/httpd : server_file.c

Log message:
Only allow GET and HEAD for static files or return 405.

ok florian@

[>] http://marc.info/?l=openbsd-cvs&m=140712580506611&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-04 08:55:06


Module name: src
Changes by: miod@cvs.openbsd.org 2014/08/03 22:16:11

Modified files:
lib/libssl/src/crypto/evp: e_chacha.c

Log message:
In chacha_init(), allow for a NULL iv. Reported by znz on github.
ok guenther@ jsing@

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 ... 22