chiark / gitweb /
audit,utmp: implement audit logic and rip utmp stuff out of the main daemon and into...
authorLennart Poettering <lennart@poettering.net>
Tue, 10 Aug 2010 23:43:23 +0000 (01:43 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 10 Aug 2010 23:44:38 +0000 (01:44 +0200)
commit4927fcae48de061393b3ce9c12d49f80d73fbf1d
tree4034f6843ab1ed8ca8e3d9acf87897a9fd592c5e
parentb95cf3629e8d78a0d28e71b0f5559fa9a8c038b5
audit,utmp: implement audit logic and rip utmp stuff out of the main daemon and into a helper binary
.gitignore
Makefile.am
configure.ac
fixme
src/manager.c
src/manager.h
src/missing.h
src/unit.c
src/update-utmp.c [new file with mode: 0644]
src/utmp-wtmp.c