summaryrefslogtreecommitdiff
path: root/dbus/dbus-sysdeps-unix.c
Commit message (Expand)AuthorAgeFilesLines
* _dbus_read_credentials_socket: warn or fail at compile time if no supportSimon McVittie2013-09-231-0/+15
* Prefer getpeerucred() over getpeereid() if a platform has bothSimon McVittie2013-09-231-31/+32
* _dbus_read_credentials_socket: document where we use each mechanismSimon McVittie2013-09-231-1/+41
* Remove BSD-style LOCAL_CREDS supportSimon McVittie2013-09-231-70/+2
* Merge branch 'dbus-1.6'Simon McVittie2013-09-161-1/+1
|\
| * dbus-sysdeps-unix.c: undeclared ret2 variable if HAVE_WRITEV undefined.Vasiliy Balyasnyy2013-09-161-1/+1
* | Use test binaries in build dir to do testChengwei Yang2013-09-131-2/+7
* | Merge branch 'dbus-1.6'Simon McVittie2013-09-131-9/+24
|\ \ | |/
| * Check EINVAL for accept4()Chengwei Yang2013-09-131-2/+6
| * Allow EPROTOTYPE for SOCK_CLOEXEC but unsupported by socket/socketpairPino Toscano2013-09-131-3/+3
| * Check EINVAL for socketpair and retry without SOCK_CLOEXECChengwei Yang2013-09-131-5/+16
* | Move some sysdeps stuff only used by the dbus-daemon outside libdbusSimon McVittie2013-08-301-178/+0
* | _dbus_check_setuid: comment on thread-safetySimon McVittie2013-08-301-0/+2
* | Comment some suspicious uses of static variablesSimon McVittie2013-08-301-0/+2
* | _dbus_get_autolaunch_address: don't make argv staticSimon McVittie2013-08-301-1/+1
* | _dbus_get_tmpdir: be thread-safeSimon McVittie2013-08-291-1/+7
* | Doc: fix incorrect param names, missing params, non-exist paramsChengwei Yang2013-08-221-0/+3
* | tests to embedded tests: replaced in libdbusChengwei Yang2013-06-281-1/+1
* | Doc: fix invalid usage of doxygen @param commandChengwei Yang2013-06-201-1/+1
* | Merge branch 'dbus-1.6'Simon McVittie2013-06-121-3/+13
|\ \ | |/
| * CVE-2013-2168: _dbus_printf_string_upper_bound: copy the va_list for each useSimon McVittie2013-06-121-3/+13
* | Fix compiler warnings when X11 autolaunch and launchd are both disabledSimon McVittie2013-05-101-0/+2
* | DBusAtomic: on Unix, use pthreads mutexes for fallbackSimon McVittie2013-05-091-7/+20
* | Merge branch 'dbus-1.6'Simon McVittie2013-04-031-0/+3
|\ \ | |/
| * If alloca.h is available it is required (e.g. on Solaris 10)Dagobert Michelsen2013-04-031-0/+3
| * Revert "hardening: Use __secure_getenv() in *addition* to _dbus_check_setuid()"Colin Walters2012-09-281-6/+0
| * hardening: Use __secure_getenv() in *addition* to _dbus_check_setuid()Colin Walters2012-09-281-0/+6
| * CVE-2012-3524: Don't access environment variables or run dbus-launch when setuidColin Walters2012-09-281-0/+74
* | Rename the term 'unix_pid' to 'pid' in variables and functions.Ralf Habacker2013-03-081-2/+2
* | Remove redundant close() callsMichel HERMIER2012-11-091-6/+3
* | Set correct address when using --address=systemd:Simon Peeters2012-10-081-0/+68
* | Revert "hardening: Use __secure_getenv() in *addition* to _dbus_check_setuid()"Colin Walters2012-09-281-6/+0
* | hardening: Use __secure_getenv() in *addition* to _dbus_check_setuid()wip/setuid-hardeningColin Walters2012-09-281-0/+6
* | CVE-2012-3524: Don't access environment variables or run dbus-launch when setuidColin Walters2012-09-271-0/+74
|/
* Avoid using monotonic time in the DBUS_COOKIE_SHA1 authentication methodDavid Zeuthen2012-04-121-3/+24
* transport: add new unixexec transport on UnixLennart Poettering2012-03-121-0/+90
* sysdeps-unix: introduce dbus_close_all() and make use of it where appropriateLennart Poettering2012-03-121-11/+66
* _dbus_getgid: remove, unusedSimon McVittie2012-02-101-11/+0
* Explicitly don't search XDG_DATA_DIRS for system services, and document itSimon McVittie2012-02-081-39/+12
* Merge branch 'dbus-1.4'Simon McVittie2012-01-041-1/+0
|\
| * Remove some dead code related to fd.o #37258eXeC001er2012-01-041-1/+0
| * Revert all changes since a36d4918a6f646e085Simon McVittie2012-01-041-5/+16
| * Merge branch 'dbus-1.4' of ssh://git.freedesktop.org/git/dbus/dbus into dbus-1.4Ralf Habacker2011-12-211-1/+2
| |\
* | \ Merge branch 'dbus-1.4'Simon McVittie2011-11-021-1/+2
|\ \ \ | | |/ | |/|
| * | _dbus_listen_tcp_socket: avoid leaking listen_fd in unlikely circumstancesSimon McVittie2011-11-021-1/+2
* | | sysdeps: remove misleading commentsSimon McVittie2011-09-281-5/+0
| |/ |/|
* | Merge branch 'dbus-1.4'Simon McVittie2011-09-211-3/+81
|\ \ | |/
| * Cope with platforms whose vsnprintf violates both POSIX and C99Simon McVittie2011-09-211-3/+49
| * On Solaris, define CMSG_ALIGN, CMSG_LEN, CMSG_SPACE if undefinedSimon McVittie2011-09-211-0/+32
* | _dbus_lookup_session_address_launchd: don't define if not usedSimon McVittie2011-08-051-6/+2