Mainline utmp and login cleanups from hartmans_pty_utmp:
authorSam Hartman <hartmans@mit.edu>
Fri, 19 Jan 1996 01:33:08 +0000 (01:33 +0000)
committerSam Hartman <hartmans@mit.edu>
Fri, 19 Jan 1996 01:33:08 +0000 (01:33 +0000)
commitc37e7830bd25238f680af7464837c829a89337cf
treeff4f2c4f6489333815ebe435f9a4214ae7f85b7e
parent671787e2b4910be41223d0f7961acea87ad498ce
Mainline utmp and login cleanups from hartmans_pty_utmp:

* Fix utmp handling on Solaris for wtmpx records
* Replace krlogin's SIGURG handler with a call to select squashing Solaris ctrl-c bug
* Fix utmp on systems without pututline so ttyslot is only used when it works

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7338 dc483132-0cff-0310-8789-dd5450dbe970
15 files changed:
src/appl/bsd/ChangeLog
src/appl/bsd/configure.in
src/appl/bsd/krlogin.c
src/appl/bsd/krlogind.c
src/appl/bsd/login.c
src/appl/telnet/telnetd/ChangeLog
src/appl/telnet/telnetd/sys_term.c
src/util/autoconf/configure
src/util/pty/.Sanitize
src/util/pty/ChangeLog
src/util/pty/cleanup.c
src/util/pty/libpty.h
src/util/pty/open_ctty.c
src/util/pty/update_utmp.c
src/util/pty/void_assoc.c