openbsd
9 years agoBuild boot blocks with -msmall-data -msmall-text.
miod [Thu, 22 Oct 2015 18:54:41 +0000 (18:54 +0000)]
Build boot blocks with -msmall-data -msmall-text.

9 years agoDrop historical comment and an old '#if notyet'.
mpi [Thu, 22 Oct 2015 18:14:53 +0000 (18:14 +0000)]
Drop historical comment and an old '#if notyet'.

9 years agoKill link_rtrequest(), introduce in 1990 to "fix" the result
mpi [Thu, 22 Oct 2015 17:48:34 +0000 (17:48 +0000)]
Kill link_rtrequest(), introduce in 1990 to "fix" the result
of rt_getifa() when adding link level route from outside the
kernel.

ok claudio@

9 years agoUse only one refcounting mechanism for route entries.
mpi [Thu, 22 Oct 2015 17:19:38 +0000 (17:19 +0000)]
Use only one refcounting mechanism for route entries.

ok bluhm@, dlg@, claudio@

9 years agoOnly check for rt_ifp now that it is alays the same as rt_ifa->ifa_ifp.
mpi [Thu, 22 Oct 2015 16:49:26 +0000 (16:49 +0000)]
Only check for rt_ifp now that it is alays the same as rt_ifa->ifa_ifp.

ok millert@, bluhm@

9 years agoMake sure that the address matching the key (destination) of a route
mpi [Thu, 22 Oct 2015 16:44:54 +0000 (16:44 +0000)]
Make sure that the address matching the key (destination) of a route
entry is attached to this entry.

ok phessler@, bluhm@

9 years agoUse rt_ifp instead of rt_ifa->ifa_ifp.
mpi [Thu, 22 Oct 2015 16:33:32 +0000 (16:33 +0000)]
Use rt_ifp instead of rt_ifa->ifa_ifp.

ok bluhm@

9 years agoKill dead code, ifa is specified and won't change.
mpi [Thu, 22 Oct 2015 16:32:41 +0000 (16:32 +0000)]
Kill dead code, ifa is specified and won't change.

ok bluhm@

9 years agoiked hereby pledges that it will run with restricted system
reyk [Thu, 22 Oct 2015 15:55:18 +0000 (15:55 +0000)]
iked hereby pledges that it will run with restricted system
operations.  This adds pledge(2) too all processes, including the iked
parent process; the existing privsep design has been improved for
better pledgeability.  There haven't been any serious problems as it
was already sane (eg. by receiving the PFKEYv2 and UDP sockets via fd
passing).  The control socket moved to an independent process to
remove some abilities from the cert process.

Committed in agreement with many but nobody was brave enough to OK it.

Better testing will happen with having it in the tree.
"It's the truth" deraadt@
"Let's see what happens" benno@

9 years agoAdd a regress test for if_indextoname() and if_nametoindex()
claudio [Thu, 22 Oct 2015 15:47:00 +0000 (15:47 +0000)]
Add a regress test for if_indextoname() and if_nametoindex()

9 years agoAnother change that is needed to restore the previous behaviour of
jsing [Thu, 22 Oct 2015 15:38:05 +0000 (15:38 +0000)]
Another change that is needed to restore the previous behaviour of
ASN1_{GENERALIZED,UTC}TIME_set_string(), which allows it to be called
with a NULL pointer.

ok beck@

9 years agoInspired by satosin(), use inline functions to convert sockaddr dl.
bluhm [Thu, 22 Oct 2015 15:37:47 +0000 (15:37 +0000)]
Inspired by satosin(), use inline functions to convert sockaddr dl.
Instead of casts they check wether the incoming object has the
expected type.  So introduce satosdl() and sdltosa() in the kernel.
OK mpi@

9 years agoFinal removal of EXTERN.
mmcc [Thu, 22 Oct 2015 15:37:04 +0000 (15:37 +0000)]
Final removal of EXTERN.

ok nicm@

