summaryrefslogtreecommitdiff
path: root/src/login/pam_systemd.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-17Merge pull request #10412 from poettering/sockaddr-sun-pathYu Watanabe1-6/+6
2018-10-15tree-wide: port various users over to sockaddr_un_set_path()Lennart Poettering1-6/+6
2018-10-13logind: validate /run/user/1000 before we set itLennart Poettering1-7/+41
2018-10-12be consistent about sun_path lengthDavid Tardon1-1/+1
2018-09-10pam_systemd: support use in PID namespacesJürg Billeter1-1/+1
2018-07-26Merge pull request #9484 from poettering/permille-everywhereZbigniew Jędrzejewski-Szmek1-2/+2
2018-07-25tree-wide: increase granularity of percent specifications all over the place ...Lennart Poettering1-2/+2
2018-07-25pam_systemd: cast calls whose result we knowingly ignore to (void)Lennart Poettering1-3/+3
2018-07-25pam_systemd: reduce append_session_cg_weight() indentation level a bit by mov...Lennart Poettering1-13/+14
2018-07-25pam_systemd: move socket_from_display() from util.[ch] to pam_systemd.cLennart Poettering1-0/+25
2018-07-25pam_systemd: sort includes properlyLennart Poettering1-2/+2
2018-07-25pam_systemd: always set XDG_SESSION_{CLASS|TYPE|DESKTOP}Lennart Poettering1-0/+16
2018-07-25pam_systemd: simplify code which with we set environment variablesLennart Poettering1-19/+27
2018-07-25pam_systemd: tiny coding style fixLennart Poettering1-2/+1
2018-07-25pam_systemd: also make $XDG_SESSION_DESKTOP configurable via PAM module comma...Lennart Poettering1-2/+8
2018-07-25pam_systemd: simplify how we process env varsLennart Poettering1-23/+25
2018-07-25pam_systemd: drop setting DBUS_SESSION_BUS_ADDRESSLennart Poettering1-42/+0
2018-07-25pam_systemd: explain in detail why pam_systemd does the PAM item mangling it ...Lennart Poettering1-12/+16
2018-06-14tree-wide: remove Lennart's copyright linesLennart Poettering1-3/+0
2018-06-14tree-wide: drop 'This file is part of systemd' blurbLennart Poettering1-2/+0
2018-04-17logind: enable limiting of user session scopes using pam context objects (#8397)Jan Synacek1-25/+154
2018-04-06tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek1-13/+0
2018-01-05sd-bus: drop references to legacy /var/run D-Bus socketLennart Poettering1-1/+1
2017-11-19Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek1-0/+1
2017-08-09pam_logind: skip leading /dev/ from PAM_TTY field before passing it onLennart Poettering1-1/+4
2017-07-20tree-wide: make use of getpid_cached() wherever we canLennart Poettering1-2/+3
2016-11-07Rename formats-util.h to format-util.hZbigniew Jędrzejewski-Szmek1-1/+1
2016-10-23tree-wide: drop NULL sentinel from strjoinZbigniew Jędrzejewski-Szmek1-1/+1
2016-06-18Ensure kdbus isn't used (#3501)Dave Reisner1-18/+13
2016-05-05tree-wide: introduce new SOCKADDR_UN_LEN() macro, and use it everywhereLennart Poettering1-1/+1
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack1-2/+0
2015-11-27tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering1-5/+5
2015-11-17tree-wide: make macros for converting fds to pointers and back generic and us...Lennart Poettering1-1/+1
2015-11-16login: simply XDG_RUNTIME_DIR managementDavid Herrmann1-18/+10
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering1-0/+1
2015-10-27src/basic: rename audit.[ch] → audit-util.[ch] and capability.[ch] → capa...Lennart Poettering1-1/+1
2015-10-27util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering1-0/+1
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering1-0/+1
2015-10-24util: move logind_running() to login-util.[ch]Lennart Poettering1-12/+12
2015-09-08treewide: fix typosTorstein Husebø1-1/+1
2015-08-31login: support user-bus on dbus1David Herrmann1-11/+24
2015-07-07logind: fail on CreateSession if already in sessionDavid Herrmann1-2/+8
2015-07-03sd-bus: introduce new sd_bus_flush_close_unref() callLennart Poettering1-2/+2
2015-06-21pam_systemd: Properly check kdbus availabilityJan Alexander Steffens (heftig)1-1/+1
2015-06-17turn kdbus support into a runtime optionKay Sievers1-2/+1
2015-05-18util: split all hostname related calls into hostname-util.cLennart Poettering1-0/+1
2015-04-12pam_system: use (void) to silence coverityZbigniew Jędrzejewski-Szmek1-1/+1
2015-04-11shared: add terminal-util.[ch]Ronny Chevalier1-0/+1
2015-04-10shared: add formats-util.hRonny Chevalier1-0/+1
2015-01-22Assorted format fixesZbigniew Jędrzejewski-Szmek1-2/+2