index
:
~rhabacker/dbus
105460
59807
61922
92080-integration-config-file
92721-bus-test-failures
92899-name-test-on-windows
93069-gcc-5.2-warnings
93464-enable-name-tests
99751-auto-shutdown
auto-ax-compiler-flags
c++-port
clang-format
cmake-xmldoc-dependencies-chain
dbus-1.10
dbus-1.8
dbus-verbose-channels
dde-transport
devhelp
gnuinstalldirs
hacking-git-bz
master
meinproc-windows-fixes
memory-tracer
move-desktop-file-parser-to-dbus
sspi
terminate-dbus-after-clients-disconnect
use-doxyfile.in
windows-service
xsltproc
xsltproc-docbook-support
Personal dbus repository
rhabacker
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bus
/
driver.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-29
bus_driver_send_ack_reply: Make available to other modules
Simon McVittie
1
-13
/
+10
2017-06-29
driver: Use a data-driven approach to marking methods as privileged
Simon McVittie
1
-18
/
+15
2017-06-29
driver: Share bus_driver_get_conn_helper with other modules
Simon McVittie
1
-8
/
+1
2017-06-29
driver: Make eavesdropping a privileged action
Simon McVittie
1
-3
/
+10
2017-06-12
Return the dbus-daemon SELinux context when asking about org.freedesktop.DBus
Laurent Bigonville
1
-2
/
+3
2017-06-08
driver: Implement the Peer interface, for completeness
Simon McVittie
1
-1
/
+80
2017-06-08
driver: Implement Properties, with Features and Interfaces properties
Simon McVittie
1
-2
/
+375
2017-06-08
driver: Generate child node elements in introspection
Simon McVittie
1
-2
/
+25
2017-06-02
bus/driver: Only allow specific methods to be called at wrong paths
Simon McVittie
1
-61
/
+74
2017-06-02
bus/driver: Make non-core interfaces unavailable on most object paths
Simon McVittie
1
-10
/
+38
2017-02-13
driver: Remove unnecessary NULL check
Philip Withnall
1
-1
/
+1
2017-01-17
Bus driver: add default BusDriverFound switch cases
Simon McVittie
1
-0
/
+6
2016-10-13
Be more const-correct
Simon McVittie
1
-2
/
+3
2016-10-10
Ignore ActivationFailure if not using systemd activation
Simon McVittie
1
-0
/
+8
2016-10-10
bus_driver_handle_message: reject ActivationFailure if unprivileged
Simon McVittie
1
-0
/
+9
2016-08-16
Log when we exceed max_match_rules_per_connection
Simon McVittie
1
-6
/
+16
2016-08-16
Log to syslog if max_completed_connections or max_connections_per_user are ex...
Simon McVittie
1
-2
/
+13
2015-11-23
Merge branch 'dbus-1.10'
Simon McVittie
1
-58
/
+278
2015-11-23
Fix warning: "pointer targets in passing argument 3 of 'dbus_connection_get_a...
Ralf Habacker
1
-1
/
+1
2015-11-17
monitor: use the addressed_recipient to select matches
Simon McVittie
1
-1
/
+1
2015-11-17
bus-driver: Support returning org.freedesktop.DBus UID and PID
Jan Alexander Steffens (heftig)
1
-55
/
+115
2015-11-17
bus_driver_handle_update_activation_environment: Forward to systemd
Jan Alexander Steffens (heftig)
1
-3
/
+152
2015-11-17
bus_driver_handle_update_activation_environment: Error on system buses
Jan Alexander Steffens (heftig)
1
-0
/
+11
2015-10-19
BecomeMonitor: do not overwrite error with another error
Simon McVittie
1
-4
/
+1
2015-06-17
Merge branch 'dbus-1.8'
Simon McVittie
1
-0
/
+2
2015-06-17
Fix memleak in GetConnectionCredentials handler
Jacek Bukarewicz
1
-0
/
+2
2015-03-05
Improve diagnostics when UpdateActivationEnvironment calls are rejected
Simon McVittie
1
-2
/
+15
2015-02-18
Revert "Add DBus method to return the AA context of a connection"
Simon McVittie
1
-89
/
+0
2015-02-18
Add DBus method to return the AA context of a connection
Tyler Hicks
1
-0
/
+89
2015-02-18
Mediation of processes becoming a monitor
Tyler Hicks
1
-0
/
+7
2015-02-18
Mediation of processes eavesdropping
Tyler Hicks
1
-1
/
+9
2015-02-18
Add LSM-agnostic support for LinuxSecurityLabel credential
Simon McVittie
1
-7
/
+25
2015-02-13
Add org.freedesktop.DBus.Verbose interface to dbus-daemon when compiled with ...
Ralf Habacker
1
-0
/
+77
2015-02-11
bus_driver_handle_get_connection_credentials: do not assert on OOM
Simon McVittie
1
-0
/
+4
2015-02-11
Windows implementation of GetConnectionCredentials.
Ralf Habacker
1
-0
/
+20
2015-02-09
Merge branch '1.8-cve-2015-0245' into cve-2015-0245
Simon McVittie
1
-11
/
+39
2015-02-05
CVE-2015-0245: discard forged ActivationFailure messages
Simon McVittie
1
-0
/
+18
2015-02-05
bus_driver_get_owner_of_name: factor out from bus_driver_get_conn_helper
Simon McVittie
1
-11
/
+21
2015-02-04
bus_driver_check_caller_is_privileged: correct the DBUS_WIN case
Simon McVittie
1
-1
/
+1
2015-02-04
Capture all messages received or sent, and send them to monitors
Simon McVittie
1
-7
/
+92
2015-02-04
Add support for morphing a D-Bus connection into a "monitor"
Simon McVittie
1
-0
/
+35
2015-02-03
bus_context_log_and_set_error: add and use
Simon McVittie
1
-20
/
+8
2015-02-03
bus driver: factor out bus_driver_check_caller_is_privileged, and allow root
Simon McVittie
1
-29
/
+107
2015-01-01
Merge branch 'dbus-1.8' and prepare 1.9.6
Simon McVittie
1
-0
/
+70
2015-01-01
Hardening: only allow the uid of the dbus-daemon to call UpdateActivationEnvi...
Simon McVittie
1
-0
/
+35
2015-01-01
Hardening: reject UpdateActivationEnvironment on non-canonical path
Simon McVittie
1
-0
/
+35
2014-09-25
Implement GetAllMatchRules on the Stats interface
Alban Crequy
1
-0
/
+1
2013-08-23
Cleanup: simplify assertion check
Chengwei Yang
1
-14
/
+3
2013-08-23
Revert "Factor out DBusAuthorization from DBusTransport"
Simon McVittie
1
-11
/
+0
2013-08-23
Factor out DBusAuthorization from DBusTransport
Cosimo Alfarano
1
-0
/
+11
[next]