search for: have_getttyent

Displaying 5 results from an estimated 5 matches for "have_getttyent".

2000 Aug 01
2
[2.1.1p4] utmp patch for SunOS 4.1.x
...------------------ *** config.h.in.orig Mon Jul 31 10:06:48 2000 --- config.h.in Mon Jul 31 10:10:36 2000 *************** *** 297,302 **** --- 297,305 ---- /* Define if you have the getutxline function. */ #undef HAVE_GETUTXLINE + /* Define if you have the getttyent function. */ + #undef HAVE_GETTTYENT + /* Define if you have the inet_aton function. */ #undef HAVE_INET_ATON *************** *** 482,487 **** --- 485,493 ---- /* Define if you have the <time.h> header file. */ #undef HAVE_TIME_H + + /* Define if you have the <ttyent.h> header file. */ + #undef HAVE_TTYE...
2006 Sep 25
1
[PATCH] implementation of getpeereid() for Solaris
...n. */ #undef HAVE_GETPEEREID +/* Define to 1 if you have the `getpeerucred' function. */ +#define HAVE_GETPEERUCRED + /* Define to 1 if you have the `getpwanam' function. */ #undef HAVE_GETPWANAM @@ -375,6 +378,9 @@ /* Define to 1 if you have the `getttyent' function. */ #undef HAVE_GETTTYENT +/* Define to 1 if you have the <ucred.h> header file. */ +#define HAVE_UCRED_H + /* Define to 1 if you have the `getutent' function. */ #undef HAVE_GETUTENT diff -ur openssh/configure.ac openssh-SNAP-20060921-patched//configure.ac --- openssh/configure.ac Mon Sep 18 15:17:41 2006 +...
2000 Sep 12
0
OpenSSH 2.2.0p1 port to QNX 4
...26:36 2000 *************** *** 744,755 **** --- 744,760 ---- } #else /* FIXME */ + #if defined(__QNX__) && !defined(__QNXNTO__) + tty = 1; + #else tty = ttyslot(); /* seems only to work for /dev/ttyp? style names */ + #endif /* __QNX__ && !__QNXNTO__ */ #endif /* HAVE_GETTTYENT */ if (tty > 0 && (fd = open(UTMP_FILE, O_RDWR|O_CREAT, 0644)) >= 0) { (void)lseek(fd, (off_t)(tty * sizeof(struct utmp)), SEEK_SET); + #ifdef HAVE_HOST_IN_UTMP /* * Prevent luser from zero'ing out ut_host. * If the new ut_line is empty but the old one is...
2000 Aug 23
14
Test snapshot
I have just tarred up a snapshot and uploaded it to: http://www.mindrot.org/misc/openssh/openssh-SNAP-20000823.tar.gz The snapshot incorporates the last month's fixes and enhancements from the openssh-unix-dev mailing list and from the OpenBSD developers. In particular: - ssh-agent and ssh-add now handle DSA keys. NB. this does not interop with ssh.com's ssh-agent. (Markus Friedl)
2005 Sep 19
1
ssh hangs or gives Segmentation fault
...R */ #define HAVE_GETCWD 1 #define HAVE_GETGROUPLIST 1 /* #undef HAVE_GETLUID */ #define HAVE_GETNAMEINFO 1 #define HAVE_GETOPT 1 #define HAVE_GETOPT_H 1 /* #undef HAVE_GETPEEREID */ /* #undef HAVE_GETPWANAM */ #define HAVE_GETRLIMIT 1 /* #undef HAVE_GETRUSAGE */ #define HAVE_GETTIMEOFDAY 1 #define HAVE_GETTTYENT 1 #define HAVE_GETUTENT 1 #define HAVE_GETUTID 1 #define HAVE_GETUTLINE 1 #define HAVE_GETUTXENT 1 #define HAVE_GETUTXID 1 #define HAVE_GETUTXLINE 1 #define HAVE_GLOB 1 #define HAVE_GLOB_H 1 /* #undef HAVE_GSSAPI_GENERIC_H */ /* #undef HAVE_GSSAPI_GSSAPI_GENERIC_H */ /* #undef HAVE_GSSAPI_GSSAPI_H...