jjelen pushed to openssh (f21). "fix direction in CRYPTO_SESSION audit message"

notifications at fedoraproject.org notifications at fedoraproject.org
Wed Apr 8 16:35:09 UTC 2015


>From 39ae32632cc9ecb5ddbc005bd716efdbe6c26c25 Mon Sep 17 00:00:00 2001
From: Petr Lautrbach <plautrba at redhat.com>
Date: Fri, 16 Jan 2015 16:20:11 +0100
Subject: fix direction in CRYPTO_SESSION audit message


diff --git a/openssh-6.6.1p1-audit-pfs.patch b/openssh-6.6.1p1-audit-pfs.patch
index a2b6d75..35be907 100644
--- a/openssh-6.6.1p1-audit-pfs.patch
+++ b/openssh-6.6.1p1-audit-pfs.patch
@@ -121,7 +121,7 @@ index ede7b67..eb5f333 100644
  		dh_need = MAX(dh_need, newkeys->mac.key_len);
 +		debug("kex: %s need=%d dh_need=%d", kex->name, need, dh_need);
 +#ifdef SSH_AUDIT_EVENTS
-+		audit_kex(ctos, newkeys->enc.name, newkeys->mac.name, newkeys->comp.name, kex->name);
++		audit_kex(mode, newkeys->enc.name, newkeys->mac.name, newkeys->comp.name, kex->name);
 +#endif
  	}
  	/* XXX need runden? */
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/openssh.git/commit/?h=f21&id=39ae32632cc9ecb5ddbc005bd716efdbe6c26c25


More information about the scm-commits mailing list