search for: v_3_1_p1

Displaying 2 results from an estimated 2 matches for "v_3_1_p1".

2009 Jan 20
2
access to buggy openssh-3.x
Hi, I wanted to have access to the openssh-3.x source in which the bugs were reported. For instance, one of the problems reported in openssh-3.1 was *Bug 182* <https://bugzilla.mindrot.org/show_bug.cgi?id=182> - ssh should still force SIGCHLD to be SIG_DFL when calling ssh-rand-helper When I download openssh-3.1p1, I see the bug fixed. I would like to
2002 Mar 28
1
[PATCH] Feature addition: user access control per auth method
...any interest this functionality, but I've been wanting it for a while. In particular, it's helpful to allow pubkey auth for trusted users and trusted system, while not allowing the other 10000 users to make it into another .rhosts. Below I've attached a patch for this feature off of V_3_1_P1. I'd appreciate any feedback. Raymond M. Reskusich reskusic at uiuc.edu Index: auth.c =================================================================== RCS file: /cvs/openssh/auth.c,v retrieving revision 1.45 diff -u -r1.45 auth.c --- auth.c 5 Mar 2002 01:42:43 -0000 1.45 +++ auth.c 28...