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


Module name: src
Changes by: deraadt@cvs.openbsd.org 2014/08/04 00:35:10

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

Log message:
whitespace

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


Module name: src
Changes by: deraadt@cvs.openbsd.org 2014/08/04 00:35:31

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

Log message:
no need for param.h

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


Module name: src
Changes by: reyk@cvs.openbsd.org 2014/08/04 05:09:25

Modified files:
usr.sbin/httpd : Makefile config.c control.c httpd.c log.c
parse.y proc.c server.c server_fcgi.c
server_file.c server_http.c

Log message:
httpd doesn't support SSL/TLS yet, remove the remaining bits.
The secrect plan is to add it later using the ressl wrapper library.

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


Module name: www
Changes by: brett@cvs.openbsd.org 2014/08/04 05:52:21

Modified files:
. : plus.html

Log message:
plus.html for July 14-27.

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


Module name: src
Changes by: jasper@cvs.openbsd.org 2014/08/04 07:24:42

Modified files:
share/man/man8 : autoinstall.8

Log message:
fix small layout inconsistency

ok'd by many

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


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

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

Log message:
Implement PATH_INFO and add DOCUMENT_ROOT.
PATH_INFO was requested by naddy@ who successfully tested it with "cvsweb".

ok naddy@

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


Module name: src
Changes by: jsing@cvs.openbsd.org 2014/08/04 09:48:01

Modified files:
lib/libressl : ressl.c

Log message:
Free the SSL context first and let the reference counting do its thing.

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


Module name: src
Changes by: reyk@cvs.openbsd.org 2014/08/04 09:49:28

Modified files:
usr.sbin/httpd : Makefile config.c control.c httpd.c
httpd.conf.5 httpd.h parse.y proc.c server.c
Added files:
usr.sbin/httpd : logger.c

Log message:
Add initial support for log files in /var/www/logs/. Logging with
syslog is still supported but disabled by default.

ok deraadt@

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


Module name: src
Changes by: jsing@cvs.openbsd.org 2014/08/04 09:55:26

Modified files:
lib/libressl : ressl.c ressl.h

Log message:
Improve ressl_{read,write} handling of non-blocking reads/writes.

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


Module name: src
Changes by: reyk@cvs.openbsd.org 2014/08/04 09:57:25

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

Log message:
Print error message if the log files cannot be opened.

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


Module name: www
Changes by: beck@cvs.openbsd.org 2014/08/04 09:58:09

Modified files:
libressl : index.html

Log message:
Link an OpenSSL page for OpenSSL.

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


Module name: src
Changes by: jsing@cvs.openbsd.org 2014/08/04 09:58:29

Modified files:
lib/libressl : ressl.c ressl_internal.h

Log message:
Provide a utility function for loading a private/public keypair.

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


Module name: src
Changes by: jsing@cvs.openbsd.org 2014/08/04 10:07:25

Modified files:
lib/libressl : ressl_internal.h ressl_server.c

Log message:
Provide a function that returns a server connection context.

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


Module name: src
Changes by: reyk@cvs.openbsd.org 2014/08/04 10:07:59

Modified files:
etc/examples : httpd.conf
usr.sbin/httpd : parse.y

Log message:
Change grammar from "log [style]" to "log style [style]".

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


Module name: www
Changes by: deraadt@cvs.openbsd.org 2014/08/04 10:08:16

Modified files:
. : 56.html

Log message:
update CD list

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


Module name: src
Changes by: jsing@cvs.openbsd.org 2014/08/04 10:18:42

Modified files:
lib/libressl : ressl.c ressl_internal.h ressl_server.c

Log message:
A ressl server needs different configuration from a ressl client - provide
a specific server configuration function and call this from
ressl_configure.

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


Module name: src
Changes by: jsing@cvs.openbsd.org 2014/08/04 10:19:50

Modified files:
lib/libressl : ressl_server.c

Log message:
Return -1 on error (not 1).

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


Module name: src
Changes by: jsing@cvs.openbsd.org 2014/08/04 10:34:11

