summaryrefslogtreecommitdiff
path: root/dbus
Commit message (Expand)AuthorAgeFilesLines
* CVE-2014-7824: set fd rlimit to 64k for the system dbus-daemonSimon McVittie2014-11-063-32/+159
* _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: add new limit: pending_fd_timeoutSimon McVittie2014-09-152-1/+10
* Handle ETOOMANYREFS when sending recursive fds (SCM_RIGHTS)Alban Crequy2014-06-303-1/+48
* If loader contains two messages with fds, don't corrupt the secondSimon McVittie2014-06-301-1/+1
* make_and_run_test_nodes: avoid undefined behaviourDreamNik2013-11-041-2/+5
* dbus-sysdeps-unix.c: undeclared ret2 variable if HAVE_WRITEV undefined.Vasiliy Balyasnyy2013-09-161-1/+1
* Fix a NULL dereference on an error code path.Sviatoslav Chagaev2013-09-161-1/+4
* Check EINVAL for accept4()Chengwei Yang2013-09-131-2/+6
* Allow EPROTOTYPE for SOCK_CLOEXEC but unsupported by socket/socketpairPino Toscano2013-09-131-3/+3
* Check EINVAL for socketpair and retry without SOCK_CLOEXECChengwei Yang2013-09-131-5/+16
* Use the argument of dbus_connection_set_route_peer_messages()Chengwei Yang2013-09-131-1/+1
* Fix file descriptor leak in _dbus_command_for_pidSviatoslav Chagaev2013-09-131-0/+1
* _dbus_babysitter_unref: avoid infinite loop if waitpid() returns EINTRSimon McVittie2013-09-051-5/+8
* Use iface instead of interface in function parametersIvan Romanov2013-09-052-37/+37
* Make the test for #53499 more obviously correctSimon McVittie2013-07-011-1/+1
* Test: add a test case for escaping byte > 127Chengwei Yang2013-07-011-1/+3
* Fix: a non ascii byte will trigger BadAddress errorChengwei Yang2013-07-013-5/+5
* Remove invoke of va_end before va_startChengwei Yang2013-06-281-2/+1
* DBusString: fix may crash if try to free an uninitialized strChengwei Yang2013-06-201-0/+8
* CVE-2013-2168: _dbus_printf_string_upper_bound: copy the va_list for each useSimon McVittie2013-06-122-5/+20
* Accept non-characters when validating UnicodeSimon McVittie2013-04-221-9/+1
* Don't access random memory if data slot isn't allocated yetDan Williams2013-04-051-1/+2
* If alloca.h is available it is required (e.g. on Solaris 10)Dagobert Michelsen2013-04-031-0/+3
* Don't leak temporary fds pointing to /dev/nullMichel HERMIER2012-11-091-0/+1
* Fix building with newer ValgrindArun Raghavan2012-11-092-10/+10
* Revert "hardening: Use __secure_getenv() in *addition* to _dbus_check_setuid()"Colin Walters2012-09-282-12/+0
* Revert "hardening: Use __secure_getenv if available"Colin Walters2012-09-281-6/+0
* hardening: Use __secure_getenv() in *addition* to _dbus_check_setuid()Colin Walters2012-09-282-0/+12
* hardening: Ensure _dbus_check_setuid() is initialized threadsafe mannerColin Walters2012-09-281-0/+5
* hardening: Use __secure_getenv if availableColin Walters2012-09-281-0/+6
* CVE-2012-3524: Don't access environment variables or run dbus-launch when setuidColin Walters2012-09-285-0/+93
* Revert "Split DBUS_SESSION_BUS_DEFAULT_ADDRESS into listen, connect addresses...Simon McVittie2012-08-132-4/+8
* Split DBUS_SESSION_BUS_DEFAULT_ADDRESS into listen, connect addresses and set...Simon McVittie2012-08-132-8/+4
* Check HAVE_DECL_LOG_PERROR with #if, not #ifdefJonathan Perkin2012-08-091-1/+1
* DBusTransport: do not assert that autolaunch address is non-emptySimon McVittie2012-07-031-1/+0
* Properly concat DBUS_CONSOLE_AUTH_DIR with usernameDave Reisner2012-06-281-2/+3
* dbus_pending_call_set_notify: don't leave the connection locked on OOMSimon McVittie2012-06-251-2/+6
* _dbus_transport_new_for_tcp_socket: add missing commas to addressSimon McVittie2012-06-051-2/+2
* Remove duplicate nonce-tcp (service-side) transport on WindowsSimon McVittie2012-06-051-27/+1
* Remove duplicate nonce-tcp (client side) transport on WindowsSimon McVittie2012-06-051-33/+2
* Merge branch 'dbus-1.4'Simon McVittie2012-04-251-3/+3
|\
| * Avoid using monotonic time in the DBUS_COOKIE_SHA1 authentication methodDavid Zeuthen2012-04-128-17/+55
* | Avoid using monotonic time in the DBUS_COOKIE_SHA1 authentication methodDavid Zeuthen2012-04-128-19/+61
* | Build _dbus_string_starts_with_c_str even if not building testsSimon McVittie2012-03-271-2/+0
* | Merge branch 'dbus-1.4'Simon McVittie2012-03-271-12/+6
|\ \ | |/