summaryrefslogtreecommitdiff
path: root/gdbus/polkit.c
Commit message (Collapse)AuthorAgeFilesLines
* gdbus: Update copyright informationMarcel Holtmann2011-01-011-1/+1
|
* gdbus: explicitly compare pointers to NULLLucas De Marchi2010-12-081-1/+1
| | | | | | | | | | | | | | This patch was generated by the following semantic patch (http://coccinelle.lip6.fr/) // <smpl> @fix disable is_null,isnt_null1@ expression *E; @@ - !E + E == NULL // </smpl>
* Add support for builtin GDBus security using PolicyKitMarcel Holtmann2010-09-091-0/+202