- 09 Sep, 2020 1 commit
-
- 08 Sep, 2020 1 commit
-
-
Jan Rybar authored
-
- 25 Aug, 2020 2 commits
-
-
Jan Rybar authored
- 31 Jul, 2020 2 commits
-
-
Xi Ruoyao authored
- 27 Jul, 2020 2 commits
-
-
Jan Rybar authored
- 19 Jun, 2020 4 commits
-
-
Yuri Chornoivan authored
-
Andika Triwidada authored
- 17 Jun, 2020 2 commits
-
-
Karl Ove Hufthammer authored
- 16 Jun, 2020 2 commits
-
-
Xi Ruoyao authored
- 21 Feb, 2020 2 commits
-
-
Bastien Nocera authored
Just compiles and installs polkit
- 27 Jan, 2020 4 commits
- 08 Oct, 2019 2 commits
-
-
Jan Rybar authored
- 07 Oct, 2019 3 commits
-
-
Jan Rybar authored
- 14 Sep, 2019 1 commit
-
-
Anders Jonsson authored
-
- 01 Aug, 2019 2 commits
-
-
Jan Rybar authored
- 19 May, 2019 2 commits
-
-
Ray Strode authored
Update Danish translation (da.po) See merge request !23
-
scootergrisen authored
-
- 26 Apr, 2019 2 commits
-
-
Jan Rybar authored
- 25 Apr, 2019 2 commits
-
-
Jan Rybar authored
- 02 Apr, 2019 2 commits
-
-
Jan Rybar authored
When strings handled by the jsbackendauthority contain non-ASCII, the code will fail. For example, on a system having a user with a non-ASCII name, the following message will appear when a USB stick is plugged in. mar 04 21:47:31 mimmi polkitd[17163]: Error evaluating authorization rules The user will not be allowed to do the mount. The problem is that strings were variously encoded back to C strings with JS_EncodeString and JS_EncodeStringToUTF8. According to the documentation (https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey/JSAPI_reference/JS_EncodeString#Description) the former will simply drop the high byte from each character. If that happens to a username, it will no longer be found as a valid user name on the system. Explicitly encoding to UTF-8 will at least work in UTF-8 locales, which is the increasingly dominant encoding.
- 26 Mar, 2019 2 commits
-
-
Jan Rybar authored