summaryrefslogtreecommitdiff
path: root/bus
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'dbus-1.8'Simon McVittie2014-09-166-28/+154
|\
| * 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: change DEFAULT_MESSAGE_UNIX_FDS to 16Simon McVittie2014-09-151-1/+2
| * system bus limit: use max_replies_per_connection=128 by defaultAlban Crequy2014-09-151-1/+1
* | Make various system-bus-related things Unix-onlySimon McVittie2014-09-151-7/+11
* | free_pending_restore_data --> free_restore_pending_dataChengwei Yang2014-09-091-3/+3
* | Improve debug message to be able to see empty files.Ralf Habacker2014-09-081-1/+1
* | Merge branch 'dbus-1.8'Simon McVittie2014-09-051-1/+3
|\ \ | |/
| * Stats: fix compilation issueAlban Crequy2014-09-041-1/+3
* | bus_set_watched_dirs: portability patch for systems which lack O_CLOEXECPatrick Welche2014-06-111-0/+17
|/
* CVE-2014-3477: deliver activation errors correctly, fixing Denial of ServiceAlban Crequy2014-06-053-11/+24
* Add "Documentation=man:dbus-daemon(1)" line to systemd serviceCameron Norman2014-04-281-0/+1
* Rename bus-test-launch-helper to test-bus-launch_helper to match common test ...Ralf Habacker2014-01-172-5/+5
* Rename bus-test-system to test-bus-system to match common test application na...Ralf Habacker2014-01-172-4/+4
* Rename bus-test to test-bus to match common test application naming scheme.Ralf Habacker2014-01-172-4/+4
* Don't forget allow_anonymous when merging configsMatt Hoosier2014-01-141-0/+3
* kqueue: open watched directories with close-on-exec flagChengwei Yang2014-01-061-1/+1
* BusTransaction: remove confusing getter of connectionsChengwei Yang2014-01-064-9/+2
* Fix memory leak for kqueue: shutdown kqueue correctlyChengwei Yang2014-01-061-13/+74
* kqueue: replace tab with spaceChengwei Yang2014-01-061-51/+51
* Reload policy rules for completed connectionsChengwei Yang2014-01-063-0/+50
* Merge branch 'dbus-1.6'Simon McVittie2013-11-122-2/+2
|\
| * fixed memory freeing if error during listing servicesRadoslaw Pajak2013-11-122-2/+2
* | selinux: Use selinux_set_mapping() to avoid hardcoded constants for policyosmond sun2013-11-072-4/+28
* | bus/selinux: Fix previous commit for CAP_AUDIT_WRITE retentionColin Walters2013-11-011-1/+7
* | DBusBabysitter: change executable to log_nameChengwei Yang2013-11-011-1/+3
* | transaction_free: factor outSimon McVittie2013-11-011-10/+12
* | Use SIGHUP without check in UNIX environmentChengwei Yang2013-11-011-4/+0
* | Merge branch 'dbus-1.6'Simon McVittie2013-10-231-1/+29
|\ \ | |/
| * 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
* | Remove unused key-word of DBus .service fileChengwei Yang2013-10-091-1/+0
* | launch-helper: fix error code parsingChengwei Yang2013-10-093-2/+10
* | bus-test: only expect GetConnectionUnixProcessID to succeed sometimesSimon McVittie2013-09-231-0/+6
* | selinux: when dropping capabilities only include AUDIT caps if we have themLennart Poettering2013-09-131-2/+3
* | Allow dbus-daemon --nofork on WindowsSimon McVittie2013-09-031-2/+2
* | Fix unused function when SELinux is not enabledSimon McVittie2013-08-301-3/+4
* | _dbus_get_tmpdir: be thread-safeSimon McVittie2013-08-291-1/+7
* | Cleanup: simplify assertion checkChengwei Yang2013-08-231-14/+3
* | fix whitespaceSimon McVittie2013-08-231-1/+1
* | Cleanup: polish inotify backendChengwei Yang2013-08-231-9/+7
* | Cleanup: polish verbose mode checkingChengwei Yang2013-08-232-16/+5
* | Export dbus_setenv() as a utility functionSimon McVittie2013-08-234-9/+13
* | Revert "Factor out DBusAuthorization from DBusTransport"Simon McVittie2013-08-231-11/+0
* | Factor out DBusAuthorization from DBusTransportCosimo Alfarano2013-08-231-0/+11