Displaying 1 result from an estimated 1 matches for "have_bsd_auth".
Did you mean:
have_bsd_auth_h
2000 Oct 07
0
OpenSSH changes for BSD/OS
...===================================
RCS file: /master/contrib/openssh/auth1.c,v
retrieving revision 1.1.1.1
diff -c -r1.1.1.1 auth1.c
*** auth1.c 2000/08/17 16:17:52 1.1.1.1
--- auth1.c 2000/10/06 20:45:57
***************
*** 23,28 ****
--- 23,34 ----
# include <siad.h>
#endif
+ #ifdef HAVE_BSD_AUTH
+ # include <login_cap.h>
+ # include <bsd_auth.h>
+ static char *bsduser=NULL; /* XXX -- ugly, but we need the original */
+ #endif
+
/* import */
extern ServerOptions options;
extern char *forced_command;
***************
*** 315,321 ****
NULL, password) == SIASUCCESS) {...