9 years agoStop linking iked -static: It was inherited from isakmpd that is
reyk [Thu, 22 Oct 2015 15:14:27 +0000 (15:14 +0000)]
Stop linking iked -static: It was inherited from isakmpd that is
-static for NFS-over-IPsec that might mount the libraries after /usr.
The benefit of linking iked dynamic outweighs the historic reason, eg.
to get full address space randomization and to benefit from libcrypto
updates, so we turn it into a dynamic binary.

OK deraadt@ naddy@

9 years agoRestore previous behaviour and allow
jsing [Thu, 22 Oct 2015 15:03:19 +0000 (15:03 +0000)]
Restore previous behaviour and allow
ASN1_{GENERALIZED,UTC,}TIME_set_string() to be called with a NULL pointer.

Found the hard way by @kinichiro on github.

ok beck@

9 years agoAdd pledge(2) to some binutils that handle untrusted data. Most can do with
pascal [Thu, 22 Oct 2015 14:53:00 +0000 (14:53 +0000)]
Add pledge(2) to some binutils that handle untrusted data.  Most can do with
"stdio rpath", while objdump(1) also needs "tmppath" for objdump -i.

ok deraadt@, comments sthen@ kettenis@

9 years agoExtend tests to call ASN1_{GENERALIZED,UTC,}TIME_set_string() with a NULL
jsing [Thu, 22 Oct 2015 14:10:55 +0000 (14:10 +0000)]
Extend tests to call ASN1_{GENERALIZED,UTC,}TIME_set_string() with a NULL
pointer - because, you know, you might want to set a string on a NULL
object. The previous implementation apparently allowed this as a way of
testing if the string was valid... probably because the *_check() functions
are only useable after the string has already been set.

9 years agoFix case where we wanted to test ASN1_TIME_set_string() but were testing
jsing [Thu, 22 Oct 2015 14:01:19 +0000 (14:01 +0000)]
Fix case where we wanted to test ASN1_TIME_set_string() but were testing
ASN1_UTCTIME_set_string() twice instead.

9 years agoFix case where we wanted to test ASN1_TIME_set_string() but were testing
jsing [Thu, 22 Oct 2015 13:58:47 +0000 (13:58 +0000)]
Fix case where we wanted to test ASN1_TIME_set_string() but were testing
ASN1_UTCTIME_set_string() twice instead.

9 years agoDo not pass an ``ia'' just to dereference ``ia_ifp''.
mpi [Thu, 22 Oct 2015 13:30:29 +0000 (13:30 +0000)]
Do not pass an ``ia'' just to dereference ``ia_ifp''.

ok claudio@, bluhm@, jsg@

9 years agoRevert revision 1.282:
reyk [Thu, 22 Oct 2015 13:30:07 +0000 (13:30 +0000)]
Revert revision 1.282:
"Allow for empty blocks for peers.  While this is bad style for permant
use, this is very nice to temporarily disable a peer option."

This broke the grammar by introducing shift/reduce errors.

OK phessler@

9 years agouse crypt_checkpass("password", NULL) to fake a login instead of bcrypt
tedu [Thu, 22 Oct 2015 12:55:23 +0000 (12:55 +0000)]
use crypt_checkpass("password", NULL) to fake a login instead of bcrypt

9 years agouse crypt_checkpass to check password
tedu [Thu, 22 Oct 2015 12:52:15 +0000 (12:52 +0000)]
use crypt_checkpass to check password

9 years agocopying of the environment can be done later, as the user running
tedu [Thu, 22 Oct 2015 12:43:26 +0000 (12:43 +0000)]
copying of the environment can be done later, as the user running

9 years agopledge "abort" left behind accidentally
deraadt [Thu, 22 Oct 2015 12:34:25 +0000 (12:34 +0000)]
pledge "abort" left behind accidentally

9 years agouse crypt_checkpass instead of doing things the hard way with crypt.
tedu [Thu, 22 Oct 2015 12:32:33 +0000 (12:32 +0000)]
use crypt_checkpass instead of doing things the hard way with crypt.

9 years agosetlocale() before pledge()... until we learn more
deraadt [Thu, 22 Oct 2015 12:09:03 +0000 (12:09 +0000)]
setlocale() before pledge()... until we learn more

