summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-06-05CVE-2014-3477: deliver activation errors correctly, fixing Denial of Servicedbus-1.2Alban Crequy3-12/+25
2012-10-04bump versionSimon McVittie2-1/+6
2012-10-04Prepare 1.2.30dbus-1.2.30Simon McVittie2-3/+6
2012-10-04activation helper: when compiled for tests, do not reset system bus addressSimon McVittie1-1/+1
2012-10-02activation-helper: Ensure DBUS_STARTER_ADDRESS is set correctlyGeoffrey Thomas1-11/+5
2012-10-02hardening: Remove activation helper handling for DBUS_VERBOSEColin Walters1-13/+1
2012-10-02hardening: Ensure _dbus_check_setuid() is initialized threadsafe mannerColin Walters1-0/+5
2012-10-02CVE-2012-3524: Don't access environment variables or run dbus-launch when setuidColin Walters6-2/+81
2011-09-21Belatedly reference CVE-2011-2200Simon McVittie1-1/+1
2011-06-10bump versionSimon McVittie2-1/+4
2011-06-101.2.28dbus-1.2.28Simon McVittie2-3/+3
2011-06-10_dbus_header_byteswap: change the first byte of the message, not just the str...Simon McVittie2-0/+16
2011-01-14configure.in: use AC_TRY_COMPILE to avoid a symlink attack in /tmp during com...Simon McVittie1-11/+7
2010-12-21Post-release version bump to 1.2.27Will Thompson1-1/+1
2010-12-21Version 1.2.26dbus-1.2.26Will Thompson1-2/+2
2010-12-21NEWS for 1.2.26Will Thompson1-0/+11
2010-12-21CVE 2010-4352: Reject deeply nested variantsColin Walters4-11/+99
2010-12-21Fix configure doc: libxml may be named libxml2 on some systems.Ralf Habacker1-1/+1
2010-07-09Fix use of $servicename in statusColin Walters1-1/+1
2010-07-08sysdeps-unix: enable address reuse on TCP socketsSledz1-1/+19
2010-06-22Implement doctype check in the trivial parserChristian Dywan2-0/+22
2010-06-11Corrected thread problem causing some calls to hang for 25sJohannes Carlsson2-2/+59
2010-05-21kqueue set_watched_dirs: fix termination conditionWill Thompson1-1/+1
2010-04-23[legacy init script] Fix the use of $servicenameTomas Pelka1-1/+1
2010-03-23Post-release version bumpColin Walters1-1/+1
2010-03-23Release 1.2.24dbus-1.2.24Colin Walters1-1/+1
2010-03-23[bus] Don't install a SIGTERM handlerColin Walters1-4/+0
2010-03-22[64 bit printf] Update to use DBUS_PID_FORMAT, print (omitted)Colin Walters2-4/+8
2010-03-22Add DBUS_INT64_MODIFIER define, turn on -WformatColin Walters6-21/+53
2010-03-22Add DBUS_GNUC_PRINTF checks to new formatting functionsColin Walters2-1/+4
2010-03-21[bus] While creating a syslog, correctly get pointer data from DBusStringColin Walters1-1/+1
2010-03-19Dispatch post-activation messages to anyone interestedWill Thompson1-14/+6
2010-03-19Move dispatching to destination to bus_dispatch_matches()Will Thompson1-17/+23
2010-03-17Post-release version bumpColin Walters1-1/+1
2010-03-16Release 1.2.22dbus-1.2.22Colin Walters1-1/+1
2010-03-16Delete name-test/test-namesColin Walters3-575/+1
2010-03-16Don't send an reply for driver messages if one isn't requestedColin Walters1-0/+4
2010-03-16Make SELinux initialization failure fatalColin Walters1-2/+2
2010-03-16Add a prefix to our syslog messagesColin Walters1-46/+87
2010-03-16Add _dbus_credentials_to_string_appendColin Walters2-1/+45
2010-03-16Add DBUS_SYSTEM_LOG_FATAL severityColin Walters2-1/+10
2010-03-16Refactor _dbus_log_info, _dbus_log_security into _dbus_log_systemColin Walters4-43/+53
2010-03-16[dbus-spawn] Use correct sign values for variablesKimmo Hämäläinen1-5/+5
2010-03-16[dbus] Add missing va_end in dbus-errors.cKimmo Hämäläinen1-0/+1
2010-03-16[main] Handle OOM in reload watchColin Walters1-1/+4
2010-03-16[doc/dbus-specification.xml] Explicitly specify lower-case hex must be usedSimon McVittie1-0/+5
2010-03-16Support inotify on older kernelsColin Walters1-0/+5
2010-03-15Fix double-free in error case.Marcus Brinkmann1-3/+1
2010-03-12[configure.in] Use AM_SILENT_RULES if availableColin Walters1-0/+2
2010-03-12[DBusConnection] When handling a watch, return if another thread is doing I/OMichael Meeks1-1/+8