CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2019/12/19 05:04:38
Modified files:
sys/dev: vscsi.c
sys/dev/usb: uhid.c
sys/net: switchctl.c
sys/arch/sparc64/dev: vldcp.c
Log message:
poll handlers must retu
CVSROOT:/cvs
Module name:www
Changes by: r...@cvs.openbsd.org2019/12/17 12:27:39
Modified files:
faq: current.html
Log message:
Mention recent usb(4), ugen(4), uhid(4), and fido(4) changes.
With input from deraadt@
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2019/12/17 06:18:06
Modified files:
etc/etc.alpha : MAKEDEV
etc/etc.amd64 : MAKEDEV
etc/etc.arm64 : MAKEDEV
etc/etc.armv7 : MAKEDEV
etc/etc.hppa : MAKEDEV
etc
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2019/12/17 06:15:17
Modified files:
etc: MAKEDEV.common
Log message:
Fix fido(4) documentation link (no functional change)
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2019/12/17 06:08:56
Modified files:
sys/dev/usb: files.usb uhid.c
share/man/man4 : usb.4
sys/dev/hid: hid.h
sys/sys: conf.h
lib/libfido2 : Makefile
On Wed, Jun 26, 2019 at 06:13:48AM -0600, Reyk Floeter wrote:
> CVSROOT: /cvs
> Module name: src
> Changes by: r...@cvs.openbsd.org2019/06/26 06:13:48
>
> Modified files:
> usr.sbin/relayd: config.c relay.c relayd.c relayd.conf.5
>
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2019/06/26 06:13:48
Modified files:
usr.sbin/relayd: config.c relay.c relayd.c relayd.conf.5
relayd.h
Log message:
Add support for OCSP stapling
Many thanks to Bruno Flueckiger who
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2019/06/01 03:54:19
Modified files:
usr.sbin/relayd: config.c
Log message:
Make sure that the IMSG_CTL_RESET message is sent immediately.
This fixes an issue that might better be solved in imsg itself.
The
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2019/05/31 09:25:57
Modified files:
usr.sbin/relayd: config.c parse.y relayd.c relayd.conf.5
relayd.h
Log message:
Add support for SNI with new "tls keypair" option to load addition
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2019/05/31 09:15:37
Modified files:
usr.sbin/relayd: ca.c config.c parse.y relay.c relayd.c relayd.h
Log message:
Move the relay keys/certs into a separate global list and look them up by id.
Moving the cer
CVSROOT:/cvs
Module name:www
Changes by: r...@cvs.openbsd.org2019/05/29 15:44:06
Modified files:
faq: current.html
Log message:
Changed vmctl to vmctl(8) in the link text.
Pointed out by tb@
CVSROOT:/cvs
Module name:www
Changes by: r...@cvs.openbsd.org2019/05/29 15:42:30
Modified files:
faq: faq16.html
Log message:
Revert previous: The FAQ is for -stable, not for -current.
I moved the vmctl syntax change into a comment for the next release.
CVSROOT:/cvs
Module name:www
Changes by: r...@cvs.openbsd.org2019/05/29 15:33:53
Modified files:
faq: current.html faq16.html
Log message:
vmctl(8) syntax changed: command options before argument
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2019/05/29 15:32:43
Modified files:
usr.sbin/vmctl : main.c vmctl.8
Log message:
Change vmctl(8) syntax: command options before the disk/name/id argument.
vmctl had a CLI-style syntax (bgpctl-style) for a s
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2019/05/29 05:52:56
Modified files:
usr.sbin/relayd: parse.y
Log message:
Fix the check if a relay has been specified twice
Relays cannot have the same name or listen address. If a listen
address is specif
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2019/05/29 05:48:29
Modified files:
usr.sbin/relayd: parse.y relay.c relayd.c relayd.h
Log message:
Move relay_load_*() functions into relayd.c
Pass the *env as an explicit argument instead of using the glo
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2019/05/13 09:19:16
Modified files:
usr.sbin/relayd: relay_http.c
Log message:
Add Connection: close when switching to "unlimited" reading mode.
Ask the server to close the connection after the request sinc
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2019/05/13 03:54:07
Modified files:
usr.sbin/relayd: relay.c relay_http.c relayd.h util.c
Log message:
Fix filter rules with "forward to" statement in persistent connections.
OK bentley@ mikeb@
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2019/05/10 14:47:54
Modified files:
distrib/miniroot: install.sub
Log message:
Improve error message of "Question has no answer in response file".
It didn't always print the actual question so it was hard t
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2019/05/10 03:15:00
Modified files:
usr.sbin/relayd: parse.y relay.c relay_http.c relayd.conf.5
relayd.h
Log message:
Add support for from/to in relay filter rules.
For example,
pa
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2019/05/08 17:22:19
Modified files:
usr.sbin/relayd: http.h relay.c relay_http.c relayd.c relayd.h
Log message:
Fix and tweak websocket upgrade handling.
- Don't expect the Connection header to equal Upgrad
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2019/05/08 13:57:45
Modified files:
usr.sbin/httpd : config.c httpd.h parse.y server_fcgi.c
server_http.c
Log message:
spacing
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2018/12/05 11:02:51
Modified files:
sys/dev/pv : pvclock.c
Log message:
Correctly disable pvclock(4) on old hardware that lack a stable clock
I falsely assumed that the KVM_FEATURE_CLOCKSOURCE_STABLE_BI
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2018/11/26 03:39:30
Modified files:
usr.sbin/vmd : vioqcow2.c vioraw.c virtio.c virtio.h vmboot.c
usr.sbin/vmctl : main.c vmctl.c vmctl.h
Log message:
Move the {qcow2,raw} create functions from vm
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2018/11/23 05:38:44
Modified files:
share/man/man4 : Makefile
Log message:
Install pvclock(4)
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2018/11/23 05:37:40
Modified files:
sys/arch/amd64/conf: GENERIC
sys/arch/i386/conf: GENERIC
sys/dev/pv : files.pv pvreg.h
Added files:
share/man/man4 : pvclock.4
sys/de
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2018/11/22 10:31:11
Modified files:
share/man/man4 : vxlan.4
Log message:
Use em0 instead of vmx0 to clarify the parent interface example.
Pointed out by Josh Grosse
OK deraadt@
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2018/11/21 05:31:47
Modified files:
usr.sbin/vmd : config.c dhcp.c parse.y priv.c vm.conf.5 vmd.c
vmd.h
Log message:
Add support for "local inet6" interfaces.
ok & test ccardenas
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2018/11/21 02:50:19
Modified files:
usr.sbin/rad : frontend.c rad.conf.5
Log message:
Allow rad(8) to watch interface groups; e.g. "interface tap" in rad.conf.
OK florian@, additional review from kn@
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2018/11/20 02:06:08
Modified files:
share/man/man4 : islrtc.4 pcfrtc.4 pcxrtc.4
Log message:
Fix spelling of kettenis' email address
"just fix" deraadt@
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2018/11/16 12:45:40
Modified files:
usr.sbin/rad : frontend.c
Log message:
Don't fatal if IPV6_LEAVE_GROUP fails.
The underlying interface might have been destroyed or detached and
rad(8) will just cope w
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2018/10/26 05:24:45
Modified files:
usr.sbin/vmd : config.c
Log message:
I broke base images with my previous commit by missing a line.
The disk path wasn't updated so vmd tried to open the derived disk
i
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2018/10/23 03:53:06
Modified files:
sys/net: pf_norm.c
Log message:
Make pf compile without DIAGNOSTIC again
OK bluhm@ kn@
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2018/10/19 04:12:39
Modified files:
usr.sbin/vmd : config.c vioqcow2.c virtio.c virtio.h vmd.h
usr.sbin/vmctl : Makefile main.c vmctl.8 vmctl.c vmctl.h
Log message:
Add support to create and conve
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2018/10/18 02:36:11
Modified files:
usr.sbin/vmd : parse.y
Log message:
Use realpath(3) on the "boot" config option as well.
This fixes code that detects if boot and the first disk are identical.
OK mlar
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2018/10/15 04:35:41
Modified files:
usr.sbin/vmd : config.c vmd.c vmd.h
Log message:
Prevent VM reboot loops by rate-limiting the interval a VM can reboot.
This looping has been experienced by people who
CVSROOT:/cvs
Module name:www
Changes by: r...@cvs.openbsd.org2018/10/10 07:05:23
Modified files:
. : 64.html
Log message:
ldap(1) has its debut in OpenBSD 6.4.
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2018/10/10 05:46:59
Modified files:
sys/netinet: ip_mroute.c
sys/netinet6 : ip6_mroute.c ip6_var.h
usr.sbin/snmpd : kroute.c
Log message:
RT_TABLEID_MAX is 255, fix places that assume
CVSROOT:/cvs
Module name:www
Changes by: r...@cvs.openbsd.org2018/10/08 13:46:26
Modified files:
. : 64.html
Log message:
More about vmd/vmctl
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2018/10/08 10:32:01
Modified files:
usr.sbin/vmd : config.c vioqcow2.c vioraw.c virtio.c virtio.h
vm.c vmboot.c vmd.c vmd.h vmm.c
usr.sbin/vmctl : main.c vmctl.8 vmctl.c vm
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2018/10/05 06:54:57
Modified files:
usr.sbin/vmctl : main.c
Log message:
Setting getopt optreset to 1 needs an additional reset of optind to 1.
OK millert@
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2018/10/02 10:42:38
Modified files:
usr.sbin/vmctl : vmctl.c
Log message:
Fix potential rounding errors when calculating the qcow2 l1 and ref tables sizes
OK ccardenas@ mlarkin@
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2018/10/01 11:34:56
Modified files:
usr.sbin/vmd : vioqcow2.c
Log message:
Fix potential double-free in error path
qc2_open() calls qc2_close() on error which already frees diskp.
OK ccardenas@
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2018/10/01 03:31:15
Modified files:
usr.sbin/vmctl : main.c vmctl.8 vmctl.h
usr.sbin/vmd : parse.y vioqcow2.c vm.conf.5 vmd.h
Log message:
Try to derive the qcow2 file format from an image file au
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2018/09/28 06:35:32
Modified files:
usr.sbin/vmd : vioqcow2.c vioraw.c virtio.c virtio.h vm.c
vmboot.c vmd.h
Log message:
Support vmd-internal's vmboot with qcow2 disk images.
OK
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2018/09/28 02:29:06
Modified files:
usr.sbin/vmd : vioqcow2.c
Log message:
Compress qcow2 open debug messages into a single line
Please avoid tabs and excessive multi-line information with log_debug
as it
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2018/09/28 02:23:43
Modified files:
usr.sbin/vmd : vmd.c
Log message:
Fix copy-pasto to use maxmem instead of maxcpu
Reported by Greg Steuck
OK mlarkin@
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2018/09/27 11:15:36
Modified files:
etc/rc.d : vmd
usr.sbin/vmctl : main.c vmctl.8 vmctl.c vmctl.h
Log message:
Add vmctl stop -a [-fw] option to stop or terminate all running VMs.
This is al
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2018/09/19 05:28:02
Modified files:
usr.sbin/relayd: ca.c relay.c
Log message:
Do not abort when the ca privenc runs into a timeout.
OK claudio@
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2018/08/29 01:50:16
Modified files:
usr.bin/mg : def.h funmap.c line.c mg.1
Log message:
Add set-case-replaced to toggle case-preserving replace on or off.
By default, replacing "foo" with "bar" turns "
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2018/08/23 00:04:53
Modified files:
usr.sbin/vmctl : vmctl.c
Log message:
Allow to boot CDROM-only VMs.
Pointed out by Jon Williams
OK mlarkin@ kn@ ccardenas@
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2018/08/07 08:49:05
Modified files:
usr.sbin/vmd : config.c
Log message:
Post-g2k18 fix: unbreak the optional vmd-internal vmboot loader.
The new vm_checkaccess() call didn't account for the vmboot case.
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2018/08/07 05:28:29
Modified files:
usr.sbin/vmd : config.c
Log message:
Fix paste error in "no read access to" debug message, tweak messages.
Found by mikeb@
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2018/07/15 08:42:04
Modified files:
usr.sbin/vmd : vioscsi.c
Log message:
Revert unrelated change to vioscsi.c
(I had this in my tree to silence vioscsi.c log_debug, but Carlos
already has a better diff f
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2018/07/15 08:36:54
Modified files:
usr.sbin/vmd : config.c proc.h vioscsi.c vmd.c vmd.h
Log message:
Track resources and enforce cpu/memory/interface limits for non-root users.
The limits are currently h
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2018/07/13 04:26:57
Modified files:
usr.sbin/vmd : config.c vmd.c vmd.h
Log message:
Check the disk/kernel/cdrom file permissions after openening the fd.
This prevents time of TOCTOU attacks for instances
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2018/07/13 02:42:49
Modified files:
usr.sbin/vmd : control.c parse.y vm.conf.5 vmd.c vmd.h vmm.c
Log message:
Add "allow instance" option.
This allows users to create VM instances and change desired optio
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2018/07/12 08:53:37
Modified files:
usr.sbin/vmctl : main.c
Log message:
The vmctl start -I option was changed to -t.
I committed the manpage but accidentally forgot the main.c part.
OK ccardenas@
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2018/07/12 06:04:49
Modified files:
usr.sbin/vmd : parse.y vm.conf.5 vmd.c vmd.h vmm.c
usr.sbin/vmctl : main.c vmctl.8 vmctl.c vmctl.h
Log message:
Allow to use configured/running VMs as templates
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2018/07/11 15:29:05
Modified files:
usr.sbin/vmctl : vmctl.c
Log message:
check string lengths in vm_start
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2018/07/11 10:43:24
Modified files:
usr.sbin/vmd : parse.y
Log message:
sort tokens
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2018/07/11 10:37:31
Modified files:
usr.sbin/vmd : vmd.c
Log message:
style - indent each case statement in a switch.
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2018/07/11 07:19:47
Modified files:
etc/rc.d : vmd
usr.sbin/vmd : config.c control.c vmd.c vmd.h vmm.c
usr.sbin/vmctl : main.c vmctl.8 vmctl.c vmctl.h
Log message:
Add -w option to
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2018/07/11 04:31:45
Modified files:
usr.sbin/vmd : vmd.c
Log message:
Rename function to vmd_check_vmh
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2018/07/11 03:35:44
Modified files:
usr.sbin/vmctl : main.c vmctl.8 vmctl.c vmctl.h
usr.sbin/vmd : control.c vmd.c vmd.h vmm.c
Log message:
Add -f option to vmctl stop to forcefully kill a VM.
Th
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2018/07/10 15:12:20
Modified files:
usr.sbin/vmd : vmd.c
Log message:
style (single-line ifs don't need braces)
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2018/07/10 14:52:51
Modified files:
usr.sbin/vmd : vmm.c
Log message:
Return the VM pid to the vmd parent. This pid field already existed
in the result but wasn't filled in by the vmm process. No functio
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2018/07/10 14:46:50
Modified files:
usr.sbin/vmd : control.c
Log message:
Remove a debug message
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2018/07/10 14:43:15
Modified files:
usr.sbin/vmd : pci.c vioscsi.c vmd.c vmd.h vmm.c
Log message:
vmd already had DEBUG/DPRINTF, there is no need for VMD_DEBUG/dprintf
Replace all occurences of dprintf wi
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2018/07/10 10:15:51
Modified files:
usr.sbin/vmd : config.c vmd.c vmd.h vmm.c
Log message:
Tweak debug log messages
- Turn tracing messages into DPRINTF (only compiled with DEBUG).
- Pass __func__ to vm_
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2018/06/26 04:00:08
Modified files:
usr.sbin/vmd : control.c parse.y proc.h vm.conf.5 vmd.c vmd.h
Log message:
Add "socket owner" to allow changing the owner of the vmd control socket.
This allows to open
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2018/06/26 03:47:20
Modified files:
usr.bin/ldap : ldap.1 ldapclient.c
Log message:
Allow to read the password from a file with -y
Pointed out by Tim Chase
OK rob@ gsoares@ jmc@
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2018/06/21 04:37:00
Modified files:
usr.sbin/ypldap: aldap.c aldap.h
Log message:
Sync aldap from ldap(1).
This also fixes the _url functions that was previously #ifdef'ed out.
OK claudio@
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2018/06/21 02:27:35
Modified files:
usr.bin/ldap : aldap.c
Log message:
Fix DEBUG message
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2018/06/20 10:43:05
Modified files:
usr.sbin/httpd : config.c httpd.conf.5 httpd.h parse.y
server_http.c
Log message:
Add support for simple one-off internal rewrites.
For example:
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2018/06/20 03:20:51
Modified files:
usr.sbin/snmpd : mib.h
Log message:
Add bsws and arcaTrust PENs
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2018/06/19 12:15:01
Modified files:
usr.sbin/vmd : config.c
Log message:
print process name in debug message
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2018/06/19 11:13:50
Modified files:
usr.sbin/vmctl : vmctl.c
Log message:
knf
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2018/06/19 11:12:34
Modified files:
usr.sbin/vmd : config.c i8253.c i8259.c ns8250.c parse.y pci.c
task.c vioscsi.c virtio.c vm.c vmd.c
Log message:
knf
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2018/06/19 08:01:16
Modified files:
usr.bin: Makefile
Log message:
Enable ldap(1) in the build.
OK deraadt@
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2018/06/15 11:17:40
Modified files:
usr.sbin/httpd : httpd.conf.5
Log message:
Something went wrong - the strip option was documented twice.
Found by Mischa Peters, thanks
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2018/06/15 06:36:05
Modified files:
usr.sbin/httpd : server_file.c server_http.c
Log message:
Fix 304 Not Modified response: don't send a body, use the correct MIME type.
Reported by Hidvegi Gabor gaborca
CVSROOT:/cvs
Module name:www
Changes by: r...@cvs.openbsd.org2018/06/13 12:24:24
Modified files:
faq: current.html
Log message:
duplicate label r20180613 (bgpd, httpd), rename the 2nd to r20180613b
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2018/06/13 09:51:08
Modified files:
usr.bin/ldap : ldap.1
Log message:
Update AuthorizedKeysCommand example: only match ^sshPublicKey: lines.
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2018/06/13 09:45:58
Log message:
Import ldap(1), a simple ldap search client.
We have an ldapd(8) server and ypldap in base, so it makes sense to
have a simple LDAP client without depending on the Ope
CVSROOT:/cvs
Module name:www
Changes by: r...@cvs.openbsd.org2018/06/13 09:11:22
Modified files:
faq: current.html
Log message:
httpd.conf(5) grammar changed: 'root strip' is now 'request strip'.
OK claudio@
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2018/06/13 09:08:24
Modified files:
etc/examples : httpd.conf
usr.sbin/acme-client: acme-client.1 acme-client.conf.5
regress/usr.sbin/acme-client: httpd.conf
usr.sbin/httpd : httpd
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2018/06/13 09:02:09
Modified files:
libexec/login_passwd: common.h login.c login_passwd.c
Log message:
Call pledge(2) earlier before opening the auth channel and readpassphrase()
Before this change, only th
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2018/06/13 08:54:42
Modified files:
libexec/login_passwd: Makefile common.h login.c
Log message:
Remove #ifdef PASSWD, it was always enabled and is a leftover from krb5 days.
No other uses of -DPASSWD were
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2018/06/11 06:12:51
Modified files:
usr.sbin/httpd : httpd.conf.5 server_http.c
Log message:
The http_query is already url_encoded; don't encode it twice.
This fixes a bug in the macros and log file handler
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2018/05/23 13:02:50
Modified files:
usr.sbin/httpd : httpd.conf.5
Log message:
Forgot to revert another "port 80"
Pointed out by jmc@
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2018/05/23 08:49:08
Modified files:
sys/tmpfs : tmpfs_vnops.c
Log message:
Fix build without DIAGNOSTIC, ok mikeb@
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2018/05/18 09:20:46
Modified files:
usr.sbin/httpd : parse.y
Log message:
Move LISTEN ON {} code into a function listen_on().
No functional change, but it makes it easier to deal with the grammar.
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2018/05/18 09:04:07
Modified files:
usr.sbin/httpd : httpd.conf.5
Log message:
Revert manpage description as well
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2018/05/18 08:24:26
Modified files:
usr.sbin/httpd : httpd.conf.5 parse.y
Log message:
Revert previous: it introduced a shift/reduce conflict in the grammar.
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2018/05/18 08:07:46
Modified files:
usr.sbin/httpd : httpd.conf.5 parse.y
Log message:
Allow to omit the listen port configuration. Default to port 80, tls port 443.
OK florian@ jmc@
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2018/05/18 06:36:30
Modified files:
usr.sbin/ldapd : ldapd.conf.5 parse.y search.c
Log message:
Add support for attribute filter rules on search/read operations.
OK jmatthew@
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2018/05/16 07:19:00
Modified files:
sys/netinet: ip_ipsp.c ip_spd.c
sys/net: pfkeyv2.c
Log message:
Fix kernel builds without IPSEC.
OK mikeb@
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2018/05/16 04:08:47
Modified files:
usr.sbin/ldapd : search.c
Log message:
Fix the client search request time and size limits.
ldapd failed when the specified limits were reached instead of
exceeded. This
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2018/05/15 09:54:51
Modified files:
usr.sbin/snmpd : snmpd.conf.5
Log message:
The snmpd.conf file is divided into four (not three) main sections.
>From Steve Arntzen
1 - 100 of 1394 matches
Mail list logo