9 years agoremove some horrible iwm typedefs
jsg [Thu, 22 Oct 2015 11:51:28 +0000 (11:51 +0000)]
remove some horrible iwm typedefs
ok stsp@

9 years agoIf the pane is still on all_window_panes but not actually connected to
nicm [Thu, 22 Oct 2015 11:23:00 +0000 (11:23 +0000)]
If the pane is still on all_window_panes but not actually connected to
window or session (which can happen if it is killed during a command
sequence and something else has a reference), fall back to the best
effort. Fixes "tmux killw\; detach" for Rudis Muiznieks.

9 years agoUnzoom before -LRUD, reported by Andy Weidenbaum.
nicm [Thu, 22 Oct 2015 11:19:31 +0000 (11:19 +0000)]
Unzoom before -LRUD, reported by Andy Weidenbaum.

9 years agoIf we receive an empty route message, log it and ignore it. Happens
phessler [Thu, 22 Oct 2015 11:13:16 +0000 (11:13 +0000)]
If we receive an empty route message, log it and ignore it.  Happens
occasionally on FreeBSD.

from Melissa Jenkins

OK claudio@, florian@, benno@

9 years agofix company name.
sobrado [Thu, 22 Oct 2015 11:03:43 +0000 (11:03 +0000)]
fix company name.

ok jmc@

9 years agofix spelling mess.
sobrado [Thu, 22 Oct 2015 11:03:15 +0000 (11:03 +0000)]
fix spelling mess.

ok jmc@

9 years agoimprove indentation in list block.
sobrado [Thu, 22 Oct 2015 11:02:48 +0000 (11:02 +0000)]
improve indentation in list block.

ok jmc@

9 years agofix typo in unit of time.
sobrado [Thu, 22 Oct 2015 11:01:49 +0000 (11:01 +0000)]
fix typo in unit of time.

ok jmc@

9 years agoFurther study shows "route" should allow all address families in NET_RT_DUMP
deraadt [Thu, 22 Oct 2015 11:01:43 +0000 (11:01 +0000)]
Further study shows "route" should allow all address families in NET_RT_DUMP
With benno

9 years agotypo.
sobrado [Thu, 22 Oct 2015 11:01:14 +0000 (11:01 +0000)]
typo.

ok jmc@

9 years agoLog identify messages.
nicm [Thu, 22 Oct 2015 11:00:51 +0000 (11:00 +0000)]
Log identify messages.

9 years agoThis should not be changed.
nicm [Thu, 22 Oct 2015 10:48:30 +0000 (10:48 +0000)]
This should not be changed.

9 years agoDo not dereference ``ifa_ifp'' when we already have an ``ifp'' pointer.
mpi [Thu, 22 Oct 2015 10:46:26 +0000 (10:46 +0000)]
Do not dereference ``ifa_ifp'' when we already have an ``ifp'' pointer.

9 years agoRename shutdown to exit.
nicm [Thu, 22 Oct 2015 10:46:24 +0000 (10:46 +0000)]
Rename shutdown to exit.

9 years agoThe eigrpe process also needs to pledge "cpath" for unlinking the
renato [Thu, 22 Oct 2015 10:42:14 +0000 (10:42 +0000)]
The eigrpe process also needs to pledge "cpath" for unlinking the
control socket.

9 years agoAfter some consideration, simply allow TIOCSCTTY in the "tty" pledge.
deraadt [Thu, 22 Oct 2015 10:35:23 +0000 (10:35 +0000)]
After some consideration, simply allow TIOCSCTTY in the "tty" pledge.
Discussion with nicm.

9 years agoDo not dereference ``ia_ifp'' when we already have an ``ifp'' pointer.
mpi [Thu, 22 Oct 2015 10:31:02 +0000 (10:31 +0000)]
Do not dereference ``ia_ifp'' when we already have an ``ifp'' pointer.

9 years agoUse rt_ifp as intended.
mpi [Thu, 22 Oct 2015 10:27:22 +0000 (10:27 +0000)]
Use rt_ifp as intended.

