summaryrefslogtreecommitdiff
path: root/bus/bus.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge branch 'fd-passing'Thiago Macieira2009-07-161-2/+8
|\ \
| * | bus: make use of new unix fd limitsLennart Poettering2009-05-201-2/+8
* | | Bug 21161 - Update the FSF addressTobias Mueller2009-07-101-1/+1
|/ /
* | Add requested_reply to send denials, and connection loginfo to "would deny"Colin Walters2008-12-171-31/+38
* | Add uid, pid, and command to security logsColin Walters2008-12-171-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
* | Bug 15393 - support allow_anonymous config variableDennis Kaarsemaker2008-11-121-0/+5
* | Bug 18446: Keep umask for session busMatt McCutchen2008-11-101-1/+4