summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 1.8.18dbus-1.8.18Simon McVittie2015-05-142-4/+27
* Security hardening: force EXTERNAL auth in session.conf on UnixSimon McVittie2015-05-123-0/+21
* reader_init: Initialize all fields of struct DBusTypeReader (CID 54754, 54772...Ralf Habacker2015-05-081-13/+16
* Revert "reader_init: Initialize all fields of struct DBusTypeReader (CID 5475...Simon McVittie2015-05-081-5/+4
* reader_init: Initialize all fields of struct DBusTypeReader (CID 54754, 54772...Ralf Habacker2015-05-061-4/+5
* do_check_nonce: Fix of calling _dbus_string_append_len without checking retur...Ralf Habacker2015-05-061-1/+7
* dbus_message_demarshal: Fix calling _dbus_string_append_len without checking ...Ralf Habacker2015-05-061-1/+4
* NEWS for 1.8 branchSimon McVittie2015-05-051-1/+20
* DBusCounter: add a mutex to protect the refcount and notify functionAdrian Szyndela2015-05-051-5/+47
* extend lock's range in live_messages_notify()Adrian Szyndela2015-05-051-2/+2
* dbus_server_set_auth_mechanisms: Fix returning without unlocking server->mute...Ralf Habacker2015-04-281-1/+4
* Add manual tcp test case.Ralf Habacker2015-04-153-0/+56
* Fix 'dbus connection referencing issue in test-relay'.Ralf Habacker2015-04-131-0/+4
* Add newline to verbose output in _dbus_trace_ref().Ralf Habacker2015-04-131-2/+2
* Fix 'dbus-daemon on Windows: Failed to bind socket "localhost:xxxx": Address ...Ralf Habacker2015-02-091-2/+14
* 1.8.17Simon McVittie2015-02-052-1/+6
* Prepare embargoed 1.8.16 releasedbus-1.8.16Simon McVittie2015-02-042-4/+18
* CVE-2015-0245: prevent forged ActivationFailure from non-root processesSimon McVittie2015-02-041-0/+8
* NEWS for 1.8 branchSimon McVittie2015-02-041-1/+7
* 1.8.15Simon McVittie2015-01-052-1/+6
* Merge tag 'dbus-1.8.14' into dbus-1.8Simon McVittie2015-01-056-6/+196
|\
| * Prepare release for Mondaydbus-1.8.14Simon McVittie2015-01-012-4/+30
| * Hardening: only accept Stats function calls at the canonical object pathSimon McVittie2015-01-011-0/+7
| * Add a regression test for path-based UpdateActivationEnvironment hardeningSimon McVittie2015-01-011-0/+87
| * Hardening: only allow the uid of the dbus-daemon to call UpdateActivationEnvi...Simon McVittie2015-01-011-0/+35
| * Hardening: reject UpdateActivationEnvironment on non-canonical pathSimon McVittie2015-01-012-2/+37
* | Windows cmake cross compile fixRalf Habacker2015-01-051-1/+1
* | Fix of 'dbus-daemon can only handle 64 simultaneous connections on Windows'.Ralf Habacker2015-01-051-0/+4
|/
* Fix GetExtendedTcpTable crash on vista sp0.Илья А. Ткаченко2014-12-231-1/+1
* 1.8.13Simon McVittie2014-11-242-1/+6
* 1.8.12dbus-1.8.12Simon McVittie2014-11-242-3/+23
* Revert "config: change default auth_timeout to 5 seconds"Simon McVittie2014-11-221-1/+1
* Log to syslog when auth_timeout drops an incomplete connectionSimon McVittie2014-11-221-0/+8
* README, HACKING: add some brief notes on reporting security vulnerabilitiesSimon McVittie2014-11-142-0/+24
* NEWSSimon McVittie2014-11-141-1/+5
* Set error when message delivery is denied due to receive ruleJacek Bukarewicz2014-11-141-1/+1
* next version number will be 1.8.12Simon McVittie2014-11-101-1/+1
* 1.8.11Simon McVittie2014-11-102-1/+6
* Embargoed security release for Mondaydbus-1.8.10Simon McVittie2014-11-062-4/+11
* CVE-2014-7824: set fd rlimit to 64k for the system dbus-daemonSimon McVittie2014-11-066-43/+227
* 1.8.9Simon McVittie2014-09-162-1/+6
* Prepare 1.8.8 (embargoed until tomorrow)dbus-1.8.8Simon McVittie2014-09-152-4/+42
* _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
* bus: enforce pending_fd_timeoutAlban Crequy2014-09-151-0/+71
* 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
* config: add new limit: pending_fd_timeoutAlban Crequy2014-09-155-0/+25
* Stop listening on DBusServer sockets when reaching max_incomplete_connectionsAlban Crequy2014-09-158-42/+88
* config: change default auth_timeout to 5 secondsAlban Crequy2014-09-151-1/+1