summaryrefslogtreecommitdiff
path: root/dbus/dbus-sysdeps-unix.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-23Remove BSD-style LOCAL_CREDS supportSimon McVittie1-70/+2
2013-09-16Merge branch 'dbus-1.6'Simon McVittie1-1/+1
2013-09-16dbus-sysdeps-unix.c: undeclared ret2 variable if HAVE_WRITEV undefined.Vasiliy Balyasnyy1-1/+1
2013-09-13Use test binaries in build dir to do testChengwei Yang1-2/+7
2013-09-13Merge branch 'dbus-1.6'Simon McVittie1-9/+24
2013-09-13Check EINVAL for accept4()Chengwei Yang1-2/+6
2013-09-13Allow EPROTOTYPE for SOCK_CLOEXEC but unsupported by socket/socketpairPino Toscano1-3/+3
2013-09-13Check EINVAL for socketpair and retry without SOCK_CLOEXECChengwei Yang1-5/+16
2013-08-30Move some sysdeps stuff only used by the dbus-daemon outside libdbusSimon McVittie1-178/+0
2013-08-30_dbus_check_setuid: comment on thread-safetySimon McVittie1-0/+2
2013-08-30Comment some suspicious uses of static variablesSimon McVittie1-0/+2
2013-08-30_dbus_get_autolaunch_address: don't make argv staticSimon McVittie1-1/+1
2013-08-29_dbus_get_tmpdir: be thread-safeSimon McVittie1-1/+7
2013-08-22Doc: fix incorrect param names, missing params, non-exist paramsChengwei Yang1-0/+3
2013-06-28tests to embedded tests: replaced in libdbusChengwei Yang1-1/+1
2013-06-20Doc: fix invalid usage of doxygen @param commandChengwei Yang1-1/+1
2013-06-12Merge branch 'dbus-1.6'Simon McVittie1-3/+13
2013-06-12CVE-2013-2168: _dbus_printf_string_upper_bound: copy the va_list for each useSimon McVittie1-3/+13
2013-05-10Fix compiler warnings when X11 autolaunch and launchd are both disabledSimon McVittie1-0/+2
2013-05-09DBusAtomic: on Unix, use pthreads mutexes for fallbackSimon McVittie1-7/+20
2013-04-03Merge branch 'dbus-1.6'Simon McVittie1-0/+3
2013-04-03If alloca.h is available it is required (e.g. on Solaris 10)Dagobert Michelsen1-0/+3
2013-03-08Rename the term 'unix_pid' to 'pid' in variables and functions.Ralf Habacker1-2/+2
2012-11-09Remove redundant close() callsMichel HERMIER1-6/+3
2012-10-08Set correct address when using --address=systemd:Simon Peeters1-0/+68
2012-09-28Revert "hardening: Use __secure_getenv() in *addition* to _dbus_check_setuid()"Colin Walters1-6/+0
2012-09-28Revert "hardening: Use __secure_getenv() in *addition* to _dbus_check_setuid()"Colin Walters1-6/+0
2012-09-28hardening: Use __secure_getenv() in *addition* to _dbus_check_setuid()Colin Walters1-0/+6
2012-09-28CVE-2012-3524: Don't access environment variables or run dbus-launch when setuidColin Walters1-0/+74
2012-09-28hardening: Use __secure_getenv() in *addition* to _dbus_check_setuid()wip/setuid-hardeningColin Walters1-0/+6
2012-09-27CVE-2012-3524: Don't access environment variables or run dbus-launch when setuidColin Walters1-0/+74
2012-04-12Avoid using monotonic time in the DBUS_COOKIE_SHA1 authentication methodDavid Zeuthen1-3/+24
2012-03-12transport: add new unixexec transport on UnixLennart Poettering1-0/+90
2012-03-12sysdeps-unix: introduce dbus_close_all() and make use of it where appropriateLennart Poettering1-11/+66
2012-02-10_dbus_getgid: remove, unusedSimon McVittie1-11/+0
2012-02-08Explicitly don't search XDG_DATA_DIRS for system services, and document itSimon McVittie1-39/+12
2012-01-04Merge branch 'dbus-1.4'Simon McVittie1-1/+0
2012-01-04Remove some dead code related to fd.o #37258eXeC001er1-1/+0
2012-01-04Revert all changes since a36d4918a6f646e085Simon McVittie1-5/+16
2011-12-21Merge branch 'dbus-1.4' of ssh://git.freedesktop.org/git/dbus/dbus into dbus-1.4Ralf Habacker1-1/+2
2011-11-02Merge branch 'dbus-1.4'Simon McVittie1-1/+2
2011-11-02_dbus_listen_tcp_socket: avoid leaking listen_fd in unlikely circumstancesSimon McVittie1-1/+2
2011-09-28sysdeps: remove misleading commentsSimon McVittie1-5/+0
2011-09-21Merge branch 'dbus-1.4'Simon McVittie1-3/+81
2011-09-21Cope with platforms whose vsnprintf violates both POSIX and C99Simon McVittie1-3/+49
2011-09-21On Solaris, define CMSG_ALIGN, CMSG_LEN, CMSG_SPACE if undefinedSimon McVittie1-0/+32
2011-08-05_dbus_lookup_session_address_launchd: don't define if not usedSimon McVittie1-6/+2
2011-08-05_dbus_get_current_time: move struct timeval into the non-monotonic branchSimon McVittie1-2/+2
2011-07-29Merge branch 'dbus-1.4'Simon McVittie1-0/+23
2011-07-29Implement _dbus_atomic_get directly, rather than via inc + decSimon McVittie1-0/+23