summaryrefslogtreecommitdiff
path: root/dbus/dbus-transport.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-04Add SPDX license marker for the AFL-2.1 OR GPL-2.0-or-later licenseRalf Habacker1-0/+2
2022-07-15dbus: move AF_UNIX code to transport-socketMarc-André Lureau1-1/+1
2022-07-15dbus: add _dbus_transport_open_unixexec()Marc-André Lureau1-0/+1
2022-07-15dbus: handle unix transport in a new common functionMarc-André Lureau1-0/+3
2018-12-17trivial: Remove trailing whitespace from copyright noticesSimon McVittie1-2/+2
2018-11-20_DBUS_ASSERT_ERROR_XOR_BOOL: Add and useSimon McVittie1-4/+1
2018-03-02DBusTransport, DBusConnection: Add internal getter for the credentialsSimon McVittie1-0/+16
2017-06-08transport: Don't pile up errors for semicolon-separated componentsSimon McVittie1-0/+3
2017-04-07DBusTransport: be explicit about _dbus_auth_do_work() resultsSimon McVittie1-1/+10
2017-04-07DBusTransport: assert that invalid results don't happenSimon McVittie1-0/+3
2017-02-01Only read one message at a time if there are fds pendingSimon McVittie1-2/+6
2016-10-05Fix double printing function name in _dbus_verbose() messages.Ralf Habacker1-2/+2
2016-09-30Remove trailing newlines from _dbus_warn, _dbus_warn_check_failedSimon McVittie1-1/+1
2016-08-11Protect 'orig_len' in recover_unused_bytes by DBUS_ENABLE_VERBOSE_MODEThomas Zimmermann1-2/+6
2015-05-12generic socket transport code: work in terms of DBusSocketSimon McVittie1-1/+1
2015-05-05Merge branch 'dbus-1.8'Simon McVittie1-2/+2
2015-05-05extend lock's range in live_messages_notify()Adrian Szyndela1-2/+2
2015-02-18Add LSM-agnostic support for LinuxSecurityLabel credentialSimon McVittie1-0/+27
2014-09-15DBusConnection: implements _dbus_connection_set_pending_fds_functionAlban Crequy1-0/+16
2014-09-15DBusConnection: implements _dbus_connection_get_pending_fds_countAlban Crequy1-0/+11
2013-10-08dbus-message.c: unused variable bytes_read in _dbus_message_loader_get_bufferVasiliy Balyasnyy1-6/+2
2013-08-23Revert "Factor out DBusAuthorization from DBusTransport"Simon McVittie1-53/+214
2013-08-23Revert "Actually use DBusAuthorization in DBusAuth EXTERNAL mech"Simon McVittie1-1/+1
2013-08-23Revert "Remove refcounting from DBusAuth and DBusAuthorization"Simon McVittie1-9/+9
2013-08-23Revert "Remove transport's call to _dbus_authorization_do_authorization()."Simon McVittie1-0/+23
2013-08-23Remove transport's call to _dbus_authorization_do_authorization().Cosimo Alfarano1-23/+0
2013-08-23Remove refcounting from DBusAuth and DBusAuthorizationCosimo Alfarano1-9/+9
2013-08-23Actually use DBusAuthorization in DBusAuth EXTERNAL mechCosimo Alfarano1-1/+1
2013-08-23Factor out DBusAuthorization from DBusTransportCosimo Alfarano1-214/+53
2013-08-23Fix confusion between "is it authenticated?" and "try to authenticate"Simon McVittie1-5/+28
2013-08-22Doc: fix incorrect param names, missing params, non-exist paramsChengwei Yang1-0/+2
2013-06-28tests to embedded tests: replaced in libdbusChengwei Yang1-2/+2
2013-03-08Rename the term 'unix_pid' to 'pid' in variables and functions.Ralf Habacker1-1/+1
2012-07-03DBusTransport: do not assert that autolaunch address is non-emptySimon McVittie1-1/+0
2012-02-21DBusTransport: don't include dbus-marshal-header.h eitherSimon McVittie1-1/+0
2012-02-21DBusTransport: don't use dbus-message-private.hSimon McVittie1-1/+1
2011-07-28Don't finalize sent or dispatched messages while under the connection lockSimon McVittie1-2/+6
2011-07-28When attaching counters to messages, don't automatically notify callbacksSimon McVittie1-0/+7
2011-06-24Also record peak values for queued bytes/fds in connection statsSimon McVittie1-1/+9
2011-06-24DBusConnection, DBusTransport: add queue statisticsSimon McVittie1-0/+14
2011-02-16DBusTransport: don't copy DBusAuth's GUID to expected_guidSimon McVittie1-11/+3
2010-09-27Extended autolaunch protocol with scope attribute.Ralf Habacker1-3/+5
2010-03-27Cleaned up _dbus_verbose calls: function names and code line numbers are prin...Ralf Habacker1-9/+9
2010-03-19Consistently include <config.h> in all C source files and never in header files.Marcus Brinkmann1-0/+1
2009-11-30dbus/dbus-transport.c: _dbus_credentials_get_windows_sid might return NULL (c...Tor Lillqvist1-2/+4
2009-11-30dbus/dbus-transport.c: fix {our,auth}_identity mismatch (cherry picked from c...Tor Lillqvist1-2/+2
2009-07-16Merge branch 'fd-passing'Thiago Macieira1-15/+92
2009-07-10Bug 21161 - Update the FSF addressTobias Mueller1-1/+1
2009-05-20unix-fd: add logic to count unix fds the same way as allocated memoryLennart Poettering1-18/+76
2009-05-20auth: add fd passing negotiation supportLennart Poettering1-1/+0