summaryrefslogtreecommitdiff
path: root/src/polkitbackend
Commit message (Expand)AuthorAgeFilesLines
* Fix a memory leak on agent authentication cancellationgvariant-auditMiloslav Trmač2017-06-211-1/+6
* Fix a memory leak per agent authenticationMiloslav Trmač2017-06-211-3/+4
* Fix memory leaks in server_handle_*_temporary_authorizationsMiloslav Trmač2017-06-211-0/+2
* Fix a memory leak in server_handle_authentication_agent_response{,2}Miloslav Trmač2017-06-211-0/+2
* Fix a memory leak in server_handle_unregister_authentication_agentMiloslav Trmač2017-06-211-0/+1
* Fix a memory leak in server_handle_register_authentication_agent_with_optionsMiloslav Trmač2017-06-211-0/+1
* Simplify GVariant reference countingMiloslav Trmač2017-06-212-26/+10
* build: Pull in GCC warning infra from ostreeColin Walters2016-12-121-0/+1
* Replace autocompartmentJeremy Linton2016-12-121-7/+8
* Fix warnings caused by building with C++Jeremy Linton2016-12-122-70/+70
* Switch to hard requiring mozjs24Jeremy Linton2016-12-121-51/+23
* change mozjs interface module to c++Jeremy Linton2016-12-122-1/+6
* data: Set GIO_USE_VFS=local in the environmentPhilip Withnall2016-06-061-0/+4
* Remove polkitbackendconfigsource.[ch]Miloslav Trmač2016-03-234-665/+0
* Add support for NetBSDOBATA Akio2015-10-011-1/+1
* Consistently use HAVE_NETGROUP_H instead of HAVE_OPENBSDMiloslav Trmač2015-07-202-2/+2
* Add support for OpenBSDAntoine Jacoutot2015-07-202-0/+12
* CVE-2015-3255 Fix GHashTable usage.Miloslav Trmač2015-06-231-5/+3
* Fix spurious timeout exceptions on GCMiloslav Trmač2015-06-191-0/+23
* Clear the JS operation callback before invoking JS in the callbackMiloslav Trmač2015-06-191-0/+2
* Prevent builds against SpiderMonkey with exact stack rootingMiloslav Trmač2015-06-191-0/+7
* Register heap-based JSObject pointers to GCMiloslav Trmač2015-06-191-0/+7
* Wrap all JS usage within “requests”Miloslav Trmač2015-06-191-2/+27
* Fix a memory leak when registering an authentication agentMiloslav Trmač2015-06-181-0/+1
* Fix a per-authorization memory leakMiloslav Trmač2015-06-182-1/+5
* Don't store unrooted jsvals on heapMiloslav Trmač2015-06-181-7/+6
* Don't add extra NULL group to subject.groupsMiloslav Trmač2015-06-181-12/+6
* Don't pass an uninitialized JS parameterMiloslav Trmač2015-06-181-2/+2
* docs: Update for changes to uid binding/AuthenticationAgentResponse2Miloslav Trmač2015-06-171-0/+1
* CVE-2015-4625: Bind use of cookies to specific uidsColin Walters2015-06-173-6/+96
* 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
* s/INCLUDES/AM_CPPFLAGS/gMiloslav Trmač2015-06-081-1/+1
* Fix a typo, s/Evaluting/Evaluating/gMiloslav Trmač2015-06-081-2/+2
* 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
* sessionmonitor-systemd: Use sd_uid_get_state() to check session activityPhilip Withnall2015-06-031-1/+32
* build: Start using git.mkColin Walters2015-06-031-0/+2
* 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
* Use libsystemd instead of older libsystemd-login if possibleSimon McVittie2015-03-312-7/+7
* sessionmonitor-systemd: prepare for D-Bus "user bus" modelKay Sievers2014-06-031-5/+22
* polkitd: Fix problem with removing non-existent sourceLukasz Skalski2014-04-221-1/+1
* build: Fix several issues on FreeBSDTing-Wei Lan2014-02-182-0/+6
* Fix a memory leakMiloslav Trmač2013-12-071-1/+0
* sessionmonitor-systemd: Deduplicate code pathsColin Walters2013-11-111-41/+22
* Don't discard error data returned by polkit_system_bus_name_get_user_syncMiloslav Trmač2013-11-111-1/+1
* Fixed compilation problem in the backendXabier Rodriguez Calvar2013-11-111-1/+1
* PolkitSystemBusName: Add public API to retrieve Unix userColin Walters2013-11-072-38/+2