define abstract Authentication Agent interface and make polkit-auth(1) use it
authorDavid Zeuthen <davidz@redhat.com>
Tue, 20 Nov 2007 21:38:44 +0000 (16:38 -0500)
committerDavid Zeuthen <davidz@redhat.com>
Tue, 20 Nov 2007 21:38:44 +0000 (16:38 -0500)
commitff9f8745cd9d7f22c80a6c6967d5f4014bac537e
tree9038a92d779234456b629e825c641665c82b24f9
parent7c5fa7ddf786986c3d854a9ac1a9dc813b2d33fb
define abstract Authentication Agent interface and make polkit-auth(1) use it

Also provide a convenience function to access it: polkit_auth_obtain().
13 files changed:
data/Makefile.am
data/org.freedesktop.PolicyKit.AuthenticationAgent.xml [new file with mode: 0644]
doc/man/polkit-auth.xml
doc/spec/polkit-spec-model.xml
src/kit/kit-spawn.c
src/kit/kit-spawn.h
src/polkit-dbus/polkit-simple.c
src/polkit-dbus/polkit-simple.h
src/polkit-grant/polkit-grant-helper.c
src/polkit/polkit-authorization-db.c
src/polkit/polkit-policy-file-entry.c
src/polkit/polkit-sysdeps.c
tools/polkit-auth.c