Displaying 5 results from an estimated 5 matches for "jonchen".
Did you mean:
jochen
1998 Oct 07
1
Re: sshd and PAM [summary]
-----BEGIN PGP SIGNED MESSAGE-----
Hi,
I''ve got several replies, thank you for them. Let me summarize:
o Many people say there is a PAMified version of ssh available at
ftp://ftp.replay.com/pub/crypto/redhat/SRPMS (the source)
ftp://ftp.replay.com/pub/crypto/redhat/i386 (Intel binaries)
(there are analogous paths for the other architectures). The packages
are made by Jan
2001 Aug 20
1
Idletimeout patch, third attempt
...IWAMURO Motonori <iwa at mmp.fujitsu.co.jp> - bugfixes
Jani Hakala <jahakala at cc.jyu.fi> - Patches
Jarno Huuskonen <jhuuskon at hytti.uku.fi> - Bugfixes
+Jani Jaakkola <jjaakkol at cs.helsinki.fi> - IdleTimeOut
Jim Knoble <jmknoble at jmknoble.cx> - Many patches
Jonchen (email unknown) - the original author of PAM support of SSH
Juergen Keil <jk at tools.de> - scp bugfixing
diff -ru openssh-2.9p2.orig/clientloop.c openssh-2.9p2/clientloop.c
--- openssh-2.9p2.orig/clientloop.c Fri Apr 20 15:50:51 2001
+++ openssh-2.9p2/clientloop.c Mon Aug 20 22:20:38 2001
@...
1998 Oct 29
0
Digest.
...e''s the diff against ssh-1.2.26, apply
to clean sources:
--- sshd.c.orig Tue Oct 6 18:15:32 1998
+++ sshd.c Tue Oct 6 18:14:31 1998
@@ -89,6 +89,9 @@
* feature. Added {Allow,Deny}Users feature from Steve Kann
* <stevek@SteveK.COM>.
*
+ * Revision 1.42a 1997/06/06 18:40:00 jonchen
+ * Added support for PAM
+ *
* Revision 1.42 1997/04/23 00:05:35 kivinen
* Added ifdefs around password expiration and inactivity checks,
* because some systems dont have sp_expire and sp_inact fields.
@@ -525,6 +528,14 @@
char *ticket = "none\0";
#endif /* KERBEROS */
+#if...
1999 Nov 23
2
Fixes for Solaris
...S_PROGRAM}; \
Index: README
===================================================================
RCS file: /var/cvs/openssh/README,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- README 1999/11/22 04:24:35 1.25
+++ README 1999/11/22 23:11:29 1.26
@@ -54,6 +54,7 @@
'jonchen' - the original author of PAM support of SSH
Ben Taylor <bent at clark.net> - Solaris debugging and fixes
Chip Salzenberg <chip at valinux.com> - Assorted patches
+Chris Saia <csaia at wtower.com> - SuSE packaging
Dan Brosemer <odin at linuxfreak.com> - Autoconf and b...
2001 Aug 16
4
Idletimeout patch
...IWAMURO Motonori <iwa at mmp.fujitsu.co.jp> - bugfixes
Jani Hakala <jahakala at cc.jyu.fi> - Patches
Jarno Huuskonen <jhuuskon at hytti.uku.fi> - Bugfixes
+Jani Jaakkola <jjaakkol at cs.helsinki.fi> - IdleTimeOut
Jim Knoble <jmknoble at jmknoble.cx> - Many patches
Jonchen (email unknown) - the original author of PAM support of SSH
Juergen Keil <jk at tools.de> - scp bugfixing
diff -ru openssh-2.9p2.orig/servconf.c openssh-2.9p2/servconf.c
--- openssh-2.9p2.orig/servconf.c Wed Apr 25 15:44:15 2001
+++ openssh-2.9p2/servconf.c Wed Aug 15 22:10:23 2001
@@ -102,6...