* dump-utmp.c: New file. Not automatically used by anything, but may be useful
authorKen Raeburn <raeburn@mit.edu>
Wed, 17 Apr 1996 02:11:22 +0000 (02:11 +0000)
committerKen Raeburn <raeburn@mit.edu>
Wed, 17 Apr 1996 02:11:22 +0000 (02:11 +0000)
commit703bcf4fcbde6c736551c61ce97287b264d0b1de
treeb8cb0eef9818f08e2d4da9fedac1c557cd4d3700
parent1da7e425e03659a281674d7716a37754543f0634
* dump-utmp.c: New file.  Not automatically used by anything, but may be useful
for examining utmp/wtmp files when comparing behavior against system software.

* update_utmp.c (pty_update_utmp): Always use id "cons" for console.  For
HP-UX, omit "kl" prefix.  Reindent for readability.
* update_wtmp.c (ptyint_update_wtmp): For HP-UX, copy ut_id and ut_type from
input utmp structure.  Reindent for readability.

Wed Mar 27 21:14:33 1996  Marc Horowitz <marc@mit.edu>

* init_slave.c (pty_initialize_slave): Spurious signal stuff which did nothing
deleted.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7819 dc483132-0cff-0310-8789-dd5450dbe970
src/util/pty/ChangeLog
src/util/pty/dump-utmp.c [new file with mode: 0644]
src/util/pty/init_slave.c
src/util/pty/update_utmp.c
src/util/pty/update_wtmp.c