summaryrefslogtreecommitdiff
path: root/dbus/dbus-transport.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Bug 21161 - Update the FSF addressTobias Mueller2009-07-101-1/+1
|/
* Bug 19502 - Sparse warning cleanupsKjartan Maraas2009-04-211-1/+1
* Bug 15740: Solaris/ADT auditing support (simon zheng)Colin Walters2008-06-051-0/+34
* fix memleak due to autolaunch and recursive calls to _dbus_open_transportJohn (J5) Palmieri2008-04-031-1/+16
* Use DBUS_ERROR_INIT instead of dbus_error_init wherever it's clearly equivalentSimon McVittie2007-10-111-3/+2
* 2007-07-13 Havoc Pennington <hp@redhat.com>Havoc Pennington2007-07-141-1/+1
* * dbus/dbus-tranport.c (auth_via_default_rules): made the verbose spam cross-...Ralf Habacker2007-06-211-10/+20
* 2007-06-18 Havoc Pennington <hp@redhat.com>Havoc Pennington2007-06-181-0/+16
* 2007-06-18 Havoc Pennington <hp@redhat.com>Havoc Pennington2007-06-181-1/+1
* 2007-06-13 Havoc Pennington <hp@redhat.com>Havoc Pennington2007-06-131-2/+2
* 2007-06-12 Havoc Pennington <hp@redhat.com>Havoc Pennington2007-06-121-4/+39
* 2007-06-09 Havoc Pennington <hp@redhat.com>Havoc Pennington2007-06-091-86/+233
* 2007-06-09 Havoc Pennington <hp@redhat.com>Havoc Pennington2007-06-091-35/+64
* 2006-10-17 Havoc Pennington <hp@redhat.com>Havoc Pennington2006-10-171-1/+1