summaryrefslogtreecommitdiff
path: root/policy.c
AgeCommit message (Expand)AuthorFilesLines
2014-10-25policy: check if name is valid when updating policiesDjalal Harouni1-0/+5
2014-10-01policy: don't allow privileged bus users to own namesDaniel Mack1-3/+0
2014-10-01policy: move credential checks from policy.c to endpooint.cDaniel Mack1-8/+0
2014-09-29tree-wide: remove item checksDaniel Mack1-10/+0
2014-09-29item: introduce item.cDavid Herrmann1-0/+1
2014-09-27Add myself to copyright headerDavid Herrmann1-0/+1
2014-09-26policy: turn entries-lock into rwsemDavid Herrmann1-11/+11
2014-09-26policy: allocate policy databases staticallyDavid Herrmann1-26/+12
2014-09-26policy: purge cache-entries on owner changesDavid Herrmann1-1/+21
2014-09-26policy: safe owner of cache-entriesDavid Herrmann1-53/+37
2014-09-26policy: make bus-owner checks use conn->cred, not current()David Herrmann1-15/+14
2014-09-26policy: fix duplicate checksDavid Herrmann1-10/+14
2014-09-26policy: don't hold policy-db lock while parsing entriesDavid Herrmann1-29/+21
2014-09-26policy: don't "break;" in hash_for_each()David Herrmann1-1/+2
2014-09-26policy: inline kdbus_policy_add_one()David Herrmann1-21/+10
2014-09-26policy: properly release previous entriesDavid Herrmann1-0/+5
2014-09-26policy: simplify code by using hlist iteratorsDavid Herrmann1-12/+3
2014-09-26policy: avoid temporary allocations to retain policiesDavid Herrmann1-27/+16
2014-09-26policy: don't access policy-db while iterating itemsDavid Herrmann1-11/+18
2014-09-26policy: fix docsDavid Herrmann1-2/+2
2014-09-25policy: consider KDBUS_POLICY_MAX_SIZEDaniel Mack1-0/+3
2014-09-14policy: reduce variable scopeDaniel Mack1-1/+1
2014-09-13fix checkpatch warningsDaniel Mack1-1/+4
2014-09-11tree-wide: extend copyright information to 2014Daniel Mack1-4/+4
2014-09-09policy: make policy checks work across user namespacesDjalal Harouni1-18/+60
2014-09-05policy: indentDaniel Mack1-2/+1
2014-08-14policy, connection: rename policy cache related functionsDaniel Mack1-2/+2
2014-08-14policy: rename send_access_hash to talk_access_hashDaniel Mack1-5/+5
2014-07-31do not use __ prefix for ordinary functionsKay Sievers1-5/+5
2014-06-20policy: kdbus_policy_set() use another variable to save entriesDjalal Harouni1-4/+5
2014-06-20policy: use the db->entries_hash to access the policy db entriesDjalal Harouni1-3/+4
2014-06-20policy: kdbus_policy_check_own_access() returns 0 on success not trueDjalal Harouni1-2/+11
2014-06-20policy: kdbus_policy_set() fix a use after free bugDjalal Harouni1-7/+2
2014-06-20policy: kdbus_policy_set() make sure we restore the right entriesDjalal Harouni1-1/+1
2014-06-17policy: pass items, not &itemsKay Sievers1-1/+1
2014-06-07policy: clean up headers and code documentationDjalal Harouni1-6/+3
2014-04-04policy: whitespace cleanupDaniel Mack1-1/+1
2014-03-25policy: remove kdbus_policy_db_dump()Daniel Mack1-35/+0
2014-03-25whitespace cleanupKay Sievers1-10/+10
2014-03-17fix kerneldocKay Sievers1-0/+1
2014-03-14policy: fix error unwindingDaniel Mack1-2/+4
2014-03-08turn KDBUS_ITEM* iterators into generic versionsKay Sievers1-2/+2
2014-03-08policy: add KDBUS_ITEMS_END() checkKay Sievers1-0/+3
2014-03-08add KDBUS_ITEMS_FOREACH_SIZEKay Sievers1-4/+1
2014-03-08policy: fix item iteratorDaniel Mack1-4/+3
2014-03-08policy: constify more variablesDaniel Mack1-6/+6
2014-03-08policy: rename argument of kdbus_policy_remove_owner()Daniel Mack1-5/+5
2014-03-08policy: constify some internal lookup functionsDaniel Mack1-12/+9
2014-03-08connection: keep reference to current_cred() at creation timeDaniel Mack1-5/+5
2014-03-08policy: unify APIDaniel Mack1-43/+41