summaryrefslogtreecommitdiff
path: root/bus
Commit message (Expand)AuthorAgeFilesLines
* containers: Share code for what happens when we lose a connectionSimon McVittie2018-08-301-9/+8
* bus_config_parser_check_doctype: Remove, unusedSimon McVittie2018-08-304-44/+0
* BusConfigParser test: Check that all limits are equal, not just oneSimon McVittie2018-08-301-16/+16
* bus_context_get_policy: Remove, unusedSimon McVittie2018-08-302-7/+0
* bus_connections_get_context: Remove, unusedSimon McVittie2018-08-302-7/+0
* bus_connections_foreach, bus_connections_foreach_active: RemoveSimon McVittie2018-08-303-90/+3
* bus: Free address (from --address) when we have finished using itSimon McVittie2018-08-231-0/+1
* dispatch test: Simplify OOM testingSimon McVittie2018-08-021-50/+4
* Add and use _dbus_list_clear_fullSimon McVittie2018-08-023-45/+13
* containers: Factor out connection_get_instance and make it NULL-safeSimon McVittie2018-06-211-3/+20
* bus: Document arguments of bus_activation_activate_serviceSimon McVittie2018-06-211-0/+19
* bus_service_list_queued_owners: Don't return a DBusErrorSimon McVittie2018-06-213-9/+7
* bus_driver_get_owner_of_name: Clarify role of connectionSimon McVittie2018-06-211-2/+2
* driver: Remove references to an obsolete constantSimon McVittie2018-06-201-2/+2
* bus: Clear INVOCATION_ID when carrying out traditional activationSimon McVittie2018-03-221-1/+7
* bus_connection_get_unix_groups: NULL-check *groups, not groupsRalf Habacker2018-03-201-1/+1
* bus driver: Use DBusCredentials to fill credentials structureSimon McVittie2018-03-023-49/+43
* bus: Get loginfo string bits from DBusCredentialsSimon McVittie2018-03-021-19/+25
* bus: Try to get groups directly from credentials, not userdbSimon McVittie2018-03-021-0/+32
* bus: Also tell systemd before we shut downSimon McVittie2018-03-021-0/+1
* bus: Also tell systemd when we're reloadingSimon McVittie2018-03-021-0/+4
* bus: Notify systemd when we are readySimon McVittie2018-03-023-0/+5
* bus: Don't pass systemd environment variables to activated servicesSimon McVittie2018-03-021-0/+30
* bus: raise fd limits before dropping privsDavid King2018-02-201-2/+5
* containers: Add a method to ask to be sent the connection instance headerSimon McVittie2018-02-165-1/+78
* DBusMessage: Add a header field for the container instanceSimon McVittie2018-02-161-1/+2
* bus_transaction_send: Take sender and destination connectionsSimon McVittie2018-02-163-17/+18
* tmpfiles: Add a note that one line is not needed with newer systemdSimon McVittie2018-01-291-1/+1
* containers: Include credentials of initiator in container instance infoSimon McVittie2018-01-152-2/+38
* driver: Factor out bus_driver_fill_connection_credentialsSimon McVittie2018-01-152-53/+78
* bus driver: Omit container type, name from GetConnectionCredentialsSimon McVittie2018-01-151-8/+2
* dbus-daemon: Filter out unknown header fieldsSimon McVittie2018-01-112-3/+19
* Modify systemd tmpfiles.d snippet to create /var/lib/dbus/Chris Lesiak2018-01-111-0/+4
* system.conf: Allow creating containers on the system busSimon McVittie2017-12-121-0/+2
* bus/driver: Allow unprivileged connections to create app-containersSimon McVittie2017-12-121-3/+3
* containers: Enforce max_containers_per_userSimon McVittie2017-12-121-3/+70
* bus/containers: Enforce max_connections_per_containerSimon McVittie2017-12-121-0/+13
* bus/containers: Enforce max_containers limitSimon McVittie2017-12-121-0/+18
* bus/containers: Limit the size of metadata we will storeSimon McVittie2017-12-121-0/+30
* bus: Add (unused) settings for resource limits for containersSimon McVittie2017-12-125-2/+76
* bus/driver: Add GetConnectionInstance(), GetInstanceInfo()Simon McVittie2017-12-123-0/+155
* bus/driver: Add basic container info to GetConnectionCredentials()Simon McVittie2017-12-121-0/+16
* bus/driver: Containers can't use the Verbose and Stats interfacesSimon McVittie2017-12-121-5/+5
* bus/driver: Add a flag for methods that can't be invoked by containersSimon McVittie2017-12-121-6/+25
* bus/driver: Treat connections from inside containers as unprivilegedSimon McVittie2017-12-121-3/+31
* bus/containers: Indicate in loginfo whether connection is containedSimon McVittie2017-12-123-0/+59
* bus/containers: Emit InstanceRemoved signalSimon McVittie2017-12-122-1/+77
* bus/containers: Don't allow stopping other users' containersSimon McVittie2017-12-121-0/+32
* bus/containers: Implement methods to stop containers explicitlySimon McVittie2017-12-123-0/+112
* bus/containers: Give each instance a list of all its connectionsSimon McVittie2017-12-121-1/+37