Modified files:
lib/libressl : ressl.h ressl_server.c

Log message:
Implement ressl_accept_socket, which allocates a new server connection
context (if necessary) and handles the TLS/SSL handshake over the given
socket.

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


Module name: src
Changes by: reyk@cvs.openbsd.org 2014/08/04 11:12:44

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

Log message:
manpage tweaks about logging

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


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

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

Log message:
Proxy commit for jsing@:
"Add TLS/SSL support to httpd, based on the recent ressl commits."

From jsing@
ok reyk@

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


Module name: src
Changes by: reyk@cvs.openbsd.org 2014/08/04 11:43:20

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

Log message:
Redirect to https:// if SSL/TLS is enabled.

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


Module name: src
Changes by: reyk@cvs.openbsd.org 2014/08/04 11:50:48

Modified files:
etc/examples : httpd.conf

Log message:
Add HTTPS server example.

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


Module name: src
Changes by: reyk@cvs.openbsd.org 2014/08/04 12:00:06

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

Log message:
Add HTTPS = on CGI variable.

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


Module name: src
Changes by: reyk@cvs.openbsd.org 2014/08/04 12:12:15

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

Log message:
Temporarily move the default location of the SSL/TLS server key and
certificate from /var/www/ to /var/www/conf/. Don't get scared - this
will be changed soon! They're currently located in the chroot
directory but will be moved outside as soon as we adopted some of the
key privsep from relayd in ressl/httpd.

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


Module name: src
Changes by: naddy@cvs.openbsd.org 2014/08/04 14:17:09

Modified files:
etc : rc

Log message:
enable httpd; ok deraadt@

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


Module name: www
Changes by: deraadt@cvs.openbsd.org 2014/08/04 18:19:25

Modified files:
. : donations.html

Log message:
update donation mechanisms

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


Module name: www
Changes by: lteo@cvs.openbsd.org 2014/08/04 21:00:41

Modified files:
. : 56.html

Log message:
Remove mentions of the discontinued hp300, mvme68k, and mvme88k ports.

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


Module name: www
Changes by: deraadt@cvs.openbsd.org 2014/08/04 21:26:27

Modified files:
. : 55.html 56.html

Log message:
pretty signify key blocks

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


Module name: www
Changes by: deraadt@cvs.openbsd.org 2014/08/04 22:09:19

Modified files:
. : donations.html

Log message:
clarify the list

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


Module name: src
Changes by: jsg@cvs.openbsd.org 2014/08/05 03:24:21

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

Log message:
add a config option to specify the chroot directory
ok reyk@

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


Module name: www
Changes by: zhuk@cvs.openbsd.org 2014/08/05 06:22:05

Modified files:
. : 56.html

Log message:
Correct KDE4 SC version.

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


Module name: www
Changes by: mpi@cvs.openbsd.org 2014/08/05 06:32:57

Modified files:
. : donations.html

Log message:
Peter Ljung sent me a USB 3.0 hard drive that freaks out when its
firmware puts it in "sleep mode". Thanks!

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


Module name: src
Changes by: jsing@cvs.openbsd.org 2014/08/05 06:46:16

Modified files:
lib/libressl : ressl.c ressl.h ressl_client.c ressl_config.c
ressl_internal.h ressl_server.c ressl_util.c
ressl_verify.c

Log message:
Add $OpenBSD$ tags.

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


Module name: src
Changes by: deraadt@cvs.openbsd.org 2014/08/05 07:15:52

Modified files:
distrib/zaurus/ramdisk: install.md

Log message:
handle wsconsctl.conf and sysctl.conf just being examples.
from ratchov

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


Module name: src
Changes by: deraadt@cvs.openbsd.org 2014/08/05 08:35:47

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

Log message:
spaces

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


Module name: src
Changes by: deraadt@cvs.openbsd.org 2014/08/05 08:36:10

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

Log message:
retire blink because this is serious software now; ok beck

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


