index
:
polkit
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
polkitbackend
/
polkitbackendjsauthority.c
Age
Commit message (
Expand
)
Author
Files
Lines
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