platform/upstream/polkit.git
2009-05-15 David ZeuthenAdd a pkexec(1) command
2009-05-13 David ZeuthenMove docs to proper location
2009-05-13 David ZeuthenPort examples and command-line tools to new API
2009-05-13 David ZeuthenChange the PolkitAuthorizationResult enumeration into...
2009-05-13 David ZeuthenOnly allow privileged apps to check authz and add Actio...
2009-05-11 David ZeuthenFix D-Bus policy to work with non-permissive D-Bus
2009-02-13 Richard Hughesadd a draft version of the porting guide -- WIP
2009-02-10 Richard Hughesfix up gtk-doc API markup for a couple of functions
2009-02-10 David Zeutheninstall gtkdoc HTML in the proper location
2009-02-10 David Zeuthenpost-release version bump to 0.92
2009-02-10 David Zeuthenmake it possible to define what administrator authentic... 0.91
2009-02-09 David Zeuthenadd security checks for AddAuthorization() and RemoveAu...
2009-02-09 David Zeuthenrename grant->add and revoke->remove in the polkit...
2009-02-09 David Zeuthenadd security checks for EnumerateAuthorizations
2009-02-09 David Zeuthenremember to dist 50-nullback.conf
2009-02-09 David Zeuthenprune TODO list and fix up single-header-file / API...
2009-02-09 David Zeuthenadd the ObtainAuthorization() method and use in for...
2009-02-08 David Zeuthenload and choose what backend to use; also write a simpl...
2009-02-08 David Zeuthenimplement cancellation of authorization checks
2009-02-08 David Zeuthendon't hardcode the uid, look it up in /proc
2009-02-08 David Zeuthenmake authentication agents pass a session_id parameter
2009-02-08 David Zeuthengenerate all polkit dbus code in one place
2009-02-07 David Zeuthenupdate for latest EggDBus changes
2009-02-05 David Zeuthenfix up the D-Bus docs somewhat
2009-02-04 David Zeuthenuse new eggdbus feature to include enums/structs docs...
2009-02-03 David Zeuthenuser proper capitalization for AuthenticationAgent...
2009-02-03 David Zeuthenadd docs for the AuthenticationAgent D-Bus interface
2009-02-03 David Zeuthenadd docs for the AuthorityManager D-Bus interface
2009-02-03 David Zeuthenadd docs for the Authority D-Bus interface
2009-02-03 David Zeuthendepend on EggDBus HEAD for stamp file and Docbook docs...
2009-02-02 David Zeuthenpost-release version bump to 0.91
2009-02-02 David Zeuthenadd docs for PolkitBackendAuthority
2009-02-02 David Zeuthenrework backend API
2009-02-01 David Zeuthenadd API docs for PolkitAuthority
2009-02-01 David Zeuthenreplace PolkitBackendServer with polkit_backend_registe...
2009-02-01 David Zeuthenmove management functions to a separate D-Bus interface...
2009-02-01 David Zeuthenrequire POLKIT_AGENT_I_KNOW_API_IS_SUBJECT_TO_CHANGE...
2009-01-31 David Zeuthenfix up polkitagent docs
2009-01-31 David Zeuthenadd docs for PolkitAgentListener
2009-01-31 David Zeuthencollapse request into a single signal and add docs...
2009-01-31 David Zeuthenadd more debug and work around what looks like a bug...
2009-01-31 David Zeuthenrework API of polkitagent
2009-01-29 David Zeuthenfix up debug/error messages for the authentication...
2009-01-29 David Zeuthenclean up trailing whitespace in TODO file
2009-01-29 Matthias Clasenupdate docs/TODO with TODOs from the source code
2009-01-29 Matthias Clasentrivial cleanup
2009-01-28 David Zeuthenwrite HACKING file
2009-01-28 Matthias Clasenfill out sections about subject/identity in the man...
2009-01-27 David Zeuthenlimit Change() signal storm by looking at the file...
2009-01-27 David Zeuthenadd Changed() signal that is fired when actions/authori...
2009-01-27 David Zeuthenremove debug spew for 'run' command in polkit-1
2009-01-27 David Zeuthenmake authentication agents reconnect if polkitd-1 is...
2009-01-27 David Zeuthenadd TODO item about having the authentication agent...
2009-01-27 David Zeuthenadd a TODO item about the need for file monitors
2009-01-27 David Zeuthenimplement 'run' command for polkit-1
2009-01-27 David Zeuthenadd TODO item about being able to cancel a CheckAuthori...
2009-01-27 David Zeuthenupdate TODO list
2009-01-27 David Zeuthenremove TODO item about moving commits to main repo...
2009-01-27 David ZeuthenMerge branch 'master' of /home/davidz/Hacking/polkit
2009-01-27 David Zeuthenprepare for merge of rewritten PolicyKit
2009-01-26 David Zeuthensplit core TODO items into separate groups for core...
2009-01-26 David Zeuthenupdate TODO list
2009-01-26 David Zeuthenstart writing a TODO list
2009-01-26 Richard Hughesalso dist org.freedesktop.ConsoleKit.xml
2009-01-21 David Zeuthenfix 'make distcheck'
2009-01-21 David Zeuthenfix up docs
2009-01-21 David Zeuthenfinish authentication agent integration
2009-01-20 David Zeuthenadd more infrastructure for authentication agent integr...
2009-01-20 David Zeuthenhonor implicit authorizations
2009-01-20 David Zeuthenadd enumeration and handling of implicit authorizations
2009-01-20 David Zeuthenimplement UnregisterAuthenticationAgent()
2009-01-20 David Zeuthenadd infrastructure for registering/unregistering authen...
2009-01-20 David Zeuthenadd a hash() method to the Subject interface
2009-01-20 David Zeuthenremember to install polkittypes.h
2009-01-20 David Zeuthenfirst cut at authentication helper library
2009-01-20 David Zeuthenadd pkgconfig files
2009-01-20 David Zeuthenadd buildsys stuff for authentication library support
2009-01-20 David Zeuthenrestrict add/remove of temporary authorizations to...
2009-01-20 David Zeuthenrename check_temporary_authorization_for_subject()...
2009-01-20 David Zeuthenmake it possible to grant/revoke/use authorizations...
2009-01-19 David Zeuthenimplement adding/removing temporary authorizations
2009-01-19 David Zeuthenimplement grant and revoke for permanent authorizations
2009-01-19 David Zeuthenmake CheckAuthorization() use permanent authorizations...
2009-01-19 David Zeuthenbegin writing the implementation of the local authoriza...
2009-01-19 David Zeuthenadd a hash() method to PolkitIdentity
2009-01-19 David Zeuthenforgot to add new PolkitIdentity interface
2009-01-19 David Zeuthensplit Subject into Subject and Identity and revise API
2009-01-19 David Zeuthenadd remaining glue for {Add,Remove,Enumerate}Authorization
2009-01-18 David Zeuthenrename CheckClaim() to CheckAuthorization()
2009-01-18 David Zeuthenslighty fix up docs
2009-01-18 David Zeuthenadd checks for whether someone is authorized to check...
2009-01-16 David Zeuthenadd PolkitUnixSession and associcated functions
2009-01-16 David Zeuthenremove attributes from AuthorizationClaim and CheckClaim()
2009-01-16 David Zeuthenimplement 'polkit-1 list authorizations'
2009-01-15 David Zeuthenadd async versions of PolkitAuthority methods
2009-01-13 David Zeuthenrudimentary monitoring of seats and sessions
2009-01-13 David Zeuthenstart writing a SessionMonitor class
2009-01-12 David Zeuthenadd debug for each CheckClaim() call
2009-01-12 David Zeuthenadd infrastructure for CheckClaim() method
2009-01-12 David Zeuthenintroduce a PendingCall type to make all backend operat...
next