summaryrefslogtreecommitdiffstats
path: root/src/locale/localed.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: never consider service idle if polkit authentication is still pendingLennart Poettering2024-06-121-1/+13
* various: use strdup_to() in various obvious casesZbigniew Jędrzejewski-Szmek2024-03-201-5/+1
* polkit: turn "interactive" flag to polkit APIs into a proper flags field (#31...Lennart Poettering2024-03-111-3/+3
* localed: modernizationMike Yuan2024-01-091-8/+7
* polkit: simplify bus_verify_polkit_async() + drop auth-by-cap dbus featureLennart Poettering2023-12-211-12/+9
* tree-wide: use the usual spelling of "cannot"Zbigniew Jędrzejewski-Szmek2023-11-131-1/+1
* bus-unit-util: add common code for reloading PID 1Lennart Poettering2023-07-101-13/+2
* label: Introduce LabelOps to do pre/post labelling operationsDaan De Meyer2023-05-311-1/+1
* localed: simplify method callZbigniew Jędrzejewski-Szmek2023-05-231-13/+1
* locale: introduce x11_context_verify()Yu Watanabe2023-03-251-13/+3
* locale: split out xkbcommon related functions to xkbcommon-util.cYu Watanabe2023-03-251-107/+1
* locale: split out checking existence of keymapYu Watanabe2023-03-251-9/+3
* updated usage of SD_BUS_METHOD_WITH_NAMES macros to SD_BUS_METHOD_WIT… (#26...OMOJOLA JOSHUA2023-03-151-27/+15
* src: changed instances of sd_bus_call_method() to bus_call_method() (#26819)OMOJOLA JOSHUA2023-03-151-8/+2
* localed: print a custom message if libxkbcommon.so is unvailableZbigniew Jędrzejewski-Szmek2023-03-091-7/+6
* localed: skip verification when libxkbcommon is not installedZbigniew Jędrzejewski-Szmek2023-03-081-6/+6
* locale: move logging from library-like functions to callerYu Watanabe2023-01-281-0/+15
* locale: decouple vconsole_read_data() from x11_read_data()Yu Watanabe2023-01-281-0/+10
* locale: also check if converted keymap or friends is same as the current sett...Yu Watanabe2023-01-281-47/+51
* locale: sync two X11 contexts on updateYu Watanabe2023-01-281-21/+38
* locale: always check input keyboard layout and friends earlierYu Watanabe2023-01-281-17/+17
* locale: replace context_get_x11_context() with context_get_x11_context_safe()Yu Watanabe2023-01-281-3/+3
* locale: make vconsole_convert_to_x11() not update ContextYu Watanabe2023-01-281-4/+12
* locale: introduce VCContext and several helper functions for the structYu Watanabe2023-01-281-13/+11
* locale: add missing logsYu Watanabe2023-01-281-6/+6
* locale: also save XKB settings to vconsole.confYu Watanabe2023-01-231-11/+3
* locale: make errors in writing files not criticalYu Watanabe2023-01-231-8/+4
* locale: merge vconsole_convert_to_x11_and_emit() with method_set_vc_keyboard()Yu Watanabe2023-01-231-67/+58
* locale: split out XKB settings to X11ContextYu Watanabe2023-01-231-29/+23
* locale: several coding style fixletsYu Watanabe2023-01-231-11/+19
* Merge pull request #25718 from yuwata/locale-cleanupsYu Watanabe2022-12-151-5/+1
|\
| * locale-setup: avoid TOCTOU in reading locale.confYu Watanabe2022-12-141-3/+1
| * localed: avoid TOCTOU in loading configYu Watanabe2022-12-141-2/+0
* | localed: reload PID1 configuration after modifying /etc/locale.confFranck Bui2022-12-081-12/+8
|/
* Rename def.h to constants.hZbigniew Jędrzejewski-Szmek2022-11-081-1/+1
* tree-wide: use ASSERT_PTR moreDavid Tardon2022-09-131-6/+3
* locale: drop unnecessary allocationYu Watanabe2022-06-181-4/+0
* locale: rename keymap-util.[ch] -> localed-util.[ch]Yu Watanabe2022-06-141-1/+1
* locale-setup: merge locale handling in PID1 and localedYu Watanabe2022-06-141-71/+16
* strv: declare iterator of FOREACH_STRING() in the loopZbigniew Jędrzejewski-Szmek2022-03-231-1/+1
* strv: make iterator in STRV_FOREACH() declaread in the loopYu Watanabe2022-03-191-1/+0
* localed: use PROJECT_FILE rather than __FILE__ for loggingLennart Poettering2021-10-111-1/+1
* tree-wide: avoid uninitialized warning on _cleanup_ variablesLuca Boccassi2021-04-141-1/+1
* tree-wide: sd_bus_error_setf → set_bus_error_setZbigniew Jędrzejewski-Szmek2021-04-071-4/+4
* localed: refuse to set a keymap which is not installedZbigniew Jędrzejewski-Szmek2021-03-041-6/+13
* locale: inline iterator variable declarationsZbigniew Jędrzejewski-Szmek2021-02-161-5/+4
* tree-wide: enable colorized logging for daemons when run in consoleYu Watanabe2021-01-311-1/+1
* localed: Run locale-gen if available to generate missing localeMatthias Klumpp2021-01-121-3/+56
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* Merge pull request #16112 from poettering/nss-systemd-block-fixLennart Poettering2020-06-241-2/+2
|\