summaryrefslogtreecommitdiff
path: root/bus/bus.c
Commit message (Expand)AuthorAgeFilesLines
* Reload policy rules for completed connectionsChengwei Yang2014-01-061-0/+12
* selinux: Use selinux_set_mapping() to avoid hardcoded constants for policyosmond sun2013-11-071-1/+1
* Do not suppress syslog test's stderr just because init is systemdSimon McVittie2013-04-081-1/+1
* Replace a series of booleans, all (apparently) alike, with flagsSimon McVittie2012-02-131-9/+13
* bus: introduce --nopidfile switch to disable writing of PID filesLennart Poettering2012-02-101-2/+8
* Merge branch 'socket-set-33337'Simon McVittie2012-02-071-1/+13
|\
| * Add a stub _dbus_loop_toggle_watch and call it where neededSimon McVittie2011-06-131-1/+13
* | Merge branch 'dbus-1.4', rejecting commit 08dd53c14b53b88cSimon McVittie2012-01-231-0/+1
|\ \
| * | dbus-daemon: fix forgotten counter increase while copying configured auth mec...Simon McVittie2012-01-231-0/+1
| * | Revert all changes since a36d4918a6f646e085Simon McVittie2012-01-041-4/+39
|/ /
* | Remove various never-used variablesSimon McVittie2011-08-051-8/+0
|/
* DBusLoop: remove second layer of watch callbacks where possibleSimon McVittie2011-06-131-18/+2
* DBusLoop: remove a layer of pointless abstraction around timeoutsSimon McVittie2011-06-131-13/+2
* bus_context_log: divert messages to stderr if we're not using syslogSimon McVittie2011-05-251-2/+13
* process_config_first_time_only: initialize syslog as intended.Simon McVittie2011-05-251-0/+2
* bus_context_check_security_policy: syslog if we hit the outgoing quotaSimon McVittie2011-05-251-10/+13
* bus_context_check_security_policy: for SELinux denials, share code to set errorsSimon McVittie2011-05-251-15/+6
* bus_context_check_security_policy: factor out complain_about_messageSimon McVittie2011-05-251-98/+85
* bus: Raise file descriptor limit to match configurationColin Walters2011-02-031-0/+20
* clean up credentials on OOM in process_config_first_time_onlyChristian Dywan2011-01-171-3/+12
* remove obviously-redundant code from list_concat_newSimon McVittie2011-01-171-1/+0
* Fixed wince build problem reported by aheinecke at intevation dot de.Ralf Habacker2010-08-101-0/+2
* Delete stale pid file on cygwin.Yaakov Selkowitz2010-08-101-0/+20
* activation: optionally, use systemd for system bus activationLennart Poettering2010-07-091-1/+12
* bus: add --address switchLennart Poettering2010-07-091-87/+111
* Merge branch 'dbus-1.2'Colin Walters2010-03-221-1/+4
|\
| * Add DBUS_GNUC_PRINTF checks to new formatting functionsColin Walters2010-03-221-0/+3
| * [bus] While creating a syslog, correctly get pointer data from DBusStringColin Walters2010-03-211-1/+1
* | Consistently include <config.h> in all C source files and never in header files.Marcus Brinkmann2010-03-191-0/+1
* | Merge branch 'dbus-1.2'Colin Walters2010-03-161-70/+98
|\ \ | |/
| * Make SELinux initialization failure fatalColin Walters2010-03-161-2/+2
| * Add a prefix to our syslog messagesColin Walters2010-03-161-46/+87
| * Refactor _dbus_log_info, _dbus_log_security into _dbus_log_systemColin Walters2010-03-161-23/+10
* | Merge branch 'dbus-1.2'Colin Walters2010-02-221-2/+42
|\ \ | |/
| * Monitor service directories for changesColin Walters2010-02-181-2/+42
| * Fix inotify shutdownColin Walters2010-02-021-8/+0
* | Fix inotify shutdownColin Walters2010-02-031-8/+0
* | Merge branch 'my-dbus-1.2'Colin Walters2010-02-011-9/+10
|\ \ | |/
| * Clean up inotify watch handlingColin Walters2010-02-011-9/+10
* | Merge branch 'my-dbus-1.2'Colin Walters2010-01-281-9/+14
|\ \ | |/
| * Don't drop pending activations when reloading configurationColin Walters2010-01-281-9/+12
| * Bug 25697 - Fix memory leak in policy reloadMatthias Clasen2009-12-181-0/+2
| * Bug 21161 - Update the FSF addressTobias Mueller2009-07-141-1/+1
| * Initialize AVC earlier so we can look up service security contextsJames Carter2009-01-061-5/+5
| * Bug 18446: Keep umask for session busMatt McCutchen2009-01-061-1/+4
| * Add requested_reply to send denials, and connection loginfo to "would deny"Colin Walters2008-12-181-31/+38
| * Add uid, pid, and command to security logsColin Walters2008-12-181-11/+31
| * Add optional logging on allow rulesColin Walters2008-12-161-14/+23
| * Add message type to security syslog entriesColin Walters2008-12-121-2/+6
| * Add syslog of security denials and configuration file reloadsColin Walters2008-12-121-13/+77