summaryrefslogtreecommitdiff
path: root/dbus
AgeCommit message (Expand)AuthorFilesLines
2014-11-06CVE-2014-7824: set fd rlimit to 64k for the system dbus-daemonSimon McVittie3-32/+159
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: add new limit: pending_fd_timeoutSimon McVittie2-1/+10
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
2013-11-04make_and_run_test_nodes: avoid undefined behaviourDreamNik1-2/+5
2013-09-16dbus-sysdeps-unix.c: undeclared ret2 variable if HAVE_WRITEV undefined.Vasiliy Balyasnyy1-1/+1
2013-09-16Fix a NULL dereference on an error code path.Sviatoslav Chagaev1-1/+4
2013-09-13Check EINVAL for accept4()Chengwei Yang1-2/+6
2013-09-13Allow EPROTOTYPE for SOCK_CLOEXEC but unsupported by socket/socketpairPino Toscano1-3/+3
2013-09-13Check EINVAL for socketpair and retry without SOCK_CLOEXECChengwei Yang1-5/+16
2013-09-13Use the argument of dbus_connection_set_route_peer_messages()Chengwei Yang1-1/+1
2013-09-13Fix file descriptor leak in _dbus_command_for_pidSviatoslav Chagaev1-0/+1
2013-09-05_dbus_babysitter_unref: avoid infinite loop if waitpid() returns EINTRSimon McVittie1-5/+8
2013-09-05Use iface instead of interface in function parametersIvan Romanov2-37/+37
2013-07-01Make the test for #53499 more obviously correctSimon McVittie1-1/+1
2013-07-01Test: add a test case for escaping byte > 127Chengwei Yang1-1/+3
2013-07-01Fix: a non ascii byte will trigger BadAddress errorChengwei Yang3-5/+5
2013-06-28Remove invoke of va_end before va_startChengwei Yang1-2/+1
2013-06-20DBusString: fix may crash if try to free an uninitialized strChengwei Yang1-0/+8
2013-06-12CVE-2013-2168: _dbus_printf_string_upper_bound: copy the va_list for each useSimon McVittie2-5/+20
2013-04-22Accept non-characters when validating UnicodeSimon McVittie1-9/+1
2013-04-05Don't access random memory if data slot isn't allocated yetDan Williams1-1/+2
2013-04-03If alloca.h is available it is required (e.g. on Solaris 10)Dagobert Michelsen1-0/+3
2012-11-09Don't leak temporary fds pointing to /dev/nullMichel HERMIER1-0/+1
2012-11-09Fix building with newer ValgrindArun Raghavan2-10/+10
2012-09-28Revert "hardening: Use __secure_getenv() in *addition* to _dbus_check_setuid()"Colin Walters2-12/+0
2012-09-28Revert "hardening: Use __secure_getenv if available"Colin Walters1-6/+0
2012-09-28hardening: Use __secure_getenv() in *addition* to _dbus_check_setuid()Colin Walters2-0/+12
2012-09-28hardening: Ensure _dbus_check_setuid() is initialized threadsafe mannerColin Walters1-0/+5
2012-09-28hardening: Use __secure_getenv if availableColin Walters1-0/+6
2012-09-28CVE-2012-3524: Don't access environment variables or run dbus-launch when setuidColin Walters5-0/+93
2012-08-13Revert "Split DBUS_SESSION_BUS_DEFAULT_ADDRESS into listen, connect addresses...Simon McVittie2-4/+8
2012-08-13Split DBUS_SESSION_BUS_DEFAULT_ADDRESS into listen, connect addresses and set...Simon McVittie2-8/+4
2012-08-09Check HAVE_DECL_LOG_PERROR with #if, not #ifdefJonathan Perkin1-1/+1
2012-07-03DBusTransport: do not assert that autolaunch address is non-emptySimon McVittie1-1/+0
2012-06-28Properly concat DBUS_CONSOLE_AUTH_DIR with usernameDave Reisner1-2/+3
2012-06-25dbus_pending_call_set_notify: don't leave the connection locked on OOMSimon McVittie1-2/+6
2012-06-05_dbus_transport_new_for_tcp_socket: add missing commas to addressSimon McVittie1-2/+2
2012-06-05Remove duplicate nonce-tcp (service-side) transport on WindowsSimon McVittie1-27/+1
2012-06-05Remove duplicate nonce-tcp (client side) transport on WindowsSimon McVittie1-33/+2
2012-04-25Merge branch 'dbus-1.4'Simon McVittie1-3/+3
2012-04-12Avoid using monotonic time in the DBUS_COOKIE_SHA1 authentication methodDavid Zeuthen8-17/+55
2012-04-12Avoid using monotonic time in the DBUS_COOKIE_SHA1 authentication methodDavid Zeuthen8-19/+61
2012-03-27Build _dbus_string_starts_with_c_str even if not building testsSimon McVittie1-2/+0
2012-03-27Merge branch 'dbus-1.4'Simon McVittie1-12/+6