Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

dbus-1-devel-doc-1.4.1-7.27.1 RPM for noarch

From OpenSuSE 11.4 updates for noarch

Name: dbus-1-devel-doc Distribution: openSUSE 11.4
Version: 1.4.1 Vendor: openSUSE
Release: 7.27.1 Build date: Thu Sep 20 11:55:39 2012
Group: Development/Libraries/Other Build host: build19
Size: 14577883 Source RPM: dbus-1-1.4.1-7.27.1.src.rpm
Packager: http://bugs.opensuse.org
Url: http://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).

Provides

Requires

License

Other uncritical OpenSource License

Changelog

* Wed Sep 19 2012 thoenig@suse.de
  - Add patch for CVE-2012-3524 to fix getenv() vulnerability in
    suids (bnc#697105)
* Fri Jul 13 2012 lnussel@suse.de
  - add patch: dbus-1.2.10-fd-limit-backport.patch
    - Raise file descriptor limit to match configuration. The default
      configuration has hardcoded 2048 complete connections, and 64
      incomplete. We need at least that number of file descriptors,
      plus some for internal use. In the bus, attempt to call
      setrlimit() before we drop privileges. Practically speaking
      for this means the system bus gets it, the session bus doesn't.
      Upstream: bugs.freedesktop.org/show_bug.cgi?id=33474 . Fixes
      bnc#739743).
* Fri Aug 05 2011 thoenig@suse.de
  - add patch: dbus-1.4.1-byteorder.patch
    - Byte-swap foreign-endian messages correctly, preventing a
      long-standing local DoS if foreign-endian messages are relayed
      through the dbus-daemon (bnc#699712)
* Sun Jan 02 2011 javier@opensuse.org
  - Update to 1.4.1
    + Fix for CVE-2010-4352: sending messages with excessively-nested
      variants can crash the bus. The existing restriction to 64-levels
      of nesting previously only applied to the static type signature;
      now it also applies to dynamic nesting using variants. Thanks to
      Rémi Denis-Courmont for discoving this issue.
    + Various bug fixes.
    + For details, see
      http://lists.freedesktop.org/archives/dbus/2010-December/013861.html
* Mon Nov 08 2010 aj@suse.de
  - Fix package list, own /lib/systemd directories.
* Tue Oct 12 2010 cristian.rodriguez@opensuse.org
  - ConsoleKit may not be installed on the system, so kill
    the process at "stop" only if it is running
* Fri Sep 24 2010 cristian.rodriguez@opensuse.org
  - add missimg BuildRequires on libcap-ng-devel so dbus can
    drop capabilities when needed.
* Mon Sep 06 2010 kay.sievers@novell.com
  - version 1.4.0
    - make dbus-uuidgen atomic
    - fix socket descriptor leak in _dbus_connect_tcp_socket_with_nonce
    - unconditionally enable D-Bus on systemd boots
* Sat Jul 24 2010 kay.sievers@novell.com
  - update systemd service installation
* Wed Jul 14 2010 kay.sievers@novell.com
  - drop systemd-units
* Sun Jul 11 2010 kay.sievers@novell.com
  - update to 1.3.2 snapshot
    - New standardized PropertiesChanged signal in the properties interface
    - Support forking bus services, for compatibility
  - install systemd service files
* Mon Jun 28 2010 jengelh@medozas.de
  - use %_smp_mflags
* Thu Mar 25 2010 vuntz@opensuse.org
  - Update to version 1.2.24:
    + For details, see
      http://lists.freedesktop.org/archives/dbus/2010-March/012436.html
    + Highlights:
    - Fix a critical crasher bug in the syslog code
    + [bus] While creating a syslog, correctly get pointer data from
      DBusString
    + [bus] Don't install a SIGTERM handler
    + [64 bit printf] Update to use DBUS_PID_FORMAT, print (omitted)
    + Move dispatching to destination to bus_dispatch_matches()
    + Dispatch post-activation messages to anyone interested
    + Build changes.
  - Changes from version 1.2.22:
    + For details, see
      http://lists.freedesktop.org/archives/dbus/2010-March/012395.html
    + Highlights:
    - Fix to avoid UI freezes in newer Evolution versions (and any
      other program that makes synchronous DBus calls from a
      non-main thread).
    - Monitor service directories for changes
    + When handling a watch, return if another thread is doing I/O
    + Monitor service directories for changes
    + Sync up UNICODE_VALID with glib, add documentation
    + Support inotify on older kernels
    + Handle OOM in reload watch
    + Refactor _dbus_log_info, _dbus_log_security into
      _dbus_log_system
    + Add DBUS_SYSTEM_LOG_FATAL severity
    + Add _dbus_credentials_to_string_append
    + Add a prefix to our syslog messages
    + Make SELinux initialization failure fatal
    + Don't send an reply for driver messages if one isn't requested
    + Fix double-free in error case.
    + Other simple fixes, build fixes.
    + Explicitly specify in the spec lower-case hex must be used
    + Use AM_SILENT_RULES if available
  - Changes from version 1.2.20:
    + For details, see
      http://lists.freedesktop.org/archives/dbus/2010-February/012156.html
    + Fix inotify shutdown
    + Fix compilation in --disable-selinux case
  - Changes from version 1.2.18:
    + For details, see
      http://lists.freedesktop.org/archives/dbus/2010-February/012150.html
    + Ignore exit code zero from activated services
    + Switch to libcap-ng, avoid linking libdbus against libcap[-ng]
    + Don't drop pending activations when reloading configuration
    + Update messagebus.in init script to start earlier
    + Clean up inotify watch handling
    + Don't crash when reloading if we haven't loaded user database
      yet
    + fdo#23502 - corrected wrong verbose-output
    + Correct timeout handling
    + dbus-monitor: use unbuffered stdout instead of handling SIGINT
    + fdo#25697 - Fix memory leak in policy reload
    + fdo#23977 - dbus-launch --exit-with-session not killing
      dbus-daemon on SIGINT
    + Use monotonic clock for _dbus_get_current_time() if it's
      available.
    + Make array-printing code easier to follow
    + Forbid zero serial numbers
    + Include reason when reporting corrupt messages
    + Add an accessor for the loader's corruption reason
    + Print byte arrays as nicely-formatted hex.
    + Print all-printable-ASCII byte arrays as strings
    + Build fixes, including fdo#19432, fdo#22788, fdo#22805
* Mon Dec 14 2009 jengelh@medozas.de
  - add baselibs.conf as a source
  - package documentation as noarch
* Wed Sep 02 2009 mvidner@suse.cz
  - Implemented /etc/init.d/dbus reload (bnc#503074).
* Thu Jul 23 2009 kay.sievers@novell.com
  - fix %changelog
* Fri Jul 17 2009 meissner@suse.de
  - added dbus-1-devel to baselibs.conf
* Fri Jul 17 2009 kay.sievers@novell.com
  - fix --libexecdir to be the proper /lib/dbus-1/ directory
* Wed Jul 15 2009 kay.sievers@novell.com
  - update to 1.2.16 release
    - Avoid race conditions reading message from exited process
    - Ensure initialized variable in dbus_connection_remove_filter
    - Don't fail autolaunching if process has SIGCHLD handler
    - Ensure inotify fd is set close on exec
    - Make sure a pending call timeout isn't assumed
    - Allow a pending call to block forever
    - Don't allocate DBusTimeout for pending call when passed INT_MAX
    - Update documentation now that INT_MAX means no timeout
    - Fix issue where timeouts can overflow
    - Remove 6 hour timeout restriction
    - Unrestrict session bus timeout
* Thu Apr 16 2009 crrodriguez@suse.de
  - use --disable-static instead of removing static libraries
* Thu Apr 02 2009 werner@suse.de
  - Make boot script smart

Files

/usr/share/doc/packages/dbus-1-devel-doc
/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/html
/usr/share/doc/packages/dbus-1-devel-doc/html/annotated.html
/usr/share/doc/packages/dbus-1-devel-doc/html/bc_s.png
/usr/share/doc/packages/dbus-1-devel-doc/html/classes.html
/usr/share/doc/packages/dbus-1-devel-doc/html/closed.png
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-address_8c_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-address_8h_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-arch-deps_8h_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-auth-script_8c_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-auth-script_8h_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-auth-util_8c_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-auth_8c_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-auth_8h_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-bus_8c_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-bus_8h_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-connection-internal_8h_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-connection_8c_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-connection_8h_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-credentials-util_8c_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-credentials_8c_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-credentials_8h_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-dataslot_8c_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-dataslot_8h_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-errors_8c_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-errors_8h_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-file-unix_8c_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-file-win_8c_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-file_8c_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-file_8h_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-hash_8c_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-hash_8h_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-internals_8c_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-internals_8h_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-keyring_8c_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-keyring_8h_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-list_8c_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-list_8h_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-macros_8h_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-mainloop_8c_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-mainloop_8h_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-marshal-basic_8c_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-marshal-basic_8h_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-marshal-byteswap-util_8c_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-marshal-byteswap_8c_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-marshal-byteswap_8h_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-marshal-header_8c_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-marshal-header_8h_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-marshal-recursive-util_8c_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-marshal-recursive_8c_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-marshal-recursive_8h_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-marshal-validate-util_8c_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-marshal-validate_8c_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-marshal-validate_8h_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-memory_8c_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-memory_8h_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-mempool_8c_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-mempool_8h_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-message-factory_8c_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-message-factory_8h_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-message-internal_8h_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-message-private_8h_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-message-util_8c_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-message_8c_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-message_8h_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-misc_8c_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-misc_8h_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-nonce_8c_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-nonce_8h_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-object-tree_8c_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-object-tree_8h_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-pending-call-internal_8h_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-pending-call_8c_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-pending-call_8h_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-pipe-unix_8c_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-pipe-win_8c_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-pipe_8c_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-pipe_8h_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-protocol_8h_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-resources_8c_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-resources_8h_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-server-debug-pipe_8c_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-server-debug-pipe_8h_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-server-launchd_8c_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-server-launchd_8h_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-server-protected_8h_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-server-socket_8c_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-server-socket_8h_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-server-unix_8c_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-server-unix_8h_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-server-win_8c_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-server-win_8h_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-server_8c_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-server_8h_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-sha_8c_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-sha_8h_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-shared_8h_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-shell_8c_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-shell_8h_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-signature_8c_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-signature_8h_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-sockets-win_8h_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-spawn-win_8c_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-spawn_8c_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-spawn_8h_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-string-private_8h_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-string-util_8c_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-string_8c_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-string_8h_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-sysdeps-pthread_8c_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-sysdeps-thread-win_8c_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-sysdeps-unix_8c_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-sysdeps-unix_8h_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-sysdeps-util-unix_8c_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-sysdeps-util-win_8c_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-sysdeps-util_8c_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-sysdeps-win_8c_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-sysdeps-win_8h_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-sysdeps-wince-glue_8c_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-sysdeps-wince-glue_8h_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-sysdeps_8c_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-sysdeps_8h_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-test-main_8c_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-test_8c_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-test_8h_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-threads-internal_8h_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-threads_8c_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-threads_8h_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-timeout_8c_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-timeout_8h_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-transport-protected_8h_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-transport-socket_8c_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-transport-socket_8h_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-transport-unix_8c_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-transport-unix_8h_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-transport-win_8c_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-transport-win_8h_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-transport_8c_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-transport_8h_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-types_8h_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-userdb-util_8c_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-userdb_8c_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-userdb_8h_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-uuidgen_8c_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-uuidgen_8h_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-watch_8c_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus-watch_8h_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/dbus_8h_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/doxygen.css
/usr/share/doc/packages/dbus-1-devel-doc/html/doxygen.png
/usr/share/doc/packages/dbus-1-devel-doc/html/files.html
/usr/share/doc/packages/dbus-1-devel-doc/html/functions.html
/usr/share/doc/packages/dbus-1-devel-doc/html/functions_0x62.html
/usr/share/doc/packages/dbus-1-devel-doc/html/functions_0x63.html
/usr/share/doc/packages/dbus-1-devel-doc/html/functions_0x64.html
/usr/share/doc/packages/dbus-1-devel-doc/html/functions_0x65.html
/usr/share/doc/packages/dbus-1-devel-doc/html/functions_0x66.html
/usr/share/doc/packages/dbus-1-devel-doc/html/functions_0x67.html
/usr/share/doc/packages/dbus-1-devel-doc/html/functions_0x68.html
/usr/share/doc/packages/dbus-1-devel-doc/html/functions_0x69.html
/usr/share/doc/packages/dbus-1-devel-doc/html/functions_0x6b.html
/usr/share/doc/packages/dbus-1-devel-doc/html/functions_0x6c.html
/usr/share/doc/packages/dbus-1-devel-doc/html/functions_0x6d.html
/usr/share/doc/packages/dbus-1-devel-doc/html/functions_0x6e.html
/usr/share/doc/packages/dbus-1-devel-doc/html/functions_0x6f.html
/usr/share/doc/packages/dbus-1-devel-doc/html/functions_0x70.html
/usr/share/doc/packages/dbus-1-devel-doc/html/functions_0x71.html
/usr/share/doc/packages/dbus-1-devel-doc/html/functions_0x72.html
/usr/share/doc/packages/dbus-1-devel-doc/html/functions_0x73.html
/usr/share/doc/packages/dbus-1-devel-doc/html/functions_0x74.html
/usr/share/doc/packages/dbus-1-devel-doc/html/functions_0x75.html
/usr/share/doc/packages/dbus-1-devel-doc/html/functions_0x76.html
/usr/share/doc/packages/dbus-1-devel-doc/html/functions_0x77.html
/usr/share/doc/packages/dbus-1-devel-doc/html/functions_0x7a.html
/usr/share/doc/packages/dbus-1-devel-doc/html/functions_vars.html
/usr/share/doc/packages/dbus-1-devel-doc/html/functions_vars_0x62.html
/usr/share/doc/packages/dbus-1-devel-doc/html/functions_vars_0x63.html
/usr/share/doc/packages/dbus-1-devel-doc/html/functions_vars_0x64.html
/usr/share/doc/packages/dbus-1-devel-doc/html/functions_vars_0x65.html
/usr/share/doc/packages/dbus-1-devel-doc/html/functions_vars_0x66.html
/usr/share/doc/packages/dbus-1-devel-doc/html/functions_vars_0x67.html
/usr/share/doc/packages/dbus-1-devel-doc/html/functions_vars_0x68.html
/usr/share/doc/packages/dbus-1-devel-doc/html/functions_vars_0x69.html
/usr/share/doc/packages/dbus-1-devel-doc/html/functions_vars_0x6b.html
/usr/share/doc/packages/dbus-1-devel-doc/html/functions_vars_0x6c.html
/usr/share/doc/packages/dbus-1-devel-doc/html/functions_vars_0x6d.html
/usr/share/doc/packages/dbus-1-devel-doc/html/functions_vars_0x6e.html
/usr/share/doc/packages/dbus-1-devel-doc/html/functions_vars_0x6f.html
/usr/share/doc/packages/dbus-1-devel-doc/html/functions_vars_0x70.html
/usr/share/doc/packages/dbus-1-devel-doc/html/functions_vars_0x71.html
/usr/share/doc/packages/dbus-1-devel-doc/html/functions_vars_0x72.html
/usr/share/doc/packages/dbus-1-devel-doc/html/functions_vars_0x73.html
/usr/share/doc/packages/dbus-1-devel-doc/html/functions_vars_0x74.html
/usr/share/doc/packages/dbus-1-devel-doc/html/functions_vars_0x75.html
/usr/share/doc/packages/dbus-1-devel-doc/html/functions_vars_0x76.html
/usr/share/doc/packages/dbus-1-devel-doc/html/functions_vars_0x77.html
/usr/share/doc/packages/dbus-1-devel-doc/html/functions_vars_0x7a.html
/usr/share/doc/packages/dbus-1-devel-doc/html/group__DBus.html
/usr/share/doc/packages/dbus-1-devel-doc/html/group__DBusAddress.html
/usr/share/doc/packages/dbus-1-devel-doc/html/group__DBusAddressInternals.html
/usr/share/doc/packages/dbus-1-devel-doc/html/group__DBusAuth.html
/usr/share/doc/packages/dbus-1-devel-doc/html/group__DBusAuthInternals.html
/usr/share/doc/packages/dbus-1-devel-doc/html/group__DBusBus.html
/usr/share/doc/packages/dbus-1-devel-doc/html/group__DBusBusInternals.html
/usr/share/doc/packages/dbus-1-devel-doc/html/group__DBusConnection.html
/usr/share/doc/packages/dbus-1-devel-doc/html/group__DBusConnectionInternals.html
/usr/share/doc/packages/dbus-1-devel-doc/html/group__DBusCredentials.html
/usr/share/doc/packages/dbus-1-devel-doc/html/group__DBusCredentialsInternals.html
/usr/share/doc/packages/dbus-1-devel-doc/html/group__DBusDataSlot.html
/usr/share/doc/packages/dbus-1-devel-doc/html/group__DBusErrorInternals.html
/usr/share/doc/packages/dbus-1-devel-doc/html/group__DBusErrors.html
/usr/share/doc/packages/dbus-1-devel-doc/html/group__DBusFile.html
/usr/share/doc/packages/dbus-1-devel-doc/html/group__DBusHashTable.html
/usr/share/doc/packages/dbus-1-devel-doc/html/group__DBusHashTableInternals.html
/usr/share/doc/packages/dbus-1-devel-doc/html/group__DBusInternals.html
/usr/share/doc/packages/dbus-1-devel-doc/html/group__DBusInternalsUtils.html
/usr/share/doc/packages/dbus-1-devel-doc/html/group__DBusInternalsUuidgen.html
/usr/share/doc/packages/dbus-1-devel-doc/html/group__DBusKeyring.html
/usr/share/doc/packages/dbus-1-devel-doc/html/group__DBusKeyringInternals.html
/usr/share/doc/packages/dbus-1-devel-doc/html/group__DBusList.html
/usr/share/doc/packages/dbus-1-devel-doc/html/group__DBusListInternals.html
/usr/share/doc/packages/dbus-1-devel-doc/html/group__DBusMacros.html
/usr/share/doc/packages/dbus-1-devel-doc/html/group__DBusMarshal.html
/usr/share/doc/packages/dbus-1-devel-doc/html/group__DBusMemPool.html
/usr/share/doc/packages/dbus-1-devel-doc/html/group__DBusMemPoolInternals.html
/usr/share/doc/packages/dbus-1-devel-doc/html/group__DBusMemory.html
/usr/share/doc/packages/dbus-1-devel-doc/html/group__DBusMemoryInternals.html
/usr/share/doc/packages/dbus-1-devel-doc/html/group__DBusMessage.html
/usr/share/doc/packages/dbus-1-devel-doc/html/group__DBusMessageInternals.html
/usr/share/doc/packages/dbus-1-devel-doc/html/group__DBusMisc.html
/usr/share/doc/packages/dbus-1-devel-doc/html/group__DBusObjectTree.html
/usr/share/doc/packages/dbus-1-devel-doc/html/group__DBusPendingCall.html
/usr/share/doc/packages/dbus-1-devel-doc/html/group__DBusPendingCallInternals.html
/usr/share/doc/packages/dbus-1-devel-doc/html/group__DBusProtocol.html
/usr/share/doc/packages/dbus-1-devel-doc/html/group__DBusResources.html
/usr/share/doc/packages/dbus-1-devel-doc/html/group__DBusResourcesInternals.html
/usr/share/doc/packages/dbus-1-devel-doc/html/group__DBusSHA.html
/usr/share/doc/packages/dbus-1-devel-doc/html/group__DBusSHAInternals.html
/usr/share/doc/packages/dbus-1-devel-doc/html/group__DBusServer.html
/usr/share/doc/packages/dbus-1-devel-doc/html/group__DBusServerInternals.html
/usr/share/doc/packages/dbus-1-devel-doc/html/group__DBusServerLaunchd.html
/usr/share/doc/packages/dbus-1-devel-doc/html/group__DBusServerSocket.html
/usr/share/doc/packages/dbus-1-devel-doc/html/group__DBusServerUnix.html
/usr/share/doc/packages/dbus-1-devel-doc/html/group__DBusServerWin.html
/usr/share/doc/packages/dbus-1-devel-doc/html/group__DBusShared.html
/usr/share/doc/packages/dbus-1-devel-doc/html/group__DBusSignature.html
/usr/share/doc/packages/dbus-1-devel-doc/html/group__DBusString.html
/usr/share/doc/packages/dbus-1-devel-doc/html/group__DBusStringInternals.html
/usr/share/doc/packages/dbus-1-devel-doc/html/group__DBusSysdeps.html
/usr/share/doc/packages/dbus-1-devel-doc/html/group__DBusSysdepsUnix.html
/usr/share/doc/packages/dbus-1-devel-doc/html/group__DBusThreads.html
/usr/share/doc/packages/dbus-1-devel-doc/html/group__DBusThreadsInternals.html
/usr/share/doc/packages/dbus-1-devel-doc/html/group__DBusTimeout.html
/usr/share/doc/packages/dbus-1-devel-doc/html/group__DBusTimeoutInternals.html
/usr/share/doc/packages/dbus-1-devel-doc/html/group__DBusTransport.html
/usr/share/doc/packages/dbus-1-devel-doc/html/group__DBusTransportSocket.html
/usr/share/doc/packages/dbus-1-devel-doc/html/group__DBusTransportUnix.html
/usr/share/doc/packages/dbus-1-devel-doc/html/group__DBusTypes.html
/usr/share/doc/packages/dbus-1-devel-doc/html/group__DBusWatch.html
/usr/share/doc/packages/dbus-1-devel-doc/html/group__DBusWatchInternals.html
/usr/share/doc/packages/dbus-1-devel-doc/html/index.html
/usr/share/doc/packages/dbus-1-devel-doc/html/modules.html
/usr/share/doc/packages/dbus-1-devel-doc/html/nav_f.png
/usr/share/doc/packages/dbus-1-devel-doc/html/nav_h.png
/usr/share/doc/packages/dbus-1-devel-doc/html/open.png
/usr/share/doc/packages/dbus-1-devel-doc/html/pages.html
/usr/share/doc/packages/dbus-1-devel-doc/html/sd-daemon_8c_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/sd-daemon_8h_source.html
/usr/share/doc/packages/dbus-1-devel-doc/html/structBusData.html
/usr/share/doc/packages/dbus-1-devel-doc/html/structDBus8ByteStruct.html
/usr/share/doc/packages/dbus-1-devel-doc/html/structDBusAddressEntry.html
/usr/share/doc/packages/dbus-1-devel-doc/html/structDBusAllocatedSlot.html
/usr/share/doc/packages/dbus-1-devel-doc/html/structDBusArrayLenFixup.html
/usr/share/doc/packages/dbus-1-devel-doc/html/structDBusAtomic.html
/usr/share/doc/packages/dbus-1-devel-doc/html/structDBusAuth.html
/usr/share/doc/packages/dbus-1-devel-doc/html/structDBusAuthClient.html
/usr/share/doc/packages/dbus-1-devel-doc/html/structDBusAuthCommandName.html
/usr/share/doc/packages/dbus-1-devel-doc/html/structDBusAuthMechanismHandler.html
/usr/share/doc/packages/dbus-1-devel-doc/html/structDBusAuthServer.html
/usr/share/doc/packages/dbus-1-devel-doc/html/structDBusAuthStateData.html
/usr/share/doc/packages/dbus-1-devel-doc/html/structDBusBabysitter.html
/usr/share/doc/packages/dbus-1-devel-doc/html/structDBusCondVar.html
/usr/share/doc/packages/dbus-1-devel-doc/html/structDBusCondVarPThread.html
/usr/share/doc/packages/dbus-1-devel-doc/html/structDBusConnection.html
/usr/share/doc/packages/dbus-1-devel-doc/html/structDBusCounter.html
/usr/share/doc/packages/dbus-1-devel-doc/html/structDBusCredentials.html
/usr/share/doc/packages/dbus-1-devel-doc/html/structDBusDataSlot.html
/usr/share/doc/packages/dbus-1-devel-doc/html/structDBusDataSlotAllocator.html
/usr/share/doc/packages/dbus-1-devel-doc/html/structDBusDataSlotList.html
/usr/share/doc/packages/dbus-1-devel-doc/html/structDBusDirIter.html
/usr/share/doc/packages/dbus-1-devel-doc/html/structDBusError.html
/usr/share/doc/packages/dbus-1-devel-doc/html/structDBusFreedElement.html
/usr/share/doc/packages/dbus-1-devel-doc/html/structDBusGroupInfo.html
/usr/share/doc/packages/dbus-1-devel-doc/html/structDBusHashEntry.html
/usr/share/doc/packages/dbus-1-devel-doc/html/structDBusHashIter.html
/usr/share/doc/packages/dbus-1-devel-doc/html/structDBusHashTable.html
/usr/share/doc/packages/dbus-1-devel-doc/html/structDBusHeader.html
/usr/share/doc/packages/dbus-1-devel-doc/html/structDBusHeaderField.html
/usr/share/doc/packages/dbus-1-devel-doc/html/structDBusKey.html
/usr/share/doc/packages/dbus-1-devel-doc/html/structDBusKeyring.html
/usr/share/doc/packages/dbus-1-devel-doc/html/structDBusList.html
/usr/share/doc/packages/dbus-1-devel-doc/html/structDBusMemBlock.html
/usr/share/doc/packages/dbus-1-devel-doc/html/structDBusMemPool.html
/usr/share/doc/packages/dbus-1-devel-doc/html/structDBusMessage.html
/usr/share/doc/packages/dbus-1-devel-doc/html/structDBusMessageFilter.html
/usr/share/doc/packages/dbus-1-devel-doc/html/structDBusMessageIter.html
/usr/share/doc/packages/dbus-1-devel-doc/html/structDBusMessageLoader.html
/usr/share/doc/packages/dbus-1-devel-doc/html/structDBusMessageRealIter.html
/usr/share/doc/packages/dbus-1-devel-doc/html/structDBusMutexPThread.html
/usr/share/doc/packages/dbus-1-devel-doc/html/structDBusNonceFile.html
/usr/share/doc/packages/dbus-1-devel-doc/html/structDBusObjectPathVTable.html
/usr/share/doc/packages/dbus-1-devel-doc/html/structDBusObjectSubtree.html
/usr/share/doc/packages/dbus-1-devel-doc/html/structDBusObjectTree.html
/usr/share/doc/packages/dbus-1-devel-doc/html/structDBusPendingCall.html
/usr/share/doc/packages/dbus-1-devel-doc/html/structDBusPipe.html
/usr/share/doc/packages/dbus-1-devel-doc/html/structDBusPollFD.html
/usr/share/doc/packages/dbus-1-devel-doc/html/structDBusPreallocatedSend.html
/usr/share/doc/packages/dbus-1-devel-doc/html/structDBusRealError.html
/usr/share/doc/packages/dbus-1-devel-doc/html/structDBusRealHashIter.html
/usr/share/doc/packages/dbus-1-devel-doc/html/structDBusRealString.html
/usr/share/doc/packages/dbus-1-devel-doc/html/structDBusSHAContext.html
/usr/share/doc/packages/dbus-1-devel-doc/html/structDBusServer.html
/usr/share/doc/packages/dbus-1-devel-doc/html/structDBusServerSocket.html
/usr/share/doc/packages/dbus-1-devel-doc/html/structDBusServerVTable.html
/usr/share/doc/packages/dbus-1-devel-doc/html/structDBusSignatureIter.html
/usr/share/doc/packages/dbus-1-devel-doc/html/structDBusSignatureRealIter.html
/usr/share/doc/packages/dbus-1-devel-doc/html/structDBusStat.html
/usr/share/doc/packages/dbus-1-devel-doc/html/structDBusString.html
/usr/share/doc/packages/dbus-1-devel-doc/html/structDBusThreadFunctions.html
/usr/share/doc/packages/dbus-1-devel-doc/html/structDBusTimeout.html
/usr/share/doc/packages/dbus-1-devel-doc/html/structDBusTimeoutList.html
/usr/share/doc/packages/dbus-1-devel-doc/html/structDBusTransport.html
/usr/share/doc/packages/dbus-1-devel-doc/html/structDBusTransportSocket.html
/usr/share/doc/packages/dbus-1-devel-doc/html/structDBusTransportVTable.html
/usr/share/doc/packages/dbus-1-devel-doc/html/structDBusTypeReader.html
/usr/share/doc/packages/dbus-1-devel-doc/html/structDBusTypeReaderClass.html
/usr/share/doc/packages/dbus-1-devel-doc/html/structDBusTypeWriter.html
/usr/share/doc/packages/dbus-1-devel-doc/html/structDBusUserInfo.html
/usr/share/doc/packages/dbus-1-devel-doc/html/structDBusWatch.html
/usr/share/doc/packages/dbus-1-devel-doc/html/structDBusWatchList.html
/usr/share/doc/packages/dbus-1-devel-doc/html/structDIR.html
/usr/share/doc/packages/dbus-1-devel-doc/html/structHeaderFieldType.html
/usr/share/doc/packages/dbus-1-devel-doc/html/structReplacementBlock.html
/usr/share/doc/packages/dbus-1-devel-doc/html/structShutdownClosure.html
/usr/share/doc/packages/dbus-1-devel-doc/html/structdirent.html
/usr/share/doc/packages/dbus-1-devel-doc/html/tab_a.png
/usr/share/doc/packages/dbus-1-devel-doc/html/tab_b.png
/usr/share/doc/packages/dbus-1-devel-doc/html/tab_h.png
/usr/share/doc/packages/dbus-1-devel-doc/html/tab_s.png
/usr/share/doc/packages/dbus-1-devel-doc/html/tabs.css
/usr/share/doc/packages/dbus-1-devel-doc/html/todo.html
/usr/share/doc/packages/dbus-1-devel-doc/html/unionDBusBasicValue.html
/usr/share/doc/packages/dbus-1-devel-doc/html/unionDBusGUID.html
/usr/share/doc/packages/dbus-1-devel-doc/html/unionsockaddr__union.html
/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 May 13 04:19:45 2013