[openssh-commits] [openssh] 01/01: upstream: fix sshd_config SetEnv directive inside Match blocks; part of

git+noreply at mindrot.org git+noreply at mindrot.org
Thu Oct 29 14:15:43 AEDT 2020


This is an automated email from the git hooks/post-receive script.

djm pushed a commit to branch master
in repository openssh.

commit 95d1109fec7e89ad21f2a97e92bde1305d32a353
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Thu Oct 29 03:13:06 2020 +0000

    upstream: fix sshd_config SetEnv directive inside Match blocks; part of
    
    github PR#201 from github user manuelm
    
    OpenBSD-Commit-ID: 9772e3748abff3ad65ae8fc43d026ed569b1d2bc
---
 servconf.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/servconf.h b/servconf.h
index 7005aea9..a0efe20f 100644
--- a/servconf.h
+++ b/servconf.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: servconf.h,v 1.147 2020/10/16 13:26:13 djm Exp $ */
+/* $OpenBSD: servconf.h,v 1.148 2020/10/29 03:13:06 djm Exp $ */
 
 /*
  * Author: Tatu Ylonen <ylo at cs.hut.fi>
@@ -279,6 +279,7 @@ TAILQ_HEAD(include_list, include_item);
 		M_CP_STRARRAYOPT(allow_groups, num_allow_groups); \
 		M_CP_STRARRAYOPT(deny_groups, num_deny_groups); \
 		M_CP_STRARRAYOPT(accept_env, num_accept_env); \
+		M_CP_STRARRAYOPT(setenv, num_setenv); \
 		M_CP_STRARRAYOPT(auth_methods, num_auth_methods); \
 		M_CP_STRARRAYOPT(permitted_opens, num_permitted_opens); \
 		M_CP_STRARRAYOPT(permitted_listens, num_permitted_listens); \

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list