search for: have_login_h

Displaying 6 results from an estimated 6 matches for "have_login_h".

Did you mean: have_login
2001 Feb 16
1
CVS and AIX
...oginrestrictions' auth.c:145: `S_RLOGIN' undeclared (first use in this function) auth.c:145: (Each undeclared identifier is reported only once auth.c:145: for each function it appears in.) gmake: *** [auth.o] Error 1 S_RLOGIN is declared in /usr/include/login.c. config.h has "#define HAVE_LOGIN_H 1", but the #include <login.h> statement at top of auth.c includes "./login.c" due to the -I. line. Why do we need -I. ? Shouldn't those things be included with #include "something.h", as opposed to #include <something.h>? Should we rename ./login.h to...
1999 Dec 23
0
Patch to make pre19 work with NetBSD
...13:59:23 1999 @@ -148,6 +148,9 @@ /* Define if you have the <lastlog.h> header file. */ #undef HAVE_LASTLOG_H +/* Define if you don't have the <lastlog.h> header file but have lastlog. */ +#undef HAVE_LASTLOG + /* Define if you have the <login.h> header file. */ #undef HAVE_LOGIN_H @@ -405,3 +408,7 @@ #if !defined(HAVE_SETEUID) && defined(HAVE_SETREUID) # define seteuid(a) setreuid(-1,a) #endif /* !defined(HAVE_SETEUID) && defined(HAVE_SETREUID) */ + +#if defined(HAVE_LASTLOG_H) && !defined(HAVE_LASTLOG) +# define HAVE_LASTLOG +#endif /* defined (...
2000 May 15
1
AIX authenticate patches
...ticate function */ #undef WITH_AIXAUTHENTICATE /* Define if you want to disable lastlog support */ --- auth.c.orig Wed May 10 16:00:39 2000 +++ auth.c Thu May 11 13:11:23 2000 @@ -19,6 +19,9 @@ #include "compat.h" #include "channels.h" #include "match.h" +#ifdef HAVE_LOGIN_H +#include <login.h> +#endif #include "bufaux.h" #include "ssh2.h" @@ -111,8 +114,20 @@ } #ifdef WITH_AIXAUTHENTICATE - if (loginrestrictions(pw->pw_name,S_LOGIN,NULL,&loginmsg) != 0) + if (loginrestrictions(pw->pw_name,S_RLOGIN,NULL,&loginmsg) != 0)...
1999 Dec 21
0
Problem with UTMP recording
...have the vsnprintf function. */ #define HAVE_VSNPRINTF 1 /* Define if you have the <endian.h> header file. */ #define HAVE_ENDIAN_H 1 /* Define if you have the <lastlog.h> header file. */ #define HAVE_LASTLOG_H 1 /* Define if you have the <login.h> header file. */ /* #undef HAVE_LOGIN_H */ /* Define if you have the <maillock.h> header file. */ /* #undef HAVE_MAILLOCK_H */ /* Define if you have the <netgroup.h> header file. */ /* #undef HAVE_NETGROUP_H */ /* Define if you have the <paths.h> header file. */ #define HAVE_PATHS_H 1 /* Define if you have the &l...
2005 Sep 19
1
ssh hangs or gives Segmentation fault
...* #undef HAVE_LIBIAF */ #define HAVE_LIBNSL 1 /* #undef HAVE_LIBPAM */ /* #undef HAVE_LIBSECTOK */ /* #undef HAVE_LIBSOCKET */ /* #undef HAVE_LIBUTIL_H */ /* #undef HAVE_LIBXNET */ #define HAVE_LIBZ 1 #define HAVE_LIMITS_H 1 /* #undef HAVE_LOGIN_CAP_H */ /* #undef HAVE_LOGIN_GETCAPBOOL */ /* #undef HAVE_LOGIN_H */ #define HAVE_LOGOUT 1 #define HAVE_LOGWTMP 1 /* #undef HAVE_MAILLOCK_H */ /* #undef HAVE_MD5_CRYPT */ #define HAVE_MEMMOVE 1 #define HAVE_MEMORY_H 1 #define HAVE_MKDTEMP 1 #define HAVE_MMAP 1 /* #undef HAVE_NDIR_H */ #define HAVE_NETDB_H 1 /* #undef HAVE_NETGROUP_H */ #define HAVE_NETINET_IN_SYS...
2001 Nov 06
13
OpenSSH 3.0
OpenSSH 3.0 has just been released. It will be available from the mirrors listed at http://www.openssh.com/ shortly. OpenSSH is a 100% complete SSH protocol version 1.3, 1.5 and 2.0 implementation and includes sftp client and server support. This release contains many portability bug-fixes (listed in the ChangeLog) as well as several new features (listed below). We would like to thank the