Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-12 | conf: enforce UTF8 validty everywhere | Lennart Poettering | |
we need to make sure that configuration data we expose via the bus ends up in using getting an assert(). Even though configuration data is only parsed from trusted sources we should be more careful with what we read. | |||
2012-03-12 | man: reword tmpfiles selinux bits | Lennart Poettering | |
2012-03-12 | update TODO | Lennart Poettering | |
2012-03-06 | man: clarify that applications must ignore unknown fields | Lennart Poettering | |
2012-03-06 | man: document how os-release(5) may be extended by OS vendors | Lennart Poettering | |
2012-03-06 | man: fix typo | Lennart Poettering | |
2012-03-06 | man: allow that /etc/os-release is a symlink | Lennart Poettering | |
2012-03-06 | man: add URL field definitions to os-release(5) | Lennart Poettering | |
As requested by Raphaël Hertzog from the Debian project, include information about the home page and support/bug report pages in /etc/os-release. | |||
2012-03-06 | man: add ID_LIKE definition to os-release(5) | Lennart Poettering | |
As requested by Raphaël Hertzog from the Debian project, encode derivative information in /etc/os-release. | |||
2012-03-06 | update TODO | Lennart Poettering | |
2012-03-06 | journal: make sure to refresh window position and pointer after we linked up ↵ | Lennart Poettering | |
a data object | |||
2012-03-06 | mount: properly check return for mount_add_* | Dave Reisner | |
Previously, mount_load_etc_fstab() could never fail for reasons other than a setmntent() or allocation failure. | |||
2012-03-06 | bash-completion: get rid of awk, sed and grep | Harald Hoyer | |
Get rid of "awk", "sed" and "grep" calls. This can be done entirely in bash! With help from Dave Reisner | |||
2012-03-06 | nspawn: be less cryptic when clone() fails | Lennart Poettering | |
Based on a patch suggested by Shawn Landden. | |||
2012-03-06 | update TODO | Lennart Poettering | |
2012-03-06 | update TODO | Lennart Poettering | |
2012-03-06 | socket: rename 'broken' failure result to 'failed-permanent' on order not to ↵ | Lennart Poettering | |
introduce new terminology | |||
2012-03-06 | umount: don't try to umount /usr, if we are running from it | Lennart Poettering | |
2012-03-05 | update TODO | Lennart Poettering | |
2012-03-05 | socket: fail the socket if the service keeps dying on start | Michal Schmidt | |
If the service reaches the start limit, mark the sockets that activate it as failed (with the result code 'service-broken'). This way the sockets won't act as tarpits for clients connecting to them. | |||
2012-03-05 | configure.ac: fix typo in distro help string | Thierry Reding | |
2012-03-05 | sd-login: c++ compatibility | Lennart Poettering | |
2012-03-05 | systemd-analyze: call os.uname() once | Dave Reisner | |
Uses a format string, which is dependent on python 2.6. | |||
2012-03-05 | fix sparse warnings | Frederic Crozat | |
2012-03-05 | journal: fix endianness errors | Frederic Crozat | |
2012-03-05 | man: corrected machine-info(5) man page to be in line with source | Shawn Landden | |
change conflicting man/machine-info.xml documentation to match functionality in src/hostname/hostnamed.c 114-119 | |||
2012-03-05 | update TODO | Lennart Poettering | |
2012-02-29 | man: fix systemd.special build failure | Kay Sievers | |
2012-02-29 | systemctl: forward untrusted user reboot, poweroff requests to logind | Kay Sievers | |
2012-02-29 | systemd-journald: fix endianess bug | Dirk Eibach | |
2012-02-21 | systemd-analyze: read /etc/os-release | Kay Sievers | |
2012-02-20 | update TODO | Lennart Poettering | |
2012-02-20 | update TODO | Lennart Poettering | |
2012-02-15 | man: systemd.special no longer needs sed logic | Lennart Poettering | |
2012-02-15 | login: document new sd_session_get_xxx() calls | Lennart Poettering | |
2012-02-15 | units: reword rescue/emergency mode message to fit in 80chars | Lennart Poettering | |
2012-02-15 | systemctl: introduce systemctl reboot -ff | Lennart Poettering | |
2012-02-15 | machine-id: initialize vom qemu/kvm -uuid parameter if available | Lennart Poettering | |
2012-02-15 | build-sys: prepare release of 43systemd/v43 | Lennart Poettering | |
2012-02-15 | namespace: temporaily reset umask when creating private /tmp | Lennart Poettering | |
2012-02-15 | login: introduce sd_session_get_display() | Lennart Poettering | |
2012-02-15 | update TODO | Lennart Poettering | |
2012-02-15 | timedate: don't fail if NTP is not installed | Lennart Poettering | |
https://bugzilla.redhat.com/show_bug.cgi?id=790260 | |||
2012-02-14 | login: add new sd_session_get_type() and sd_session_get_class API calls | Lennart Poettering | |
2012-02-14 | login: track login class (i.e. one of "user", "greeter", "lock-screen") for ↵ | Lennart Poettering | |
each session This introduces the new PAM environment variable XDG_SESSION_CLASS. If not set, defaults to "user". This is useful for apps that want to distuingish real user logins from "fake" ones which just exist to show a gdm login screen or a lock screen. | |||
2012-02-14 | update TODO | Kay Sievers | |
2012-02-14 | man: define more precisely the format of /etc/os-release | Lennart Poettering | |
2012-02-14 | man: document CPE field in os-release file | Lennart Poettering | |
2012-02-14 | path-lookup: search for unit files in /lib/systemd/system only on split /usr ↵ | Lennart Poettering | |
systems | |||
2012-02-13 | dbus: update bus addresses to "unixexec:" protocol specifier | Lennart Poettering | |
The new protocol specified that we are settling on is "unixexec:" rather than just "exec:", hence let's update our code accordingly. https://bugs.freedesktop.org/show_bug.cgi?id=35230 |