Displaying 1 result from an estimated 1 matches for "jpmg".
Did you mean:
jpeg
2005 Jan 20
0
AllowUsers - proposal for useful variations on the theme
...og suggests that this is not an area where there's substantial
change between 3.8 and 3.9 ...)
Patrick Gosling,
Department of Engineering, University of Cambridge.
---------------------------------------------------------------------------
diff -r -U 8 openssh-3.9p1.orig/auth.c openssh-3.9p1.jpmg/auth.c
--- openssh-3.9p1.orig/auth.c 2004-08-12 13:40:25.000000000 +0100
+++ openssh-3.9p1.jpmg/auth.c 2005-01-20 10:11:24.689070494 +0000
@@ -69,17 +69,17 @@
* Otherwise true is returned.
*/
int
allowed_user(struct passwd * pw)
{
struct stat st;
const char *hostname = NULL, *ipaddr = NU...