summaryrefslogtreecommitdiff
path: root/dbus
Commit message (Expand)AuthorAgeFilesLines
* DBusMessage: add support for custom marshalingbaserock/genivi/dbus-1.9.4Aleksandar Kanchev2014-12-024-44/+132
* DBusSystemLogSeverity: add DBUS_SYSTEM_LOG_WARNINGAlban Crequy2014-11-183-0/+5
* Merge branch 'dbus-1.8'Simon McVittie2014-11-063-32/+159
|\
| * CVE-2014-7824: set fd rlimit to 64k for the system dbus-daemonSimon McVittie2014-11-063-32/+159
* | whitespace/comment fixesPatrick Welche2014-11-062-2/+2
* | Implement NetBSD credentials-passing with LOCAL_PEEREIDPatrick Welche2014-11-061-6/+31
* | dbus-spawn: do not forget the exec() errno when the grandchild exitsSimon McVittie2014-10-291-1/+17
* | dbus-sysdeps-unix: document the assumption that makes our use of credentials ...Simon McVittie2014-10-291-0/+19
* | Consistently save and restore errnoSimon McVittie2014-10-297-51/+90
* | Implement getter, setter for ALLOW_INTERACTIVE_AUTHORIZATION flagSimon McVittie2014-10-282-0/+56
* | dbus-spec, dbus-protocol: add ALLOW_INTERACTIVE_AUTHORIZATION flagSimon McVittie2014-10-281-0/+9
* | test-bus, test-dbus: close any inherited fds from callerSimon McVittie2014-10-241-0/+9
* | dbus_shutdown: document its effect on shared connectionsSimon McVittie2014-10-131-0/+7
* | Fix test suite fails on test-dbus with --enable-tests (but no assertions).Ralf Habacker2014-09-251-7/+9
* | Merge branch 'dbus-1.8'Simon McVittie2014-09-1613-23/+192
|\ \ | |/
| * _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
* | Split _dbus_fd_set_close_on_exec into Unix and Windows versionsSimon McVittie2014-09-155-8/+10
* | Replace some runtime assertions with compile-time assertionsSimon McVittie2014-09-157-24/+24
* | Add _DBUS_GNUC_UNUSED, and use it in _DBUS_STATIC_ASSERTSimon McVittie2014-09-152-1/+4
* | Port dbus_directory_...() function to use win32 native api instead of opendir...Ralf Habacker2014-09-081-185/+90
* | Add dbus string convenience function _dbus_string_init_from_string().Ralf Habacker2014-09-082-0/+20
* | Merge branch 'dbus-1.8'Simon McVittie2014-07-024-2/+49
|\ \ | |/
| * 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
* | Don't call poll(2) with timeout < -1Jaap Boender2014-06-111-0/+5
* | Set argv[0] to dbus-launch to avoid misleading info from /procChengwei Yang2014-04-281-4/+11
* | Merge branch 'dbus-1.8'Simon McVittie2014-04-283-9/+39
|\ \ | |/
| * 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
* | Disable slow-start on TCP socketsMatt Hoosier2014-03-031-1/+11
* | Fix error message.Antoine Jacoutot2014-02-191-1/+1
* | Only support systemd: transport if we have systemd librariesSimon McVittie2014-02-195-815/+14
|/
* 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