summaryrefslogtreecommitdiff
path: root/dbus
Commit message (Expand)AuthorAgeFilesLines
* CVE-2013-2168: _dbus_printf_string_upper_bound: copy the va_list for each useSimon McVittie2013-06-122-5/+20
* Don't leak temporary fds pointing to /dev/nullMichel HERMIER2012-11-091-0/+1
* hardening: Ensure _dbus_check_setuid() is initialized threadsafe mannerColin Walters2012-09-281-0/+5
* CVE-2012-3524: Don't access environment variables or run dbus-launch when setuidColin Walters2012-09-285-0/+93
* Avoid using monotonic time in the DBUS_COOKIE_SHA1 authentication methodDavid Zeuthen2012-04-128-17/+55
* Fix duplicate case value compiling with mingw-w64Andoni Morales Alastruey2012-03-271-12/+6
* dbus-protocol.h: compile under C++11Marc Mutz2012-02-201-1/+1
* Remove some dead code related to fd.o #37258eXeC001er2012-01-041-1/+0
* Revert all changes since a36d4918a6f646e085Simon McVittie2012-01-0452-1455/+1054
* 1.4 branch need a fix to be compilable with msvcRalf Habacker2011-12-251-1/+2
* windows fix: use install root as base path for relative pathes in dbus servic...Ralf Habacker2011-12-211-6/+38
* Merge branch 'dbus-1.4' of ssh://git.freedesktop.org/git/dbus/dbus into dbus-1.4Ralf Habacker2011-12-212-4/+34
|\
| * _dbus_listen_tcp_socket: avoid leaking listen_fd in unlikely circumstancesSimon McVittie2011-11-021-1/+2
| * Optimized error handling of previous patchRalf Habacker2011-10-281-3/+18
| * Find dbus-daemon executable next to dbus shared libaray on windows.Jesper Dam2011-10-281-3/+17
* | Simplify substitution of test executables to use fewer variablesSimon McVittie2011-09-282-8/+116
* | Merge branch 'more-unused-39231'Simon McVittie2011-09-218-48/+24
|\ \
| * | dbus-internals: make sure function-like macros expand to something non-emptySimon McVittie2011-09-191-7/+7
| * | Use {}, not semicolon, when the statement of an "if" does nothingSimon McVittie2011-09-191-1/+3
| * | Fix an assortment of variables that aren't used when not checking/assertingSimon McVittie2011-09-193-1/+8
| * | Don't refcount TimeoutCallbackSimon McVittie2011-09-191-23/+4
| * | Remove more never-used variablesSimon McVittie2011-09-193-16/+2
* | | Merge branch 'remove-stub-tests-41012'Simon McVittie2011-09-214-35/+0
|\ \ \
| * | | _dbus_pending_call_test: remove stubSimon McVittie2011-09-193-19/+0
| * | | _dbus_marshal_header_test: remove stubSimon McVittie2011-09-193-16/+0
| |/ /
* | | Merge branch 'dbus-1.4'Simon McVittie2011-09-212-4/+100
|\ \ \ | |/ / |/| / | |/
| * Cope with platforms whose vsnprintf violates both POSIX and C99Simon McVittie2011-09-211-3/+49
| * Cope with Unixes that don't have LOG_PERROR, like Solaris 10Simon McVittie2011-09-211-1/+19
| * On Solaris, define CMSG_ALIGN, CMSG_LEN, CMSG_SPACE if undefinedSimon McVittie2011-09-211-0/+32
* | Merge branch 'dbus-1.4'Simon McVittie2011-08-241-0/+4
|\ \ | |/
| * Add missing inclusion of inttypes.hSimon McVittie2011-08-241-0/+4
* | Merge branch 'dbus-1.4'Ralf Habacker2011-08-151-1/+4
|\ \ | |/
| * Fix compilation of (no-op) alignment assertions on non-gccSimon McVittie2011-08-151-1/+4
| * Fix compilation on MSVC, which doesn't understand "inline" with its C99 meaning.Ralf Habacker2011-08-131-3/+0
* | Merge branch 'dbus-1.4'Simon McVittie2011-08-115-0/+45
|\ \ | |/
| * dbus-marshal-basic: assert that the size and (on gcc) alignment of all types ...Simon McVittie2011-08-111-0/+33
| * Add _DBUS_STATIC_ASSERT (based on GLib's G_STATIC_ASSERT) and use itSimon McVittie2011-08-114-0/+12
* | Merge branch 'dbus-1.4'Simon McVittie2011-08-051-5/+13
|\ \ | |/
| * _dbus_server_new_for_domain_socket: don't try to unlink abstract socketsSimon McVittie2011-08-051-5/+13
* | _dbus_lookup_session_address_launchd: don't define if not usedSimon McVittie2011-08-051-6/+2
* | message-factory: move static functions only called by #if 0 code into another...Simon McVittie2011-08-051-1/+5
* | dbus-memory: move variable only used on Windows into the conditionalSimon McVittie2011-08-051-1/+2
* | dbus-marshal-recursive-util: remove unused function callSimon McVittie2011-08-051-4/+1
* | _dbus_get_current_time: move struct timeval into the non-monotonic branchSimon McVittie2011-08-051-2/+2
* | Remove various never-used variablesSimon McVittie2011-08-054-6/+0
* | Merge branch 'dbus-1.4'Simon McVittie2011-07-293-24/+38
|\ \ | |/
| * Implement _dbus_atomic_get directly, rather than via inc + decSimon McVittie2011-07-293-24/+38
* | dbus: use AM_CPPFLAGSSimon McVittie2011-07-291-4/+13
* | Don't explicitly link thread and network libs into various testsSimon McVittie2011-07-291-1/+1
* | Rename DBUS_CLIENT_LIBS to LIBDBUS_LIBS to more accurately reflect its meaningSimon McVittie2011-07-291-2/+2