mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-28 16:24:39 +02:00
- djm@cvs.openbsd.org 2013/02/20 08:27:50
[integrity.sh] Add an option to modpipe that warns if the modification offset it not reached in it's stream and turn it on for t-integrity. This should catch cases where the session is not fuzzed for being too short (cf. my last "oops" commit)
This commit is contained in:
parent
03978c61f3
commit
1e657d592d
@ -1,3 +1,12 @@
|
|||||||
|
20130226
|
||||||
|
- OpenBSD CVS Sync
|
||||||
|
- djm@cvs.openbsd.org 2013/02/20 08:27:50
|
||||||
|
[integrity.sh]
|
||||||
|
Add an option to modpipe that warns if the modification offset it not
|
||||||
|
reached in it's stream and turn it on for t-integrity. This should catch
|
||||||
|
cases where the session is not fuzzed for being too short (cf. my last
|
||||||
|
"oops" commit)
|
||||||
|
|
||||||
20130225
|
20130225
|
||||||
- (dtucker) [configure.ac ssh-gss.h] bz#2073: additional #includes needed
|
- (dtucker) [configure.ac ssh-gss.h] bz#2073: additional #includes needed
|
||||||
to use Solaris native GSS libs. Patch from Pierre Ossman.
|
to use Solaris native GSS libs. Patch from Pierre Ossman.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $OpenBSD: integrity.sh,v 1.6 2013/02/19 02:14:09 djm Exp $
|
# $OpenBSD: integrity.sh,v 1.7 2013/02/20 08:27:50 djm Exp $
|
||||||
# Placed in the Public Domain.
|
# Placed in the Public Domain.
|
||||||
|
|
||||||
tid="integrity"
|
tid="integrity"
|
||||||
@ -42,7 +42,7 @@ for m in $macs; do
|
|||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
# modify output from sshd at offset $off
|
# modify output from sshd at offset $off
|
||||||
pxy="proxycommand=$cmd | $OBJ/modpipe -m xor:$off:1"
|
pxy="proxycommand=$cmd | $OBJ/modpipe -wm xor:$off:1"
|
||||||
case $m in
|
case $m in
|
||||||
aes*gcm*) macopt="-c $m";;
|
aes*gcm*) macopt="-c $m";;
|
||||||
*) macopt="-m $m";;
|
*) macopt="-m $m";;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user