summaryrefslogtreecommitdiffstats
path: root/src/login (follow)
Commit message (Expand)AuthorAgeFilesLines
* logind-session: be more specific about session_kill() errorsMike Yuan2024-11-133-5/+9
* audit-util: return -ENODATA from audit_{session|loginuid}_from_pid() if invok...Lennart Poettering2024-11-122-2/+2
* login: fix session_kill(..., KILL_LEADER,...) (#35105)12paper2024-11-101-3/+13
* efivars: Remove STRINGIFY() helper macrosDaan De Meyer2024-11-021-4/+4
* pam: quiet a spurious debug messageRonan Pigott2024-11-021-2/+2
* logind: ensure the stronger inhibitor currently in place is taken into accountLuca Boccassi2024-11-011-4/+8
* logind: respect SD_LOGIND_ROOT_CHECK_INHIBITORS with weak blockersLuca Boccassi2024-11-011-4/+13
* logind-dbus: return appropriate errno for unexpected errorsMike Yuan2024-10-311-5/+5
* logind: add BlockWeakInhibited propertyLuca Boccassi2024-10-303-6/+12
* Merge pull request #34245 from bluca/logind_drop_weak_delay_inhibitorZbigniew Jędrzejewski-Szmek2024-10-294-7/+5
|\
| * logind: drop new delay-weak inhibitorLuca Boccassi2024-09-134-7/+5
* | sd-json,tree-wide: add sd_json_format_enabled() and use it everwhereZbigniew Jędrzejewski-Szmek2024-10-281-1/+1
* | tree-wide: replace for loop with FOREACH_ELEMENT or FOREACH_ARRAY macros (#34...Integral2024-10-261-3/+3
* | Merge pull request #34850 from poettering/openat-report-new-tweaksLennart Poettering2024-10-231-13/+9
|\ \
| * | shared: get rid of fileio-label.[ch]Lennart Poettering2024-10-221-1/+0
| * | fileio: port write_string_file() to LabelOps, and thus add WRITE_STRING_FILE_...Lennart Poettering2024-10-221-13/+10
* | | logind: also check session class in session_get_idle_hint()Lennart Poettering2024-10-221-0/+3
* | | logind: use RET_GATHER() at one more placeLennart Poettering2024-10-221-4/+1
* | | logind: add CanIdle + CanLock dbus properties to session objectLennart Poettering2024-10-221-0/+36
|/ /
* | logind: add comment why we save action in execute_shutdown_or_sleep()Yu Watanabe2024-10-091-2/+5
* | login: use event_reset_time_relative() at one more placeYu Watanabe2024-10-091-17/+7
* | login: provide delayed action in ScheduledShutdown propertyYu Watanabe2024-10-091-4/+17
* | login: allow to cancel delayed action by CancelScheduledShutdown()Yu Watanabe2024-10-091-0/+16
* | Merge pull request #34679 from DaanDeMeyer/bus-logDaan De Meyer2024-10-092-2/+2
|\ \
| * | bus-util: Log more information when connecting to a bus socket failsDaan De Meyer2024-10-092-2/+2
* | | tree-wide: drop doubled empty linesYu Watanabe2024-10-071-1/+0
|/ /
* | logind: add support for hidraw devicesPeter Hutterer2024-10-032-2/+36
* | logind-dbus: really cancel scheduled shutdownDavid Tardon2024-09-301-3/+3
* | tree-wide: make sigprocmask() changes more automaticLennart Poettering2024-09-131-12/+7
|/
* shell: define three system credentials we can propagate into shell prompts an...Lennart Poettering2024-09-091-0/+39
* tree-wide: use UTMPX_FILE rather than _PATH_UTMPXLennart Poettering2024-09-061-6/+6
* tree-wide: drop msg argument for DEFINE_CONFIG_PARSE() macro and friendsYu Watanabe2024-09-011-1/+1
* Merge pull request #34096 from YHNdnzj/logind-followup-256Yu Watanabe2024-08-223-5/+18
|\
| * logind-session: downgrade user@.service dep to Wants=Mike Yuan2024-08-223-4/+17
| * logind: DesignatedMaintenanceTime is added in v257 and constantMike Yuan2024-08-221-1/+1
* | shared/logs-show: introduce journal_browse_prepare()Mike Yuan2024-08-221-6/+2
|/
* polkit: add missing period in messagesYu Watanabe2024-08-221-1/+1
* Merge pull request #34055 from whot/wip/eviocrevoke-warningsYu Watanabe2024-08-211-4/+5
|\
| * logind: warn about EVIOCREVOKE errors other than EINVAL tooPeter Hutterer2024-08-211-1/+3
| * logind: if EVIOCREVOKE fails, don't try it againPeter Hutterer2024-08-121-3/+2
* | tree-wide: voidify polkit_agent_open_if_enabled()Yu Watanabe2024-08-191-9/+9
|/
* logind: add PreparingForShutdownWithMetadata propertyLuca Boccassi2024-08-051-0/+30
* login: fix typoYu Watanabe2024-08-021-1/+1
* logind: always check for inhibitor locksLuca Boccassi2024-07-256-26/+39
* logind-dbus: check auth. for all inhibitor operationsDavid Tardon2024-07-251-17/+22
* logind-user: take gc_mode into account when reporting user stateMike Yuan2024-07-121-13/+13
* logind-dbus: set gc_mode to USER_GC_BY_PIN when disable lingerTom Yan2024-07-091-1/+4
* Merge pull request #33491 from keszybz/allow-interactive-auth-in-inhibitLuca Boccassi2024-06-263-16/+28
|\
| * polkit: allow non-local users to block sleep and shutdownZbigniew Jędrzejewski-Szmek2024-06-261-2/+2
| * inhibit: add --no-ask-password option and allow interactive polkit authZbigniew Jędrzejewski-Szmek2024-06-261-13/+25