platform/upstream/polkit.git
2012-11-13 Ryan Lortiebuild: Fix .gir generation for parallel make
2012-10-09 Adam JacksonPolkitAgent: Avoid crashing if initializing the server...
2012-09-18 David ZeuthenFall back to authenticating as uid 0 if the list of...
2012-07-11 David ZeuthenPost-release version bump to 0.108
2012-07-11 David ZeuthenUpdate NEWS for release 0.107
2012-07-11 David Zeuthenpkexec: add support for argv1 annotation and mention...
2012-07-06 David ZeuthenIntroduce a polkit.Result enumeration for authorization...
2012-07-06 David ZeuthenNuke --enable-verbose flag
2012-07-06 David ZeuthenNuke leftover polkit-backend-1.pc file
2012-07-06 Matthias ClasenTry harder to look up the right localization
2012-06-08 David ZeuthenUpdate guidance on situations where there is no polkit...
2012-06-07 David ZeuthenPost-release version bump to 0.107
2012-06-07 David ZeuthenUpdate NEWS for release 0.106
2012-06-07 David Zeuthendocs: add a "make sure your app works when there's...
2012-06-07 David ZeuthenMention the implications of returning *_keep in an...
2012-06-06 David ZeuthenMake it work when using ConsoleKit instead of libsystem...
2012-06-06 Colin Waltersagenthelper-pam: Fix newline-trimming code
2012-06-06 Colin Waltersautogen.sh: Fix check for libtool (we only need libtoolize)
2012-06-06 Colin Waltersbuild: Check for mozjs185, not libjs
2012-06-04 David ZeuthenState that authorization rules must not rely on SpiderM...
2012-06-04 David ZeuthenSmall updates to the "Writing polkit applications"...
2012-06-04 David ZeuthenUpdate pkexec(1) man page with example
2012-06-04 David ZeuthenUpdate links to udisks docs
2012-05-25 David ZeuthenRewrite the "Writing polkit applications" chapter
2012-05-25 David ZeuthenLog when the name org.fd.PolicyKit1 has been acquired
2012-05-25 David ZeuthenRun polkitd as an unprivileged user
2012-05-25 David ZeuthenRemove unused DBUS_GLIB_* and GIO_* variables
2012-05-25 David ZeuthenEnsure polkitd is rebuilt if libpolkit-backend-1.la...
2012-05-25 David ZeuthenMove polkitd into src/polkitbackend
2012-05-25 David ZeuthenUse g_unix_signal_add() from GLib 2.30
2012-05-24 David ZeuthenClarify pkexec(1) variables
2012-05-24 David ZeuthenCombine action and details parameters
2012-05-24 David ZeuthenUse a condition variable to signal that runaway killer...
2012-05-24 David ZeuthenTerminate runaway scripts
2012-05-23 David ZeuthenUse "rules", not "scripts" to refer to files in rules.d
2012-05-23 David ZeuthenPass expanded identity list to the AuthenticationSession
2012-05-23 David ZeuthenAdd default rules
2012-05-23 David ZeuthenStore private binaries in /usr/lib/polkit-1 instead...
2012-05-23 David ZeuthenMention systemd(1) in the polkitd(8) man page
2012-05-23 David ZeuthenNuke polkitbackend library, localauthority backend...
2012-05-23 David ZeuthenAdd a systemd .service file
2012-05-23 David ZeuthenFix distcheck
2012-05-23 David ZeuthenRename --enable-systemd to --enable-libsystemd-login
2012-05-23 David ZeuthenAdd real-world example featuring udisks2 and the drive...
2012-05-23 David ZeuthenMake polkit_details_insert() remove the key if passed...
2012-05-23 David ZeuthenUse <variablelist> instead of <informaltable> for Subje...
2012-05-23 David ZeuthenMention details["polkit.message"] and add an example...
2012-05-23 David ZeuthenFix a couple typos in the docs
2012-05-22 David ZeuthenFix speling
2012-05-22 David Zeuthenpolkitd: add reference to polkit(8) from its man page
2012-05-22 David ZeuthenClarify docs a bit
2012-05-22 David Zeuthendocs: update SEE ALSO to make each man page point to...
2012-05-22 David Zeuthendocs: enclose local <citerefentry> in <link> to make...
2012-05-22 David ZeuthenUpdate docs
2012-05-22 David ZeuthenCreate rules.d directories
2012-05-21 David ZeuthenAdd test-cases and 10 second timeout for polkit.spawn()
2012-05-21 David ZeuthenMention unix-netgroup:xyz as a valid return value in...
2012-05-21 David ZeuthenMinor doc fixes
2012-05-21 David ZeuthenAdd netgroup support
2012-05-21 David ZeuthenTest that subject.isInGroup() works
2012-05-21 David ZeuthenAdd test cases for evaluation order
2012-05-21 David Zeuthendocs: emphasize that registered functions may actually...
2012-05-21 David ZeuthenUse addRule() and addAdminRule()
2012-05-21 David ZeuthenAlso load rules from /usr/share/polkit/rules.d
2012-05-21 David Zeuthendocs: clarify how rules files work
2012-05-20 David ZeuthenAlso add an example of polkit.spawn() to polkit(8)...
2012-05-20 David Zeuthendocs: add AUTHORIZATION RULES section to the polkit...
2012-05-19 David ZeuthenDon't include command-line in spawning error messages
2012-05-19 David ZeuthenMake polkit.spawn() take an array of arguments instead...
2012-05-18 David ZeuthenAdd polkit.spawn() to spawn external programs
2012-05-18 David ZeuthenMake it possible for JS code to change details
2012-05-18 David ZeuthenReformat init.js and also avoid quoting non-string...
2012-05-18 David ZeuthenEmit ::Changed signal after reloading rules
2012-05-18 David ZeuthenCollect garbage
2012-05-18 David ZeuthenAdd a couple of more error checks
2012-05-18 David ZeuthenClean up code a bit
2012-05-18 David ZeuthenPass details to JS functions and simplify how Subject...
2012-05-18 David ZeuthenInclude seat and session in Subject object
2012-05-18 David ZeuthenAdd experimental authority backend using JavaScript...
2012-04-24 David ZeuthenPost-release version bump to 0.106
2012-04-24 David ZeuthenUpdate NEWS for release 0.105
2012-04-24 David ZeuthenAdd Makefile rules for signing and publishing releases...
2012-04-24 David ZeuthenUpdate the docs to use 'polkit' (instead of 'PolicyKit...
2012-04-24 David ZeuthenMention pkttyagent(1) in "Writing PolicyKit application...
2012-04-12 David ZeuthenFix type in docs
2012-04-12 David ZeuthenMake it possible to influence agent registration with...
2012-04-11 David ZeuthenAdd pkttyagent(1) helper
2012-03-08 David ZeuthenPolkitAgentSession: Don't leak file descriptors
2012-02-06 David ZeuthenPolkitUnixSession: Actually return TRUE if a session...
2012-02-06 David ZeuthenPolkitUnixSession: Set error if we cannot find a sessio...
2012-01-10 Ryan LortieVarious builddir != srcdir fixes
2012-01-03 David ZeuthenPost-release version bump
2012-01-03 David ZeuthenUpdate NEWS for release 0.104
2012-01-03 David ZeuthenDetect whether systemd is available and default to...
2012-01-03 Matthias ClasenAdd optional systemd support
2011-12-22 Nikki VonHollenBug 43610 - Add netgroup support
2011-12-20 Nikki VonHollenBug 43608 – Add unit tests
2011-12-06 David ZeuthenPost-release version bump to 0.104
2011-12-06 David ZeuthenFix typo 0.103
2011-12-06 David ZeuthenUpdate NEWS for release
next