summaryrefslogtreecommitdiff
path: root/dbus
AgeCommit message (Expand)AuthorFilesLines
2015-02-18Revert "Add DBus method to return the AA context of a connection"Simon McVittie1-2/+0
2015-02-18Add DBus method to return the AA context of a connectionTyler Hicks1-0/+2
2015-02-18Add LSM-agnostic support for LinuxSecurityLabel credentialSimon McVittie8-4/+243
2015-02-18New a{sv} helper for using byte arrays as the variantTyler Hicks2-0/+58
2015-02-13Add org.freedesktop.DBus.Verbose interface to dbus-daemon when compiled with ...Ralf Habacker3-0/+14
2015-02-11Minor optimization in _dbus_getsid().Ralf Habacker1-2/+8
2015-02-11Add test for windows sid.Ralf Habacker2-1/+2
2015-02-04_dbus_listen_tcp_socket: Keep windows code to fetch port from tcp listening s...Ralf Habacker1-6/+5
2015-02-04Add support for morphing a D-Bus connection into a "monitor"Simon McVittie1-0/+3
2015-02-04_dbus_listen_tcp_socket: comment on another reason to ignore EADDRINUSESimon McVittie1-3/+12
2015-02-04_dbus_listen_tcp_socket: use NI_NUMERICSERV to determine port numberSimon McVittie1-1/+1
2015-02-03_dbus_set_error_valist: addSimon McVittie2-6/+24
2015-01-30Fix 'dbus-daemon on Windows: Failed to bind socket "localhost:xxxx": Address ...Ralf Habacker1-2/+14
2015-01-30In _dbus_listen_tcp_socket() set socket family to ipv4 in unspecified case fo...Ralf Habacker1-1/+1
2015-01-29_dbus_string_append_printf_valist: avoid leaking copy of varargsSimon McVittie1-5/+6
2015-01-27Fix build with --enable-maintainer-mode --disable-embedded-testsThiago Macieira1-0/+2
2015-01-06When generating random messages, exercise empty signature as intendedSimon McVittie1-1/+1
2015-01-06_dbus_marshal_validate_test: test both /foo/ and foo/Simon McVittie1-1/+1
2015-01-05Merge branch 'dbus-1.8'Ralf Habacker1-1/+1
2014-12-23Fix GetExtendedTcpTable crash on vista sp0.Илья А. Ткаченко1-1/+1
2014-11-18DBusSystemLogSeverity: add DBUS_SYSTEM_LOG_WARNINGAlban Crequy3-0/+5
2014-11-06Merge branch 'dbus-1.8'Simon McVittie3-32/+159
2014-11-06CVE-2014-7824: set fd rlimit to 64k for the system dbus-daemonSimon McVittie3-32/+159
2014-11-06whitespace/comment fixesPatrick Welche2-2/+2
2014-11-06Implement NetBSD credentials-passing with LOCAL_PEEREIDPatrick Welche1-6/+31
2014-10-29dbus-spawn: do not forget the exec() errno when the grandchild exitsSimon McVittie1-1/+17
2014-10-29dbus-sysdeps-unix: document the assumption that makes our use of credentials ...Simon McVittie1-0/+19
2014-10-29Consistently save and restore errnoSimon McVittie7-51/+90
2014-10-28Implement getter, setter for ALLOW_INTERACTIVE_AUTHORIZATION flagSimon McVittie2-0/+56
2014-10-28dbus-spec, dbus-protocol: add ALLOW_INTERACTIVE_AUTHORIZATION flagSimon McVittie1-0/+9
2014-10-24test-bus, test-dbus: close any inherited fds from callerSimon McVittie1-0/+9
2014-10-13dbus_shutdown: document its effect on shared connectionsSimon McVittie1-0/+7
2014-09-25Fix test suite fails on test-dbus with --enable-tests (but no assertions).Ralf Habacker1-7/+9
2014-09-16Merge branch 'dbus-1.8'Simon McVittie13-23/+192
2014-09-15Split _dbus_fd_set_close_on_exec into Unix and Windows versionsSimon McVittie5-8/+10
2014-09-15_dbus_read_socket_with_unix_fds: do not accept extra fds in cmsg paddingSimon McVittie1-6/+43
2014-09-15Add _DBUS_GNUC_UNUSED, and use it in _DBUS_STATIC_ASSERTSimon McVittie2-1/+4
2014-09-15DBusConnection: implements _dbus_connection_set_pending_fds_functionAlban Crequy7-0/+70
2014-09-15DBusConnection: implements _dbus_connection_get_pending_fds_countAlban Crequy6-0/+40
2014-09-15Stop listening on DBusServer sockets when reaching max_incomplete_connectionsAlban Crequy4-17/+30
2014-09-15config: change DEFAULT_MESSAGE_UNIX_FDS to 16Simon McVittie2-0/+9
2014-09-15Replace some runtime assertions with compile-time assertionsSimon McVittie7-24/+24
2014-09-15Add _DBUS_GNUC_UNUSED, and use it in _DBUS_STATIC_ASSERTSimon McVittie2-1/+4
2014-09-08Port dbus_directory_...() function to use win32 native api instead of opendir...Ralf Habacker1-185/+90
2014-09-08Add dbus string convenience function _dbus_string_init_from_string().Ralf Habacker2-0/+20
2014-07-02Merge branch 'dbus-1.8'Simon McVittie4-2/+49
2014-06-30Handle ETOOMANYREFS when sending recursive fds (SCM_RIGHTS)Alban Crequy3-1/+48
2014-06-30If loader contains two messages with fds, don't corrupt the secondSimon McVittie1-1/+1
2014-06-11Don't call poll(2) with timeout < -1Jaap Boender1-0/+5
2014-04-28Set argv[0] to dbus-launch to avoid misleading info from /procChengwei Yang1-4/+11