Module Name:    src
Committed By:   christos
Date:           Sat Feb 14 19:05:59 UTC 2015

Modified Files:
        src/external/bsd/blacklist/diff: ssh.diff

Log Message:
one more pfilter_init()


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/blacklist/diff/ssh.diff

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/blacklist/diff/ssh.diff
diff -u src/external/bsd/blacklist/diff/ssh.diff:1.5 src/external/bsd/blacklist/diff/ssh.diff:1.6
--- src/external/bsd/blacklist/diff/ssh.diff:1.5	Sat Feb 14 10:42:17 2015
+++ src/external/bsd/blacklist/diff/ssh.diff	Sat Feb 14 14:05:59 2015
@@ -158,3 +158,20 @@ diff -u -u -r1.9 auth2.c
  		}
  #ifdef USE_PAM
  		if (options.use_pam)
+Index: sshd.c
+===================================================================
+RCS file: /cvsroot/src/crypto/external/bsd/openssh/dist/sshd.c,v
+retrieving revision 1.16
+diff -u -r1.16 sshd.c
+--- sshd.c	25 Jan 2015 15:52:44 -0000	1.16
++++ sshd.c	14 Feb 2015 09:55:06 -0000
+@@ -628,6 +628,8 @@
+ 	explicit_bzero(pw->pw_passwd, strlen(pw->pw_passwd));
+ 	endpwent();
+ 
++	pfilter_init();
++
+ 	/* Change our root directory */
+ 	if (chroot(_PATH_PRIVSEP_CHROOT_DIR) == -1)
+ 		fatal("chroot(\"%s\"): %s", _PATH_PRIVSEP_CHROOT_DIR,
+

Reply via email to