index
:
dbus
master
pristine-tar
upstream
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dbus
/
dbus-sysdeps-unix.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-04-28
Try to read /etc/machine-id before inventing a new /var/lib/dbus/machine-id
Simon McVittie
1
-2
/
+21
2014-01-06
_dbus_listen_unix_socket: don't try to set SO_REUSEADDR
Simon McVittie
1
-8
/
+0
2014-01-06
_dbus_read_credentials_socket: look at all cmsg headers, not just the first
Simon McVittie
1
-13
/
+15
2014-01-06
If sendmsg() with SCM_CREDS fails with EINVAL, retry with send()
Simon McVittie
1
-5
/
+11
2013-12-02
_dbus_check_dir_is_private_to_user: check that we own it
Simon McVittie
1
-0
/
+10
2013-11-27
_dbus_append_address_from_socket(): escape value got from socket fd
Chengwei Yang
1
-5
/
+12
2013-09-23
_dbus_read_credentials_socket: warn or fail at compile time if no support
Simon McVittie
1
-0
/
+15
2013-09-23
Prefer getpeerucred() over getpeereid() if a platform has both
Simon McVittie
1
-31
/
+32
2013-09-23
_dbus_read_credentials_socket: document where we use each mechanism
Simon McVittie
1
-1
/
+41
2013-09-23
Remove BSD-style LOCAL_CREDS support
Simon McVittie
1
-70
/
+2
2013-09-16
Merge branch 'dbus-1.6'
Simon McVittie
1
-1
/
+1
2013-09-16
dbus-sysdeps-unix.c: undeclared ret2 variable if HAVE_WRITEV undefined.
Vasiliy Balyasnyy
1
-1
/
+1
2013-09-13
Use test binaries in build dir to do test
Chengwei Yang
1
-2
/
+7
2013-09-13
Merge branch 'dbus-1.6'
Simon McVittie
1
-9
/
+24
2013-09-13
Check EINVAL for accept4()
Chengwei Yang
1
-2
/
+6
2013-09-13
Allow EPROTOTYPE for SOCK_CLOEXEC but unsupported by socket/socketpair
Pino Toscano
1
-3
/
+3
2013-09-13
Check EINVAL for socketpair and retry without SOCK_CLOEXEC
Chengwei Yang
1
-5
/
+16
2013-08-30
Move some sysdeps stuff only used by the dbus-daemon outside libdbus
Simon McVittie
1
-178
/
+0
2013-08-30
_dbus_check_setuid: comment on thread-safety
Simon McVittie
1
-0
/
+2
2013-08-30
Comment some suspicious uses of static variables
Simon McVittie
1
-0
/
+2
2013-08-30
_dbus_get_autolaunch_address: don't make argv static
Simon McVittie
1
-1
/
+1
2013-08-29
_dbus_get_tmpdir: be thread-safe
Simon McVittie
1
-1
/
+7
2013-08-22
Doc: fix incorrect param names, missing params, non-exist params
Chengwei Yang
1
-0
/
+3
2013-06-28
tests to embedded tests: replaced in libdbus
Chengwei Yang
1
-1
/
+1
2013-06-20
Doc: fix invalid usage of doxygen @param command
Chengwei Yang
1
-1
/
+1
2013-06-12
Merge branch 'dbus-1.6'
Simon McVittie
1
-3
/
+13
2013-06-12
CVE-2013-2168: _dbus_printf_string_upper_bound: copy the va_list for each use
Simon McVittie
1
-3
/
+13
2013-05-10
Fix compiler warnings when X11 autolaunch and launchd are both disabled
Simon McVittie
1
-0
/
+2
2013-05-09
DBusAtomic: on Unix, use pthreads mutexes for fallback
Simon McVittie
1
-7
/
+20
2013-04-03
Merge branch 'dbus-1.6'
Simon McVittie
1
-0
/
+3
2013-04-03
If alloca.h is available it is required (e.g. on Solaris 10)
Dagobert Michelsen
1
-0
/
+3
2013-03-08
Rename the term 'unix_pid' to 'pid' in variables and functions.
Ralf Habacker
1
-2
/
+2
2012-11-09
Remove redundant close() calls
Michel HERMIER
1
-6
/
+3
2012-10-08
Set correct address when using --address=systemd:
Simon Peeters
1
-0
/
+68
2012-09-28
Revert "hardening: Use __secure_getenv() in *addition* to _dbus_check_setuid()"
Colin Walters
1
-6
/
+0
2012-09-28
Revert "hardening: Use __secure_getenv() in *addition* to _dbus_check_setuid()"
Colin Walters
1
-6
/
+0
2012-09-28
hardening: Use __secure_getenv() in *addition* to _dbus_check_setuid()
Colin Walters
1
-0
/
+6
2012-09-28
CVE-2012-3524: Don't access environment variables or run dbus-launch when setuid
Colin Walters
1
-0
/
+74
2012-09-28
hardening: Use __secure_getenv() in *addition* to _dbus_check_setuid()
Colin Walters
1
-0
/
+6
2012-09-27
CVE-2012-3524: Don't access environment variables or run dbus-launch when setuid
Colin Walters
1
-0
/
+74
2012-04-12
Avoid using monotonic time in the DBUS_COOKIE_SHA1 authentication method
David Zeuthen
1
-3
/
+24
2012-03-12
transport: add new unixexec transport on Unix
Lennart Poettering
1
-0
/
+90
2012-03-12
sysdeps-unix: introduce dbus_close_all() and make use of it where appropriate
Lennart Poettering
1
-11
/
+66
2012-02-10
_dbus_getgid: remove, unused
Simon McVittie
1
-11
/
+0
2012-02-08
Explicitly don't search XDG_DATA_DIRS for system services, and document it
Simon McVittie
1
-39
/
+12
2012-01-04
Merge branch 'dbus-1.4'
Simon McVittie
1
-1
/
+0
2012-01-04
Remove some dead code related to fd.o #37258
eXeC001er
1
-1
/
+0
2012-01-04
Revert all changes since a36d4918a6f646e085
Simon McVittie
1
-5
/
+16
2011-12-21
Merge branch 'dbus-1.4' of ssh://git.freedesktop.org/git/dbus/dbus into dbus-1.4
Ralf Habacker
1
-1
/
+2
2011-11-02
Merge branch 'dbus-1.4'
Simon McVittie
1
-1
/
+2
[next]