summaryrefslogtreecommitdiff
path: root/src/polkit
Commit message (Expand)AuthorAgeFilesLines
* unixgroup: Fix return annotation, so that is really nullableHEADmasterMarco Trevisan2023-04-251-1/+1
* Add out param GI annotation to polkit_implicit_authorization_from_stringVal Packett2023-04-251-0/+5
* Make netgroup support optionalA. Wilcox2022-07-142-0/+20
* Remove autotools build systemJan Rybar2022-05-091-147/+0
* Fix a typo of gid_t in a commentMatthew Leeds2022-05-021-1/+1
* CVE-2021-4115 (GHSL-2021-077) fixJan Rybar2022-02-211-4/+34
* GHSL-2021-074: authentication bypass vulnerability in polkitJan Rybar2021-06-021-0/+3
* build: Port to meson build systemJan Rybar2020-10-262-1/+141
* Allow uid of -1 for a PolkitUnixProcessMatthew Leeds2019-02-051-7/+2
* backend: Compare PolkitUnixProcess uids for temporary authorizationsColin Walters2019-01-082-1/+72
* Allow negative uids/gids in PolkitUnixUser and Group objectsZbigniew Jędrzejewski-Szmek2018-12-043-11/+29
* Fix a critical warning on calling polkit_permission_new_sync with no system busRichard Hughes2018-11-061-4/+7
* Fix CVE-2018-1116: Trusting client-supplied UIDMiloslav Trmač2018-07-032-10/+53
* Support polkit session agent running outside user sessionSebastien Bacher2018-04-031-0/+14
* Fix error handling in polkit_authority_enumerate_temporary_authorizations_finishMiloslav Trmač2018-04-031-1/+3
* Fix a memory leak on an error path of lookup_asv (twice)Miloslav Trmač2018-04-032-0/+2
* Simplify GVariant reference countingMiloslav Trmač2018-04-037-88/+39
* polkitpermission: Fix a memory leak on authority changesRui Matos2017-04-041-0/+1
* build: Pull in GCC warning infra from ostreeColin Walters2016-12-121-0/+1
* polkit: Add g_autoptr() support for GObject-derived polkit typesPhilip Withnall2016-05-041-0/+17
* Add support for NetBSDOBATA Akio2015-10-011-6/+30
* Add support for OpenBSDAntoine Jacoutot2015-07-201-4/+39
* docs: Update for changes to uid binding/AuthenticationAgentResponse2Miloslav Trmač2015-06-171-2/+22
* CVE-2015-4625: Bind use of cookies to specific uidsColin Walters2015-06-171-2/+11
* Fix duplicate GError use when "uid" is missingMiloslav Trmač2015-06-081-1/+1
* s/INCLUDES/AM_CPPFLAGS/gMiloslav Trmač2015-06-081-1/+1
* build: Start using git.mkColin Walters2015-06-031-0/+2
* Use libsystemd instead of older libsystemd-login if possibleSimon McVittie2015-03-311-3/+3
* authority: Fix memory leak in EnumerateActions call results handlerMax A. Dednev2015-01-111-1/+0
* Use G_GNUC_BEGIN_IGNORE_DEPRECATIONS to avoid warning spamColin Walters2013-11-111-0/+4
* Port internals non-deprecated PolkitProcess API where possibleColin Walters2013-11-111-1/+1
* PolkitSystemBusName: Retrieve both pid and uidColin Walters2013-11-111-53/+118
* PolkitSystemBusName: Add public API to retrieve Unix userColin Walters2013-11-072-0/+60
* polkitunixprocess: Deprecate racy APIsColin Walters2013-09-181-0/+2
* Use GOnce for interface type registrationTomas Bzatek2013-05-292-8/+12
* Add a FIXME to polkitprivate.hMiloslav Trmač2013-04-181-0/+10
* Add annotations for element types of returned listsMiloslav Trmač2013-04-151-15/+15
* Fix an obvious docstring typo.Miloslav Trmač2013-04-151-1/+1
* Fold enum documentation into relevant classesMiloslav Trmač2013-04-151-8/+0
* Document deprecated functions.Miloslav Trmač2013-04-151-0/+7
* Move polkit_temporary_authorization_new to private header file.Miloslav Trmač2013-04-152-5/+5
* build: Fix .gir generation for parallel makeRyan Lortie2012-11-131-0/+2
* Rename --enable-systemd to --enable-libsystemd-loginDavid Zeuthen2012-05-231-3/+3
* Make polkit_details_insert() remove the key if passed value is NULLDavid Zeuthen2012-05-231-1/+6
* Make it possible to influence agent registration with an a{sv} parameterDavid Zeuthen2012-04-122-0/+186
* PolkitUnixSession: Actually return TRUE if a session existsDavid Zeuthen2012-02-061-7/+5
* PolkitUnixSession: Set error if we cannot find a session for the given pidDavid Zeuthen2012-02-061-5/+16
* Various builddir != srcdir fixesRyan Lortie2012-01-101-21/+14
* Add optional systemd supportMatthias Clasen2012-01-032-1/+491
* Bug 43610 - Add netgroup supportNikki VonHollen2011-12-228-6/+373