summaryrefslogtreecommitdiff
path: root/bus/connection.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-05bus: Assign a serial number for messages from the driveraccepted/tizen/unified/dev/20240620.010635accepted/tizen/unified/20231011.153130hongjinghao1-0/+15
2021-05-17dbus-daemon: send signals on connection overflowsubmit/tizen/20210524.120505accepted/tizen/unified/20210531.130419Adrian Szyndela1-0/+8
2020-09-25Merge 'dbus-1.12.20' into tizenAdrian Szyndela1-3/+4
2020-09-21bus/connection: don't check cmdline in session dbus-daemonsubmit/tizen/20200921.022732accepted/tizen/unified/20200922.090815Adrian Szyndela1-2/+20
2020-09-15cynara integration: check policy right away for both send and receiveAdrian Szyndela1-23/+0
2020-09-15cynara integration: initialize deferred_messagesAdrian Szyndela1-1/+1
2020-08-25bus/connection: Add assert to BUS_CONNECTION_DATAINSUN PYO1-0/+21
2020-06-01bus/connection: API for getting list of names from connectionsAdrian Szyndela1-0/+9
2020-05-22Stats: Add field PendingRepliessanghyeok.oh1-0/+46
2020-04-16Merge dbus-1.12.16 into tizenAdrian Szyndela1-49/+121
2020-02-25bus: Don't explicitly clear BusConnections.monitorsSimon McVittie1-3/+4
2019-07-17Revert "Fix for smack error when dbus-daemon(session) accesses proc/cmdline"submit/tizen/20190717.061730accepted/tizen/unified/20190717.220434Hyotaek Shim1-1/+1
2019-01-09dbus-daemon: add send_destination_prefix supportsubmit/tizen/20190109.021130accepted/tizen/unified/20190110.060340Adrian Szyndela1-0/+27
2018-11-15Do not auto-activate services if we could not send a messagesubmit/tizen/20181115.015729accepted/tizen/unified/20181115.151616Simon McVittie1-1/+2
2018-09-17Remove build warningssubmit/tizen_5.0/20181101.000006submit/tizen/20180918.043057accepted/tizen/unified/20180919.061631accepted/tizen/5.0/unified/20181102.025209pr.jung1-0/+1
2017-11-10bus_connections_setup_connection: If we can't set it up, log whySimon McVittie1-30/+28
2017-06-12cynara: add exception code for cynara_session_id retrivingsubmit/tizen/20170622.043014accepted/tizen/unified/20170629.085739INSUN PYO1-0/+5
2017-05-31Remove calls to sidget/sidputLaurent Bigonville1-5/+0
2017-03-01patch: bus: Fix timeout restartssubmit/tizen/20170306.031610accepted/tizen/wearable/20170306.102849accepted/tizen/tv/20170306.102834accepted/tizen/mobile/20170306.102816accepted/tizen/ivi/20170306.102902sanghyeok.oh1-5/+4
2017-02-01connection: Fix an LSM label memory leak on an error handling pathPhilip Withnall1-1/+8
2017-02-01Revert "Make uid 0 immune to pending_fd_timeout limit"Simon McVittie1-14/+0
2017-02-01bus: Fix timeout restartsMichal Koutný1-5/+4
2016-11-28Do not auto-activate services if we could not send a messageSimon McVittie1-1/+2
2016-11-11Make uid 0 immune to pending_fd_timeout limitSimon McVittie1-0/+14
2016-10-05bus: Add LSM label to connection loginfo stringPhilip Withnall1-2/+32
2016-08-16Log to syslog when pending_fd_timeout is exceededSimon McVittie1-0/+12
2016-08-16Log when we exceed max_replies_per_connectionSimon McVittie1-3/+13
2016-08-16Log to syslog if max_completed_connections or max_connections_per_user are ex...Simon McVittie1-4/+21
2016-06-08Fix for smack error when dbus-daemon(session) accesses proc/cmdlineHyotaek Shim1-1/+1
2016-02-19Handle receive rule result unavailability and message broadcastsJacek Bukarewicz1-8/+161
2016-02-19Integration of asynchronous security checksJacek Bukarewicz1-11/+47
2015-11-17monitor: use the addressed_recipient to select matchesSimon McVittie1-5/+8
2015-04-17Always assert that BUS_CONNECTION_DATA() returns non-NULLRalf Habacker1-3/+15
2015-02-18Mediation of processes that acquire well-known namesJohn Johansen1-0/+13
2015-02-18Store AppArmor label of connecting processesTyler Hicks1-0/+22
2015-02-04Capture a fake reply if a broadcast cannot be deliveredSimon McVittie1-1/+1
2015-02-04Capture all messages received or sent, and send them to monitorsSimon McVittie1-9/+178
2015-02-04Add support for morphing a D-Bus connection into a "monitor"Simon McVittie1-1/+101
2014-11-24Upgrade auth_timeout violation to a warning, since this branch has thoseSimon McVittie1-1/+1
2014-11-24Merge branch 'dbus-1.8'Simon McVittie1-0/+8
2014-11-22Log to syslog when auth_timeout drops an incomplete connectionSimon McVittie1-0/+8
2014-10-29Use a better NoReply message for disconnection with reply pendingSimon McVittie1-1/+6
2014-09-15bus: enforce pending_fd_timeoutAlban Crequy1-0/+71
2014-09-15Stop listening on DBusServer sockets when reaching max_incomplete_connectionsAlban Crequy1-24/+18
2014-01-06BusTransaction: remove confusing getter of connectionsChengwei Yang1-6/+0
2014-01-06Reload policy rules for completed connectionsChengwei Yang1-0/+36
2013-11-01transaction_free: factor outSimon McVittie1-10/+12
2012-04-12Avoid using monotonic time in the DBUS_COOKIE_SHA1 authentication methodDavid Zeuthen1-5/+5
2012-02-07Merge branch 'socket-set-33337'Simon McVittie1-1/+10
2011-09-19BusConnections: don't assert about BusConnectionData in functions that don't ...Simon McVittie1-11/+0