Merge branch 'my-dbus-1.2'
[platform/upstream/dbus.git] / bus /
2010-01-28 Colin WaltersMerge branch 'my-dbus-1.2'
2010-01-28 Colin WaltersDon't drop pending activations when reloading configuration
2010-01-28 Colin WaltersSwitch to libcap-ng, avoid linking libdbus against...
2010-01-28 Colin WaltersIgnore exit code zero from activated services
2010-01-05 Will ThompsonRename DBusConnection *disconnected param to connection
2010-01-05 Will ThompsonGroup match rules by their interface.
2010-01-05 Will ThompsonExtract rule_list_remove_by_connection
2010-01-05 Will ThompsonExtract freeing a DBusList<BusMatchRule>
2010-01-05 Will ThompsonDon't bother re-matching features we've checked.
2010-01-05 Will ThompsonIndex match rules by message type
2009-12-18 Matthias ClasenBug 25697 - Fix memory leak in policy reload
2009-12-18 Ralf HabackerDBusPipe related unix compile fix
2009-12-15 Colin WaltersIgnore exit code zero from activated services
2009-12-06 Ralf Habackerfixed cmake version macro and string handling
2009-12-01 Ralf Habackeruses tcp based test connections for now
2009-12-01 Frank OsterfeldWindows fixes
2009-12-01 Tor LillqvistUse nonce-tcp default session bus on Windows
2009-12-01 Nguyễn Thái Ngọc Duybus/Makefile.am: make dbus-daemon and friends bin_PROGR...
2009-12-01 Marc Mutzbus/Makefile.am: conditional compilation for W32, use...
2009-12-01 Marc MutzMakefile.am's: reorder libraries so static libs come...
2009-11-30 Frank Osterfelddon't leak string list in error case (cherry picked...
2009-09-18 Colin WatsonFix link order: system libraries should come after...
2009-07-16 Thiago MacieiraMerge branch 'fd-passing'
2009-07-15 Colin WaltersMerge branch 'dbus-1.2'
2009-07-14 Matthias ClasenBug 22516 - Ensure inotify fd is set close on exec
2009-07-14 Tobias MuellerBug 21161 - Update the FSF address
2009-07-14 Scott James RemnantUnrestrict session bus timeout.
2009-07-14 Scott James RemnantChange default reply timeout.
2009-07-14 Scott James RemnantExpire list timeout may be negative for no expiry.
2009-07-14 Scott James RemnantExplicitly check for zero time fields.
2009-07-11 Matthias ClasenBug 22516 - Ensure inotify fd is set close on exec
2009-07-10 Tobias MuellerBug 21161 - Update the FSF address
2009-05-28 Scott James RemnantUnrestrict session bus timeout.
2009-05-28 Scott James RemnantChange default reply timeout.
2009-05-28 Scott James RemnantExpire list timeout may be negative for no expiry.
2009-05-28 Scott James RemnantExplicitly check for zero time fields.
2009-05-20 Lennart Poetteringbus: don't forward messages with unix fds on connection...
2009-05-20 Lennart Poetteringbus: make use of new unix fd limits
2009-05-20 Lennart Poetteringmemset: replace memset() by _DBUS_ZERO where applicable
2009-05-20 Lennart Poetteringauth: add fd passing negotiation support
2009-05-20 Lennart Poetteringbuild-system: define _GNU_SOURCE centrally
2009-05-20 Lennart Poetteringcloexec: set FD_CLOEXEC for all full duplex pipes
2009-05-20 Lennart Poetteringunix-fd: add test for passing unix fds
2009-05-13 Thiago MacieiraMerge branch 'dbus-1.2'
2009-05-13 Thiago MacieiraMerge branch 'dbus-1.2'
2009-05-06 Eamon Walshlibselinux behavior in permissive mode wrt invalid...
2009-05-06 Kjartan MaraasBug 19502 - Sparse warning cleanups
2009-05-06 Colin WaltersAlways append closing quote in log command
2009-04-28 Thiago MacieiraMerge branch 'dbus-1.2'
2009-04-22 Eamon Walshlibselinux behavior in permissive mode wrt invalid...
2009-04-21 Kjartan MaraasBug 19502 - Sparse warning cleanups
2009-04-21 Thiago MacieiraMerge branch 'dbus-1.2'
2009-03-12 Colin WaltersAlways append closing quote in log command
2009-01-06 James CarterInitialize AVC earlier so we can look up service securi...
2009-01-06 Tor Lillqvist[win32] Protect usage of SIGHUP with #ifdef
2009-01-06 Matt McCutchenBug 18446: Keep umask for session bus
2009-01-06 Peter BreitenlohnerAvoid possible use of uninitialized variable
2009-01-06 Colin WaltersVarious compiler warning fixes
2009-01-06 Peter BreitenlohnerAvoid possible use of uninitialized variable
2008-12-20 Colin WaltersVarious compiler warning fixes
2008-12-18 Colin WaltersAdd requested_reply to send denials, and connection...
2008-12-18 Colin WaltersAdd uid, pid, and command to security logs
2008-12-18 Colin WaltersClean up and clarify default system policy
2008-12-18 Colin WaltersAdd requested_reply to send denials, and connection...
2008-12-17 Colin WaltersAdd uid, pid, and command to security logs
2008-12-16 Colin WaltersMerge commit '3d6abf64d0abb2718e082e120f14f8f923a4af59...
2008-12-16 Colin WaltersAdd optional logging on allow rules
2008-12-16 Colin WaltersAdd optional logging on allow rules
2008-12-12 Colin WaltersAdd message type to security syslog entries
2008-12-12 Colin WaltersAdd message type to security syslog entries
2008-12-12 Colin WaltersAdd syslog of security denials and configuration file...
2008-12-12 Colin WaltersClean up and clarify default system policy
2008-12-12 Colin WaltersAdd syslog of security denials and configuration file...
2008-12-09 Colin WaltersAnother manpage update explicitly mentioning bare send_...
2008-12-09 Colin WaltersAdd at_console docs to manpage, as well as brief <polic...
2008-12-09 Colin WaltersBug 18229: Allow signals
2008-12-09 Colin WaltersAnother manpage update explicitly mentioning bare send_...
2008-12-09 Colin WaltersAdd at_console docs to manpage, as well as brief <polic...
2008-12-09 Colin WaltersMerge branch 'manpage'
2008-12-09 Colin WaltersBug 18229: Allow signals
2008-12-09 Colin WaltersBug 18229: Update manpage with better advice
2008-12-05 Tomas HogerBug 18229 - Change system.conf to correctly deny non...
2008-12-05 Tomas HogerBug 18229 - Change system.conf to correctly deny non...
2008-11-12 Dennis KaarsemakerBug 15393 - support allow_anonymous config variable
2008-11-10 Matt McCutchenBug 18446: Keep umask for session bus
2008-10-01 James CarterInitialize AVC earlier so we can look up service securi...
2008-09-18 Tor Lillqvist[win32] Protect usage of SIGHUP with #ifdef
2008-07-28 Colin WaltersBug 16294: Don't lose inotify watch when config fails...
2008-07-24 Colin WaltersMerge branch 'master' of ssh://walters@git.freedesktop...
2008-07-15 Ray StrodeFix leaks in bus_activation_get_environment error paths
2008-07-12 Ray StrodeUpdate man page to make the point of the <type> element...
2008-07-12 Ray StrodeAdd new UpdateActivationEnvironment bus message
2008-07-12 Ray StrodeStore what environment to activate with on activation...
2008-06-07 Thiago MacieiraMerge branch 'dbus-1.2'
2008-06-05 Colin WaltersBug 15740: Solaris/ADT auditing support (simon zheng)
2008-04-03 Kimmo Hämäläinenfix expiration of pending replies
2008-04-03 John (J5) PalmieriMerge branch 'master' of git+ssh://johnp@git.freedeskto...
2008-04-01 Frederic CrozatFixes for the inotify configuration file monitor backend.
2008-03-04 Havoc PenningtonMake BusExpireList an opaque data type
2008-02-26 John (J5) PalmieriCVE-2008-0595 dbus security policy circumvention
next