During s2k15 we fixed this ugly 20+ years loopback hack of having a
rt_ifp different than rt_ifa->ifa_ifp.

ok millert@, bluhm@

9 years agoKill dead code missed in per-ifp counter removal.
mpi [Thu, 22 Oct 2015 10:22:53 +0000 (10:22 +0000)]
Kill dead code missed in per-ifp counter removal.

ok millert@, bluhm@

9 years agodocument "id" request; from Gregor Best
deraadt [Thu, 22 Oct 2015 09:23:41 +0000 (09:23 +0000)]
document "id" request; from Gregor Best

9 years agodelivery to maildir needs pledge fattr
gilles [Thu, 22 Oct 2015 08:46:31 +0000 (08:46 +0000)]
delivery to maildir needs pledge fattr

from Gregor Best <gbe@unobtanium.de>

9 years agohalex removed the -p restriction, so do not document it;
jmc [Thu, 22 Oct 2015 08:35:18 +0000 (08:35 +0000)]
halex removed the -p restriction, so do not document it;
from kirill bychkov

9 years agoat present the setpriority() syscall is considered fairly low risk and
deraadt [Thu, 22 Oct 2015 07:52:29 +0000 (07:52 +0000)]
at present the setpriority() syscall is considered fairly low risk and
placed in pledge "proc".  pledge "stdio getpw proc", from Theo Buehler

9 years agoAdd a regress for libc handling of SIGTHR
guenther [Thu, 22 Oct 2015 05:30:18 +0000 (05:30 +0000)]
Add a regress for libc handling of SIGTHR

9 years agoPledge "stdio rpath tty" for hangman(6).
doug [Thu, 22 Oct 2015 05:28:42 +0000 (05:28 +0000)]
Pledge "stdio rpath tty" for hangman(6).

Patch submitted by Ricardo Mestre <serial@helheim.mooo.com>

ok semarie@

9 years agorename ml_join to ml_enlist and expose it to the rest of the kernel.
dlg [Thu, 22 Oct 2015 05:26:06 +0000 (05:26 +0000)]
rename ml_join to ml_enlist and expose it to the rest of the kernel.

9 years agopledge in doas. startup pledge "stdio rpath getpw proc exec id". 4
deraadt [Thu, 22 Oct 2015 04:57:20 +0000 (04:57 +0000)]
pledge in doas.  startup pledge "stdio rpath getpw proc exec id".  4
more times after that more attributes are dropped: "proc" after bsd
auth has spawned/received result from the login_* program; "getpw"
after the final getpwent lookup, "id" after the final uid changing,
and "rpath" after constructing getcwd.  leaving only "exec", for the
ride into execve().

9 years agoUntil we understand the sitaution better, we should pledge() after
deraadt [Thu, 22 Oct 2015 04:08:17 +0000 (04:08 +0000)]
Until we understand the sitaution better, we should pledge() after
setlocale(), not before.  Not just here, but probably everywhere?

9 years agoFix typo in comment. From Theo Buehler.
mmcc [Thu, 22 Oct 2015 02:29:20 +0000 (02:29 +0000)]
Fix typo in comment. From Theo Buehler.

9 years agoMove all mdoc(7) node validation done before child parsing
schwarze [Wed, 21 Oct 2015 23:49:05 +0000 (23:49 +0000)]
Move all mdoc(7) node validation done before child parsing
to the new separate validation pass, except for a tiny bit
needed by the parser which goes to the new mdoc_state() module;
cleaner, simpler, and surprisingly also shorter by 15 lines.

