Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-12 | move all tools to subdirs | Kay Sievers | |
2012-04-12 | relicense to LGPLv2.1 (with exceptions) | Lennart Poettering | |
We finally got the OK from all contributors with non-trivial commits to relicense systemd from GPL2+ to LGPL2.1+. Some udev bits continue to be GPL2+ for now, but we are looking into relicensing them too, to allow free copy/paste of all code within systemd. The bits that used to be MIT continue to be MIT. The big benefit of the relicensing is that closed source code may now link against libsystemd-login.so and friends. | |||
2012-01-12 | core: switch all log targets to go directly to the journal, instead via syslog | Lennart Poettering | |
2011-11-07 | utmp: remove unneded parameters | Michal Schmidt | |
With these functions no caller ever passes anything else than 0 for 't' (meaning the current time will be used). | |||
2011-10-17 | audit: do not complain if kernel lacks audit | Jonathan Nieder | |
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-01 | umask: change default umask to 0022 just to be sure, and set it explicitly ↵ | Lennart Poettering | |
in all binaries, in order to make sure it is set when started from the terminal | |||
2010-09-02 | dbus: make sure to flush bus connection before disconnecting, so that no ↵ | Lennart Poettering | |
messages are lost | |||
2010-08-31 | systemctl: rework exit codes for all utility programs to follow LSB or other ↵ | Lennart Poettering | |
standards | |||
2010-08-25 | dbus: simplify some dbus error messages a bit | Lennart Poettering | |
2010-08-25 | utmp: document that the order of preference for runlevel numbers might be ↵ | Lennart Poettering | |
something to change in other distributions | |||
2010-08-25 | utmp: write out runlevels 5 and 3 preferrably if multiples make sense, and S ↵ | Lennart Poettering | |
instead of 1 | |||
2010-08-16 | log: properly open log target in the various utilities | Lennart Poettering | |
2010-08-14 | emacs: make sure nobody accidently adds tabs to our sources | Lennart Poettering | |
2010-08-11 | audit: remove double header inclusion | Lennart Poettering | |
2010-08-11 | audit: smaller fixes to audit hookup | Lennart Poettering | |
2010-08-11 | utmp: enable systemd-update-utmp by default | Lennart Poettering | |
2010-08-11 | audit,utmp: implement audit logic and rip utmp stuff out of the main daemon ↵ | Lennart Poettering | |
and into a helper binary |