platform/upstream/polkit.git
2007-11-22 David Zeuthenupdate TODO
2007-11-22 David Zeuthenalso encode \n\r\t characters
2007-11-22 David Zeuthenrework the .auths file format to use key/value pairs...
2007-11-22 David Zeuthenset errno to ENOMEM when forcibly failing an allocation
2007-11-21 David Zeuthenadd support for percent encoding/decoding and colon...
2007-11-21 David Zeuthenmake dummy backend work
2007-11-21 David Zeuthenfix 'make check-coverage'
2007-11-21 David Zeuthenremove Since gtk-doc tags from the internal libkit...
2007-11-20 David Zeuthendefine abstract Authentication Agent interface and...
2007-11-20 David Zeuthenmake PolKitAuthorization a bit more future proof by...
2007-11-20 David Zeuthenprovide a way to force a reload of all caches etc.
2007-11-20 David Zeuthenadd support for negative authorizations
2007-11-19 David Zeuthenexport the policydir in the .pc file
2007-11-19 David Zeuthenrequire org.fd.pk.revoke to revoke auths for self if...
2007-11-19 David Zeuthenprovide convenience functions for auth checking and...
2007-11-18 David Zeuthenadd support for vendor, vendor_url and icon_name tags...
2007-11-17 David Zeuthenrestrict new API to the default backend only
2007-11-17 David Zeuthenadd API for overriding defaults and make polkit-action...
2007-11-17 David Zeuthenfix a grave bug where the wrong authorizations were...
2007-11-12 David Zeuthenfix parallel build
2007-11-12 David Zeuthencreate /var/lib/misc on 'make install'
2007-11-12 David Zeuthenbuild system fixes and refuse to install if built with...
2007-11-12 David Zeuthenadd unit test framework to the rest of the library...
2007-11-12 David Zeuthenfix build for dummy backend
2007-11-11 David Zeuthenalso check for file descriptor leaks
2007-11-11 David Zeuthentweak how we do coverage reporting
2007-11-11 David Zeuthenremove glib dependency from libpolkit.so
2007-11-11 David Zeuthendon't overflow when splitting a string
2007-11-11 David Zeuthenactually include the files with the spawn functions
2007-11-11 David Zeuthenadd spawn function to libkit
2007-11-11 David Zeuthenadd (empty, for now) tests for remaining files
2007-11-11 David Zeuthenuse kit_strsplit in polkit-sysdeps
2007-11-11 David Zeuthenadd strsplit function
2007-11-10 David Zeuthenalso include libkit in top-level coverage report
2007-11-10 David Zeuthensplit utility bits into a private statically linked...
2007-11-09 David Zeuthenadd unit tests for PolKitAuthorization
2007-11-09 David Zeuthenadd unit tests for PolKitAuthorizationConstraint
2007-11-08 David Zeuthenforgot to add src/Makefile.am
2007-11-08 David Zeuthenadd unit tests of PolKitPolicyCache
2007-11-08 David Zeuthenuse unique action names
2007-11-08 David Zeuthenadd test case for PolKitError to get to 100%
2007-11-08 David Zeuthenadd some gtk-doc to private bits to get doc coverage...
2007-11-08 David Zeuthenfix build with all library soruce in src/
2007-11-08 David Zeuthenmove all library source to a src/ directory
2007-11-08 David Zeuthenreimplement string hashing and comparison
2007-11-08 David Zeuthenadd doubly-linked lists
2007-11-06 David Zeuthenhook up expat to use our memory handling API
2007-11-06 David Zeuthenalso dist test .policy files
2007-11-06 David Zeuthenincrease test coverage for PolKitPolicyFile
2007-11-06 David Zeuthenfix some unaligned access bugs
2007-11-06 David Zeuthenadd unit tests for PolKitPolicyFile and add some featur...
2007-11-05 David Zeuthenimprove coverage of PolKitPolicyFileEntry by switching...
2007-11-05 David Zeuthenimplement polkit_hash_foreach
2007-11-05 David Zeuthenexport memory mangement and hash table functions
2007-11-05 David Zeuthenimplement our own hash table with 100% test coverage
2007-11-04 David Zeuthenadd unit tests for PolKitPolicyFileEntry
2007-11-04 David Zeuthenadd unit tests for PolKitPolicyDefault
2007-11-03 David Zeuthenadd unit tests for PolKitCaller
2007-11-03 David Zeuthenadd unit tests for PolKitSession
2007-11-03 David Zeuthenadd unit tests for PolKitSeat
2007-11-03 David Zeuthenadd unit tests for PolKitResult
2007-11-03 David Zeuthenimplement OOM testing
2007-11-03 David Zeuthenadd tests for PolKitError
2007-11-03 David Zeuthenremove dead code
2007-11-03 David Zeuthenextend test coverage for PolKitAction
2007-11-03 David Zeuthenadd unit test framework with gcov coverage support...
2007-11-01 David Zeuthenupdated TODO list
2007-11-01 David Zeuthenintroduce one-shot authorizations
2007-10-31 David Zeuthenmake polkit_context_is_[caller|session]_authorized...
2007-10-31 David Zeuthenrename revoke_if_oneshot to is_mechanism and also expos...
2007-10-31 David Zeuthenavoid defining the same functions in both libpolkit...
2007-10-31 David Zeuthenremember to reset killtimer and fix an error message
2007-10-31 David Zeuthenprovide a polkit D-Bus service that is activated on...
2007-10-30 David Zeuthenmove authdb write functions to libpolkit-grant
2007-10-30 David Zeuthenrearrange the docs so all API is in one section
2007-10-29 David Zeuthenuse _destroy, not _unref for hash tables
2007-10-29 David Zeuthenfix uid retrival when getting auths from all users
2007-10-29 David Zeuthenfix docs
2007-10-29 David Zeuthenfix build with dummy backend
2007-10-29 David Zeuthenlet authdb backends synthesize policy file entries
2007-10-29 David Zeuthenminor build system and doc fixes
2007-10-29 David Zeuthenmove Linux specific code into a single file
2007-10-29 David Zeuthenmove all private functions into a private header file
2007-10-29 David Zeuthenmake the authdb pluggable and add a dummy backend as...
2007-10-28 David Zeuthenrewrite authorization database and polkit-grant (now...
2007-10-23 David Zeuthenremember to set uid on PolKitSession
2007-10-23 David Zeuthenmove POLKIT_GNUC_DEPRECATED to a separate line so gtk...
2007-10-23 David Zeuthencreate an API for interfacing with the Authorization...
2007-10-23 David Zeuthenadd docs for POLKIT_[BEGIN|END]_DECLS and also add...
2007-10-22 David Zeuthenuse the Since: tag so gtk-doc can print what symbols...
2007-10-22 David Zeuthenwork on the docs
2007-10-21 David Zeuthendon't spew debug output in libpolkit-dbus
2007-10-21 David Zeuthenavoid including regex.h from a public header file
2007-10-21 David Zeuthenadd C++ include guards and a new method to get pfe...
2007-10-18 David Zeuthenadd support to PolKitTracker for also asking on pid
2007-10-13 David Zeuthenpost-release version bump
2007-10-13 David Zeuthenadd id's so the generated HTML has stable and predictab...
2007-10-13 David Zeuthenadd the convenience class PolKitTracker
2007-10-11 David Zeuthenupdate NEWS POLICY_KIT_0_6
2007-09-27 David Zeuthenmake polkit-list-actions print information about <allow...
next