summaryrefslogtreecommitdiff
path: root/bus
Commit message (Expand)AuthorAgeFilesLines
* dbus_activation_systemd_failure: do not use non-literal format stringSimon McVittie2016-10-101-1/+1
* CVE-2015-0245: prevent forged ActivationFailure from non-root processesSimon McVittie2015-02-051-0/+8
* Revert "config: change default auth_timeout to 5 seconds"Simon McVittie2014-11-181-1/+1
* Log to syslog when auth_timeout drops an incomplete connectionSimon McVittie2014-11-181-0/+8
* CVE-2014-7824: set fd rlimit to 64k for the system dbus-daemonSimon McVittie2014-11-063-11/+68
* bus: enforce pending_fd_timeoutAlban Crequy2014-09-151-0/+71
* config: add new limit: pending_fd_timeoutAlban Crequy2014-09-154-0/+21
* Stop listening on DBusServer sockets when reaching max_incomplete_connectionsAlban Crequy2014-09-154-25/+58
* config: change default auth_timeout to 5 secondsAlban Crequy2014-09-151-1/+1
* config: add new limit: pending_fd_timeoutSimon McVittie2014-09-152-4/+5
* system bus limit: use max_replies_per_connection=128 by defaultAlban Crequy2014-09-151-1/+1
* CVE-2014-3477: deliver activation errors correctly, fixing Denial of ServiceAlban Crequy2014-06-053-11/+24
* fixed memory freeing if error during listing servicesRadoslaw Pajak2013-11-122-2/+2
* path_namespace='/' should match everythingSimon McVittie2013-10-231-1/+29
* Fix dbus-daemon crash due to invalid service fileChengwei Yang2013-06-121-0/+6
* Fix build error: unused-resultChengwei Yang2013-06-051-2/+8
* When "activating" systemd, handle its special case betterChengwei Yang2013-06-051-5/+14
* activation helper: when compiled for tests, do not reset system bus addressSimon McVittie2012-10-041-1/+1
* activation-helper: Ensure DBUS_STARTER_ADDRESS is set correctlyGeoffrey Thomas2012-09-281-11/+5
* hardening: Remove activation helper handling for DBUS_VERBOSEColin Walters2012-09-281-13/+1
* Revert "Split DBUS_SESSION_BUS_DEFAULT_ADDRESS into listen, connect addresses...Simon McVittie2012-08-131-1/+1
* Split DBUS_SESSION_BUS_DEFAULT_ADDRESS into listen, connect addresses and set...Simon McVittie2012-08-131-1/+1
* Avoid using monotonic time in the DBUS_COOKIE_SHA1 authentication methodDavid Zeuthen2012-04-122-17/+17
* test: enforce own_prefix policy rulesAlban Crequy2012-03-223-8/+90
* policy: remove unused parameterAlban Crequy2012-03-223-4/+1
* policy: enforce policy on "allow own_prefix"Alban Crequy2012-03-041-1/+14
* config parser: add own_prefixAlban Crequy2012-03-042-21/+38
* Move _dbus_check_fdleaks_enter to dbus-message-internal.hSimon McVittie2012-02-211-1/+1
* Replace a series of booleans, all (apparently) alike, with flagsSimon McVittie2012-02-134-38/+63
* Merge branch 'system-search-paths-21620'Simon McVittie2012-02-101-2/+2
|\
| * Explicitly don't search XDG_DATA_DIRS for system services, and document itSimon McVittie2012-02-081-2/+2
* | bus: introduce --nopidfile switch to disable writing of PID filesLennart Poettering2012-02-105-6/+17
|/
* systemd: drop machine UUID generation for unit fileLennart Poettering2012-02-071-1/+0
* Merge branch 'socket-set-33337'Simon McVittie2012-02-074-4/+42
|\
| * Add a stub _dbus_loop_toggle_watch and call it where neededSimon McVittie2011-06-134-4/+42
* | Merge branch 'dbus-1.4', rejecting commit 08dd53c14b53b88cSimon McVittie2012-01-231-0/+1
|\ \
| * | Revert addition of files which were only meant to exist on master, tooSimon McVittie2012-01-232-390/+0
| * | dbus-daemon: fix forgotten counter increase while copying configured auth mec...Simon McVittie2012-01-231-0/+1
| * | Revert all changes since a36d4918a6f646e085Simon McVittie2012-01-0420-922/+468
* | | Revert "made session service dirs customizable: cmake part"Simon McVittie2012-01-041-1/+1
* | | Revert "made session service dirs customizable: autotools part"Simon McVittie2012-01-041-2/+0
* | | made session service dirs customizable: autotools partRalf Habacker2011-11-211-0/+2
* | | made session service dirs customizable: cmake partRalf Habacker2011-11-211-1/+1
* | | Merge tests' cmake and autotools bus configurationSimon McVittie2011-09-281-19/+12
|/ /
* | Merge branch 'more-unused-39231'Simon McVittie2011-09-216-45/+25
|\ \
| * | Use {}, not semicolon, when the statement of an "if" does nothingSimon McVittie2011-09-191-2/+6
| * | Fix an assortment of variables that aren't used when not checking/assertingSimon McVittie2011-09-191-8/+15
| * | BusConnections: don't assert about BusConnectionData in functions that don't ...Simon McVittie2011-09-191-11/+0
| * | bus_driver_handle_message: remove unused labelSimon McVittie2011-09-191-1/+0
| * | activation helper: remove unused variable when not being verboseSimon McVittie2011-09-191-2/+2