summaryrefslogtreecommitdiff
path: root/bus
AgeCommit message (Expand)AuthorFilesLines
2015-07-13bus_registry_new: Assert in case of not valid context parameter to avoid poti...Ralf Habacker1-2/+2
2015-06-17Merge branch 'dbus-1.8'Simon McVittie1-0/+2
2015-06-17Fix memleak in GetConnectionCredentials handlerJacek Bukarewicz1-0/+2
2015-05-27Move session & system bus configuration to datadir, by default.Dimitri John Ledkov5-10/+65
2015-05-14Fail to generate random bytes instead of falling back to rand()Simon McVittie1-1/+1
2015-05-14Make UUID generation failableSimon McVittie1-1/+2
2015-05-14Security hardening: force EXTERNAL auth in session.conf on UnixSimon McVittie1-0/+10
2015-05-12Convert mostly DBUS_SOCKET_... and DBUS_POLLABLE_.. macros for more type safety.Ralf Habacker1-3/+3
2015-05-12Turn DBusSocket into a type-safe struct, preventing inappropriate conversionSimon McVittie2-6/+6
2015-05-12main: reload_pipe is (despite its name) a socket pairSimon McVittie1-3/+5
2015-05-12DBusMainLoop, DBusSocketSet: work in terms of DBusPollableSimon McVittie1-3/+3
2015-05-12bus_unix_fds_passing_test: the results of _dbus_socketpair are socketsSimon McVittie1-5/+6
2015-05-12Security hardening: force EXTERNAL auth in session.conf on UnixSimon McVittie1-0/+10
2015-05-01test_remove_directory: Fix 'variable iter going out of scope leaks the storag...Ralf Habacker1-0/+1
2015-04-17Always assert that BUS_CONNECTION_DATA() returns non-NULLRalf Habacker1-3/+15
2015-04-16include_dir: skip processing on error (CID 54744)Ralf Habacker1-0/+2
2015-03-24Fix assorted compiler warnings on Windows.Simon McVittie1-0/+2
2015-03-24Rename _dbus_full_duplex_pipe() to more descriptive name _dbus_socketpair().Ralf Habacker2-4/+4
2015-03-11Revert "Rename _dbus_full_duplex_pipe() to more descriptive name _dbus_socket...Ralf Habacker2-4/+4
2015-03-11Rename _dbus_full_duplex_pipe() to more descriptive name _dbus_socketpair().Ralf Habacker2-4/+4
2015-03-05Improve diagnostics when UpdateActivationEnvironment calls are rejectedSimon McVittie1-2/+15
2015-03-04signal_handler: avoid signed/unsigned mismatch (-Wsign-compare)Simon McVittie1-2/+4
2015-03-04Trivial -Wsign-compare fixes.Ralf Habacker1-1/+2
2015-02-25Make include_dir non-existing directory, to not be an error.Dimitri John Ledkov1-1/+8
2015-02-24Optionally install systemd user units for a per-user busSimon McVittie3-1/+35
2015-02-20Fix static linking with mingwSimon McVittie1-1/+1
2015-02-20Link dbus-daemon and dbus-daemon-lauch-helper against libdbusBertrand SIMONNET1-3/+16
2015-02-19Remove <apparmor/> from default system.conf, session.confSimon McVittie2-6/+0
2015-02-19apparmor: Fix build failure with --disable-apparmorTyler Hicks1-24/+24
2015-02-18Revert "Add DBus method to return the AA context of a connection"Simon McVittie3-105/+0
2015-02-18Add DBus method to return the AA context of a connectionTyler Hicks3-0/+105
2015-02-18apparmor: tighten up terminology for context vs. label vs. profileSimon McVittie1-38/+40
2015-02-18Mediation of processes becoming a monitorTyler Hicks1-0/+7
2015-02-18Mediation of processes eavesdroppingTyler Hicks5-1/+141
2015-02-18Mediation of processes sending and receiving messagesJohn Johansen3-1/+369
2015-02-18Do LSM checks after determining if the message is a requested replyTyler Hicks1-24/+29
2015-02-18Mediation of processes that acquire well-known namesJohn Johansen5-2/+310
2015-02-18Store AppArmor label of connecting processesTyler Hicks4-3/+79
2015-02-18Store AppArmor label of bus during initializationTyler Hicks1-1/+86
2015-02-18Initialize AppArmor mediationJohn Johansen4-0/+208
2015-02-18Add apparmor element support to bus config parsingTyler Hicks8-1/+154
2015-02-18Update autoconf file to build against libapparmorTyler Hicks1-0/+1
2015-02-18Add LSM-agnostic support for LinuxSecurityLabel credentialSimon McVittie1-7/+25
2015-02-13Add org.freedesktop.DBus.Verbose interface to dbus-daemon when compiled with ...Ralf Habacker1-0/+77
2015-02-11bus_driver_handle_get_connection_credentials: do not assert on OOMSimon McVittie1-0/+4
2015-02-11Windows implementation of GetConnectionCredentials.Ralf Habacker1-0/+20
2015-02-09Merge branch '1.8-cve-2015-0245' into cve-2015-0245Simon McVittie2-11/+47
2015-02-05CVE-2015-0245: discard forged ActivationFailure messagesSimon McVittie1-0/+18
2015-02-05bus_driver_get_owner_of_name: factor out from bus_driver_get_conn_helperSimon McVittie1-11/+21
2015-02-04bus_driver_check_caller_is_privileged: correct the DBUS_WIN caseSimon McVittie1-1/+1