summaryrefslogtreecommitdiff
path: root/dbus
Commit message (Expand)AuthorAgeFilesLines
* On Unix platforms, try $XDG_RUNTIME_DIR/bus before default addressSimon McVittie2015-02-242-4/+87
* Add support for unix:runtime=yes as an address modeSimon McVittie2015-02-241-7/+57
* marshalling tests: fix an incorrect use of memcmpSimon McVittie2015-02-241-1/+1
* Fix static linking with mingwSimon McVittie2015-02-201-0/+1
* Link dbus-daemon and dbus-daemon-lauch-helper against libdbusBertrand SIMONNET2015-02-202-14/+19
* On Unix platforms with gcc (or compatible), hide non-exported symbolsSimon McVittie2015-02-201-0/+12
* Add DBUS_PRIVATE_EXPORT decoration to symbols used by dbus-daemon or testsSimon McVittie2015-02-2030-2/+376
* sysdeps: try to avoid re-including config.hSimon McVittie2015-02-201-0/+3
* Remove some redundant inclusionsSimon McVittie2015-02-202-2/+0
* Revert "Add DBus method to return the AA context of a connection"Simon McVittie2015-02-181-2/+0
* Add DBus method to return the AA context of a connectionTyler Hicks2015-02-181-0/+2
* Add LSM-agnostic support for LinuxSecurityLabel credentialSimon McVittie2015-02-188-4/+243
* New a{sv} helper for using byte arrays as the variantTyler Hicks2015-02-182-0/+58
* Add org.freedesktop.DBus.Verbose interface to dbus-daemon when compiled with ...Ralf Habacker2015-02-133-0/+14
* Minor optimization in _dbus_getsid().Ralf Habacker2015-02-111-2/+8
* Add test for windows sid.Ralf Habacker2015-02-112-1/+2
* _dbus_listen_tcp_socket: Keep windows code to fetch port from tcp listening s...Ralf Habacker2015-02-041-6/+5
* Add support for morphing a D-Bus connection into a "monitor"Simon McVittie2015-02-041-0/+3
* _dbus_listen_tcp_socket: comment on another reason to ignore EADDRINUSESimon McVittie2015-02-041-3/+12
* _dbus_listen_tcp_socket: use NI_NUMERICSERV to determine port numberSimon McVittie2015-02-041-1/+1
* _dbus_set_error_valist: addSimon McVittie2015-02-032-6/+24
* Fix 'dbus-daemon on Windows: Failed to bind socket "localhost:xxxx": Address ...Ralf Habacker2015-01-301-2/+14
* In _dbus_listen_tcp_socket() set socket family to ipv4 in unspecified case fo...Ralf Habacker2015-01-301-1/+1
* _dbus_string_append_printf_valist: avoid leaking copy of varargsSimon McVittie2015-01-291-5/+6
* Fix build with --enable-maintainer-mode --disable-embedded-testsThiago Macieira2015-01-271-0/+2
* When generating random messages, exercise empty signature as intendedSimon McVittie2015-01-061-1/+1
* _dbus_marshal_validate_test: test both /foo/ and foo/Simon McVittie2015-01-061-1/+1
* Merge branch 'dbus-1.8'Ralf Habacker2015-01-051-1/+1
|\
| * Fix GetExtendedTcpTable crash on vista sp0.Илья А. Ткаченко2014-12-231-1/+1
* | DBusSystemLogSeverity: add DBUS_SYSTEM_LOG_WARNINGAlban Crequy2014-11-183-0/+5
* | Merge branch 'dbus-1.8'Simon McVittie2014-11-063-32/+159
|\ \ | |/
| * CVE-2014-7824: set fd rlimit to 64k for the system dbus-daemonSimon McVittie2014-11-063-32/+159
* | whitespace/comment fixesPatrick Welche2014-11-062-2/+2
* | Implement NetBSD credentials-passing with LOCAL_PEEREIDPatrick Welche2014-11-061-6/+31
* | dbus-spawn: do not forget the exec() errno when the grandchild exitsSimon McVittie2014-10-291-1/+17
* | dbus-sysdeps-unix: document the assumption that makes our use of credentials ...Simon McVittie2014-10-291-0/+19
* | Consistently save and restore errnoSimon McVittie2014-10-297-51/+90
* | Implement getter, setter for ALLOW_INTERACTIVE_AUTHORIZATION flagSimon McVittie2014-10-282-0/+56
* | dbus-spec, dbus-protocol: add ALLOW_INTERACTIVE_AUTHORIZATION flagSimon McVittie2014-10-281-0/+9
* | test-bus, test-dbus: close any inherited fds from callerSimon McVittie2014-10-241-0/+9
* | dbus_shutdown: document its effect on shared connectionsSimon McVittie2014-10-131-0/+7
* | Fix test suite fails on test-dbus with --enable-tests (but no assertions).Ralf Habacker2014-09-251-7/+9
* | Merge branch 'dbus-1.8'Simon McVittie2014-09-1613-23/+192
|\ \ | |/
| * _dbus_read_socket_with_unix_fds: do not accept extra fds in cmsg paddingSimon McVittie2014-09-151-6/+43
| * Add _DBUS_GNUC_UNUSED, and use it in _DBUS_STATIC_ASSERTSimon McVittie2014-09-152-1/+4
| * DBusConnection: implements _dbus_connection_set_pending_fds_functionAlban Crequy2014-09-157-0/+70
| * DBusConnection: implements _dbus_connection_get_pending_fds_countAlban Crequy2014-09-156-0/+40
| * Stop listening on DBusServer sockets when reaching max_incomplete_connectionsAlban Crequy2014-09-154-17/+30
| * config: change DEFAULT_MESSAGE_UNIX_FDS to 16Simon McVittie2014-09-152-0/+9
* | Split _dbus_fd_set_close_on_exec into Unix and Windows versionsSimon McVittie2014-09-155-8/+10