summaryrefslogtreecommitdiff
path: root/connection.c
AgeCommit message (Expand)AuthorFilesLines
2014-05-30Try to make use of security hooks only if these are availableKarol Lewandowski1-0/+20
2014-05-29Introduce lsm hooks for kdbusKarol Lewandowski1-0/+48
2014-03-25connection: fix indentationDaniel Mack1-6/+7
2014-03-25pool: hand out opaque pool_slice pointers instead of offsetsKay Sievers1-53/+44
2014-03-24bus, connection: fix jump label namesKay Sievers1-4/+3
2014-03-24bus, connection: do not leak user accounting when parents are disconnectedKay Sievers1-10/+11
2014-03-24add comments about lock orderKay Sievers1-2/+10
2014-03-24connection: prevent queuing of messages into dead connectionsKay Sievers1-32/+30
2014-03-24connection: release names before dropping messagesKay Sievers1-7/+8
2014-03-24connection: do not add messages to dead connectionKay Sievers1-0/+12
2014-03-23connection: update kernel docKay Sievers1-2/+2
2014-03-22ensure we never have any children objects linked when we free a parentKay Sievers1-1/+5
2014-03-22check for disconnected parent objects before linking into themKay Sievers1-13/+15
2014-03-22connection: comment cleanupDaniel Mack1-3/+1
2014-03-22kdbus_conn_move_messages: Use kdbus_conn_queue_remove()Daniel Mack1-6/+9
2014-03-22connection: fix expect_reply logicDaniel Mack1-51/+66
2014-03-21connection: kill unneeded parenthesisDaniel Mack1-1/+1
2014-03-21connection: kdbus_cmd_msg_recv(): fix use after freeDaniel Mack1-1/+3
2014-03-19monitor: read metadata subscription bits from monitor connectionKay Sievers1-1/+4
2014-03-18Revert "add debug log code"Kay Sievers1-2/+0
2014-03-18add debug log codeKay Sievers1-0/+2
2014-03-17fix kerneldocKay Sievers1-1/+1
2014-03-17endpoint: when disconnecting, disconnect all connectionsKay Sievers1-5/+10
2014-03-17move waitqueue from endpoint to connectionDaniel Mack1-2/+6
2014-03-17kdbus: use kdbus_item_validate_name() to validate namesDjalal Harouni1-8/+1
2014-03-14connection: actually set policy for policy holdersDaniel Mack1-1/+1
2014-03-14connection: fix name logic in kdbus_conn_new()Daniel Mack1-7/+7
2014-03-08turn KDBUS_ITEM* iterators into generic versionsKay Sievers1-3/+4
2014-03-08kdbus.h: rename kdbus_cmd_conn_update → kdbus_cmd_update (API break)Daniel Mack1-1/+1
2014-03-08add KDBUS_ITEMS_FOREACH_SIZEKay Sievers1-6/+5
2014-03-08connection: fix kdbus_policy_set() call from kdbus_cmd_conn_update()Daniel Mack1-1/+3
2014-03-08policy: fix item iteratorDaniel Mack1-1/+2
2014-03-08connection: more const madnessDaniel Mack1-4/+4
2014-03-08constify some cmd struct related functionsDaniel Mack1-2/+2
2014-03-08connection: keep reference to current_cred() at creation timeDaniel Mack1-0/+1
2014-03-07connection: introduce KDBUS_HELLO_POLICY_HOLDER (ABI break)Daniel Mack1-11/+25
2014-03-07connection: if it exists, check the endpoint's policy dbDaniel Mack1-1/+8
2014-03-07connection: add jump label to short cut verified repliesDaniel Mack1-1/+5
2014-03-07connection: add shortcut for ep->bus in kdbus_conn_kmsg_send()Daniel Mack1-12/+15
2014-03-07connection: allow updating policy with kdbus_cmd_conn_update()Daniel Mack1-3/+21
2014-03-07names: add option to allow wildcards to kdbus_name_is_valid()Daniel Mack1-2/+2
2014-03-07policy: document and fix kdbus_policy_setDaniel Mack1-1/+1
2014-03-07policy: attach policy db to busDaniel Mack1-5/+8
2014-03-07connection: check for the size of the instance, not the typeDaniel Mack1-2/+1
2014-03-07policy: pass flag to allow wildcardsDaniel Mack1-1/+1
2014-03-07connection: create policy db on demandDaniel Mack1-0/+6
2014-03-07policy: fix function nameDaniel Mack1-3/+2
2014-03-07policy: rework APIDaniel Mack1-0/+7
2014-03-07policy: drop _db in some function namesDaniel Mack1-2/+2
2014-03-04fix message queue quota logicKay Sievers1-4/+4