summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2014-10-28benchmark: cache the kdbus msg and update only memfd item offset if neededDjalal Harouni1-31/+99
2014-10-28connection: block only normal fds allwo sending memfdsDjalal Harouni1-1/+1
2014-10-28test/test-sync: we accept SA_RESTART nowDaniel Mack1-13/+1
2014-10-28test-fd: check if we did receive the right number of passed fdsDjalal Harouni1-1/+39
2014-10-27kdbus.h, metadata: factor out capabilities (ABI break)Daniel Mack1-8/+9
2014-10-27test-fd: add more passfd+close tests to fdpassingDjalal Harouni1-9/+43
2014-10-27test-fd: test send fd operations on connection that do not accept fdsDjalal Harouni1-10/+48
2014-10-25policy: check if name is valid when updating policiesDjalal Harouni1-0/+16
2014-10-25test-monitor: add KDBUS_CMD_CONN_UPDATE tests for monitor connectionsDjalal Harouni1-0/+66
2014-10-24test-names: name validity tests for CMD_NAME_{ACQUIRE|RELEASE}Djalal Harouni1-1/+24
2014-10-23connection: keep SYNC messages alive on EINTRDavid Herrmann1-20/+19
2014-10-22test-fd: make sure that passed fds do not also allow fd queueingDjalal Harouni1-1/+12
2014-10-22kdbus.h: rename kdbus_{cmd,}_conn_info → kdbus_{cmd,}_infoDaniel Mack5-10/+10
2014-10-22kdbus.h: add KDBUS_CMD_BUS_CREATOR_INFODaniel Mack3-77/+118
2014-10-22test-fd: add a bloom filter to broadcast messageDaniel Mack1-4/+12
2014-10-22test: just define KDBUS_SYSNAME_MAX_LEN here in test-endpointDjalal Harouni2-1/+2
2014-10-22test: make sure that creating endpoint with long names will failDjalal Harouni2-5/+23
2014-10-22test-sync: do a second recv only when SA_RESTART was passedDjalal Harouni1-1/+1
2014-10-22test: use kdbus_msg_dump() to check for message integrityDaniel Mack2-5/+15
2014-10-21connection: switch to absolute timeouts (API break)Daniel Mack1-1/+10
2014-10-21test-sync: implement send_reply()Daniel Mack1-1/+48
2014-10-21kdbus.h: split in and out flags of ioctls (ABI break)Daniel Mack4-21/+8
2014-10-21kdbus.h: factor out name info struct (ABI break)Daniel Mack2-2/+2
2014-10-20test-fd: fix the fd passing test and use KDBUS_MSG_MAX_FDS for normal fdsDjalal Harouni1-2/+9
2014-10-20test-fd: add tests for fd and memfd accountingDjalal Harouni1-49/+213
2014-10-18tree-wide: rework flags negotiation (ABI break)Daniel Mack3-3/+17
2014-10-17Revert KDBUS_HELLO_ACCEPT_MEMFD support (ABI break)Kay Sievers2-6/+7
2014-10-14test-activator: add more tests for the activation logicDjalal Harouni1-0/+226
2014-10-14test-util: add test_is_capable() to check for capabilities and use itDjalal Harouni4-21/+61
2014-10-14test-util: move RUN_UNPRIVILEGED definitions to kdbus-util.hDjalal Harouni2-49/+50
2014-10-14kdbus.h: add KDBUS_HELLO_ACCEPT_MEMFD (ABI break)Daniel Mack2-7/+6
2014-10-14tests: strncpy() correctionsDaniel Mack2-4/+4
2014-10-13test-sync: ensure sync is interruptible and it ignors SA_RESTART flagDjalal Harouni1-0/+68
2014-10-12test: test monitor connections for broadcast messagesDjalal Harouni1-0/+27
2014-10-12test-fd: ensure that broadcasting fds and memfds will fail with -ENOTUNIQDjalal Harouni1-0/+59
2014-10-10handle: do not look at 'features' for nowDaniel Mack1-7/+1
2014-10-09Merge branch 'master' of https://code.google.com/p/d-busGreg Kroah-Hartman1-27/+602
2014-10-09Merge pull request #26 from michelecurti/masterGreg Kroah-Hartman1-1/+1
2014-10-09test: test-policy-priv do broadcast tests after a policy holder is uploadedDjalal Harouni1-2/+340
2014-10-09test: test-policy-priv do broadcast tests before a policy holder is uploadedDjalal Harouni1-27/+264
2014-10-09test: fix typoMichele Curti1-1/+1
2014-10-08test: print filename in assertionDaniel Mack1-6/+6
2014-10-08tree-wide: s/_EP_/_ENDPOINT_/g (API break)Daniel Mack2-3/+3
2014-10-08kdbus.h: add features bitmask to cmd_make and cmd_hello (ABI BREAK)Daniel Mack1-1/+7
2014-10-07test: fix some 'dead assignment' errorsDaniel Mack2-3/+0
2014-10-07test-endpoint: fix nul-termination of stringDaniel Mack1-1/+1
2014-10-06kdbus.h: implement KDBUS_CMD_{MSG_CANCEL,FREE} with structs (ABI break)Daniel Mack2-5/+12
2014-10-02match: make KDBUS_CMD_MATCH_REMOVE return -ENOENT when cookie was not foundDaniel Mack1-2/+6
2014-10-02kdbus.h: attach items[] to kdbus_cmd_conn_info, not name[] (ABI break!)Daniel Mack2-7/+18
2014-10-02test: fix benchmark stats accountingDavid Herrmann1-4/+0