platform/upstream/polkit.git
2007-12-01 David Zeuthendowngrade to session scope when granting authorizations...
2007-12-01 David Zeuthenfix a bug where KitList elements were not properly...
2007-12-01 David Zeuthenremove glib dep from libpolkit-dbus
2007-12-01 David Zeuthenimplement kit_hash_foreach_remove()
2007-12-01 David Zeuthenadd a new KitString class
2007-11-30 David Zeuthenadd some more test cases for p-a-db.c
2007-11-30 David Zeuthenfix OOM handling in p-a-db.c and only invalidate the...
2007-11-30 David Zeuthenadd some more test env variables so we can bypass Conso...
2007-11-29 David Zeuthenupdate .gitignore files
2007-11-29 David Zeuthenadd .gitignore files to get test tree structure in...
2007-11-29 David Zeuthenfix unit tests for polkit-authorization-db.c
2007-11-29 David Zeuthenadd test-friendly abstractions for getpwnam and getpwuid
2007-11-29 David Zeuthenonly fail the Nth alloc, not all allocs greater than N
2007-11-29 David Zeuthenavoid logging to syslog even for invalid files
2007-11-28 David Zeuthenrelicense everything to the MIT/X11 license
2007-11-25 David Zeuthenadd (partial) test cases for polkit-authorization-db.c
2007-11-25 David Zeuthenbuild with -rdynamic for maint mode and use this to...
2007-11-24 David Zeuthenfix a bug where the childs environment wasn't inherited
2007-11-24 David Zeuthenadd test harness for polkit-utils
2007-11-24 David Zeuthenwrite newline since kit_string_entry_create doesn't...
2007-11-23 David Zeuthenavoid adding newline at the end of generated entry
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
next