Module name: src
Changes by: reyk@cvs.openbsd.org 2014/08/05 09:36:59

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

Log message:
Improve logging to allow per- server/location log files. The log
files can also be owned by root now: they're opened by the parent and
send to the logger process with fd passing. This also works with reload.

ok deraadt@

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


Module name: src
Changes by: reyk@cvs.openbsd.org 2014/08/05 10:30:36

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

Log message:
Limit the number of (Keep-Alive) requests per connection to 100.
(Same default as in nginx and Apache).

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


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

Modified files:
sbin/iked : iked.conf.5

Log message:
Fix an example, nat-to requires to specify the "out" direction in pf rules.

From "Vigdis" via misc@
can go in deraadt@

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


Module name: src
Changes by: reyk@cvs.openbsd.org 2014/08/05 10:35:37

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

Log message:
Fix an example: hostapd table entries have to be comma-separated.

From "Vigdis" via misc@
can go in deraadt@

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


Module name: src
Changes by: reyk@cvs.openbsd.org 2014/08/05 10:46:35

Modified files:
usr.sbin/httpd : parse.y

Log message:
Add srv_conf helper variable to make the code more readable.
No functional change.

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


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

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

Log message:
Bring back the tcp/ip configuration options. This code was already
there and is from relayd. We can decide later which options should
be added or removed, but it shouldn't do any harm.

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


Module name: src
Changes by: reyk@cvs.openbsd.org 2014/08/05 11:13:16

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

Log message:
Tweak the httpd.conf manpage with "sub-lists".

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


Module name: src
Changes by: reyk@cvs.openbsd.org 2014/08/05 12:01:11

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

Log message:
Add configuration options for the most-important connection limits:
max requests (per connection) and timeout. We don't want to add too
many button, and there are good defaults, but these ones are kind of
mandatory.

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


Module name: src
Changes by: mpi@cvs.openbsd.org 2014/08/05 14:26:15

Modified files:
sys/dev/usb : ehci.c ohci.c uhci.c

Log message:
Only check if the abort transfer is the interrupt one if the pipe is
opened with a callback.

If a driver opens an interrupt pipe without callback function, like
umct(4) does with one of its bulk in endpoints being reported as an
interrupt endpoint, then we can end up aborting a transfer which is
different from the interrupt one.

Issue reported by Roberto E. Vargas Caballero, ok deraadt@

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


Module name: www
Changes by: gonzalo@cvs.openbsd.org 2014/08/05 15:23:33

Modified files:
. : events.html

Log message:
Add BSDDay Argentina 2014

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


Module name: www
Changes by: nick@cvs.openbsd.org 2014/08/05 18:49:01

Modified files:
faq : faq11.html

Log message:
s=<a href="http://www.openbsd.org/cgi-bin/cvsweb=http://cvsweb.openbsd.org/cgi-bin/cvsweb=" rel="nofollow">http://www.openbsd.org/cgi-bin/cvsweb=http://cvsweb.openbsd.org/cgi-bin/cvsweb=</a>
(new domain for man pages). Lots more to come!

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


Module name: src
Changes by: jsing@cvs.openbsd.org 2014/08/05 19:54:01

Modified files:
lib/libressl : ressl.c ressl.h ressl_config.c ressl_internal.h

Log message:
Add support for loading the public/private key from memory, rather than
directly from file.

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


Module name: src
Changes by: jsing@cvs.openbsd.org 2014/08/05 20:04:42

Modified files:
usr.sbin/httpd : config.c httpd.8 httpd.h parse.y server.c

Log message:
Load the SSL public/private keys in the parent process, then provide them
to the privsep process via imsg. This allows the keys to be moved out of
the chroot (now /etc/ssl/server.crt, /etc/ssl/private/server.key).

ok reyk@

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


Module name: src
Changes by: doug@cvs.openbsd.org 2014/08/05 20:31:47

Modified files:
usr.sbin/httpd : httpd.8

Log message:
Explain the options in httpd.8

ok deraadt@

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