summaryrefslogtreecommitdiff
path: root/policy.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-24move all limits and magic constants to one section in internal.hKay Sievers1-1/+1
2013-04-20policy: fix hash creationDaniel Mack1-4/+4
2013-04-17policy: fix reverse cache entry insertionDaniel Mack1-17/+32
2013-04-17define max cmd size in internal.hDaniel Mack1-1/+1
2013-04-17names, policy: consolidate hash functionsDaniel Mack1-15/+4
2013-04-17policy: don't break lines unnecessarilyDaniel Mack1-12/+9
2013-04-17use SZ_64KKay Sievers1-1/+2
2013-04-16split up the huge internal header files to match the source filesKay Sievers1-2/+3
2013-04-15use timespec_to_ns()Kay Sievers1-1/+1
2013-04-14match: cleanup on error, add union to need fewer casts, pass connectionKay Sievers1-2/+1
2013-04-14policy db: add reply rule list and timeout scannerDaniel Mack1-5/+96
2013-04-14policy: let userspace know about the required size for ioctl()Daniel Mack1-1/+4
2013-04-10policy: minor cleanupsDaniel Mack1-7/+4
2013-04-08all all metadata to "struct kmsg", make reallocation small-sized and less likelyKay Sievers1-1/+1
2013-04-07policy: lock send_access_hash with cache_lockDaniel Mack1-0/+2
2013-04-07policy: hold correct locksDaniel Mack1-2/+2
2013-04-07policy: remove two printk debug left-oversDaniel Mack1-2/+0
2013-04-07policy: add cache for send message policiesDaniel Mack1-17/+87
2013-04-07policy: update commentsDaniel Mack1-9/+9
2013-04-07policy: add kdbus_policy_db_parse()Daniel Mack1-51/+49
2013-04-07policy: fix commentsDaniel Mack1-7/+3
2013-04-07policy: refactor code for KDBUS_POLICY_OWNDaniel Mack1-35/+55
2013-04-06policy: refactor code and define public interfaceDaniel Mack1-26/+97
2013-04-06policy: restructure db entriesDaniel Mack1-36/+53
2013-04-06test: split up code, resolve enums, add stand-alone test daemonKay Sievers1-1/+1
2013-04-03policy: mark kdbus_policy_db_check_access as staticGreg Kroah-Hartman1-0/+1
2013-04-03return PTR_ERR() from IS_ERR()Kay Sievers1-1/+1
2013-04-02policy: properly check memdup_userGreg Kroah-Hartman1-1/+1
2013-04-03tree-wide: fix over-greedy search-and-replace resultsDaniel Mack1-3/+3
2013-04-03tree-wide: rename 'err' to 'ret'Daniel Mack1-2/+2
2013-04-02policy: hold lock on hash operationsDaniel Mack1-0/+2
2013-04-02policy: use memdup_user()Daniel Mack1-8/+2
2013-04-02policy: more stubs as thinking scratch padDaniel Mack1-0/+18
2013-04-02policy: free memoryDaniel Mack1-3/+11
2013-04-02policy: added more or less empty stubDaniel Mack1-0/+168