summaryrefslogtreecommitdiff
path: root/src/update-utmp.c
AgeCommit message (Collapse)AuthorFilesLines
2011-11-07utmp: remove unneded parametersMichal Schmidt1-2/+2
With these functions no caller ever passes anything else than 0 for 't' (meaning the current time will be used).
2011-10-17audit: do not complain if kernel lacks auditJonathan Nieder1-1/+4
When running on a kernel without audit support, systemd currently writes a mysterious-sounding error to its log: systemd[1]: Failed to connect to audit log: Protocol not supported Better to suppress the audit_open() failure message when (and only when) it is due to running on a kernel without audit support, since in this case the admin probably does not mind systemd not writing to the audit log. This way, more serious errors like ENOMEM and EACCES will stand out more.
2011-08-01umask: change default umask to 0022 just to be sure, and set it explicitly ↵Lennart Poettering1-0/+2
in all binaries, in order to make sure it is set when started from the terminal
2010-09-02dbus: make sure to flush bus connection before disconnecting, so that no ↵Lennart Poettering1-2/+3
messages are lost
2010-08-31systemctl: rework exit codes for all utility programs to follow LSB or other ↵Lennart Poettering1-3/+3
standards
2010-08-25dbus: simplify some dbus error messages a bitLennart Poettering1-4/+4
2010-08-25utmp: document that the order of preference for runlevel numbers might be ↵Lennart Poettering1-1/+4
something to change in other distributions
2010-08-25utmp: write out runlevels 5 and 3 preferrably if multiples make sense, and S ↵Lennart Poettering1-2/+2
instead of 1
2010-08-16log: properly open log target in the various utilitiesLennart Poettering1-0/+1
2010-08-14emacs: make sure nobody accidently adds tabs to our sourcesLennart Poettering1-1/+1
2010-08-11audit: remove double header inclusionLennart Poettering1-1/+0
2010-08-11audit: smaller fixes to audit hookupLennart Poettering1-3/+7
2010-08-11utmp: enable systemd-update-utmp by defaultLennart Poettering1-10/+10
2010-08-11audit,utmp: implement audit logic and rip utmp stuff out of the main daemon ↵Lennart Poettering1-0/+410
and into a helper binary