platform/upstream/polkit.git
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...
2009-01-12 David Zeuthenadd polkit_unix_user_new_for_name()
2009-01-12 David Zeuthenimprove output when enumerating actions using --verbose
2009-01-11 David Zeuthenadd polkit-1 man page and rework cmd/options handling
2009-01-07 David Zeuthenadd serialization for subjects and implement Enumerate...
2009-01-07 David Zeuthenadd subject interface and some classes implementing...
2009-01-06 David Zeuthenreturn NULL for GIcon if there is no icon
2009-01-06 David Zeuthenadd --version option
2009-01-06 David Zeuthenbring back annotations
2009-01-06 David Zeuthenslightly rework commandline tool
2009-01-06 David Zeuthenforgot to add polkitprivate.h
2009-01-06 David Zeuthenforgot to add polkittypes.h
2009-01-06 David Zeuthenupdate to latest EggDBus and rework how things are...
2008-12-08 David Zeuthenkeep up with EggDBus HEAD, in the removal of _async...
2008-12-07 David Zeuthenrework AuthorizationClaim to be a GInterface so we...
2008-12-07 David Zeuthenfix up namespacing for backend
2008-12-07 David Zeuthenport the .policy file parser and implement EnumerateActions
2008-12-07 David Zeuthenadd core polkit actions
2008-12-07 David Zeuthenadd a ActionPool class and rename BackendLocal to Backe...
2008-12-07 David Zeuthenturn PolkitActionDescription into an user defined struct
2008-12-07 David Zeuthenuse eggdbus to generate the AuthorizationResult enumeration
2008-12-07 David Zeuthenfix up gtkdoc cleaning
2008-12-07 David Zeuthenchange code style to be like GLib and generate error...
2008-12-04 David Zeuthenupdate for arg shuffling in EggDBus HEAD
2008-12-04 David Zeuthenimplement EnumerateUsers()
2008-12-03 David Zeuthenforgot to add local backend impl
2008-12-03 David Zeuthenstart using EggDBus
2008-11-06 David Zeuthenfix up autogen.sh
2008-11-06 David Zeutheninitial commit
2008-08-15 David Zeuthenapi cleanup (part 1)
2008-07-31 David Zeuthenadd backend daemon
2008-07-31 David Zeuthenalso remove polkitd for now
2008-07-31 David Zeuthenbump to version 0.90 and ensure we're parallel installa...
2008-07-22 David Zeuthenupdate NEWS again POLICY_KIT_0_9
2008-07-22 David Zeuthenfix 'make distcheck'
next