summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-11-061.6.26dbus-1.6.26Simon McVittie2-2/+12
2014-11-06CVE-2014-7824: set fd rlimit to 64k for the system dbus-daemonSimon McVittie6-43/+227
2014-09-151.6.24 security release for tomorrowdbus-1.6.24Simon McVittie2-4/+40
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-15bus: enforce pending_fd_timeoutAlban Crequy1-0/+71
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-15config: add new limit: pending_fd_timeoutAlban Crequy5-1/+26
2014-09-15Stop listening on DBusServer sockets when reaching max_incomplete_connectionsAlban Crequy8-42/+88
2014-09-15config: change default auth_timeout to 5 secondsAlban Crequy1-1/+1
2014-09-15config: add new limit: pending_fd_timeoutSimon McVittie4-5/+15
2014-09-15system bus limit: use max_replies_per_connection=128 by defaultAlban Crequy1-1/+1
2014-07-02start 1.6.23Simon McVittie2-1/+6
2014-06-30Prepare 1.6.22 in advancedbus-1.6.22Simon McVittie2-4/+17
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-10bump versionSimon McVittie2-1/+6
2014-06-05Prepare embargoed security releasedbus-1.6.20Simon McVittie2-4/+12
2014-06-05CVE-2014-3477: deliver activation errors correctly, fixing Denial of ServiceAlban Crequy3-11/+24
2013-11-12NEWSSimon McVittie1-0/+3
2013-11-12fixed memory freeing if error during listing servicesRadoslaw Pajak2-2/+2
2013-11-04NEWSSimon McVittie1-0/+4
2013-11-04make_and_run_test_nodes: avoid undefined behaviourDreamNik1-2/+5
2013-11-01Start on 1.6.20Simon McVittie2-1/+4
2013-11-011.6.18dbus-1.6.18Simon McVittie2-3/+10
2013-10-23path_namespace='/' should match everythingSimon McVittie1-1/+29
2013-10-081.6.17Simon McVittie2-1/+4
2013-10-081.6.14dbus-1.6.16Simon McVittie2-3/+3
2013-09-16NEWS for 1.6.xSimon McVittie1-0/+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-13NEWSSimon McVittie1-1/+17
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-051.6.15Simon McVittie2-1/+6
2013-09-051.6.14dbus-1.6.14Simon McVittie2-2/+7
2013-09-05_dbus_babysitter_unref: avoid infinite loop if waitpid() returns EINTRSimon McVittie1-5/+8
2013-09-05NEWS for 1.6Simon McVittie1-0/+5
2013-09-05Use iface instead of interface in function parametersIvan Romanov2-37/+37
2013-09-05run-with-tmp-session-bus.sh: create a unique temporary file per processSimon McVittie2-4/+7
2013-09-05NEWS for 1.6Simon McVittie1-0/+3
2013-07-25test/marshal: Ensure we use suitably aligned buffersColin Walters1-5/+22
2013-07-01NEWS for 1.6.xSimon McVittie1-0/+3
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