index
:
delta/polkit.git
baserock/gnome
baserock/morph
err-msgs-to-debug
gdbus
gvariant-audit
master
mozjs52
polkit-0-96
revert-2c8287fb
wip/halfline/new-release
wip/js-rule-files
wip/mozjs17
gitlab.freedesktop.org: polkit/polkit.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a memory leak in server_handle_unregister_authentication_agent
Miloslav Trmač
2017-06-21
1
-0
/
+1
*
Fix a memory leak in server_handle_register_authentication_agent_with_options
Miloslav Trmač
2017-06-21
1
-0
/
+1
*
Fix a memory leak on an error path of lookup_asv (twice)
Miloslav Trmač
2017-06-21
2
-0
/
+2
*
Simplify GVariant reference counting
Miloslav Trmač
2017-06-21
9
-114
/
+49
*
polkitpermission: Fix a memory leak on authority changes
Rui Matos
2017-04-04
1
-0
/
+1
*
build: Pull in GCC warning infra from ostree
Colin Walters
2016-12-12
5
-0
/
+5
*
Replace autocompartment
Jeremy Linton
2016-12-12
1
-7
/
+8
*
Fix warnings caused by building with C++
Jeremy Linton
2016-12-12
2
-70
/
+70
*
Switch to hard requiring mozjs24
Jeremy Linton
2016-12-12
1
-51
/
+23
*
change mozjs interface module to c++
Jeremy Linton
2016-12-12
2
-1
/
+6
*
data: Set GIO_USE_VFS=local in the environment
Philip Withnall
2016-06-06
5
-0
/
+19
*
polkit: Add g_autoptr() support for GObject-derived polkit types
Philip Withnall
2016-05-04
1
-0
/
+17
*
Remove polkitbackendconfigsource.[ch]
Miloslav Trmač
2016-03-23
4
-665
/
+0
*
Fix a memory leak of PolkitAgentListener's Server object
Miloslav Trmač
2016-03-12
1
-0
/
+2
*
polkitagent: Fix access after dereference on hashtable
Stef Walter
2016-03-12
1
-3
/
+4
*
Refactor send_to_helper usage
Dariusz Gadomski
2015-11-18
1
-55
/
+26
*
Fix multi-line pam text info.
Dariusz Gadomski
2015-11-18
1
-4
/
+9
*
Fix abnomal formatting of authentication header lines
enkore
2015-10-04
1
-4
/
+4
*
Add support for NetBSD
OBATA Akio
2015-10-01
2
-7
/
+31
*
Consistently use HAVE_NETGROUP_H instead of HAVE_OPENBSD
Miloslav Trmač
2015-07-20
2
-2
/
+2
*
Add support for OpenBSD
Antoine Jacoutot
2015-07-20
5
-4
/
+217
*
Fix use-after-free in polkitagentsession.c
Miloslav Trmač
2015-06-23
1
-1
/
+2
*
CVE-2015-3255 Fix GHashTable usage.
Miloslav Trmač
2015-06-23
1
-5
/
+3
*
Fix spurious timeout exceptions on GC
Miloslav Trmač
2015-06-19
1
-0
/
+23
*
Clear the JS operation callback before invoking JS in the callback
Miloslav Trmač
2015-06-19
1
-0
/
+2
*
Prevent builds against SpiderMonkey with exact stack rooting
Miloslav Trmač
2015-06-19
1
-0
/
+7
*
Register heap-based JSObject pointers to GC
Miloslav Trmač
2015-06-19
1
-0
/
+7
*
Wrap all JS usage within “requests”
Miloslav Trmač
2015-06-19
1
-2
/
+27
*
Fix a memory leak when registering an authentication agent
Miloslav Trmač
2015-06-18
1
-0
/
+1
*
Fix a per-authorization memory leak
Miloslav Trmač
2015-06-18
2
-1
/
+5
*
Don't store unrooted jsvals on heap
Miloslav Trmač
2015-06-18
1
-7
/
+6
*
Don't add extra NULL group to subject.groups
Miloslav Trmač
2015-06-18
1
-12
/
+6
*
Don't pass an uninitialized JS parameter
Miloslav Trmač
2015-06-18
1
-2
/
+2
*
docs: Update for changes to uid binding/AuthenticationAgentResponse2
Miloslav Trmač
2015-06-17
3
-6
/
+24
*
CVE-2015-4625: Bind use of cookies to specific uids
Colin Walters
2015-06-17
4
-8
/
+107
*
CVE-2015-4625: Use unpredictable cookie values, keep them secret
Colin Walters
2015-06-17
6
-39
/
+149
*
authority: Add a helper method for checking whether an identity is root
Colin Walters
2015-06-10
1
-5
/
+13
*
Fix a crash when two authentication requests are in flight.
Miloslav Trmač
2015-06-08
1
-2
/
+0
*
Fix duplicate GError use when "uid" is missing
Miloslav Trmač
2015-06-08
1
-1
/
+1
*
s/INCLUDES/AM_CPPFLAGS/g
Miloslav Trmač
2015-06-08
5
-5
/
+5
*
Fix a typo, s/Evaluting/Evaluating/g
Miloslav Trmač
2015-06-08
1
-2
/
+2
*
Simplify forced error domain registration
Miloslav Trmač
2015-06-08
1
-2
/
+1
*
Remove a redundant assignment.
Miloslav Trmač
2015-06-06
1
-1
/
+1
*
Fix a possible NULL dereference.
Miloslav Trmač
2015-06-06
1
-1
/
+5
*
Revert "authority: Avoid cookie wrapping by using u64 counter"
Colin Walters
2015-06-03
1
-22
/
+7
*
sessionmonitor-systemd: Use sd_uid_get_state() to check session activity
Philip Withnall
2015-06-03
1
-1
/
+32
*
build: Start using git.mk
Colin Walters
2015-06-03
6
-0
/
+12
*
CVE-2015-3218: backend: Handle invalid object paths in RegisterAuthentication...
Colin Walters
2015-06-03
1
-23
/
+30
*
authority: Avoid cookie wrapping by using u64 counter
Colin Walters
2015-06-03
1
-7
/
+22
*
Use libsystemd instead of older libsystemd-login if possible
Simon McVittie
2015-03-31
3
-10
/
+10
[next]