summaryrefslogtreecommitdiff
path: root/bus
Commit message (Expand)AuthorAgeFilesLines
* Upgrade auth_timeout violation to a warning, since this branch has thoseSimon McVittie2014-11-241-1/+1
* Merge branch 'dbus-1.8'Simon McVittie2014-11-242-1/+9
|\
| * Revert "config: change default auth_timeout to 5 seconds"Simon McVittie2014-11-221-1/+1
| * Log to syslog when auth_timeout drops an incomplete connectionSimon McVittie2014-11-221-0/+8
* | Use DBUS_SYSTEM_LOG_WARNING for failure to alter fd-limitsSimon McVittie2014-11-182-3/+3
* | Merge branch 'dbus-1.8'Simon McVittie2014-11-141-1/+1
|\ \ | |/
| * Set error when message delivery is denied due to receive ruleJacek Bukarewicz2014-11-141-1/+1
* | Merge branch 'dbus-1.8'Simon McVittie2014-11-063-11/+68
|\ \ | |/
| * CVE-2014-7824: set fd rlimit to 64k for the system dbus-daemonSimon McVittie2014-11-063-11/+68
* | Implement NetBSD credentials-passing with LOCAL_PEEREIDPatrick Welche2014-11-061-0/+5
* | Use a better NoReply message for disconnection with reply pendingSimon McVittie2014-10-291-1/+6
* | build: include dbus-sysdeps-unix.h for _dbus_fd_set_close_on_execPatrick Welche2014-10-281-0/+1
* | test-bus, test-dbus: close any inherited fds from callerSimon McVittie2014-10-241-0/+9
* | config: add examples to show how to enable/disable the Stats interfaceAlban Crequy2014-10-013-1/+40
* | Enable Stats interface by default; disallow non-root use on system busSimon McVittie2014-10-011-1/+14
* | Use ISO C strchr() instead of BSD index()Simon McVittie2014-09-251-2/+4
* | match_rule_to_string: add testAlban Crequy2014-09-251-1/+23
* | match_rule_to_string: fix escapingAlban Crequy2014-09-251-14/+51
* | match_rule_to_string: returns NULL if no memory instead of loopingAlban Crequy2014-09-251-14/+7
* | Stats: GetAllMatchRules: add testsAlban Crequy2014-09-251-14/+150
* | Implement GetAllMatchRules on the Stats interfaceAlban Crequy2014-09-255-2/+199
* | inotify: make sure we set the close-on-exec flagSimon McVittie2014-09-231-0/+6
* | 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