summaryrefslogtreecommitdiff
path: root/src/login
Commit message (Expand)AuthorAgeFilesLines
* logind: use free_and_strdup() where appropriateLennart Poettering2020-12-091-11/+1
* logind: fix closing of button input devicesLennart Poettering2020-12-091-12/+6
* Update logind-button.cnihilix-melix2020-11-281-3/+6
* meson: add option to skip installing to $sysconfdirJörg Thalheim2020-11-121-2/+4
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-0950-50/+50
* tree-wide: cast result of get_process_comm() to (void) where we ignore itLennart Poettering2020-10-271-1/+1
* Merge pull request #17390 from keszybz/logind-notifications-and-linksYu Watanabe2020-10-202-39/+28
|\
| * logind: minor indentation adjustmentsZbigniew Jędrzejewski-Szmek2020-10-192-26/+24
| * logind: use notify_start/notify_on_cleanupZbigniew Jędrzejewski-Szmek2020-10-191-13/+4
* | sd-bus: add custom return code when $XDG_RUNTIME_DIR is not setZbigniew Jędrzejewski-Szmek2020-10-141-1/+1
|/
* Merge pull request #17302 from keszybz/fix-inhibitorsLennart Poettering2020-10-122-1/+4
|\
| * logind: fix taking of inhibitorsZbigniew Jędrzejewski-Szmek2020-10-101-0/+1
| * logind: print what action is ignoredZbigniew Jędrzejewski-Szmek2020-10-101-1/+3
* | tree-wide: assorted coccinelle fixesFrantisek Sumsal2020-10-092-4/+3
|/
* loginctl: add -P as short for --value --property=Ronan Pigott2020-09-301-1/+6
* Merge pull request #17143 from keszybz/late-exec-resolution-altLennart Poettering2020-09-241-2/+1
|\
| * Add CLOSE_AND_REPLACE helperZbigniew Jędrzejewski-Szmek2020-09-181-2/+1
* | tree-wide: switch remaining mount() invocations over to mount_nofollow_verbose()Lennart Poettering2020-09-231-4/+5
* | logind: use _cleanup_ in one more placeZbigniew Jędrzejewski-Szmek2020-09-221-16/+6
|/
* tree-wide: don't needlessly negate error number passed to bus_error_message()Lennart Poettering2020-09-141-8/+8
* logind: make sure when we are explicitly asked to terminate session/user/seat...Lennart Poettering2020-09-114-10/+10
* logind: clarify what the second argument of session_stop() means when calling itLennart Poettering2020-09-115-7/+7
* logind: minor simplificationLennart Poettering2020-09-111-4/+3
* login: downgrade log level if the error will be ignoredYu Watanabe2020-09-102-3/+5
* logind: fix merge issueLennart Poettering2020-09-091-1/+1
* login: Add KEY_RESTART handlingRobert Marko2020-09-099-7/+57
* logind.conf: document UserStopDelaySec in logind.confFranck Bui2020-09-091-0/+1
* Merge pull request #16635 from keszybz/do-not-for-each-wordLennart Poettering2020-09-092-14/+23
|\
| * logind: use extract_first_word()Zbigniew Jędrzejewski-Szmek2020-09-092-14/+23
* | tree-wide: define iterator inside of the macroZbigniew Jędrzejewski-Szmek2020-09-0810-48/+26
|/
* logind: always check current tag list before using a deviceLennart Poettering2020-09-013-7/+9
* logind: only apply ACLs for device currently tagged with "uaccess"Lennart Poettering2020-09-011-0/+4
* tree-wide: drop pointless zero initialization (#16900)fangxiuning2020-08-302-2/+2
* login/logind: Include sys/stat.h for struct stat usageIkey Doherty2020-08-281-0/+1
* Replace gendered pronouns with gender neutral ones. (#16844)PhoenixDiscord2020-08-271-1/+1
* tree-wide: use sd_bus_error_has_names() in more placesZbigniew Jędrzejewski-Szmek2020-08-241-11/+11
* tree-wide: fix spelling of "fallback"Zbigniew Jędrzejewski-Szmek2020-08-201-1/+1
* Merge pull request #16543 from poettering/nspawn-run-hostLennart Poettering2020-08-201-3/+2
|\
| * core: create per-user inaccessible node from the service managerLennart Poettering2020-08-201-6/+2
| * nspawn,pid1: pass "inaccessible" nodes from cntr mgr to pid1 payload via /run...Lennart Poettering2020-08-201-1/+4
* | user-runtime-dir: deal gracefully with missing logind propertiesLennart Poettering2020-08-201-5/+10
|/
* tree-wide: make use of new relative time events in sd-event.hLennart Poettering2020-07-282-12/+13
* logind: Fix org.freedesktop.login1.set-reboot-to-boot-loader-menu saving to t...Hans de Goede2020-07-211-2/+2
* bus: use bus_log_connect_error to print error messagefangxiuning2020-07-211-1/+1
* Merge pull request #16385 from JackFangXN/masterLennart Poettering2020-07-082-4/+4
|\
| * table use table_log_print_error() instead of table_log_show_errorfangxiuning2020-07-082-2/+2
| * table add table_log_sort_error()fangxiuning2020-07-082-2/+2
| * table add table_log_show_error()fangxiuning2020-07-082-2/+2
* | Merge pull request #16344 from keszybz/update-utmp-erofsLennart Poettering2020-07-061-16/+8
|\ \ | |/ |/|
| * Define _cleanup_ helper for setutxent()+endutxent()Zbigniew Jędrzejewski-Szmek2020-07-051-16/+8