add backend daemon
authorDavid Zeuthen <davidz@redhat.com>
Thu, 31 Jul 2008 21:40:12 +0000 (17:40 -0400)
committerDavid Zeuthen <davidz@redhat.com>
Thu, 31 Jul 2008 21:40:12 +0000 (17:40 -0400)
commit08df76203a0250ea2c9ac0980286909887d8abab
tree0a7696c8f1808c442ca794dda388557dfb76e80c
parent95f404c9f0a7a0a4374910e6fc3279f77563478b
add backend daemon

It's not right useful right now; it only says Hello() like a parrot

 $ dbus-send --print-reply --system --dest=org.freedesktop.PolicyKit.Backend / org.freedesktop.PolicyKit.Backend.Hello string:Hi!
 method return sender=:1.5180 -> dest=:1.5188 reply_serial=2
    string "You said 'Hi!'"
Makefile.am
configure.in
polkit-backendd/Makefile.am [new file with mode: 0644]
polkit-backendd/main.c [new file with mode: 0644]
polkit-backendd/org.freedesktop.PolicyKit.Backend.conf.in [new file with mode: 0644]
polkit-backendd/org.freedesktop.PolicyKit.Backend.service.in [new file with mode: 0644]
polkit-backendd/org.freedesktop.PolicyKit.Backend.xml [new file with mode: 0644]
polkit-backendd/polkit-daemon-backend.c [new file with mode: 0644]
polkit-backendd/polkit-daemon-backend.h [new file with mode: 0644]