summaryrefslogtreecommitdiff
path: root/dbus
Commit message (Expand)AuthorAgeFilesLines
* CVE-2014-7824: set fd rlimit to 64k for the system dbus-daemonSimon McVittie2014-11-063-32/+159
* _dbus_read_socket_with_unix_fds: do not accept extra fds in cmsg paddingSimon McVittie2014-09-151-6/+43
* Add _DBUS_GNUC_UNUSED, and use it in _DBUS_STATIC_ASSERTSimon McVittie2014-09-152-1/+4
* DBusConnection: implements _dbus_connection_set_pending_fds_functionAlban Crequy2014-09-157-0/+70
* DBusConnection: implements _dbus_connection_get_pending_fds_countAlban Crequy2014-09-156-0/+40
* Stop listening on DBusServer sockets when reaching max_incomplete_connectionsAlban Crequy2014-09-154-17/+30
* config: change DEFAULT_MESSAGE_UNIX_FDS to 16Simon McVittie2014-09-152-0/+9
* Handle ETOOMANYREFS when sending recursive fds (SCM_RIGHTS)Alban Crequy2014-06-303-1/+48
* If loader contains two messages with fds, don't corrupt the secondSimon McVittie2014-06-301-1/+1
* Try to read /etc/machine-id before inventing a new /var/lib/dbus/machine-idSimon McVittie2014-04-281-2/+21
* _dbus_write_uuid_file: factor out function to write a known UUIDSimon McVittie2014-04-282-7/+18
* Rename dbus-test to test-dbus to match common test application naming scheme.Ralf Habacker2014-01-173-8/+8
* Fix compile error on opensuse 12.2 with systemd 44 and glibc-2.15.Ralf Habacker2014-01-101-0/+3
* MSVC compile fix.Ralf Habacker2014-01-071-0/+1
* Use dbus provided version of va_copy().Ralf Habacker2014-01-071-1/+1
* Merge remote-tracking branch 'origin/master'Simon McVittie2014-01-061-1/+1
|\
| * Define WIN32_LEAN_AND_MEAN in Windows portMatt Fischer2014-01-061-1/+1
* | Ensure DBusError is set if _dbus_read_nonce() failChengwei Yang2014-01-061-1/+9
* | _dbus_auth_return_buffer(): remove unused argumentChengwei Yang2014-01-064-9/+5
* | _dbus_listen_unix_socket: don't try to set SO_REUSEADDRSimon McVittie2014-01-061-8/+0
* | _dbus_read_credentials_socket: look at all cmsg headers, not just the firstSimon McVittie2014-01-061-13/+15
* | If sendmsg() with SCM_CREDS fails with EINVAL, retry with send()Simon McVittie2014-01-061-5/+11
* | _dbus_check_dir_is_private_to_user: check that we own itSimon McVittie2013-12-021-0/+10
|/
* _dbus_append_address_from_socket(): escape value got from socket fdChengwei Yang2013-11-271-5/+12
* Fix api doc for _dbus_spawn_async_with_babysitterChengwei Yang2013-11-271-1/+1
* Fix dbus_shutdown API document: returns --> freesChengwei Yang2013-11-271-1/+1
* Fix for MinGW buildMatt Fischer2013-11-271-0/+5
* Merge branch 'dbus-1.6'Simon McVittie2013-11-041-2/+5
|\
| * make_and_run_test_nodes: avoid undefined behaviourDreamNik2013-11-041-2/+5
* | Close unused inherited file descriptorChengwei Yang2013-11-011-0/+2
* | Add comments describing how "compile with journald, run without" worksSimon McVittie2013-11-011-2/+5
* | Handle activated child stdout/stderr correctly in systemd environmentChengwei Yang2013-11-011-1/+35
* | DBusBabysitter: change executable to log_nameChengwei Yang2013-11-013-29/+53
* | Remove unnecessary dbus_setenv()Chengwei Yang2013-11-011-6/+0
* | dbus-spawn: draw a diagramSimon McVittie2013-11-011-0/+42
* | Test: add test cases for message parsingChengwei Yang2013-11-011-0/+205
* | Fix memory or unix fd may leak in dbus_message_iter_get_args_valistChengwei Yang2013-11-011-4/+67
* | Correctly set number of arguments already handledChengwei Yang2013-11-011-3/+4
* | dbus-spawn: correct a comment that falsely claimed thread-safetySimon McVittie2013-10-231-3/+8
* | _dbus_spawn_async_with_babysitter: correct documentationSimon McVittie2013-10-231-1/+1
* | fix off by one error message (#13305)Chengwei Yang2013-10-081-10/+10
* | dbus-message.c: unused variable bytes_read in _dbus_message_loader_get_bufferVasiliy Balyasnyy2013-10-085-28/+14
* | _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
* | Remove support for platforms with no 64-bit integer typeSimon McVittie2013-09-169-211/+22
* | dbus-mainloop.c: undeclared variable n_fds if define MAINLOOP_SPEW.Vasiliy Balyasnyy2013-09-161-1/+1
* | 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