dbus-daemon test: Don't test fd limits if in an unprivileged container
[platform/upstream/dbus.git] / dbus /
2020-04-20 Felipe Franciosidoxygen: fix example for dbus_message_append_args
2019-06-09 Simon McVittietest: Add basic test coverage for DBUS_COOKIE_SHA1
2019-06-09 Simon McVittieauth: Reject DBUS_COOKIE_SHA1 for users other than...
2019-05-13 Simon McVittiebus: Try to raise soft fd limit to match hard limit
2019-04-17 Simon McVittieMerge branch '1-12-logical-op' into 'dbus-1.12'
2019-04-17 Simon McVittieMerge branch '1-12-code-coverage' into 'dbus-1.12'
2019-04-17 David King_dbus_get_is_errno_eagain_or_ewouldblock: Avoid warning
2019-04-17 Simon McVittieAdapt to API change in AX_CODE_COVERAGE version 28
2018-12-04 Simon McVittieCONTRIBUTING: Reformat as Markdown
2018-12-04 Simon McVittieRename HACKING to CONTRIBUTING
2018-11-16 Simon McVittiebuild: Never use poll() on Darwin family (macOS, etc...
2018-10-04 Ralf Habackersysdeps-win: Print word-size-dependent offset correctly
2018-10-04 Ralf Habackerdbus-transport-socket: Correctly print DBusSocket with...
2018-08-30 Simon McVittieDo not apply __attribute__((__malloc__)) to dbus_realloc()
2018-08-29 Simon McVittieserver-unix: Don't leak address of systemd server on...
2018-08-02 Simon McVittievalidate_body_helper: Bounds-check before validating...
2018-08-02 Simon McVittienonce: Don't try to rmdir(NULL) on OOM
2018-08-02 Simon McVittiedbus_server_listen: Don't leak first_connect_error
2018-08-02 Simon McVittiesysdeps: Reassure gcc 8 that we are not overflowing...
2018-06-04 Simon McVittiesysdeps-unix: Handle errors from getaddrinfo correctly
2018-02-06 Simon McVittieDBusPendingCall: Improve doc-comments around completed...
2018-02-06 Manish NarangDBusPendingCall: Only update ->completed under the...
2018-02-06 Manish NarangDBusConnection: Pass a pending call around more often
2017-11-28 Simon McVittieMerge remote-tracking branch 'github/dbus-1.12' into...
2017-11-27 Simon McVittie_dbus_server_new_for_socket: Iterate over arrays as...
2017-11-24 Simon McVittie_dbus_listen_tcp_socket: Don't rely on dbus_realloc...
2017-11-24 Simon McVittie_dbus_server_new_for_socket: Properly disconnect during...
2017-11-24 Simon McVittie_dbus_server_new_for_socket: Invalidate watches during...
2017-11-07 Simon McVittie_dbus_accept_with_noncefile: Don't leak nonce
2017-11-07 Simon McVittiedo_noncefile_create: Avoid freeing uninitialized memory...
2017-11-07 Simon McVittiedo_check_nonce: Don't free uninitialized memory on OOM
2017-10-23 Simon McVittiebuild: Don't distribute versioninfo.rc in "make dist...
2017-10-18 Ralf HabackerUpdate versioninfo.rc.in
2017-10-17 Simon McVittieWindows: Stop manipulating line numbering in versioninfo.rc
2017-10-09 Simon McVittieWindows: Simplify compiling versioninfo.rc by using...
2017-09-29 Simon McVittieunix: Condition Linux-specific abstract sockets on...
2017-09-28 Simon McVittiebuild: Remove unused variables
2017-09-28 Simon McVittiedbus: Actually link versioninfo.o into libdbus
2017-09-28 Simon McVittiedbus: Clarify why we are not just adding the resource...
2017-09-28 Simon McVittiedbus: Make SUFFIXES more specific
2017-09-27 Simon McVittiesysdeps: Stop pretending _dbus_set_signal_handler is...
2017-09-27 Simon McVittieMake sure non-aborting signal handlers save and restore...
2017-09-25 Simon McVittieDeprecate the pam_console/pam_foreground flag-file...
2017-09-25 Simon McVittieMerge branch 'dbus-1.10'
2017-09-25 Simon McVittieunix: Reduce log level for DBUS_SYSTEM_LOG_INFO to...
2017-08-15 Simon McVittieMerge branch 'dbus-1.10'
2017-08-15 Alan CoopersmithFix -Werror=declaration-after-statement build failure...
2017-08-15 Lennart Poetteringsysdeps: increase listen() backlog of AF_UNIX sockets...
2017-07-30 Simon McVittieImplement dbus_clear_connection(), etc.
2017-07-28 Simon McVittiebuild: Clean up DBUS_COOKIE_SHA1 keyrings
2017-07-28 Simon McVittieuserdb: Respect $HOME for the home directory of our...
2017-07-28 Simon McVittiepolicy: Add max_fds, min_fds qualifiers for send, recei...
2017-07-28 Simon McVittieMerge branch 'dbus-1.10'
2017-07-20 Michal KoutnýDBusMainLoop: ensure all required timeouts are restarted
2017-07-07 Simon McVittieMerge branch 'dbus-1.10'
2017-07-07 Simon McVittieMerge branch 'dbus-1.10'
2017-07-05 Simon McVittiemessage: Add DBusVariant, a way to copy a single messag...
2017-07-05 Simon McVittieDBusMessageIter: Add a function to abandon possibly...
2017-07-05 Simon McVittiedbus_message_iter_open_container: Don't leak signature...
2017-07-05 Simon McVittiedbus_message_iter_append_basic: Don't leak signature...
2017-07-05 Simon McVittiedbus_message_append_args_valist: Don't leak memory...
2017-07-05 Simon McVittieDBusMessageIter: Zero out the iterator on failure
2017-07-05 Simon McVittieDBusMessageIter: Clarify the API
2017-07-05 Simon McVittieinternals: Make a minimal _dbus_test_oom_handling(...
2017-07-05 Simon McVittiedbus_message_iter_open_container: Don't leak signature...
2017-07-05 Simon McVittiedbus_message_iter_append_basic: Don't leak signature...
2017-07-05 Simon McVittie_dbus_message_iter_open_signature: Clarify why this...
2017-07-05 Simon McVittiedbus_message_append_args_valist: Don't leak memory...
2017-07-05 Simon McVittie_dbus_marshal_validate_test: Uncomment commented-out...
2017-07-05 Simon McVittie_dbus_marshal_validate_test: Merge two sets of signatur...
2017-07-05 Simon McVittieinternals: Decouple logging an error from exiting unsuc...
2017-07-04 Simon McVittieRemove now-unused _dbus_validate_signature()
2017-07-04 Simon McVittieRemove now-unused _dbus_check_is_valid_signature()
2017-07-04 Simon McVittieDBusMessage: Stop using _dbus_check_is_valid_signature()
2017-07-04 Simon McVittie_dbus_message_set_signature: Delete unused function
2017-06-30 Simon McVittiebuild: Introduce ${runstatedir} and use it for the...
2017-06-29 Simon McVittieAdd unix:dir=/something addresses
2017-06-27 Simon McVittieMerge branch 'dbus-1.10'
2017-06-27 Simon McVittietransport: Don't pile up errors for semicolon-separated...
2017-06-27 Shin-ichi MORITAFix missing dbus_message_unref() in error reply path
2017-06-27 Shin-ichi MORITAFix missing dbus_message_unref() in error reply path
2017-06-08 Simon McVittieRefer to dbus_try_get_local_machine_id() in doc-comments
2017-06-08 Simon McVittieAdd dbus_try_get_local_machine_id()
2017-06-08 Simon McVittieMake _dbus_get_local_machine_uuid_encoded() properly...
2017-06-08 Simon McVittieuuidgen: Remove unimplemented declaration
2017-06-08 Simon McVittietest/dbus-daemon: Exercise the Peer interface
2017-06-08 Simon McVittieUnix sysdeps: Only copy /etc/machine-id to ${sysconfdir...
2017-06-08 Simon McVittiedriver: Implement the Peer interface, for completeness
2017-06-08 Simon McVittieasv-util: Expose functions to open an arbitrary entry
2017-06-08 Simon McVittietransport: Don't pile up errors for semicolon-separated...
2017-04-19 Simon McVittieMerge branch 'dbus-1.10'
2017-04-18 Simon McVittiePass in DBUS_TEST_EXEC via environment, not hard-coded...
2017-04-07 Simon McVittieDBusTransport: be explicit about _dbus_auth_do_work...
2017-04-07 Philip Withnalldbus: Fix writing off the end of an fd_set when testing...
2017-04-07 Simon McVittiesysdeps: assert that log severity is one we expect
2017-04-07 Simon McVittie_dbus_global_lock: move success case up into switch
2017-04-07 Simon McVittieDBusTransport: assert that invalid results don't happen
2017-04-07 Simon McVittietest, tools: assert impossible values of local enums...
2017-04-07 Simon McVittiedbus-spawn: assert impossible returns from read functio...
2017-04-07 Simon McVittie_dbus_lm_strerror: move default behaviour inside switch
next