summaryrefslogtreecommitdiff
path: root/dbus/dbus-sysdeps-unix.c
AgeCommit message (Expand)AuthorFilesLines
2015-02-11[daemon-fix] Changed the way of make bus address when the address is not givenSangyoon Jang1-5/+0
2015-02-11[daemon-fix][dev] address to start kdbus bus changed to 'kdbus:', kdbus added...Radoslaw Pajak1-0/+5
2014-09-15_dbus_read_socket_with_unix_fds: do not accept extra fds in cmsg paddingSimon McVittie1-6/+43
2014-04-28Try to read /etc/machine-id before inventing a new /var/lib/dbus/machine-idSimon McVittie1-2/+21
2014-01-06_dbus_listen_unix_socket: don't try to set SO_REUSEADDRSimon McVittie1-8/+0
2014-01-06_dbus_read_credentials_socket: look at all cmsg headers, not just the firstSimon McVittie1-13/+15
2014-01-06If sendmsg() with SCM_CREDS fails with EINVAL, retry with send()Simon McVittie1-5/+11
2013-12-02_dbus_check_dir_is_private_to_user: check that we own itSimon McVittie1-0/+10
2013-11-27_dbus_append_address_from_socket(): escape value got from socket fdChengwei Yang1-5/+12
2013-09-23_dbus_read_credentials_socket: warn or fail at compile time if no supportSimon McVittie1-0/+15
2013-09-23Prefer getpeerucred() over getpeereid() if a platform has bothSimon McVittie1-31/+32
2013-09-23_dbus_read_credentials_socket: document where we use each mechanismSimon McVittie1-1/+41
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()Colin 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