summaryrefslogtreecommitdiff
path: root/src/libsystemd/sd-login/sd-login.c
AgeCommit message (Expand)Author
2016-05-25stuffLuke Shumaker
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
2016-01-13tree-wide: check if errno is greater than zero (2)Zbigniew Jędrzejewski-Szmek
2015-11-27tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering
2015-11-03parse-util: introduce parse_ifindex() and make use of it everywhereLennart Poettering
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering
2015-10-27util-lib: move a number of fs operations into fs-util.[ch]Lennart Poettering
2015-10-27util-lib: introduce dirent-util.[ch] for directory entry callsLennart Poettering
2015-10-27util: move filename_is_valid() and path_is_safe() to path-util.[ch]Lennart Poettering
2015-10-27util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering
2015-10-26socket-util: move remaining socket-related calls from util.[ch] to socket-uti...Lennart Poettering
2015-10-26util-lib: split out user/group/uid/gid calls into user-util.[ch]Lennart Poettering
2015-10-26util-lib: split out IO related calls to io-util.[ch]Lennart Poettering
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering
2015-10-24util: split out escaping code into escape.[ch]Lennart Poettering
2015-09-08sd-login: fix sd_seat_get_active() to return ENODATAsystemd/v226David Herrmann
2015-09-05sd-login: add new sd_pid_get_cgroup() APILennart Poettering
2015-09-04sd-login: rework error handlingLennart Poettering
2015-09-04util: add new uid_is_valid() callLennart Poettering
2015-09-01sd-login: improve error handlingLennart Poettering
2015-08-24machined: validate machine names at more placesLennart Poettering
2015-08-24util: make machine_name_is_valid() a macro and move it to hostname-util.hLennart Poettering
2015-08-14tree-wide: generate EBADF when we get invalid fdsLennart Poettering
2015-06-11build-sys: split internal basic/ library from shared/Kay Sievers
2015-04-30sd-bus,sd-login: add api for querying the slice within the the user systemd i...Lennart Poettering
2015-04-10shared: add formats-util.hRonny Chevalier
2015-04-07util: rework cunescape(), improve error handlingLennart Poettering
2015-03-27fix gcc warnings about uninitialized variablesHarald Hoyer
2015-02-12include <poll.h> instead of <sys/poll.h>Thomas Hindoe Paaboel Andersen
2015-02-03util: rework strappenda(), and rename it strjoina()Lennart Poettering
2014-09-22login: add public sd_session_get_desktop() APIDavid Herrmann
2014-07-31Reject invalid quoted stringsZbigniew Jędrzejewski-Szmek
2014-07-17sd-login: always use "indices" as plural of "index"Lennart Poettering
2014-07-11nss-mymachines: add new NSS module for automatically resolving addresses of a...Lennart Poettering
2014-07-03sd-login: use the same code for verfiying machine names everywhereLennart Poettering
2014-05-19sd-login: add C API to query primary session of a userLennart Poettering
2014-05-15Remove unnecessary casts in printfsZbigniew Jędrzejewski-Szmek
2014-03-18util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering
2014-03-17build-sys: move sd-login src/login → src/libsystemd/sd-loginLennart Poettering