summaryrefslogtreecommitdiff
path: root/src/update-utmp.c
Commit message (Collapse)AuthorAge
* core: switch all log targets to go directly to the journal, instead via syslogLennart Poettering2012-01-12
|
* utmp: remove unneded parametersMichal Schmidt2011-11-07
| | | | | With these functions no caller ever passes anything else than 0 for 't' (meaning the current time will be used).
* audit: do not complain if kernel lacks auditJonathan Nieder2011-10-17
| | | | | | | | | | | | | 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.
* umask: change default umask to 0022 just to be sure, and set it explicitly ↵Lennart Poettering2011-08-01
| | | | in all binaries, in order to make sure it is set when started from the terminal
* dbus: make sure to flush bus connection before disconnecting, so that no ↵Lennart Poettering2010-09-02
| | | | messages are lost
* systemctl: rework exit codes for all utility programs to follow LSB or other ↵Lennart Poettering2010-08-31
| | | | standards
* dbus: simplify some dbus error messages a bitLennart Poettering2010-08-25
|
* utmp: document that the order of preference for runlevel numbers might be ↵Lennart Poettering2010-08-25
| | | | something to change in other distributions
* utmp: write out runlevels 5 and 3 preferrably if multiples make sense, and S ↵Lennart Poettering2010-08-25
| | | | instead of 1
* log: properly open log target in the various utilitiesLennart Poettering2010-08-16
|
* emacs: make sure nobody accidently adds tabs to our sourcesLennart Poettering2010-08-14
|
* audit: remove double header inclusionLennart Poettering2010-08-11
|
* audit: smaller fixes to audit hookupLennart Poettering2010-08-11
|
* utmp: enable systemd-update-utmp by defaultLennart Poettering2010-08-11
|
* audit,utmp: implement audit logic and rip utmp stuff out of the main daemon ↵Lennart Poettering2010-08-11
and into a helper binary