add subject interface and some classes implementing this interface
authorDavid Zeuthen <davidz@redhat.com>
Wed, 7 Jan 2009 00:15:26 +0000 (19:15 -0500)
committerDavid Zeuthen <davidz@redhat.com>
Wed, 7 Jan 2009 00:15:26 +0000 (19:15 -0500)
commit3559b6400ee17f9b176ce4e82559a79320c7a08a
tree2651098fc6d3d78a99c2306dac044f424d953cbe
parent5dc27c3c43b0ebbfc9889be0f40c8443ec5a75d3
add subject interface and some classes implementing this interface
15 files changed:
data/org.freedesktop.PolicyKit1.Authority.xml
docs/polkit/polkit-docs.xml
src/polkit/Makefile.am
src/polkit/polkit.h
src/polkit/polkitsubject.c [new file with mode: 0644]
src/polkit/polkitsubject.h [new file with mode: 0644]
src/polkit/polkitsystembusname.c [new file with mode: 0644]
src/polkit/polkitsystembusname.h [new file with mode: 0644]
src/polkit/polkittypes.h
src/polkit/polkitunixgroup.c [new file with mode: 0644]
src/polkit/polkitunixgroup.h [new file with mode: 0644]
src/polkit/polkitunixprocess.c [new file with mode: 0644]
src/polkit/polkitunixprocess.h [new file with mode: 0644]
src/polkit/polkitunixuser.c [new file with mode: 0644]
src/polkit/polkitunixuser.h [new file with mode: 0644]