Bugzilla – Attachment 593 Details for
Bug 820
utmp seems to be getting clobbered on logins
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Don't use updwtmpx on IRIX
openssh-irix-updwtmpx.patch (text/plain), 1.68 KB, created by
Darren Tucker
on 2004-04-04 22:29:13 AEST
(
hide
)
Description:
Don't use updwtmpx on IRIX
Filename:
MIME Type:
Creator:
Darren Tucker
Created:
2004-04-04 22:29:13 AEST
Size:
1.68 KB
patch
obsolete
>Index: configure.ac >=================================================================== >RCS file: /usr/local/src/security/openssh/cvs/openssh_cvs/configure.ac,v >retrieving revision 1.207 >diff -u -p -r1.207 configure.ac >--- configure.ac 30 Mar 2004 04:03:46 -0000 1.207 >+++ configure.ac 4 Apr 2004 12:23:13 -0000 >@@ -235,6 +235,7 @@ main() { if (NSVersionOfRunTimeLibrary(" > AC_DEFINE(SETEUID_BREAKS_SETUID) > AC_DEFINE(BROKEN_SETREUID) > AC_DEFINE(BROKEN_SETREGID) >+ AC_DEFINE(BROKEN_UPDWTMPX) > AC_DEFINE(WITH_ABBREV_NO_TTY) > AC_DEFINE(LOCKED_PASSWD_STRING, "*LK*") > ;; >Index: defines.h >=================================================================== >RCS file: /usr/local/src/security/openssh/cvs/openssh_cvs/defines.h,v >retrieving revision 1.111 >diff -u -p -r1.111 defines.h >--- defines.h 4 Mar 2004 11:59:37 -0000 1.111 >+++ defines.h 4 Apr 2004 12:24:56 -0000 >@@ -507,6 +507,10 @@ struct winsize { > # undef HAVE_GAI_STRERROR > #endif > >+#if defined(BROKEN_UPDWTMPX) && defined(HAVE_UPDWTMPX) >+# undef HAVE_UPDWTMPX >+#endif >+ > #if !defined(HAVE_MEMMOVE) && defined(HAVE_BCOPY) > # define memmove(s1, s2, n) bcopy((s2), (s1), (n)) > #endif /* !defined(HAVE_MEMMOVE) && defined(HAVE_BCOPY) */ >Index: acconfig.h >=================================================================== >RCS file: /usr/local/src/security/openssh/cvs/openssh_cvs/acconfig.h,v >retrieving revision 1.173 >diff -u -p -r1.173 acconfig.h >--- acconfig.h 6 Feb 2004 05:24:31 -0000 1.173 >+++ acconfig.h 4 Apr 2004 12:24:01 -0000 >@@ -347,6 +347,9 @@ > /* getaddrinfo is broken (if present) */ > #undef BROKEN_GETADDRINFO > >+/* updwtmpx is broken (if present) */ >+#undef BROKEN_UPDWTMPX >+ > /* Workaround more Linux IPv6 quirks */ > #undef DONT_TRY_OTHER_AF >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
djm
:
ok+
Actions:
View
|
Diff
Attachments on
bug 820
: 593