summaryrefslogtreecommitdiff
path: root/handle.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-14handle: remove useless statementRui Miguel Silva1-2/+0
2015-01-14handle: fix memleak on error pathRui Miguel Silva1-2/+4
2015-01-12kdbus.h: rename 'reply' to 'msg' in struct kdbus_cmd_recvDaniel Mack1-5/+5
2015-01-12kdbus: add myself to copyrightDjalal Harouni1-0/+1
2015-01-12kdbus: drop KDBUS_HELLO_UNPRIVILEGED (API break)David Herrmann1-2/+1
2015-01-12connection: fix dead-lock on policy-removalDavid Herrmann1-0/+17
2015-01-08handle: properly reset output arguments to 0David Herrmann1-0/+7
2014-12-19connection: pass struct file from ioctl handler to kdbus_conn_kmsg_send()Daniel Mack1-1/+1
2014-12-19connection: kdbus_conn_kmsg_send() -> kdbus_cmd_msg_send()David Herrmann1-1/+1
2014-12-17kdbus.h: remove KDBUS_CMD_CANCELDaniel Mack1-41/+0
2014-12-16handle: fix kernel-doc comment for struct kdbus_handle_epSergei Zviagintsev1-1/+1
2014-12-15handle: fix memleak on failed CMD_SENDDavid Herrmann1-3/+1
2014-12-11tree-wide: assorted checkpatch.pl fixesDaniel Mack1-1/+1
2014-12-11handle: don't copy return-flags twiceDavid Herrmann1-3/+0
2014-12-11connection: rename kdbus_cmd_info → kdbus_cmd_conn_infoDaniel Mack1-1/+1
2014-12-11kdbus: make kdbus_cmd_free more consistentDavid Herrmann1-9/+30
2014-12-11kdbus: turn cmd_send.msg into cmd_send.msg_addressDavid Herrmann1-17/+1
2014-12-11kdbus: bring kdbus_cmd_cancel up-to-dateDavid Herrmann1-9/+19
2014-12-11handle: fix memleak on cmd_name_listDavid Herrmann1-0/+2
2014-12-11kdbus: add items to kdbus_cmd_name_listDavid Herrmann1-10/+16
2014-12-11kdbus: rename cmd_name_list.size to cmd_name_list.list_sizeDavid Herrmann1-2/+3
2014-12-11kdbus: KDBUS_MSG_FLAGS_* -> KDBUS_MSG_*David Herrmann1-2/+2
2014-12-10kdbus.h: add return_flags to all struct kdbus_cmd_* (ABI break)Daniel Mack1-8/+116
2014-12-10handle: remove unneeded { }Daniel Mack1-2/+1
2014-12-10handle: activator should not be allowed to install matchesDaniel Mack1-4/+2
2014-12-10handle: modify match handle for connection typesRui Miguel Silva1-2/+3
2014-12-10kdbus: introduce kdbus_cmd_sendDavid Herrmann1-9/+43
2014-12-10kdbus: add generic kdbus_reply objectDavid Herrmann1-8/+7
2014-12-10kdbus: add items to kdbus_cmd_recvDavid Herrmann1-8/+19
2014-12-10kdbus: drop *_MSG_* from ioctl namesDavid Herrmann1-3/+3
2014-12-09handle: copy ioctl struct sizes back to userDaniel Mack1-2/+6
2014-12-09message: keep order of VEC and MEMFDDavid Herrmann1-6/+0
2014-12-08monitors: drop filtersDaniel Mack1-2/+1
2014-12-08handle: use EUID over FSUID for entity creationDavid Herrmann1-4/+4
2014-12-08connection: split off kdbus_conn_connect()David Herrmann1-3/+7
2014-12-08connection: introduce KDBUS_HELLO_UNPRIVILEGEDDavid Herrmann1-1/+2
2014-12-08resources: make sure vec sources are not accessed illegallyDaniel Mack1-0/+6
2014-12-06message: remove ref-countDaniel Mack1-2/+2
2014-12-05message: make kdbus_kmsg ref-countedDaniel Mack1-2/+2
2014-12-01doc: code documentation for policy_set() operationsDjalal Harouni1-1/+1
2014-12-01handle: remove metadataDaniel Mack1-32/+1
2014-11-28metadata: split kdbus_meta_collect()Daniel Mack1-1/+1
2014-11-28metadata: duplicate owned names and connection descriptionDaniel Mack1-1/+1
2014-11-27handle: simplify ep_new() callDavid Herrmann1-6/+4
2014-11-27endpoint: move user-creation to ep_new()David Herrmann1-13/+0
2014-11-26handle: allow activators to use KDBUS_CMD_FREEDavid Herrmann1-1/+2
2014-11-25util: drop kdbus_offset_set_user()David Herrmann1-6/+6
2014-11-25handle: properly copy msg_size over to user-spaceDavid Herrmann1-0/+5
2014-11-25metadata: rework for receiver translationDaniel1-14/+14
2014-11-25handle: allow activators to receive messagesDavid Herrmann1-1/+2