summaryrefslogtreecommitdiff
path: root/dbus
AgeCommit message (Expand)AuthorFilesLines
2014-12-23Fix GetExtendedTcpTable crash on vista sp0.Илья А. Ткаченко1-1/+1
2014-11-06CVE-2014-7824: set fd rlimit to 64k for the system dbus-daemonSimon McVittie3-32/+159
2014-09-15_dbus_read_socket_with_unix_fds: do not accept extra fds in cmsg paddingSimon McVittie1-6/+43
2014-09-15Add _DBUS_GNUC_UNUSED, and use it in _DBUS_STATIC_ASSERTSimon McVittie2-1/+4
2014-09-15DBusConnection: implements _dbus_connection_set_pending_fds_functionAlban Crequy7-0/+70
2014-09-15DBusConnection: implements _dbus_connection_get_pending_fds_countAlban Crequy6-0/+40
2014-09-15Stop listening on DBusServer sockets when reaching max_incomplete_connectionsAlban Crequy4-17/+30
2014-09-15config: change DEFAULT_MESSAGE_UNIX_FDS to 16Simon McVittie2-0/+9
2014-06-30Handle ETOOMANYREFS when sending recursive fds (SCM_RIGHTS)Alban Crequy3-1/+48
2014-06-30If loader contains two messages with fds, don't corrupt the secondSimon McVittie1-1/+1
2014-04-28Try to read /etc/machine-id before inventing a new /var/lib/dbus/machine-idSimon McVittie1-2/+21
2014-04-28_dbus_write_uuid_file: factor out function to write a known UUIDSimon McVittie2-7/+18
2014-01-17Rename dbus-test to test-dbus to match common test application naming scheme.Ralf Habacker3-8/+8
2014-01-10Fix compile error on opensuse 12.2 with systemd 44 and glibc-2.15.Ralf Habacker1-0/+3
2014-01-07MSVC compile fix.Ralf Habacker1-0/+1
2014-01-07Use dbus provided version of va_copy().Ralf Habacker1-1/+1
2014-01-06Merge remote-tracking branch 'origin/master'Simon McVittie1-1/+1
2014-01-06Define WIN32_LEAN_AND_MEAN in Windows portMatt Fischer1-1/+1
2014-01-06Ensure DBusError is set if _dbus_read_nonce() failChengwei Yang1-1/+9
2014-01-06_dbus_auth_return_buffer(): remove unused argumentChengwei Yang4-9/+5
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-11-27Fix api doc for _dbus_spawn_async_with_babysitterChengwei Yang1-1/+1
2013-11-27Fix dbus_shutdown API document: returns --> freesChengwei Yang1-1/+1
2013-11-27Fix for MinGW buildMatt Fischer1-0/+5
2013-11-04Merge branch 'dbus-1.6'Simon McVittie1-2/+5
2013-11-04make_and_run_test_nodes: avoid undefined behaviourDreamNik1-2/+5
2013-11-01Close unused inherited file descriptorChengwei Yang1-0/+2
2013-11-01Add comments describing how "compile with journald, run without" worksSimon McVittie1-2/+5
2013-11-01Handle activated child stdout/stderr correctly in systemd environmentChengwei Yang1-1/+35
2013-11-01DBusBabysitter: change executable to log_nameChengwei Yang3-29/+53
2013-11-01Remove unnecessary dbus_setenv()Chengwei Yang1-6/+0
2013-11-01dbus-spawn: draw a diagramSimon McVittie1-0/+42
2013-11-01Test: add test cases for message parsingChengwei Yang1-0/+205
2013-11-01Fix memory or unix fd may leak in dbus_message_iter_get_args_valistChengwei Yang1-4/+67
2013-11-01Correctly set number of arguments already handledChengwei Yang1-3/+4
2013-10-23dbus-spawn: correct a comment that falsely claimed thread-safetySimon McVittie1-3/+8
2013-10-23_dbus_spawn_async_with_babysitter: correct documentationSimon McVittie1-1/+1
2013-10-08fix off by one error message (#13305)Chengwei Yang1-10/+10
2013-10-08dbus-message.c: unused variable bytes_read in _dbus_message_loader_get_bufferVasiliy Balyasnyy5-28/+14
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-16Remove support for platforms with no 64-bit integer typeSimon McVittie9-211/+22
2013-09-16dbus-mainloop.c: undeclared variable n_fds if define MAINLOOP_SPEW.Vasiliy Balyasnyy1-1/+1
2013-09-16Merge branch 'dbus-1.6'Simon McVittie1-1/+1