- Aug 03, 2020
-
-
Michael Biebl authored
-
- Jul 27, 2020
- Jun 19, 2020
-
-
Jan Rybar authored
Update Ukrainian translation See merge request polkit/polkit!50
-
Yuri Chornoivan authored
-
Jan Rybar authored
Updated Indonesian translation See merge request polkit/polkit!56
-
Andika Triwidada authored
-
- Jun 17, 2020
-
-
Jan Rybar authored
Add Norwegian Nynorsk translation See merge request polkit/polkit!55
-
Karl Ove Hufthammer authored
-
- Jun 16, 2020
- Feb 21, 2020
-
-
Jan Rybar authored
ci: Add a CI and run tests See merge request polkit/polkit!46
-
Bastien Nocera authored
Just compiles and installs polkit
-
- Jan 27, 2020
- Oct 08, 2019
- Oct 07, 2019
- Sep 14, 2019
-
-
Anders Jonsson authored
-
- Aug 01, 2019
- May 19, 2019
-
-
Ray Strode authored
Update Danish translation (da.po) See merge request polkit/polkit!23
-
scootergrisen authored
-
- Apr 29, 2019
-
-
Simon McVittie authored
-
- Apr 26, 2019
- Apr 25, 2019
- Apr 02, 2019
-
-
Jan Rybar authored
Js encode string to utf8 See merge request polkit/polkit!29
-
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.
-
- Mar 26, 2019
- Mar 15, 2019
-
-
Jan Rybar authored
pkttyagent: PolkitAgentTextListener leaves echo tty disabled if SIGINT/SIGTERM See merge request polkit/polkit!24
-
Jan Rybar authored
If no password is typed into terminal during authentication raised by PolkitAgentTextListener, pkttyagent sends kill (it receives from systemctl/hostnamectl e.g.) without chance to restore echoing back on. This cannot be done in on_request() since it's run in a thread without guarantee the signal is distributed there.
-
- Mar 14, 2019
-
-
Ray Strode authored
Port JavaScript authority to mozjs-60 See merge request polkit/polkit!4
-
- Mar 12, 2019
-
-
API changes in mozjs that need to be reflected in the JS authority: - the JS::CompileOptions constructor and the JS::CompartmentOptions do not allow setting a JS version any more - do not use NULL comparisons for C++ objects - the resize() method for a vector has a return value that needs to be handled - JSClassOps has different fields
-