summaryrefslogtreecommitdiff
path: root/names.c
AgeCommit message (Expand)AuthorFilesLines
2014-05-30Try to make use of security hooks only if these are availableKarol Lewandowski1-0/+4
2014-05-29Introduce lsm hooks for kdbusKarol Lewandowski1-0/+9
2014-03-25pool: hand out opaque pool_slice pointers instead of offsetsKay Sievers1-29/+28
2014-03-24add comments about lock orderKay Sievers1-1/+6
2014-03-24names: kdbus_name_replace_owner - guard against connection disconnectKay Sievers1-44/+61
2014-03-24names: do not allow to add names to dead connectionsKay Sievers1-0/+9
2014-03-24names: remove unused hash variableKay Sievers1-8/+3
2014-03-23names: rename "entries_lock" to "lock"Kay Sievers1-15/+15
2014-03-23move function aroundKay Sievers1-25/+24
2014-03-08constify some cmd struct related functionsDaniel Mack1-2/+2
2014-03-08connection: rename 'names' → 'name_count'Daniel Mack1-3/+3
2014-03-08policy: unify APIDaniel Mack1-10/+10
2014-03-07names: check bus policy_db for permission to own nameDaniel Mack1-0/+7
2014-03-07policy: make kdbus_policy_check_see_access() unlockedDaniel Mack1-2/+16
2014-03-07policy: add kdbus_policy_check_see_access() and use it from names.cDaniel Mack1-1/+13
2014-03-07names: add option to allow wildcards to kdbus_name_is_valid()Daniel Mack1-4/+8
2014-03-07policy: drop _db in some function namesDaniel Mack1-2/+2
2014-03-07policy: drop KDBUS_CMD_EP_POLICY_SET (ABI breakage)Daniel Mack1-6/+5
2014-02-24names: fix return codes and conditionsDaniel Mack1-13/+24
2014-02-24names: fix regressions in kdbus_name_remove_by_connDaniel Mack1-2/+7
2014-02-24names: return -EINVAL if an activator tries to request a second nameKay Sievers1-1/+1
2014-02-24FW: [PATCH] names: clear e->activator when activator has disconnectedRadoslaw Pajak1-1/+6
2014-02-24Revert "names: clear e->activator when activator has disconnected"Daniel Mack1-21/+0
2014-02-24names: clear e->activator when activator has disconnectedDaniel Mack1-0/+21
2014-02-20connection, names: flush dcache after writing to poolDaniel Mack1-0/+1
2014-02-20names: Acquiring name by activator connection logic fixedMichal Eljasiewicz1-3/+11
2014-02-03save the bus when we fiddle with the function paramterKay Sievers1-6/+6
2014-02-03update locking and tear-down logic at disconnect()Kay Sievers1-9/+10
2014-02-02directly track bus <-> connectionKay Sievers1-5/+5
2014-01-24names: amend coding styleDaniel Mack1-5/+5
2014-01-24reorder, cleanup and consolidate variable declarationsDaniel Mack1-6/+5
2014-01-24names: reduce scope of variableDaniel Mack1-1/+1
2014-01-22more trivial style issuesDaniel Mack1-1/+2
2014-01-22fix some checkpatch warning on over-long linesDaniel Mack1-2/+4
2014-01-22consolidate most memdup_user to handle.cDaniel Mack1-87/+32
2014-01-18kerneldoc: s/Returns/Return/, s/any value/negative errno/, move "Return:" to ...Kay Sievers1-6/+6
2014-01-18properly drop references of endpoint and activator connectionKay Sievers1-44/+46
2014-01-14export namespace-global message sequence number (ABI break)Kay Sievers1-2/+1
2014-01-09names: switch locking orderKay Sievers1-2/+2
2014-01-01various 80 column warnings fixed upGreg Kroah-Hartman1-1/+2
2013-12-25return error in kdbus_name_release()Kay Sievers1-4/+2
2013-12-24connection: move messages addressed to a name back to the activatorKay Sievers1-5/+27
2013-12-23rename "id" to "owner_id" for all actions on behalf of other connectionsKay Sievers1-5/+5
2013-12-22names: cosmeticsDaniel Mack1-3/+2
2013-12-22names: fix 'added' assignmentDaniel Mack1-4/+6
2013-12-22names: rework list logic once moreDaniel Mack1-6/+9
2013-12-22names: fix condition for activator listingDaniel Mack1-1/+2
2013-12-21names: add the activator connection itself to the list of of activator namesDaniel Mack1-0/+9
2013-12-18do not allow monitor connections to own namesDaniel Mack1-0/+4
2013-12-18names: use the correct list entry when iterating over queued namesKay Sievers1-1/+1