Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-14 | machine-id: initialize from $container_uuid if not set otherwise | Lennart Poettering | |
This is a result of the discussions on https://bugs.freedesktop.org/show_bug.cgi?id=46894 | |||
2012-03-14 | journald: allocate PAGE_SIZE bytes for selinux label length | Lennart Poettering | |
As suggested in https://bugzilla.redhat.com/show_bug.cgi?id=798760 | |||
2012-03-14 | socket: make sure that the name for per-connection services are unique | Lennart Poettering | |
If a client connects to us repeatedly always using the same source port and we instantiate a service for the incoming connection this might clash with an old instance. Hence, include the connection number, the same way we do it for AF_UNIX to make connections unique. https://bugs.freedesktop.org/show_bug.cgi?id=45297 | |||
2012-03-14 | socket: if we fail to create an instantiated service for a socket, don't put ↵ | Lennart Poettering | |
the socket in failure mode An incoming connection that is immediately terminated might result in getpeername() or a similar call failing. Hence it is quite possible that while we are setting up an instantiated service for a socket we might get an error and we shouldn't take this as hint to take the listening socket down. https://bugs.freedesktop.org/show_bug.cgi?id=45297 https://bugzilla.novell.com/show_bug.cgi?id=741590 | |||
2012-03-13 | update TODO | Lennart Poettering | |
2012-03-13 | mount: fix assertion | Lennart Poettering | |
https://bugzilla.redhat.com/show_bug.cgi?id=768523 | |||
2012-03-13 | conf-parser: warn if an assignment is place outside of a section | Lennart Poettering | |
https://bugzilla.redhat.com/show_bug.cgi?id=783134 | |||
2012-03-13 | util: add brute-force fallback for close_all_fds() | Lennart Poettering | |
If /proc is not available (i.e. in chroot envs) let's fall back to brute forcing our way through the fd table. https://bugzilla.redhat.com/show_bug.cgi?id=784921 | |||
2012-03-13 | journald: use SCM_SECURITY to race-freely determine peer SELinux label | Lennart Poettering | |
https://bugzilla.redhat.com/show_bug.cgi?id=798760 | |||
2012-03-13 | socket: add option for SO_PASSEC | Lennart Poettering | |
https://bugzilla.redhat.com/show_bug.cgi?id=798760 (Note that this work is not complete yet, as the kernel seems to send us useless data with SCM_SECURITY enabled) | |||
2012-03-12 | login: tag the Mimo 720 ID_AUTOSEAT | Shawn Landden | |
This device is a combination USB hub, displaylink graphics, and e2i touchscreen Bus 001 Device 005: ID 058f:6254 Alcor Micro Corp. USB Hub Bus 001 Device 006: ID 17e9:401a Newnham Research Bus 001 Device 007: ID 1ac7:0001 |__ Port 1: Dev 5, If 0, Class=hub, Driver=hub/4p, 480M |__ Port 2: Dev 6, If 0, Class=vend., Driver=udlfb, 480M |__ Port 2: Dev 6, If 1, Class=HID, Driver=usbhid, 480M |__ Port 3: Dev 7, If 0, Class=vend., Driver=usbtouchscreen, 12M | |||
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 | |