platform/upstream/polkit.git
2009-10-21 Matthias ClasenBug 24640 – Typos in pklocalauthority(8)
2009-10-16 Alexander SackBug 24566 – Properly _ref authority in singleton constr...
2009-10-15 Samuel ThibaultBug 24495 – Fails to build on platforms without PATH_MA...
2009-09-29 David ZeuthenClarify when AllowUserInteraction should and shouldn...
2009-09-16 David ZeuthenAdd properties with information about the currently...
2009-09-14 Bastien NoceraFix process start time when using polkit_unix_process_n...
2009-09-14 David ZeuthenClarify comment on where to find process start-time...
2009-09-13 David ZeuthenPass --libtool to g-ir-scanner
2009-09-13 David ZeuthenAdd missing comma so we're save both LANG and LANGUAGE...
2009-09-13 David ZeuthenRemove POLKIT_USER from configuration summary
2009-09-13 Michael BieblDon't include Polkit-1.0.gir in the dist tarball
2009-09-13 Michael BieblRemove POLKIT_USER option
2009-09-13 Michael BieblEnable silent rules
2009-09-13 Michael BieblMake examples optional
2009-09-13 Michael BieblMake private symbols accessible to libpolkitagent and...
2009-09-13 Michael BieblUse _polkit_agent_marshal prefix
2009-09-13 Michael BieblTrim the list of exported symbols
2009-09-12 David ZeuthenImplement lockdown for the Local Authority implementation
2009-09-11 David ZeuthenBug 23867 – UnixProcess vs. SystemBusName aliasing
2009-09-11 David ZeuthenSort by action id in pkaction(1) output
2009-08-19 David ZeuthenUse correct program name when complaining about not...
2009-08-12 David ZeuthenPost-release version bump to 0.95
2009-08-12 David ZeuthenUpdate NEWS for release 0.94
2009-08-12 David ZeuthenGenerate GI gir and typelibs for libpolkit-gobject-1
2009-08-12 David ZeuthenRemove temporary authorization when the subject it...
2009-08-12 David ZeuthenDon't set the GError if the process doesn't exist
2009-08-12 David ZeuthenPass the right struct offset for the ::changed class...
2009-08-12 Joe Marcus... Bug 23093 – FreeBSD portability fixes
2009-08-10 David ZeuthenBe more careful when determining process start time
2009-07-30 David ZeuthenEnsure all fds except stdin/stdout/stderr are closed...
2009-07-28 David ZeuthenAdd polkit.retains_authorization_after_challenge to...
2009-07-27 David ZeuthenDon't spawn man(1) from a setuid program
2009-07-27 David ZeuthenAllow unprivileged callers to check authorizations
2009-07-23 David ZeuthenIgnore .pkla files starting with dot and don't segfault...
2009-07-21 David ZeuthenRequire correct versions of glib and eggdbus
2009-07-21 David ZeuthenPost-release version bump to 0.94
2009-07-21 David ZeuthenUpdate NEWS for release 0.93
2009-07-20 David ZeuthenUpdate TODO
2009-07-20 David ZeuthenFix make distcheck
2009-07-20 David ZeuthenAdd support for querying and revoking temporary authori...
2009-07-15 David ZeuthenAdd docs detailing how the Local Authority works
2009-07-15 David ZeuthenRename some man pages and the daemon binary
2009-07-15 David ZeuthenIn .pkla files, use Result{Any,Inactive,Active} instead...
2009-07-15 David ZeuthenActually make the local authority look up authorization...
2009-07-15 David ZeuthenAlso pass the identity of the subject we are checking for
2009-07-15 David ZeuthenMove authentication agent bits to separate authority...
2009-07-15 David ZeuthenRip out polkit-local and refactor local authority to...
2009-07-13 David ZeuthenMove local authority management to a separate library
2009-07-04 David ZeuthenPlug a couple of memory leaks
2009-06-19 David ZeuthenCancel an authentication if the unique name for the...
2009-06-17 David ZeuthenGIO modules need to be prefix with lib
2009-06-16 Yanko KanetiMore unique ids to get the docs build fully predictable
2009-06-16 Yanko KanetiUse unique ids for sections to prevent them being autog...
2009-06-08 David ZeuthenPost-release version bump to 0.93
2009-06-08 David ZeuthenAlso dist polkitd-1.xml 0.92
2009-06-08 David ZeuthenUpdate NEWS
2009-06-08 David ZeuthenFix make distcheck
2009-06-08 David ZeuthenChange GNOME to freedesktop.org in the docs
2009-06-08 David ZeuthenMove the doc chapters around a bit
2009-06-08 David ZeuthenMinor doc fixes
2009-06-08 David ZeuthenUse .../extensions instead of ../backends for loading...
2009-06-08 David ZeuthenExpand on the D-Bus docs
2009-06-08 David ZeuthenConsolidate all gtk-doc stuff in docs/polkit
2009-06-08 David ZeuthenAdd a "PolicyKit Overview" section to the docs
2009-06-08 David ZeuthenAdd some more API docs
2009-06-05 David ZeuthenImprove pkexec(1) man page by adding screenshots of...
2009-06-05 David ZeuthenFirst cut at some high-level docs
2009-06-03 David ZeuthenAdd a man page for polkit-1(8)
2009-06-03 David ZeuthenUpdate SEE ALSO sections in man pages
2009-06-03 David ZeuthenAdd pkaction(1) and nuke polkit-1(1) commands
2009-06-02 David ZeuthenReturn the icon name instead of a GIcon in PolkitAction...
2009-06-02 David Zeuthennullbackend: Catch up with latest API changes
2009-05-29 David ZeuthenAdd pkcheck(1) command to check for authorizations
2009-05-29 David ZeuthenClarify docs for is_challenge member of the Authorizati...
2009-05-29 David ZeuthenAvoid returning an error if no authentication agent...
2009-05-29 David ZeuthenOnly free hash table if it's not NULL
2009-05-27 David ZeuthenRequire eggdbus-1 >= 0.4
2009-05-27 David ZeuthenChange the defaults for .run-frobnicate to auth_self_keep
2009-05-26 David ZeuthenForgot to add source for PolkitDetails
2009-05-19 David ZeuthenUse an object, not a GHashTable when passing details...
2009-05-15 David ZeuthenFix a bug where details were not shown for normal pkexe...
2009-05-15 David ZeuthenMention /usr/bin/pkexec in the configure blurb
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...
next