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