summaryrefslogtreecommitdiff
path: root/dbus/dbus-transport.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
* dbus: move AF_UNIX code to transport-socketMarc-André Lureau2022-07-151-1/+1
* dbus: add _dbus_transport_open_unixexec()Marc-André Lureau2022-07-151-0/+1
* dbus: handle unix transport in a new common functionMarc-André Lureau2022-07-151-0/+3
* trivial: Remove trailing whitespace from copyright noticesSimon McVittie2018-12-171-2/+2
* _DBUS_ASSERT_ERROR_XOR_BOOL: Add and useSimon McVittie2018-11-201-4/+1
* DBusTransport, DBusConnection: Add internal getter for the credentialsSimon McVittie2018-03-021-0/+16
* transport: Don't pile up errors for semicolon-separated componentsSimon McVittie2017-06-081-0/+3
* DBusTransport: be explicit about _dbus_auth_do_work() resultsSimon McVittie2017-04-071-1/+10
* DBusTransport: assert that invalid results don't happenSimon McVittie2017-04-071-0/+3
* Only read one message at a time if there are fds pendingSimon McVittie2017-02-011-2/+6
* Fix double printing function name in _dbus_verbose() messages.Ralf Habacker2016-10-051-2/+2
* Remove trailing newlines from _dbus_warn, _dbus_warn_check_failedSimon McVittie2016-09-301-1/+1
* Protect 'orig_len' in recover_unused_bytes by DBUS_ENABLE_VERBOSE_MODEThomas Zimmermann2016-08-111-2/+6
* generic socket transport code: work in terms of DBusSocketSimon McVittie2015-05-121-1/+1
* Merge branch 'dbus-1.8'Simon McVittie2015-05-051-2/+2
|\
| * extend lock's range in live_messages_notify()Adrian Szyndela2015-05-051-2/+2
* | Add LSM-agnostic support for LinuxSecurityLabel credentialSimon McVittie2015-02-181-0/+27
|/
* DBusConnection: implements _dbus_connection_set_pending_fds_functionAlban Crequy2014-09-151-0/+16
* DBusConnection: implements _dbus_connection_get_pending_fds_countAlban Crequy2014-09-151-0/+11
* dbus-message.c: unused variable bytes_read in _dbus_message_loader_get_bufferVasiliy Balyasnyy2013-10-081-6/+2
* Revert "Factor out DBusAuthorization from DBusTransport"Simon McVittie2013-08-231-53/+214
* Revert "Actually use DBusAuthorization in DBusAuth EXTERNAL mech"Simon McVittie2013-08-231-1/+1
* Revert "Remove refcounting from DBusAuth and DBusAuthorization"Simon McVittie2013-08-231-9/+9
* Revert "Remove transport's call to _dbus_authorization_do_authorization()."Simon McVittie2013-08-231-0/+23
* Remove transport's call to _dbus_authorization_do_authorization().Cosimo Alfarano2013-08-231-23/+0
* Remove refcounting from DBusAuth and DBusAuthorizationCosimo Alfarano2013-08-231-9/+9
* Actually use DBusAuthorization in DBusAuth EXTERNAL mechCosimo Alfarano2013-08-231-1/+1
* Factor out DBusAuthorization from DBusTransportCosimo Alfarano2013-08-231-214/+53
* Fix confusion between "is it authenticated?" and "try to authenticate"Simon McVittie2013-08-231-5/+28
* Doc: fix incorrect param names, missing params, non-exist paramsChengwei Yang2013-08-221-0/+2
* tests to embedded tests: replaced in libdbusChengwei Yang2013-06-281-2/+2
* Rename the term 'unix_pid' to 'pid' in variables and functions.Ralf Habacker2013-03-081-1/+1
* DBusTransport: do not assert that autolaunch address is non-emptySimon McVittie2012-07-031-1/+0
* DBusTransport: don't include dbus-marshal-header.h eitherSimon McVittie2012-02-211-1/+0
* DBusTransport: don't use dbus-message-private.hSimon McVittie2012-02-211-1/+1
* Don't finalize sent or dispatched messages while under the connection lockSimon McVittie2011-07-281-2/+6
* When attaching counters to messages, don't automatically notify callbacksSimon McVittie2011-07-281-0/+7
* Also record peak values for queued bytes/fds in connection statsSimon McVittie2011-06-241-1/+9
* DBusConnection, DBusTransport: add queue statisticsSimon McVittie2011-06-241-0/+14
* DBusTransport: don't copy DBusAuth's GUID to expected_guidSimon McVittie2011-02-161-11/+3
* Extended autolaunch protocol with scope attribute.Ralf Habacker2010-09-271-3/+5
* Cleaned up _dbus_verbose calls: function names and code line numbers are prin...Ralf Habacker2010-03-271-9/+9
* Consistently include <config.h> in all C source files and never in header files.Marcus Brinkmann2010-03-191-0/+1
* dbus/dbus-transport.c: _dbus_credentials_get_windows_sid might return NULL (c...Tor Lillqvist2009-11-301-2/+4
* dbus/dbus-transport.c: fix {our,auth}_identity mismatch (cherry picked from c...Tor Lillqvist2009-11-301-2/+2
* Merge branch 'fd-passing'Thiago Macieira2009-07-161-15/+92
|\
| * unix-fd: add logic to count unix fds the same way as allocated memoryLennart Poettering2009-05-201-18/+76
| * auth: add fd passing negotiation supportLennart Poettering2009-05-201-1/+0
| * unix-fd: add message encoding/decoding for unix fdsLennart Poettering2009-05-201-2/+22