9 years agoReject too small bits value in BN_generate_prime_ex(), so that it does not risk
miod [Wed, 21 Oct 2015 19:02:22 +0000 (19:02 +0000)]
Reject too small bits value in BN_generate_prime_ex(), so that it does not risk
becoming negative in probable_prime_dh_safe(). Reported by Franck Denis who
noticed `openssl gendh 0' would segfault.
Fix adapted from OpenSSL RT#2701.

ok beck@ jsing@

9 years agoUse SSL_CTX_set_ecdh_auto() instead of rolling our own version.
jsing [Wed, 21 Oct 2015 16:45:13 +0000 (16:45 +0000)]
Use SSL_CTX_set_ecdh_auto() instead of rolling our own version.

ok gilles@

9 years agoOnly enable SSL_VERIFY_PEER when the verify option is set on a listener.
jsing [Wed, 21 Oct 2015 16:44:28 +0000 (16:44 +0000)]
Only enable SSL_VERIFY_PEER when the verify option is set on a listener.

Always enabling SSL_VERIFY_PEER unnecessarily increases the number of
messages/bytes in the TLS handshake and increases our attack surface,
since we request and then process client certificates.

ok gilles@

9 years agoIn the case where len is not a multiple of sizeof(RC4_CHUNK) the RC4 code
jsing [Wed, 21 Oct 2015 16:36:50 +0000 (16:36 +0000)]
In the case where len is not a multiple of sizeof(RC4_CHUNK) the RC4 code
will end up doing a read and write of up to 7 bytes beyond the specified
length. This is effectively a non-issue since we read and write back the
same data and due to alignment it is within a page boundary.

Regardless, avoid this by removing the "special" handling for the remaining
length and allow the standard (non-chunk) code to process the remaining
bytes, which does not result in overrun.

Reported by Pascal Cuoq <cuoq at trust-in-soft.com> - thanks!

ok beck@ miod@

9 years agoSetting fcntl(F_SETOWN) for a pipe failed with inappropriate ioctl
bluhm [Wed, 21 Oct 2015 16:09:13 +0000 (16:09 +0000)]
Setting fcntl(F_SETOWN) for a pipe failed with inappropriate ioctl
for device.  In sys_fcntl() the ioctl(TIOCSPGRP) is called, but the
pipe expects SIOCSPGRP.  Sockets have a specal case for the same
reason, so adapt the special code for pipes.
OK millert@

9 years agoStyle fixes; from Ilya Kaliman
millert [Wed, 21 Oct 2015 16:06:57 +0000 (16:06 +0000)]
Style fixes; from Ilya Kaliman

9 years agoRemove a couple of unhelpful defines.
mmcc [Wed, 21 Oct 2015 15:47:41 +0000 (15:47 +0000)]
Remove a couple of unhelpful defines.

ok nicm@

9 years agoDon't bother casting NULL.
mmcc [Wed, 21 Oct 2015 15:20:37 +0000 (15:20 +0000)]
Don't bother casting NULL.

ok nicm@

9 years agoAssign pointer to NULL rather than 0.
mmcc [Wed, 21 Oct 2015 14:31:28 +0000 (14:31 +0000)]
Assign pointer to NULL rather than 0.

ok nicm@

9 years agoPenultimate commit to remove EXTERN.
mmcc [Wed, 21 Oct 2015 14:30:43 +0000 (14:30 +0000)]
Penultimate commit to remove EXTERN.

ok nicm@

9 years agoDo some cleanup in syslogd ttymsg(). Add a debug message when the
bluhm [Wed, 21 Oct 2015 14:03:07 +0000 (14:03 +0000)]
Do some cleanup in syslogd ttymsg().  Add a debug message when the
syslogd child calls fork(2) to delay blocked output.
OK benno@

9 years agoclient_key_table was missing.
nicm [Wed, 21 Oct 2015 13:14:36 +0000 (13:14 +0000)]
client_key_table was missing.

9 years agofix memory leak in error path
gsoares [Wed, 21 Oct 2015 11:33:03 +0000 (11:33 +0000)]
fix memory leak in error path
ok djm@

9 years agoadd missing rcsid
gsoares [Wed, 21 Oct 2015 11:28:02 +0000 (11:28 +0000)]
add missing rcsid
ok renato@

9 years agoBy popular demand add a default binding for mouse wheel up to scroll
nicm [Wed, 21 Oct 2015 11:13:47 +0000 (11:13 +0000)]
By popular demand add a default binding for mouse wheel up to scroll
into history (if the mouse is, on of course).

9 years agomake sure ProgressMeter gets set up. Fixes some weirdness in package installs,
espie [Wed, 21 Oct 2015 10:11:13 +0000 (10:11 +0000)]
make sure ProgressMeter gets set up. Fixes some weirdness in package installs,
as it now must contain a proper linkback to its own state.

9 years agoNo longer mention rtable_get(), it's a private function now.
mpi [Wed, 21 Oct 2015 08:48:12 +0000 (08:48 +0000)]
No longer mention rtable_get(), it's a private function now.

While here use C99 types in function definitions.

9 years agoReturn the correct error code when a table already exists.
mpi [Wed, 21 Oct 2015 08:47:01 +0000 (08:47 +0000)]
Return the correct error code when a table already exists.

9 years agou_short -> unsigned int for rtableid.
mpi [Wed, 21 Oct 2015 08:21:06 +0000 (08:21 +0000)]
u_short -> unsigned int for rtableid.

9 years agoDo not call uvm_swap_finicrypt_all() a second time in dumpsys().
mpi [Wed, 21 Oct 2015 07:59:17 +0000 (07:59 +0000)]
Do not call uvm_swap_finicrypt_all() a second time in dumpsys().

ok tedu@, deraadt@, miod@

9 years agoRemove Diffie-Hellman moduli entries below 2048.
doug [Wed, 21 Oct 2015 06:37:25 +0000 (06:37 +0000)]
Remove Diffie-Hellman moduli entries below 2048.

OpenSSH requires a 2048 minimum for DH in the client and server.

input and ok sthen@
ok dtucker@, djm@

9 years agoAdd support for route summarization.
renato [Wed, 21 Oct 2015 03:52:12 +0000 (03:52 +0000)]
Add support for route summarization.

Working great but need more testing, especially with ipv6. For now
we don't validate if one configured summary is inside another or the
presence of duplicates. Will address these issues in a future commit.

9 years agoMinor fixes and code cleanup.
renato [Wed, 21 Oct 2015 03:48:09 +0000 (03:48 +0000)]
Minor fixes and code cleanup.

9 years agoCompare pointers to NULL rather than 0.
mmcc [Tue, 20 Oct 2015 23:24:25 +0000 (23:24 +0000)]
Compare pointers to NULL rather than 0.

ok djm@

9 years agotweak previous;
jmc [Tue, 20 Oct 2015 22:08:19 +0000 (22:08 +0000)]
tweak previous;

9 years agoUse client pointer not file descriptor in logging.
nicm [Tue, 20 Oct 2015 21:12:08 +0000 (21:12 +0000)]
Use client pointer not file descriptor in logging.

9 years agoadd a new getsockopt option IP_IPDEFTTL to retrieve the default ttl.
benno [Tue, 20 Oct 2015 20:22:42 +0000 (20:22 +0000)]
add a new getsockopt option IP_IPDEFTTL to retrieve the default ttl.
this can be used as an alternative to sysctl net.inet.ip.ttl, in
programs that use pledge().
ok reyk@, "Like this" deraadt@

9 years agoFix write to other user's tty. The device has to be opened with
bluhm [Tue, 20 Oct 2015 20:21:18 +0000 (20:21 +0000)]
Fix write to other user's tty.  The device has to be opened with
O_WRONLY, but without O_CREAT.  So freopen(3) has to be replaced
with open(2) and dup2(2).
from deraadt@

9 years agobelieve this will work with "stdio rpath wpath cpath inet" now that
deraadt [Tue, 20 Oct 2015 18:47:21 +0000 (18:47 +0000)]
believe this will work with "stdio rpath wpath cpath inet" now that
SO_RCVBUF is permitted.  It may even be possible to lose the "inet" a
bit later in the code.  Anyone want to test?

9 years agoDocument SOCK_DNS flag
deraadt [Tue, 20 Oct 2015 18:11:53 +0000 (18:11 +0000)]
Document SOCK_DNS flag
ok guenther tedu semarie

9 years agoAt guenther's suggestion replace dnssocket() with a SOCK_DNS flag on
deraadt [Tue, 20 Oct 2015 18:04:03 +0000 (18:04 +0000)]
At guenther's suggestion replace dnssocket() with a SOCK_DNS flag on
socket().  Without pledge, all other socket behaviours become permitted,
except this one case: connect/send* only works to *:53.  In pledge mode,
a very few are further restricted.  Some backwards compatibility for
the dnssocket/dnsconnect calls will remain in the tree temporarily so
that people can build through the transition.
ok tedu guenther semarie

9 years agoAdd SIOCGIFGMEMB to "route" (returns a list of all interfaces who are
reyk [Tue, 20 Oct 2015 17:44:48 +0000 (17:44 +0000)]
Add SIOCGIFGMEMB to "route" (returns a list of all interfaces who are
member of the given group).  This is used by some parse.y.

OK deraadt@

9 years agoFix 802.1p VLAN priority code points for VLAN_HWTAGGING.
chrisz [Tue, 20 Oct 2015 17:08:39 +0000 (17:08 +0000)]
Fix 802.1p VLAN priority code points for VLAN_HWTAGGING.
Our in-kernel ether-vtag has a different layout to the vr TXSTAT register.

ok sthen@

9 years ago... but keep the previous logic for sparc, which is the other user of this
miod [Tue, 20 Oct 2015 16:22:47 +0000 (16:22 +0000)]
... but keep the previous logic for sparc, which is the other user of this
Makefile, until it switches to MI installboot, too.

9 years agoMissing commit of vax switch to MI installboot(8), forgotten when it went in.
miod [Tue, 20 Oct 2015 16:18:23 +0000 (16:18 +0000)]
Missing commit of vax switch to MI installboot(8), forgotten when it went in.

9 years agoLob a style(9) grenade in here.
jsing [Tue, 20 Oct 2015 15:50:13 +0000 (15:50 +0000)]
Lob a style(9) grenade in here.

9 years agoadd "proc" to pledge for script(1)
semarie [Tue, 20 Oct 2015 14:55:21 +0000 (14:55 +0000)]
add "proc" to pledge for script(1)

it needs to "forward" SIGWINCH to subprocesses.

ok deraadt@

9 years agoThe table could change when retrying so don't save it at start of
nicm [Tue, 20 Oct 2015 14:19:27 +0000 (14:19 +0000)]
The table could change when retrying so don't save it at start of
server_client_handle_key.

9 years agoAfter pledge "dns" has been refactored and setsockopt(SO_RCVBUF)
bluhm [Tue, 20 Oct 2015 12:40:19 +0000 (12:40 +0000)]
After pledge "dns" has been refactored and setsockopt(SO_RCVBUF)
has been added to it, the syslogd privsep parent does not need
pledge "inet" anymore.
discussed with deraadt@

9 years agoAdd an explicit check for a malformed AS segment with (segment length 0),
sthen [Tue, 20 Oct 2015 11:29:07 +0000 (11:29 +0000)]
Add an explicit check for a malformed AS segment with (segment length 0),
avoiding division by zero when deciding whether it contains 2- or 4-byte ASNs.
Refactor TCHECK calls to ensure proper coverage.

From Kevin Reay, ok canacar with wording tweak (I used "malformed" rather
than canacar's suggested "invalid size" or Kevin's original "empty").

9 years agofix a use after free found by clang using an approach suggested by renato
jsg [Tue, 20 Oct 2015 11:26:40 +0000 (11:26 +0000)]
fix a use after free found by clang using an approach suggested by renato
ok renato@

9 years agoOn xmalloc failure, stop trying to determine the total amount of allocated
pascal [Tue, 20 Oct 2015 11:15:07 +0000 (11:15 +0000)]
On xmalloc failure, stop trying to determine the total amount of allocated
memory up to this point by using sbrk(2).  This is of course wildly incorrect
for any mmap-based malloc(3).

This also makes it possible to bring pledge(2) to gnu/.

comments kettenis@, ok miod@

9 years agoupdate regress for pledge after whitelisted-path view inclusion
semarie [Tue, 20 Oct 2015 06:44:51 +0000 (06:44 +0000)]
update regress for pledge after whitelisted-path view inclusion