summaryrefslogtreecommitdiff
path: root/bus
AgeCommit message (Expand)AuthorFilesLines
2010-03-03Fix build when selinux is disabled but libaudit enabledFrederic Crozat1-4/+4
2010-02-18Monitor service directories for changesColin Walters3-8/+67
2010-02-18Fix dummy file monitoring backend compilationBrian Cameron1-3/+3
2010-02-08Fix compilation of kqueue file monitoring on FreeBSDCyril Brulebois1-4/+5
2010-02-02Fix compilation in --disable-selinux caseColin Walters2-34/+3
2010-02-02Fix inotify shutdownColin Walters2-54/+82
2010-02-01Clean up inotify watch handlingColin Walters4-96/+224
2010-01-28Update messagebus.in init script to start earlierColin Walters1-1/+1
2010-01-28Don't drop pending activations when reloading configurationColin Walters3-49/+80
2010-01-28Switch to libcap-ng, avoid linking libdbus against libcap[-ng]Colin Walters2-5/+115
2010-01-28Ignore exit code zero from activated servicesColin Walters1-28/+55
2009-12-18Bug 25697 - Fix memory leak in policy reloadMatthias Clasen1-0/+2
2009-09-18Fix link order: system libraries should come after libdbus-convenienceColin Watson1-8/+8
2009-07-14Bug 22516 - Ensure inotify fd is set close on execMatthias Clasen1-0/+4
2009-07-14Bug 21161 - Update the FSF addressTobias Mueller47-47/+47
2009-07-14Unrestrict session bus timeout.Scott James Remnant1-1/+0
2009-07-14Change default reply timeout.Scott James Remnant1-1/+1
2009-07-14Expire list timeout may be negative for no expiry.Scott James Remnant1-2/+2
2009-07-14Explicitly check for zero time fields.Scott James Remnant1-1/+2
2009-05-06libselinux behavior in permissive mode wrt invalid domainsEamon Walsh1-2/+12
2009-05-06Bug 19502 - Sparse warning cleanupsKjartan Maraas2-2/+2
2009-05-06Always append closing quote in log commandColin Walters1-6/+5
2009-01-06Initialize AVC earlier so we can look up service security contextsJames Carter1-5/+5
2009-01-06[win32] Protect usage of SIGHUP with #ifdefTor Lillqvist1-9/+14
2009-01-06Bug 18446: Keep umask for session busMatt McCutchen7-4/+56
2009-01-06Avoid possible use of uninitialized variablePeter Breitenlohner1-1/+1
2009-01-06Various compiler warning fixesColin Walters2-1/+2
2008-12-18Add requested_reply to send denials, and connection loginfo to "would deny"Colin Walters1-31/+38
2008-12-18Add uid, pid, and command to security logsColin Walters3-21/+127
2008-12-16Merge commit '3d6abf64d0abb2718e082e120f14f8f923a4af59' into dbus-1.2Colin Walters1-23/+19
2008-12-16Add optional logging on allow rulesColin Walters4-16/+34
2008-12-12Add message type to security syslog entriesColin Walters1-2/+6
2008-12-12Add syslog of security denials and configuration file reloadsColin Walters9-19/+133
2008-12-12Clean up and clarify default system policyColin Walters1-23/+19
2008-12-09Another manpage update explicitly mentioning bare send_interfaceColin Walters1-2/+6
2008-12-09Add at_console docs to manpage, as well as brief <policy> forewardColin Walters1-2/+17
2008-12-09Bug 18229: Allow signalsColin Walters1-0/+2
2008-12-05Bug 18229 - Change system.conf to correctly deny non-reply sends by defaultTomas Hoger1-2/+12
2008-07-28Bug 16294: Don't lose inotify watch when config fails to parseColin Walters1-9/+12
2008-07-15Fix leaks in bus_activation_get_environment error pathsRay Strode1-2/+5
2008-07-12Update man page to make the point of the <type> element more clearRay Strode1-1/+15
2008-07-12Add new UpdateActivationEnvironment bus messageRay Strode2-0/+135
2008-07-12Store what environment to activate with on activation objectRay Strode2-18/+217
2008-06-05Bug 15740: Solaris/ADT auditing support (simon zheng)Colin Walters1-0/+79
2008-04-03fix expiration of pending repliesKimmo Hämäläinen1-16/+25
2008-04-03Merge branch 'master' of git+ssh://johnp@git.freedesktop.org/git/dbus/dbusJohn (J5) Palmieri1-3/+3
2008-04-01Fixes for the inotify configuration file monitor backend.Frederic Crozat1-3/+3
2008-03-04Make BusExpireList an opaque data typeHavoc Pennington3-53/+142
2008-02-26CVE-2008-0595 dbus security policy circumventionJohn (J5) Palmieri1-6/+26
2008-02-21fix build against the latest gcc/glibcJohn (J5) Palmieri1-0/+1