summaryrefslogtreecommitdiff
path: root/bus/connection.c
Commit message (Expand)AuthorAgeFilesLines
* Add SPDX license marker for the AFL-2.1 OR GPL-2.0-or-later licenseRalf Habacker2023-01-041-0/+2
* bus: Don't explicitly clear BusConnections.monitorsSimon McVittie2020-02-201-3/+4
* bus: Clarify names of methods that query owned namesSimon McVittie2019-05-301-2/+2
* dbus-daemon: add send_destination_prefix supportAdrian Szyndela2019-04-261-0/+40
* trivial: Remove trailing whitespace from copyright noticesSimon McVittie2018-12-171-2/+2
* bus_connections_get_context: Remove, unusedSimon McVittie2018-08-301-6/+0
* bus_connections_foreach, bus_connections_foreach_active: RemoveSimon McVittie2018-08-301-80/+0
* bus_connection_get_unix_groups: NULL-check *groups, not groupsRalf Habacker2018-03-201-1/+1
* bus: Get loginfo string bits from DBusCredentialsSimon McVittie2018-03-021-19/+25
* bus: Try to get groups directly from credentials, not userdbSimon McVittie2018-03-021-0/+32
* containers: Add a method to ask to be sent the connection instance headerSimon McVittie2018-02-161-1/+34
* bus_transaction_send: Take sender and destination connectionsSimon McVittie2018-02-161-12/+13
* bus/containers: Indicate in loginfo whether connection is containedSimon McVittie2017-12-121-0/+26
* bus/containers: Shut down container servers when initiator goes awaySimon McVittie2017-12-121-0/+5
* bus_connections_setup_connection: If we can't set it up, log whySimon McVittie2017-11-101-30/+28
* Remove calls to sidget/sidputLaurent Bigonville2017-05-311-5/+0
* connection: Fix an LSM label memory leak on an error handling pathPhilip Withnall2017-02-011-1/+8
* Revert "Make uid 0 immune to pending_fd_timeout limit"Simon McVittie2017-02-011-14/+0
* bus: Fix timeout restartsMichal Koutný2017-02-011-5/+4
* Do not auto-activate services if we could not send a messageSimon McVittie2016-11-281-1/+2
* Make uid 0 immune to pending_fd_timeout limitSimon McVittie2016-11-111-0/+14
* bus: Add LSM label to connection loginfo stringPhilip Withnall2016-10-051-2/+32
* Log to syslog when pending_fd_timeout is exceededSimon McVittie2016-08-161-0/+12
* Log when we exceed max_replies_per_connectionSimon McVittie2016-08-161-3/+13
* Log to syslog if max_completed_connections or max_connections_per_user are ex...Simon McVittie2016-08-161-4/+21
* monitor: use the addressed_recipient to select matchesSimon McVittie2015-11-171-5/+8
* Always assert that BUS_CONNECTION_DATA() returns non-NULLRalf Habacker2015-04-171-3/+15
* Mediation of processes that acquire well-known namesJohn Johansen2015-02-181-0/+13
* Store AppArmor label of connecting processesTyler Hicks2015-02-181-0/+22
* Capture a fake reply if a broadcast cannot be deliveredSimon McVittie2015-02-041-1/+1
* Capture all messages received or sent, and send them to monitorsSimon McVittie2015-02-041-9/+178
* Add support for morphing a D-Bus connection into a "monitor"Simon McVittie2015-02-041-1/+101
* Upgrade auth_timeout violation to a warning, since this branch has thoseSimon McVittie2014-11-241-1/+1
* Merge branch 'dbus-1.8'Simon McVittie2014-11-241-0/+8
|\
| * Log to syslog when auth_timeout drops an incomplete connectionSimon McVittie2014-11-221-0/+8
* | Use a better NoReply message for disconnection with reply pendingSimon McVittie2014-10-291-1/+6
|/
* bus: enforce pending_fd_timeoutAlban Crequy2014-09-151-0/+71
* Stop listening on DBusServer sockets when reaching max_incomplete_connectionsAlban Crequy2014-09-151-24/+18
* BusTransaction: remove confusing getter of connectionsChengwei Yang2014-01-061-6/+0
* Reload policy rules for completed connectionsChengwei Yang2014-01-061-0/+36
* transaction_free: factor outSimon McVittie2013-11-011-10/+12
* Avoid using monotonic time in the DBUS_COOKIE_SHA1 authentication methodDavid Zeuthen2012-04-121-5/+5
* Merge branch 'socket-set-33337'Simon McVittie2012-02-071-1/+10
|\
| * Add a stub _dbus_loop_toggle_watch and call it where neededSimon McVittie2011-06-131-1/+10
* | BusConnections: don't assert about BusConnectionData in functions that don't ...Simon McVittie2011-09-191-11/+0
* | Remove a never-used callbackSimon McVittie2011-09-191-8/+0
* | BusConnections: add usage stats for well-known names, match rulesSimon McVittie2011-06-241-0/+120
|/
* DBusLoop: remove second layer of watch callbacks where possibleSimon McVittie2011-06-131-21/+2
* DBusLoop: remove a layer of pointless abstraction around timeoutsSimon McVittie2011-06-131-18/+4
* Take care to free windows_sid in cache_peer_loginfo_stringChristian Dywan2010-10-051-2/+5