summaryrefslogtreecommitdiff
path: root/src/libsystemd
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: fput[cs]() → fput[cs]_unlocked() wherever that makes sense (#6396)Lennart Poettering2017-07-213-28/+28
* tree-wide: make use of getpid_cached() wherever we canLennart Poettering2017-07-2011-21/+21
* Merge pull request #6266 from keszybz/drop-autotoolsLennart Poettering2017-07-2014-14/+0
|\
| * build-sys: drop gitignore patterns for in-tree buildsZbigniew Jędrzejewski-Szmek2017-07-181-1/+0
| * build-sys: drop automake supportZbigniew Jędrzejewski-Szmek2017-07-1813-13/+0
* | sd-path: make sure to use tmp_dir() and var_tmp_dir() (#6397)Lennart Poettering2017-07-201-2/+3
|/
* Merge pull request #6311 from keszybz/memleakDjalal Harouni2017-07-091-2/+5
|\
| * sd-login: fix memleak when output argument is NULLZbigniew Jędrzejewski-Szmek2017-07-081-2/+5
* | sd_uid_get_state: do not return -ENOENT if state is "offline" (#6302)Yu, Li-Yu2017-07-081-1/+1
|/
* Merge pull request #6194 from keszybz/urandom-magicZbigniew Jędrzejewski-Szmek2017-06-301-1/+1
|\
| * basic/random-util: do not fall back to /dev/urandom if getrandom() returns shortZbigniew Jędrzejewski-Szmek2017-06-281-1/+1
* | sd-bus: never augment creds when we are operating on remote connections (#6217)Lennart Poettering2017-06-283-0/+26
* | Merge pull request #6067 from ssahani/networkctlZbigniew Jędrzejewski-Szmek2017-06-272-1/+16
|\ \
| * | networkctl: display address labelsSusant Sahani2017-06-272-1/+16
| |/
* | sd-bus: use GetConnectionCredentials() when querying credentials, if availableLennart Poettering2017-06-261-69/+188
* | sd-bus: when credentials of the "org.freedesktop.DBus" service are queried re...Lennart Poettering2017-06-261-0/+3
|/
* sd-bus: make sure propagate all errors with vtable callbacks back to clientsLennart Poettering2017-06-211-4/+6
* udev: use interface before the string that interface points to is freed by de...Evgeny Vereshchagin2017-06-181-3/+3
* udev: stop freeing value after using it for setting sysattr (#6094)Evgeny Vereshchagin2017-06-061-0/+1
* sd-device: Try /sys/firmware for sysname to allow device-tree (#5837)Paul Kocialkowski2017-06-061-0/+4
* sd-bus: silence format warnings in kdbus code (#6072)Zbigniew Jędrzejewski-Szmek2017-06-032-0/+8
* sd-login: sd_get_machine_names(): do not return -EINVAL when output parameter...Yu Watanabe2017-05-312-7/+8
* sd-login: treat missing /run/systemd/{seats,sessions,users} the same as emptyYu Watanabe2017-05-311-3/+25
* test-bus-vtable: it's OK if dbus is not runningZbigniew Jędrzejewski-Szmek2017-05-301-1/+5
* sd-login: translate -ENOMEDIUM to -ENODATAZbigniew Jędrzejewski-Szmek2017-05-302-11/+20
* logn: tests - don't compare signed with unsignedTom Gundersen2017-05-251-1/+1
* Merge pull request #5958 from keszybz/explicit-log-errnoLennart Poettering2017-05-223-12/+5
|\
| * tree-wide: when %m is used in log_*, always specify errno explicitlyZbigniew Jędrzejewski-Szmek2017-05-192-10/+5
| * tree-wide: fix incorrect uses of %mZbigniew Jędrzejewski-Szmek2017-05-131-2/+0
* | Merge pull request #5990 from keszybz/logindDjalal Harouni2017-05-212-145/+192
|\ \
| * | sd-login: fix querying machines when machined is not runningZbigniew Jędrzejewski-Szmek2017-05-191-0/+4
| * | sd-login,test-login: return -ENODATA from sd_pid_get_unit tooZbigniew Jędrzejewski-Szmek2017-05-182-2/+5
| * | test-login: make the test non-manualZbigniew Jędrzejewski-Szmek2017-05-181-140/+176
| * | sd-login: fix return value of sd_pid_get_user_unitZbigniew Jędrzejewski-Szmek2017-05-181-1/+3
| * | sd-login: fix return value of sd_pid_get_sessionZbigniew Jędrzejewski-Szmek2017-05-181-1/+3
| * | sd-login: always return two arrays of same length from sd_seat_get_sessionsZbigniew Jędrzejewski-Szmek2017-05-181-1/+1
| * | sd-login: read list of uids of sessions from UIDS not ACTIVE_SESSIONSZbigniew Jędrzejewski-Szmek2017-05-181-1/+1
| |/
* | Fix includes (#5980)Matija Skala2017-05-191-0/+2
* | sd-netlink: Make use of IN_SET (#5977)Susant Sahani2017-05-182-49/+15
* | Merge pull request #5957 from keszybz/test-c++Lennart Poettering2017-05-172-0/+78
|\ \
| * | test-bus-vtable: add SD_BUS_PROPERTYZbigniew Jędrzejewski-Szmek2017-05-141-0/+10
| * | tests,meson: add test-bus-vtable, compiled as C and C++Zbigniew Jędrzejewski-Szmek2017-05-132-0/+68
| |/
* | Revert "selinux: split up mac_selinux_have() from mac_selinux_use()"Gary Tierney2017-05-121-1/+1
|/
* sd-netlink: add support for address labelSusant Sahani2017-04-263-15/+73
* bus: report builtins in GetManagedObjects() (#5799)David Herrmann2017-04-251-0/+16
* Merge pull request #5704 from keszybz/mesonEvgeny Vereshchagin2017-04-251-0/+96
|\
| * meson: reindent all files with 8 spacesZbigniew Jędrzejewski-Szmek2017-04-231-86/+84
| * meson: update linking for fixed meson linkingZbigniew Jędrzejewski-Szmek2017-04-231-88/+0
| * meson: create a static version of libshared and link libcore and some tests t...Zbigniew Jędrzejewski-Szmek2017-04-231-4/+0
| * meson: include the library symbol version list in link_dependsZbigniew Jędrzejewski-Szmek2017-04-231-1/+1