Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: dbus-1-devel-doc | Distribution: openSUSE Tumbleweed |
Version: 1.14.10 | Vendor: openSUSE |
Release: 2.3 | Build date: Wed Oct 26 10:53:48 2022 |
Group: Unspecified | Build host: reproducible |
Size: 21786330 | Source RPM: dbus-1-devel-doc-1.14.10-2.3.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://dbus.freedesktop.org/ | |
Summary: Developer documentation package for D-Bus |
D-Bus is a message bus system, a simple way for applications to talk to one another. D-BUS supplies both a system daemon and a per-user-login-session daemon. Also, the message bus is built on top of a general one-to-one message passing framework, which can be used by any two apps to communicate directly (without going through the message bus daemon).
AFL-2.1 OR GPL-2.0-or-later
* Wed Oct 26 2022 Dirk Müller <dmueller@suse.com> - update to 1.14.4 (bsc#1204111, CVE-2022-42010, bsc#1204112, CVE-2022-42011, bsc#1204113, CVE-2022-42012): This is a security update for the dbus 1.14.x stable branch, fixing denial-of-service issues (CVE-2022-42010, -42011, -42012) and applying security hardening (dbus#416). Behaviour changes: * On Linux, dbus-daemon and other uses of DBusServer now create a path-based Unix socket, unix:path=..., when asked to listen on a unix:tmpdir=... address. This makes unix:tmpdir=... equivalent to unix:dir=... on all platforms. Previous versions would have created an abstract socket, unix:abstract=..., in this situation. This change primarily affects the well-known session bus when run via dbus-launch(1) or dbus-run-session(1). The user bus, enabled by configuring dbus with --enable-user-session and running it on a systemd system, already used path-based Unix sockets and is unaffected by this change. This behaviour change prevents a sandbox escape via the session bus socket in sandboxing frameworks that can share the network namespace with the host system, such as Flatpak. This change might cause a regression in situations where the abstract socket is intentionally shared between the host system and a chroot or container, such as some use-cases of schroot(1). That regression can be resolved by using a bind-mount to share either the D-Bus socket, or the whole /tmp directory, with the chroot or container. (dbus#416, Simon McVittie) * Denial of service fixes: - Evgeny Vereshchagin discovered several ways in which an authenticated local attacker could cause a crash (denial of service) in dbus-daemon --system or a custom DBusServer. In uncommon configurations these could potentially be carried out by an authenticated remote attacker. - An invalid array of fixed-length elements where the length of the array is not a multiple of the length of the element would cause an assertion failure in debug builds or an out-of-bounds read in production builds. This was a regression in version 1.3.0. (dbus#413, CVE-2022-42011; Simon McVittie) - A syntactically invalid type signature with incorrectly nested parentheses and curly brackets would cause an assertion failure in debug builds. Similar messages could potentially result in a crash or incorrect message processing in a production build, although we are not aware of a practical example. (dbus#418, CVE-2022-42010; Simon McVittie) - A message in non-native endianness with out-of-band Unix file descriptors would cause a use-after-free and possible memory corruption in production builds, or an assertion failure in debug builds. This was a regression in version 1.3.0. (dbus#417, CVE-2022-42012; Simon McVittie) - Preserve errno on failure to open /proc/self/oom_score_adj (dbus!285, Gentoo#834725; Mike Gilbert) - On Linux, don't log warnings if oom_score_adj is read-only but does not need to be changed (dbus!291, Simon McVittie) - Slightly improve error-handling for inotify (dbus!235, Simon McVittie) - Don't crash if dbus-daemon is asked to watch more than 128 directories for changes (dbus!302, Jan Tojnar) * Sat Oct 15 2022 Bjørn Lie <bjorn.lie@gmail.com> - Disable asserts in dbus-1-x11.spec and dbus-1-devel-doc.spec too * Fri Mar 04 2022 Bjørn Lie <bjorn.lie@gmail.com> - Update to version 1.14.0: + Dependencies: - dbus now requires at least a basic level of support for C99 variadic macros, as implemented in gcc >= 3, all versions of Clang, and MSVC >= 2005. In practice this requirement has existed since version 1.9.2, but it is now official. - dbus now requires a C99-compatible va_copy() macro (or a __va_copy() macro with the same behaviour), except when building for Windows using MSVC and CMake. - On Unix platforms, if getpwnam_r() and getgrnam_r() are implemented, they must be POSIX-conformant. The non-POSIX signature seen in ancient Solaris versions will no longer work. - GLib >= 2.38 is required if full test coverage is enabled (reduced from 2.40 in dbus 1.12.x.) - Building using CMake now requires CMake 3.4. - Building documentation using CMake now requires xsltproc, Docbook DTDs (for example docbook-xml on Debian derivatives), and Docbook XSLT stylesheets (for example docbook-xsl on Debian derivatives). Using KDE's meinproc4 documentation processor is no longer supported. + Build-time configuration changes: Move CMake build system to top level, matching normal practice for CMake projects + Deprecations: - Third-party software should install default dbus policies for the system bus into ${datadir}/dbus-1/system.d (this has been supported since dbus 1.10, released in August 2015). Installing default dbus policies in ${sysconfdir}/dbus-1/system.d is now considered to be deprecated. Policy files in ${sysconfdir}/dbus-1/system.d continue to be read, but this directory should only be used by system administrators wishing to override the default policies. - The ${datadir} applicable to dbus is usually /usr/share and the ${sysconfdir} is usually /etc. - A similar pattern applies to the session bus policies in session.d. - The dbus-send(1) man page now documents --bus and --peer instead of the old --address synonym for --peer, which has been deprecated since the introduction of --bus and --peer in 1.7.6 - The dbus-daemon man page now has scarier warnings about <allow_anonymous/> and non-local TCP, which are insecure and should not be used, particularly for the standard system and session buses. - DBusServer (and hence the dbus-daemon) no longer accepts usernames (login names) for the recommended EXTERNAL authentication mechanism, only numeric user IDs or the empty string. See 1.13.0 release notes for full details. + New features: - On Linux 4.13 or later when built against a suitable glibc version, GetConnectionCredentials() now includes UnixGroupIDs, the effective group IDs of the initiator of the connection, taken from SO_PEERGROUPS. - On Linux 4.13 or later, <policy group="…"> now uses the SO_PEERGROUPS credentials-passing socket option to get the effective group IDs of the initiator of the connection. See 1.13.4 release notes for details. - Add a --sender option to dbus-send, which requests a name and holds it until the signal has been sent - dbus-daemon <allow> and <deny> rules can now specify a send_destination_prefix attribute, which is like a combination of send_destination and the arg0namespace keyword in match rules. See 1.13.12 release notes for more details. - The dbus-daemon now filters the messages that it relays, removing header fields that it does not understand. Clients must not rely on this behaviour unless they have confirmed that they are connected to a suitable message bus implementation, for example by querying its Features property. - The dbus-daemon now emits a signal, ActivatableServicesChanged, when the list of activatable services may have changed. Support for this signal can be discovered by querying the Features property. - It is now possible to disable traditional (non-systemd) service activation at build-time (Autotools: - -disable-traditional-activation, CMake: - DENABLE_TRADITIONAL_ACTIVATION=OFF). See 1.13.10 release notes for details. - The API reference manual can be built as a Qt compiled help file if qhelpgenerator(-qt5) is available. See 1.13.16 release notes for details. + Miscellaneous behaviour changes: - When using the "user bus" (--enable-user-session), put the dbus-daemon in the session slice - Several environment variables set by systemd are no longer passed on to activated services - If the dbus-daemon is compiled for Linux with systemd support, it now informs systemd that it is ready for use via the sd_notify() mechanism. - Tarball releases no longer contain pre-2007 changelogs and are now compressed with xz, making them around 35% smaller. - Drop conditionals for old obsolete versions of openSUSE. - Rebase patches with quilt. - Use https for source and sig URL. * Tue Mar 01 2022 Bjørn Lie <bjorn.lie@gmail.com> - Update to version 1.12.22: + On Linux, when using traditional (non-systemd) service activation, don't log warnings about failing to reset OOM score adjustment if the process is already more susceptible to the OOM killer, as user processes usually are with systemd ≥ 250. + On Linux, when using traditional (non-systemd) system bus activation, reset the OOM score adjustment to 0 as intended. If the system dbus-daemon is protected from the OOM killer, this avoids that protection unintentionally being inherited by every system service. + Avoid malloc() after fork on non-GNU libc. + Fix build with clang 13 by using Standard C offsetof where available. + Fix build of tests on FreeBSD. + Make documentation build more reproducible. + On Unix, make X11 autolaunch cope with slashes in DISPLAY. + Don't try to raise RLIMIT_NOFILE beyond OPEN_MAX on macOS. + Fix compilation if embedded tests are enabled but verbose mode and stats are both disabled. + On Linux, fix a race condition in the integration test for transient services. * Thu Jul 16 2020 Matthias Eliasson <elimat@opensuse.org> - Update to 1.12.20 * On Unix, avoid a use-after-free if two usernames have the same numeric uid. In older versions this could lead to a crash (denial of service) or other undefined behaviour, possibly including incorrect authorization decisions if <policy group=...> is used. Like Unix filesystems, D-Bus' model of identity cannot distinguish between users of different names with the same numeric uid, so this configuration is not advisable on systems where D-Bus will be used. Thanks to Daniel Onaca. (dbus#305, dbus!166; Simon McVittie) - From 1.12.18 * CVE-2020-12049: If a message contains more file descriptors than can be sent, close those that did get through before reporting error. Previously, a local attacker could cause the system dbus-daemon (or another system service with its own DBusServer) to run out of file descriptors, by repeatedly connecting to the server and sending fds that would get leaked. Thanks to Kevin Backhouse of GitHub Security Lab. (dbus#294, GHSL-2020-057; Simon McVittie) * Fix a crash when the dbus-daemon is terminated while one or more monitors are active (dbus#291, dbus!140; Simon McVittie) * The dbus-send(1) man page now documents --bus and --peer instead of the old --address synonym for --peer, which has been deprecated since the introduction of --bus and --peer in 1.7.6 (fd.o #48816, dbus!115; Chris Morin) * Fix a wrong environment variable name in dbus-daemon(1) (dbus#275, dbus!122; Mubin, Philip Withnall) * Fix formatting of dbus_message_append_args example (dbus!126, Felipe Franciosi) * Avoid a test failure on Linux when built in a container as uid 0, but without the necessary privileges to increase resource limits (dbus!58, Debian #908092; Simon McVittie) * When building with CMake, cope with libX11 in a non-standard location (dbus!129, Tuomo Rinne) - Run spec-cleaner * Sun Jan 19 2020 Stefan Brüns <stefan.bruens@rwth-aachen.de> - Move generation of API docs to a separate package, avoid doxygen dependency for building main package. - Build x11 and devel-doc (API doc) using _multibuild. * Sun Jan 19 2020 Stefan Brüns <stefan.bruens@rwth-aachen.de> - Drop no longer required call to autoreconf, remove obsolete BuildRequires for libtool and autoconf-archive. * Fri Jan 17 2020 Thorsten Kukuk <kukuk@suse.com> - Remove left overs from blocking restart on update from May 29th 2019 - Use sysusers.d to create messagebus user * Tue Dec 03 2019 Simon Lees <sflees@suse.de> - Verify signatures * dbus-1.keyring - Key for Simon McVittie (smcv) from the Debian developer keyring. - Drop dbus_at_console.ck not needed - Clean up sources * Source2 dbus-1.desktop now Source4 * baselib.conf now source 3 - Update to 1.12.16 * CVE-2019-12749: Do not attempt to carry out DBUS_COOKIE_SHA1 authentication for identities that differ from the user running the DBusServer. Previously, a local attacker could manipulate symbolic links in their own home directory to bypass authentication and connect to a DBusServer with elevated privileges. The standard system and session dbus-daemons in their default configuration were immune to this attack because they did not allow DBUS_COOKIE_SHA1, but third-party users of DBusServer such as Upstart could be vulnerable. Thanks to Joe Vennix of Apple Information Security. (bsc#1137832, dbus#269, Simon McVittie) - From 1.12.14 * Raise soft fd limit to match hard limit, even if unprivileged. This makes session buses with many clients, or with clients that make heavy use of fd-passing, less likely to suffer from fd exhaustion. (dbus!103, Simon McVittie) * If a privileged dbus-daemon has a hard fd limit greater than 64K, don't reduce it to 64K, ensuring that we can put back the original fd limits when carrying out traditional (non-systemd) activation. This fixes a regression with systemd >= 240 in which system services inherited dbus-daemon's hard and soft limit of 64K fds, instead of the intended soft limit of 1K and hard limit of 512K or 1M. (dbus!103, Debian#928877; Simon McVittie) * Fix build failures caused by an AX_CODE_COVERAGE API change in newer autoconf-archive versions (dbus#249, dbus!88; Simon McVittie) * Fix build failures with newer autoconf-archive versions that include AX_-prefixed shell variable names (dbus#249, dbus!86; Simon McVittie) * Parse section/group names in .service files according to the syntax from the Desktop Entry Specification, rejecting control characters and non-ASCII in section/group names (dbus#208, David King) * Fix various -Wlogical-op issues that cause build failure with newer gcc versions (dbus#225, dbus!109; David King) * Don't assume we can set permissions on a directory, for the benefit of MSYS and Cygwin builds (dbus#216, dbus!110; Simon McVittie) * Don't overwrite PKG_CONFIG_PATH and related environment variables when the pkg-config-based version of DBus1Config is used in a CMake project (dbus#267, dbus!96; Clemens Lang) - Drop now upstream Patches * dbus-no-ax-check.patch * dbus-new-autoconf-archive.patch * Wed Nov 20 2019 Stefan Brüns <stefan.bruens@rwth-aachen.de> - Fix two inconsistencies with _libexecdir, sysusers.d and tmpfiles.d are always in %{_prefix}/lib/. - Drop update-desktop-files BuildRequires, once added for mimetypes.prov which is no longer part of update-desktop-files, and dbus-1.desktop does not even handles a single mimetype.
/usr/share/doc/dbus /usr/share/doc/dbus/api /usr/share/doc/dbus/api/annotated.html /usr/share/doc/dbus/api/bc_s.png /usr/share/doc/dbus/api/bc_sd.png /usr/share/doc/dbus/api/classes.html /usr/share/doc/dbus/api/clipboard.js /usr/share/doc/dbus/api/closed.png /usr/share/doc/dbus/api/dbus-address_8c_source.html /usr/share/doc/dbus/api/dbus-address_8h_source.html /usr/share/doc/dbus/api/dbus-arch-deps_8h_source.html /usr/share/doc/dbus/api/dbus-asv-util_8c_source.html /usr/share/doc/dbus/api/dbus-asv-util_8h_source.html /usr/share/doc/dbus/api/dbus-auth_8c_source.html /usr/share/doc/dbus/api/dbus-auth_8h_source.html /usr/share/doc/dbus/api/dbus-bus_8c_source.html /usr/share/doc/dbus/api/dbus-bus_8h_source.html /usr/share/doc/dbus/api/dbus-connection-internal_8h_source.html /usr/share/doc/dbus/api/dbus-connection_8c_source.html /usr/share/doc/dbus/api/dbus-connection_8h_source.html /usr/share/doc/dbus/api/dbus-credentials_8c_source.html /usr/share/doc/dbus/api/dbus-credentials_8h_source.html /usr/share/doc/dbus/api/dbus-dataslot_8c_source.html /usr/share/doc/dbus/api/dbus-dataslot_8h_source.html /usr/share/doc/dbus/api/dbus-errors_8c_source.html /usr/share/doc/dbus/api/dbus-errors_8h_source.html /usr/share/doc/dbus/api/dbus-file-unix_8c_source.html /usr/share/doc/dbus/api/dbus-file-win_8c_source.html /usr/share/doc/dbus/api/dbus-file_8c_source.html /usr/share/doc/dbus/api/dbus-file_8h_source.html /usr/share/doc/dbus/api/dbus-hash_8c_source.html /usr/share/doc/dbus/api/dbus-hash_8h_source.html /usr/share/doc/dbus/api/dbus-internals_8c_source.html /usr/share/doc/dbus/api/dbus-internals_8h_source.html /usr/share/doc/dbus/api/dbus-keyring_8c_source.html /usr/share/doc/dbus/api/dbus-keyring_8h_source.html /usr/share/doc/dbus/api/dbus-list_8c_source.html /usr/share/doc/dbus/api/dbus-list_8h_source.html /usr/share/doc/dbus/api/dbus-macros_8h_source.html /usr/share/doc/dbus/api/dbus-mainloop_8c_source.html /usr/share/doc/dbus/api/dbus-mainloop_8h_source.html /usr/share/doc/dbus/api/dbus-marshal-basic_8c_source.html /usr/share/doc/dbus/api/dbus-marshal-basic_8h_source.html /usr/share/doc/dbus/api/dbus-marshal-byteswap_8c_source.html /usr/share/doc/dbus/api/dbus-marshal-byteswap_8h_source.html /usr/share/doc/dbus/api/dbus-marshal-header_8c_source.html /usr/share/doc/dbus/api/dbus-marshal-header_8h_source.html /usr/share/doc/dbus/api/dbus-marshal-recursive_8c_source.html /usr/share/doc/dbus/api/dbus-marshal-recursive_8h_source.html /usr/share/doc/dbus/api/dbus-marshal-validate_8c_source.html /usr/share/doc/dbus/api/dbus-marshal-validate_8h_source.html /usr/share/doc/dbus/api/dbus-memory_8c_source.html /usr/share/doc/dbus/api/dbus-memory_8h_source.html /usr/share/doc/dbus/api/dbus-mempool_8c_source.html /usr/share/doc/dbus/api/dbus-mempool_8h_source.html /usr/share/doc/dbus/api/dbus-message-internal_8h_source.html /usr/share/doc/dbus/api/dbus-message-private_8h_source.html /usr/share/doc/dbus/api/dbus-message-util_8c_source.html /usr/share/doc/dbus/api/dbus-message_8c_source.html /usr/share/doc/dbus/api/dbus-message_8h_source.html /usr/share/doc/dbus/api/dbus-misc_8c_source.html /usr/share/doc/dbus/api/dbus-misc_8h_source.html /usr/share/doc/dbus/api/dbus-nonce_8c_source.html /usr/share/doc/dbus/api/dbus-nonce_8h_source.html /usr/share/doc/dbus/api/dbus-object-tree_8c_source.html /usr/share/doc/dbus/api/dbus-object-tree_8h_source.html /usr/share/doc/dbus/api/dbus-pending-call-internal_8h_source.html /usr/share/doc/dbus/api/dbus-pending-call_8c_source.html /usr/share/doc/dbus/api/dbus-pending-call_8h_source.html /usr/share/doc/dbus/api/dbus-pipe-unix_8c_source.html /usr/share/doc/dbus/api/dbus-pipe-win_8c_source.html /usr/share/doc/dbus/api/dbus-pipe_8c_source.html /usr/share/doc/dbus/api/dbus-pipe_8h_source.html /usr/share/doc/dbus/api/dbus-pollable-set-epoll_8c_source.html /usr/share/doc/dbus/api/dbus-pollable-set-poll_8c_source.html /usr/share/doc/dbus/api/dbus-pollable-set_8c_source.html /usr/share/doc/dbus/api/dbus-pollable-set_8h_source.html /usr/share/doc/dbus/api/dbus-protocol_8h_source.html /usr/share/doc/dbus/api/dbus-resources_8c_source.html /usr/share/doc/dbus/api/dbus-resources_8h_source.html /usr/share/doc/dbus/api/dbus-server-debug-pipe_8c_source.html /usr/share/doc/dbus/api/dbus-server-debug-pipe_8h_source.html /usr/share/doc/dbus/api/dbus-server-launchd_8c_source.html /usr/share/doc/dbus/api/dbus-server-launchd_8h_source.html /usr/share/doc/dbus/api/dbus-server-protected_8h_source.html /usr/share/doc/dbus/api/dbus-server-socket_8c_source.html /usr/share/doc/dbus/api/dbus-server-socket_8h_source.html /usr/share/doc/dbus/api/dbus-server-unix_8c_source.html /usr/share/doc/dbus/api/dbus-server-unix_8h_source.html /usr/share/doc/dbus/api/dbus-server-win_8c_source.html /usr/share/doc/dbus/api/dbus-server-win_8h_source.html /usr/share/doc/dbus/api/dbus-server_8c_source.html /usr/share/doc/dbus/api/dbus-server_8h_source.html /usr/share/doc/dbus/api/dbus-sha_8c_source.html /usr/share/doc/dbus/api/dbus-sha_8h_source.html /usr/share/doc/dbus/api/dbus-shared_8h_source.html /usr/share/doc/dbus/api/dbus-shell_8c_source.html /usr/share/doc/dbus/api/dbus-shell_8h_source.html /usr/share/doc/dbus/api/dbus-signature_8c_source.html /usr/share/doc/dbus/api/dbus-signature_8h_source.html /usr/share/doc/dbus/api/dbus-sockets-win_8h_source.html /usr/share/doc/dbus/api/dbus-spawn-unix_8c_source.html /usr/share/doc/dbus/api/dbus-spawn-win_8c_source.html /usr/share/doc/dbus/api/dbus-spawn_8h_source.html /usr/share/doc/dbus/api/dbus-string-private_8h_source.html /usr/share/doc/dbus/api/dbus-string-util_8c_source.html /usr/share/doc/dbus/api/dbus-string_8c_source.html /usr/share/doc/dbus/api/dbus-string_8h_source.html /usr/share/doc/dbus/api/dbus-syntax_8c_source.html /usr/share/doc/dbus/api/dbus-syntax_8h_source.html /usr/share/doc/dbus/api/dbus-sysdeps-pthread_8c_source.html /usr/share/doc/dbus/api/dbus-sysdeps-thread-win_8c_source.html /usr/share/doc/dbus/api/dbus-sysdeps-unix_8c_source.html /usr/share/doc/dbus/api/dbus-sysdeps-unix_8h_source.html /usr/share/doc/dbus/api/dbus-sysdeps-util-unix_8c_source.html /usr/share/doc/dbus/api/dbus-sysdeps-util-win_8c_source.html /usr/share/doc/dbus/api/dbus-sysdeps-util_8c_source.html /usr/share/doc/dbus/api/dbus-sysdeps-win_8c_source.html /usr/share/doc/dbus/api/dbus-sysdeps-win_8h_source.html /usr/share/doc/dbus/api/dbus-sysdeps-wince-glue_8c_source.html /usr/share/doc/dbus/api/dbus-sysdeps-wince-glue_8h_source.html /usr/share/doc/dbus/api/dbus-sysdeps_8c_source.html /usr/share/doc/dbus/api/dbus-sysdeps_8h_source.html /usr/share/doc/dbus/api/dbus-test-tap_8c_source.html /usr/share/doc/dbus/api/dbus-test-tap_8h_source.html /usr/share/doc/dbus/api/dbus-test_8h_source.html /usr/share/doc/dbus/api/dbus-threads-internal_8h_source.html /usr/share/doc/dbus/api/dbus-threads_8c_source.html /usr/share/doc/dbus/api/dbus-threads_8h_source.html /usr/share/doc/dbus/api/dbus-timeout_8c_source.html /usr/share/doc/dbus/api/dbus-timeout_8h_source.html /usr/share/doc/dbus/api/dbus-transport-protected_8h_source.html /usr/share/doc/dbus/api/dbus-transport-socket_8c_source.html /usr/share/doc/dbus/api/dbus-transport-socket_8h_source.html /usr/share/doc/dbus/api/dbus-transport-unix_8c_source.html /usr/share/doc/dbus/api/dbus-transport-unix_8h_source.html /usr/share/doc/dbus/api/dbus-transport-win_8c_source.html /usr/share/doc/dbus/api/dbus-transport-win_8h_source.html /usr/share/doc/dbus/api/dbus-transport_8c_source.html /usr/share/doc/dbus/api/dbus-transport_8h_source.html /usr/share/doc/dbus/api/dbus-types_8h_source.html /usr/share/doc/dbus/api/dbus-userdb-util_8c_source.html /usr/share/doc/dbus/api/dbus-userdb_8c_source.html /usr/share/doc/dbus/api/dbus-userdb_8h_source.html /usr/share/doc/dbus/api/dbus-uuidgen_8c_source.html /usr/share/doc/dbus/api/dbus-uuidgen_8h_source.html /usr/share/doc/dbus/api/dbus-valgrind-internal_8h_source.html /usr/share/doc/dbus/api/dbus-watch_8c_source.html /usr/share/doc/dbus/api/dbus-watch_8h_source.html /usr/share/doc/dbus/api/dbus_8h_source.html /usr/share/doc/dbus/api/dir_aa0f429d6f87d1df49a210da102129e1.html /usr/share/doc/dbus/api/doc.svg /usr/share/doc/dbus/api/docd.svg /usr/share/doc/dbus/api/doxygen.css /usr/share/doc/dbus/api/doxygen.svg /usr/share/doc/dbus/api/doxygen_crawl.html /usr/share/doc/dbus/api/dynsections.js /usr/share/doc/dbus/api/files.html /usr/share/doc/dbus/api/folderclosed.svg /usr/share/doc/dbus/api/folderclosedd.svg /usr/share/doc/dbus/api/folderopen.svg /usr/share/doc/dbus/api/folderopend.svg /usr/share/doc/dbus/api/functions.html /usr/share/doc/dbus/api/functions_b.html /usr/share/doc/dbus/api/functions_c.html /usr/share/doc/dbus/api/functions_d.html /usr/share/doc/dbus/api/functions_e.html /usr/share/doc/dbus/api/functions_f.html /usr/share/doc/dbus/api/functions_g.html /usr/share/doc/dbus/api/functions_h.html /usr/share/doc/dbus/api/functions_i.html /usr/share/doc/dbus/api/functions_k.html /usr/share/doc/dbus/api/functions_l.html /usr/share/doc/dbus/api/functions_m.html /usr/share/doc/dbus/api/functions_n.html /usr/share/doc/dbus/api/functions_o.html /usr/share/doc/dbus/api/functions_p.html /usr/share/doc/dbus/api/functions_q.html /usr/share/doc/dbus/api/functions_r.html /usr/share/doc/dbus/api/functions_s.html /usr/share/doc/dbus/api/functions_t.html /usr/share/doc/dbus/api/functions_u.html /usr/share/doc/dbus/api/functions_v.html /usr/share/doc/dbus/api/functions_vars.html /usr/share/doc/dbus/api/functions_vars_b.html /usr/share/doc/dbus/api/functions_vars_c.html /usr/share/doc/dbus/api/functions_vars_d.html /usr/share/doc/dbus/api/functions_vars_e.html /usr/share/doc/dbus/api/functions_vars_f.html /usr/share/doc/dbus/api/functions_vars_g.html /usr/share/doc/dbus/api/functions_vars_h.html /usr/share/doc/dbus/api/functions_vars_i.html /usr/share/doc/dbus/api/functions_vars_k.html /usr/share/doc/dbus/api/functions_vars_l.html /usr/share/doc/dbus/api/functions_vars_m.html /usr/share/doc/dbus/api/functions_vars_n.html /usr/share/doc/dbus/api/functions_vars_o.html /usr/share/doc/dbus/api/functions_vars_p.html /usr/share/doc/dbus/api/functions_vars_q.html /usr/share/doc/dbus/api/functions_vars_r.html /usr/share/doc/dbus/api/functions_vars_s.html /usr/share/doc/dbus/api/functions_vars_t.html /usr/share/doc/dbus/api/functions_vars_u.html /usr/share/doc/dbus/api/functions_vars_v.html /usr/share/doc/dbus/api/functions_vars_w.html /usr/share/doc/dbus/api/functions_vars_z.html /usr/share/doc/dbus/api/functions_w.html /usr/share/doc/dbus/api/functions_z.html /usr/share/doc/dbus/api/group__DBus.html /usr/share/doc/dbus/api/group__DBusAddress.html /usr/share/doc/dbus/api/group__DBusAddressInternals.html /usr/share/doc/dbus/api/group__DBusAuth.html /usr/share/doc/dbus/api/group__DBusAuthInternals.html /usr/share/doc/dbus/api/group__DBusBus.html /usr/share/doc/dbus/api/group__DBusBusInternals.html /usr/share/doc/dbus/api/group__DBusConnection.html /usr/share/doc/dbus/api/group__DBusConnectionInternals.html /usr/share/doc/dbus/api/group__DBusCredentials.html /usr/share/doc/dbus/api/group__DBusCredentialsInternals.html /usr/share/doc/dbus/api/group__DBusDataSlot.html /usr/share/doc/dbus/api/group__DBusErrorInternals.html /usr/share/doc/dbus/api/group__DBusErrors.html /usr/share/doc/dbus/api/group__DBusFile.html /usr/share/doc/dbus/api/group__DBusHashTable.html /usr/share/doc/dbus/api/group__DBusHashTableInternals.html /usr/share/doc/dbus/api/group__DBusInternals.html /usr/share/doc/dbus/api/group__DBusInternalsUtils.html /usr/share/doc/dbus/api/group__DBusInternalsUuidgen.html /usr/share/doc/dbus/api/group__DBusKeyring.html /usr/share/doc/dbus/api/group__DBusKeyringInternals.html /usr/share/doc/dbus/api/group__DBusList.html /usr/share/doc/dbus/api/group__DBusListInternals.html /usr/share/doc/dbus/api/group__DBusMacros.html /usr/share/doc/dbus/api/group__DBusMarshal.html /usr/share/doc/dbus/api/group__DBusMemPool.html /usr/share/doc/dbus/api/group__DBusMemPoolInternals.html /usr/share/doc/dbus/api/group__DBusMemory.html /usr/share/doc/dbus/api/group__DBusMemoryInternals.html /usr/share/doc/dbus/api/group__DBusMessage.html /usr/share/doc/dbus/api/group__DBusMessageInternals.html /usr/share/doc/dbus/api/group__DBusMisc.html /usr/share/doc/dbus/api/group__DBusObjectTree.html /usr/share/doc/dbus/api/group__DBusPendingCall.html /usr/share/doc/dbus/api/group__DBusPendingCallInternals.html /usr/share/doc/dbus/api/group__DBusProtocol.html /usr/share/doc/dbus/api/group__DBusResources.html /usr/share/doc/dbus/api/group__DBusResourcesInternals.html /usr/share/doc/dbus/api/group__DBusSHA.html /usr/share/doc/dbus/api/group__DBusSHAInternals.html /usr/share/doc/dbus/api/group__DBusServer.html /usr/share/doc/dbus/api/group__DBusServerInternals.html /usr/share/doc/dbus/api/group__DBusServerLaunchd.html /usr/share/doc/dbus/api/group__DBusServerSocket.html /usr/share/doc/dbus/api/group__DBusServerUnix.html /usr/share/doc/dbus/api/group__DBusServerWin.html /usr/share/doc/dbus/api/group__DBusShared.html /usr/share/doc/dbus/api/group__DBusSignature.html /usr/share/doc/dbus/api/group__DBusString.html /usr/share/doc/dbus/api/group__DBusStringInternals.html /usr/share/doc/dbus/api/group__DBusSyntax.html /usr/share/doc/dbus/api/group__DBusSysdeps.html /usr/share/doc/dbus/api/group__DBusSysdepsUnix.html /usr/share/doc/dbus/api/group__DBusThreads.html /usr/share/doc/dbus/api/group__DBusThreadsInternals.html /usr/share/doc/dbus/api/group__DBusTimeout.html /usr/share/doc/dbus/api/group__DBusTimeoutInternals.html /usr/share/doc/dbus/api/group__DBusTransport.html /usr/share/doc/dbus/api/group__DBusTransportSocket.html /usr/share/doc/dbus/api/group__DBusTransportUnix.html /usr/share/doc/dbus/api/group__DBusTypes.html /usr/share/doc/dbus/api/group__DBusWatch.html /usr/share/doc/dbus/api/group__DBusWatchInternals.html /usr/share/doc/dbus/api/index.html /usr/share/doc/dbus/api/jquery.js /usr/share/doc/dbus/api/menu.js /usr/share/doc/dbus/api/menudata.js /usr/share/doc/dbus/api/minus.svg /usr/share/doc/dbus/api/minusd.svg /usr/share/doc/dbus/api/nav_f.png /usr/share/doc/dbus/api/nav_fd.png /usr/share/doc/dbus/api/nav_g.png /usr/share/doc/dbus/api/nav_h.png /usr/share/doc/dbus/api/nav_hd.png /usr/share/doc/dbus/api/open.png /usr/share/doc/dbus/api/plus.svg /usr/share/doc/dbus/api/plusd.svg /usr/share/doc/dbus/api/splitbar.png /usr/share/doc/dbus/api/splitbard.png /usr/share/doc/dbus/api/structBusData.html /usr/share/doc/dbus/api/structDBus8ByteStruct.html /usr/share/doc/dbus/api/structDBusAddressEntry.html /usr/share/doc/dbus/api/structDBusAllocatedSlot.html /usr/share/doc/dbus/api/structDBusArrayLenFixup.html /usr/share/doc/dbus/api/structDBusAtomic.html /usr/share/doc/dbus/api/structDBusAuth.html /usr/share/doc/dbus/api/structDBusAuthClient.html /usr/share/doc/dbus/api/structDBusAuthCommandName.html /usr/share/doc/dbus/api/structDBusAuthMechanismHandler.html /usr/share/doc/dbus/api/structDBusAuthServer.html /usr/share/doc/dbus/api/structDBusAuthStateData.html /usr/share/doc/dbus/api/structDBusBabysitter.html /usr/share/doc/dbus/api/structDBusCMutex.html /usr/share/doc/dbus/api/structDBusCondVar.html /usr/share/doc/dbus/api/structDBusConnection.html /usr/share/doc/dbus/api/structDBusCounter.html /usr/share/doc/dbus/api/structDBusCredentials.html /usr/share/doc/dbus/api/structDBusDataSlot.html /usr/share/doc/dbus/api/structDBusDataSlotAllocator.html /usr/share/doc/dbus/api/structDBusDataSlotList.html /usr/share/doc/dbus/api/structDBusDirIter.html /usr/share/doc/dbus/api/structDBusError.html /usr/share/doc/dbus/api/structDBusFreedElement.html /usr/share/doc/dbus/api/structDBusGroupInfo.html /usr/share/doc/dbus/api/structDBusHashEntry.html /usr/share/doc/dbus/api/structDBusHashIter.html /usr/share/doc/dbus/api/structDBusHashTable.html /usr/share/doc/dbus/api/structDBusHeader.html /usr/share/doc/dbus/api/structDBusHeaderField.html /usr/share/doc/dbus/api/structDBusKey.html /usr/share/doc/dbus/api/structDBusKeyring.html /usr/share/doc/dbus/api/structDBusList.html /usr/share/doc/dbus/api/structDBusMemBlock.html /usr/share/doc/dbus/api/structDBusMemPool.html /usr/share/doc/dbus/api/structDBusMessage.html /usr/share/doc/dbus/api/structDBusMessageFilter.html /usr/share/doc/dbus/api/structDBusMessageIter.html /usr/share/doc/dbus/api/structDBusMessageIter__1__10__0.html /usr/share/doc/dbus/api/structDBusMessageLoader.html /usr/share/doc/dbus/api/structDBusMessageRealIter.html /usr/share/doc/dbus/api/structDBusNonceFile.html /usr/share/doc/dbus/api/structDBusObjectPathVTable.html /usr/share/doc/dbus/api/structDBusObjectSubtree.html /usr/share/doc/dbus/api/structDBusObjectTree.html /usr/share/doc/dbus/api/structDBusPendingCall.html /usr/share/doc/dbus/api/structDBusPipe.html /usr/share/doc/dbus/api/structDBusPollFD.html /usr/share/doc/dbus/api/structDBusPreallocatedSend.html /usr/share/doc/dbus/api/structDBusRMutex.html /usr/share/doc/dbus/api/structDBusRealError.html /usr/share/doc/dbus/api/structDBusRealHashIter.html /usr/share/doc/dbus/api/structDBusRealString.html /usr/share/doc/dbus/api/structDBusSHAContext.html /usr/share/doc/dbus/api/structDBusServer.html /usr/share/doc/dbus/api/structDBusServerSocket.html /usr/share/doc/dbus/api/structDBusServerVTable.html /usr/share/doc/dbus/api/structDBusSignatureIter.html /usr/share/doc/dbus/api/structDBusSignatureRealIter.html /usr/share/doc/dbus/api/structDBusSocket.html /usr/share/doc/dbus/api/structDBusStat.html /usr/share/doc/dbus/api/structDBusString.html /usr/share/doc/dbus/api/structDBusThreadFunctions.html /usr/share/doc/dbus/api/structDBusTimeout.html /usr/share/doc/dbus/api/structDBusTimeoutList.html /usr/share/doc/dbus/api/structDBusTransport.html /usr/share/doc/dbus/api/structDBusTransportSocket.html /usr/share/doc/dbus/api/structDBusTransportVTable.html /usr/share/doc/dbus/api/structDBusTypeReader.html /usr/share/doc/dbus/api/structDBusTypeReaderClass.html /usr/share/doc/dbus/api/structDBusTypeWriter.html /usr/share/doc/dbus/api/structDBusUserInfo.html /usr/share/doc/dbus/api/structDBusVariant.html /usr/share/doc/dbus/api/structDBusWatch.html /usr/share/doc/dbus/api/structDBusWatchList.html /usr/share/doc/dbus/api/structHeaderFieldType.html /usr/share/doc/dbus/api/structReplacementBlock.html /usr/share/doc/dbus/api/structShutdownClosure.html /usr/share/doc/dbus/api/sync_off.png /usr/share/doc/dbus/api/sync_on.png /usr/share/doc/dbus/api/tab_a.png /usr/share/doc/dbus/api/tab_ad.png /usr/share/doc/dbus/api/tab_b.png /usr/share/doc/dbus/api/tab_bd.png /usr/share/doc/dbus/api/tab_h.png /usr/share/doc/dbus/api/tab_hd.png /usr/share/doc/dbus/api/tab_s.png /usr/share/doc/dbus/api/tab_sd.png /usr/share/doc/dbus/api/tabs.css /usr/share/doc/dbus/api/topics.html /usr/share/doc/dbus/api/unionDBusBasicValue.html /usr/share/doc/dbus/api/unionDBusGUID.html /usr/share/doc/dbus/dbus-cleanup-sockets.1.html /usr/share/doc/dbus/dbus-daemon.1.html /usr/share/doc/dbus/dbus-faq.html /usr/share/doc/dbus/dbus-launch.1.html /usr/share/doc/dbus/dbus-monitor.1.html /usr/share/doc/dbus/dbus-run-session.1.html /usr/share/doc/dbus/dbus-send.1.html /usr/share/doc/dbus/dbus-specification.html /usr/share/doc/dbus/dbus-test-plan.html /usr/share/doc/dbus/dbus-test-tool.1.html /usr/share/doc/dbus/dbus-tutorial.html /usr/share/doc/dbus/dbus-update-activation-environment.1.html /usr/share/doc/dbus/dbus-uuidgen.1.html /usr/share/doc/dbus/dbus.devhelp2 /usr/share/doc/dbus/diagram.png /usr/share/doc/dbus/diagram.svg /usr/share/doc/dbus/examples /usr/share/doc/dbus/examples/GetAllMatchRules.py /usr/share/doc/dbus/examples/example-session-disable-stats.conf /usr/share/doc/dbus/examples/example-system-enable-stats.conf /usr/share/doc/dbus/system-activation.txt /usr/share/doc/packages/dbus-1-devel-doc /usr/share/doc/packages/dbus-1-devel-doc/CMakeLists.txt /usr/share/doc/packages/dbus-1-devel-doc/TODO /usr/share/doc/packages/dbus-1-devel-doc/dcop-howto.txt /usr/share/doc/packages/dbus-1-devel-doc/file-boilerplate.c /usr/share/doc/packages/dbus-1-devel-doc/system-activation.txt /usr/share/susehelp /usr/share/susehelp/meta /usr/share/susehelp/meta/Development /usr/share/susehelp/meta/Development/Libraries /usr/share/susehelp/meta/Development/Libraries/dbus-1.desktop
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon Aug 26 00:51:51 2024