Implementation of utmp daemon.
commitd4af3c8fa0e719c76d7ff30c9df4e76373c322af
authorUlrich Drepper <drepper@redhat.com>
Thu, 29 May 1997 11:47:24 +0000 (29 11:47 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 29 May 1997 11:47:24 +0000 (29 11:47 +0000)
treed7a42b76e5edd9c07d0b2f136431c46d69324976
parent4531db526b84e66f3cd85916b0dd002120bde161
Implementation of utmp daemon.
login/utmpd/connection.c [new file with mode: 0644]
login/utmpd/database.c [new file with mode: 0644]
login/utmpd/error.c [new file with mode: 0644]
login/utmpd/request.c [new file with mode: 0644]
login/utmpd/utmpd-private.h [new file with mode: 0644]
login/utmpd/utmpd.c [new file with mode: 0644]
login/utmpd/utmpd.h [new file with mode: 0644]
login/utmpd/xtmp.c [new file with mode: 0644]
login/utmpd/xtmp.h [new file with mode: 0644]