summaryrefslogtreecommitdiff
path: root/src/polkitbackend/polkitbackendinteractiveauthority.c
Commit message (Expand)AuthorAgeFilesLines
* if LANGUAGE have been set in /etc/default, set LANG is invalid, gettext canno...liudun2023-02-281-2/+3
* Make netgroup support optionalA. Wilcox2022-07-141-6/+8
* fixup! backend: Dedup some code for temporary auth subjectsVincent Mihalkovic2022-05-131-1/+3
* backend: Dedup some code for temporary auth subjectsColin Walters2022-05-101-42/+32
* backend: Check for subject's primary group when expanding admin groupDan Nicholson2022-04-271-1/+16
* Code polish and removal of unused var reported by lintJan Rybar2019-03-261-3/+1
* backend: Compare PolkitUnixProcess uids for temporary authorizationsColin Walters2019-01-081-1/+38
* polkitbackend: Fix some minor typos in an internal commentPhilip Withnall2018-11-291-2/+2
* Fix CVE-2018-1116: Trusting client-supplied UIDMiloslav Trmač2018-07-031-14/+25
* Fix a memory leak on agent authentication cancellationMiloslav Trmač2018-04-031-1/+6
* Fix a memory leak per agent authenticationMiloslav Trmač2018-04-031-3/+4
* Simplify GVariant reference countingMiloslav Trmač2018-04-031-11/+3
* Remove polkitbackendconfigsource.[ch]Miloslav Trmač2016-03-231-1/+0
* Add support for NetBSDOBATA Akio2015-10-011-1/+1
* Consistently use HAVE_NETGROUP_H instead of HAVE_OPENBSDMiloslav Trmač2015-07-201-1/+1
* Add support for OpenBSDAntoine Jacoutot2015-07-201-0/+8
* Fix a per-authorization memory leakMiloslav Trmač2015-06-181-1/+4
* CVE-2015-4625: Bind use of cookies to specific uidsColin Walters2015-06-171-5/+34
* CVE-2015-4625: Use unpredictable cookie values, keep them secretColin Walters2015-06-171-19/+80
* authority: Add a helper method for checking whether an identity is rootColin Walters2015-06-101-5/+13
* Simplify forced error domain registrationMiloslav Trmač2015-06-081-2/+1
* Fix a possible NULL dereference.Miloslav Trmač2015-06-061-1/+5
* Revert "authority: Avoid cookie wrapping by using u64 counter"Colin Walters2015-06-031-22/+7
* CVE-2015-3218: backend: Handle invalid object paths in RegisterAuthentication...Colin Walters2015-06-031-23/+30
* authority: Avoid cookie wrapping by using u64 counterColin Walters2015-06-031-7/+22
* build: Fix several issues on FreeBSDTing-Wei Lan2014-02-181-0/+4
* Fall back to authenticating as uid 0 if the list of admin identities is emptyDavid Zeuthen2012-09-181-6/+6
* Make it work when using ConsoleKit instead of libsystemd-loginDavid Zeuthen2012-06-061-0/+23
* Pass expanded identity list to the AuthenticationSessionDavid Zeuthen2012-05-231-24/+24
* Make it possible for JS code to change detailsDavid Zeuthen2012-05-181-28/+20
* Add experimental authority backend using JavaScript rule filesDavid Zeuthen2012-05-171-1/+131
* Make it possible to influence agent registration with an a{sv} parameterDavid Zeuthen2012-04-121-16/+36
* Add pkttyagent(1) helperDavid Zeuthen2012-04-111-0/+7
* Bug 41025 – Add org.freedesktop.policykit.owner annotationDavid Zeuthen2011-10-181-9/+72
* Add support for the org.freedesktop.policykit.imply annotationDavid Zeuthen2011-09-201-0/+67
* Fix backend crash if a .policy file does not specify <message>Martin Pitt2011-06-291-3/+6
* Fix a couple of warnings triggered by gcc 4.6David Zeuthen2011-03-031-1/+1
* Deprecated PolkitBackendActionLookupDavid Zeuthen2011-03-031-60/+85
* Allow overriding message shown in authentication dialogDavid Zeuthen2011-02-231-0/+9
* Bug 29712 – Use monotonic for temporary authorizationsDavid Zeuthen2011-02-231-6/+21
* Be a bit more careful parsing the command-lineDavid Zeuthen2011-02-231-8/+14
* pkcheck: Make it possible to list and revoke temporary authorizationsDavid Zeuthen2011-02-231-0/+1
* Bug 32334 – Always set polkit.retains_authorization_after_challengeDavid Zeuthen2011-02-231-11/+7
* Bug 30653 – No way to detect cancellation in pkexecDavid Zeuthen2011-02-221-3/+27
* Pass caller and subject pid to authentication agentDavid Zeuthen2011-02-211-0/+57
* Various doc cleanupsDavid Zeuthen2010-08-201-1/+1
* Add textual authentication agent and use it in pkexec(1)David Zeuthen2010-08-121-115/+280
* Make NameOwnerChanged a private impl detail of the interactive authoritygdbusDavid Zeuthen2010-08-031-9/+69
* Nuke eggdbus usageDavid Zeuthen2010-07-301-1/+1
* Port PolkitBackendInteractiveAuthority to gdbusDavid Zeuthen2010-07-291-90/+85