index
:
polkit
gdbus
master
polkit-0-96
revert-2c8287fb
wip/js-rule-files
Authorization Manager (mirrored from https://gitlab.freedesktop.org/polkit/polkit)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
polkitbackend
/
polkitbackendjsauthority.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-12-12
change mozjs interface module to c++
Jeremy Linton
1
-1919
/
+0
2015-07-20
Consistently use HAVE_NETGROUP_H instead of HAVE_OPENBSD
Miloslav Trmač
1
-1
/
+1
2015-07-20
Add support for OpenBSD
Antoine Jacoutot
1
-0
/
+4
2015-06-19
Fix spurious timeout exceptions on GC
Miloslav Trmač
1
-0
/
+23
2015-06-19
Clear the JS operation callback before invoking JS in the callback
Miloslav Trmač
1
-0
/
+2
2015-06-19
Prevent builds against SpiderMonkey with exact stack rooting
Miloslav Trmač
1
-0
/
+7
2015-06-19
Register heap-based JSObject pointers to GC
Miloslav Trmač
1
-0
/
+7
2015-06-19
Wrap all JS usage within “requests”
Miloslav Trmač
1
-2
/
+27
2015-06-18
Don't store unrooted jsvals on heap
Miloslav Trmač
1
-7
/
+6
2015-06-18
Don't add extra NULL group to subject.groups
Miloslav Trmač
1
-12
/
+6
2015-06-18
Don't pass an uninitialized JS parameter
Miloslav Trmač
1
-2
/
+2
2015-06-08
Fix a typo, s/Evaluting/Evaluating/g
Miloslav Trmač
1
-2
/
+2
2015-03-31
Use libsystemd instead of older libsystemd-login if possible
Simon McVittie
1
-4
/
+4
2014-02-18
build: Fix several issues on FreeBSD
Ting-Wei Lan
1
-0
/
+2
2013-12-07
Fix a memory leak
Miloslav Trmač
1
-1
/
+0
2013-05-06
Refuse non-string parameters to Polkit.spawn()
Miloslav Trmač
1
-0
/
+6
2013-05-06
Fix handling of null returned from _runRules
Miloslav Trmač
1
-6
/
+6
2013-04-23
jsauthority: Work with mozjs-17.0 too
Colin Walters
1
-6
/
+45
2013-04-23
Revert "Dynamically load libmozjs185.so and cope with it not being available"
Colin Walters
1
-302
/
+146
2013-04-23
jsauthority: Use JSVAL_NULL rather than {0} struct initialization
Colin Walters
1
-6
/
+6
2013-04-23
jsauthority: We can really only handle a string
Colin Walters
1
-1
/
+1
2013-04-15
Fix various memory leaks.
Miloslav Trmač
1
-1
/
+2
2013-04-11
Add missing #include <sys/wait.h>
Samuli Suominen
1
-0
/
+1
2013-04-11
update types for js188
darkxst
1
-20
/
+20
2013-01-09
Use mutex and condition variables properly
David Zeuthen
1
-4
/
+5
2012-11-15
Don't require libmozjs185 devel packages for polkit rules to work
David Zeuthen
1
-1
/
+1
2012-11-14
Dynamically load libmozjs185.so and cope with it not being available
David Zeuthen
1
-146
/
+302
2012-06-06
Make it work when using ConsoleKit instead of libsystemd-login
David Zeuthen
1
-9
/
+29
2012-05-24
Combine action and details parameters
David Zeuthen
1
-82
/
+24
2012-05-24
Use a condition variable to signal that runaway killer thread is ready
David Zeuthen
1
-5
/
+16
2012-05-24
Terminate runaway scripts
David Zeuthen
1
-25
/
+175
2012-05-23
Use "rules", not "scripts" to refer to files in rules.d
David Zeuthen
1
-3
/
+3
2012-05-23
Nuke polkitbackend library, localauthority backend and extension system
David Zeuthen
1
-7
/
+1
2012-05-21
Add test-cases and 10 second timeout for polkit.spawn()
David Zeuthen
1
-11
/
+435
2012-05-21
Add netgroup support
David Zeuthen
1
-0
/
+41
2012-05-21
Use addRule() and addAdminRule()
David Zeuthen
1
-3
/
+3
2012-05-21
Also load rules from /usr/share/polkit/rules.d
David Zeuthen
1
-63
/
+123
2012-05-18
Don't include command-line in spawning error messages
David Zeuthen
1
-8
/
+3
2012-05-18
Make polkit.spawn() take an array of arguments instead of a command-line
David Zeuthen
1
-13
/
+40
2012-05-18
Add polkit.spawn() to spawn external programs
David Zeuthen
1
-0
/
+120
2012-05-18
Make it possible for JS code to change details
David Zeuthen
1
-6
/
+54
2012-05-18
Emit ::Changed signal after reloading rules
David Zeuthen
1
-0
/
+2
2012-05-18
Collect garbage
David Zeuthen
1
-0
/
+11
2012-05-18
Add a couple of more error checks
David Zeuthen
1
-10
/
+19
2012-05-18
Clean up code a bit
David Zeuthen
1
-108
/
+64
2012-05-18
Pass details to JS functions and simplify how Subject instances are constructed
David Zeuthen
1
-75
/
+206
2012-05-18
Include seat and session in Subject object
David Zeuthen
1
-24
/
+61
2012-05-17
Add experimental authority backend using JavaScript rule files
David Zeuthen
1
-0
/
+831