- 10 Nov, 2007 1 commit
-
-
David Zeuthen authored
getting closer... $ grep glib *.c polkit-authorization.c:#include <glib.h> polkit-authorization-db.c:#include <glib.h> polkit-authorization-db-dummy.c:#include <glib.h> polkit-config.c:#include <glib.h> polkit-context.c:#include <glib.h> polkit-sysdeps.c:#include <glib.h>
-
- 09 Nov, 2007 2 commits
-
-
David Zeuthen authored
-
David Zeuthen authored
-
- 08 Nov, 2007 9 commits
-
-
David Zeuthen authored
-
David Zeuthen authored
-
David Zeuthen authored
-
David Zeuthen authored
-
David Zeuthen authored
-
David Zeuthen authored
-
David Zeuthen authored
This is primarily so gtk-doc can target only libraries. Needs lots of fixing; will be done in upcoming commits.
-
David Zeuthen authored
-
David Zeuthen authored
-
- 06 Nov, 2007 5 commits
-
-
David Zeuthen authored
Disable by default because, unfortunately, expat seems to leak on certain OOM paths. Sigh.
-
David Zeuthen authored
-
David Zeuthen authored
-
David Zeuthen authored
-
David Zeuthen authored
-
- 05 Nov, 2007 4 commits
-
-
David Zeuthen authored
-
David Zeuthen authored
-
David Zeuthen authored
-
David Zeuthen authored
-
- 04 Nov, 2007 2 commits
-
-
David Zeuthen authored
We're only at 78@ coverage; need to reimplement GHashTable...
-
David Zeuthen authored
-
- 03 Nov, 2007 9 commits
-
-
David Zeuthen authored
-
David Zeuthen authored
-
David Zeuthen authored
-
David Zeuthen authored
-
David Zeuthen authored
The glib dep removal. It has begun.
-
David Zeuthen authored
-
David Zeuthen authored
-
David Zeuthen authored
It's now at 100%. Yay me.
-
David Zeuthen authored
This is what it looks like ============================================================================== Test coverage for module polkit: ============================================================================== polkit-sysdeps.c : 0% (0 of 38) polkit-error.c : 0% (0 of 44) polkit-result.c : 0% (0 of 16) polkit-context.c : 0% (0 of 213) polkit-action.c : 34% (20 of 58) polkit-seat.c : 0% (0 of 34) polkit-session.c : 0% (0 of 97) polkit-caller.c : 0% (0 of 81) polkit-policy-file-entry.c : 0% (0 of 72) polkit-policy-file.c : 0% (0 of 220) polkit-policy-cache.c : 0% (0 of 98) polkit-policy-default.c : 0% (0 of 67) polkit-debug.c : 0% (0 of 15) polkit-utils.c : 0% (0 of 42) polkit-config.c : 0% (0 of 263) polkit-authorization.c : 0% (0 of 162) polkit-authorization-constraint.c : 0% (0 of 107) polkit-authorization-db.c : 0% (0 of 222) Source lines : 6919 Actual statements : 1849 Executed statements : 20 Test coverage : 1%
-
- 01 Nov, 2007 2 commits
-
-
David Zeuthen authored
-
David Zeuthen authored
-
- 31 Oct, 2007 5 commits
-
-
David Zeuthen authored
-
David Zeuthen authored
-
David Zeuthen authored
Looks like I forgot to delete those when doing the big move in commit d9d79087
-
David Zeuthen authored
-
David Zeuthen authored
Right now we provide two methods IsProcessAuthorized IsSystemBusNameAuthorized This is useful for a couple of reasons - some mechanisms (e.g. Avahi) runs in a chroot and their only life-line to the world is a system bus connection. If it were to use libpolkit (and Lennart says he wants it to, yay!) it would need to bindmount crazy stuff into the chroot. - languages for which libpolkit bindings not yet exist can use this interface Going forward, this service can expose a private interface meaning we can get rid of (almost) all of our setgid helpers.
-
- 30 Oct, 2007 1 commit
-
-
David Zeuthen authored
This is primarily to keep libpolkit as minimal as possible as all that mechanisms will ever need is the ability to read from the authdb.
-