summaryrefslogtreecommitdiff
path: root/dbus/dbus-sysdeps-util-unix.c
Commit message (Expand)AuthorAgeFilesLines
* DBusSystemLogSeverity: add DBUS_SYSTEM_LOG_WARNINGAlban Crequy2014-11-181-0/+3
* Merge branch 'dbus-1.8'Simon McVittie2014-11-061-29/+116
|\
| * CVE-2014-7824: set fd rlimit to 64k for the system dbus-daemonSimon McVittie2014-11-061-29/+116
* | Only support systemd: transport if we have systemd librariesSimon McVittie2014-02-191-1/+3
|/
* Merge branch 'dbus-1.6'Simon McVittie2013-09-131-0/+1
|\
| * Fix file descriptor leak in _dbus_command_for_pidSviatoslav Chagaev2013-09-131-0/+1
* | Move some sysdeps stuff only used by the dbus-daemon outside libdbusSimon McVittie2013-08-301-0/+177
* | Doc: fix incorrect param names, missing params, non-exist paramsChengwei Yang2013-08-221-2/+0
* | Doc: fix invalid usage of doxygen @param commandChengwei Yang2013-06-201-3/+3
* | _dbus_system_logv: copy the va_list here tooSimon McVittie2013-06-121-3/+4
* | Do not suppress syslog test's stderr just because init is systemdSimon McVittie2013-04-081-2/+2
* | HAVE_DECL_LOG_PERROR is 0 when unavailableDagobert Michelsen2013-04-031-1/+1
* | include sd-daemon.h for sd_booted()Simon McVittie2013-02-271-0/+2
* | sysdeps: Don't use LOG_PERROR if systemd is bootedColin Walters2013-02-251-4/+7
* | Add support for systems without syslog.hMatt Fischer2013-02-211-3/+12
|/
* Don't leak temporary fds pointing to /dev/nullMichel HERMIER2012-11-091-0/+1
* Check HAVE_DECL_LOG_PERROR with #if, not #ifdefJonathan Perkin2012-08-091-1/+1
* Properly concat DBUS_CONSOLE_AUTH_DIR with usernameDave Reisner2012-06-281-2/+3
* Make dbus-daemon.exe --print-address work under WindowsSimon McVittie2012-02-281-2/+2
* Merge branch 'dbus-1.4'Simon McVittie2011-09-211-1/+19
|\
| * Cope with Unixes that don't have LOG_PERROR, like Solaris 10Simon McVittie2011-09-211-1/+19
* | Remove various never-used variablesSimon McVittie2011-08-051-1/+0
|/
* process_config_first_time_only: initialize syslog as intended.Simon McVittie2011-05-251-1/+1
* Fix syslog string processingMatthias Clasen2011-02-141-5/+5
* bus: Raise file descriptor limit to match configurationColin Walters2011-02-031-0/+53
* Make _dbus_directory_get_next_file use readdir, not readdir_rSimon McVittie2011-01-251-65/+10
* Make _dbus_system_logv actually exit with DBUS_SYSTEM_LOG_FATALChristian Dywan2011-01-041-0/+1
* Revert "Bug 28460 - Refactored dbus configuration access."Will Thompson2010-06-171-1/+1
* Bug 28460 - Refactored dbus configuration access.Ralf Habacker2010-06-141-1/+1
* Fix x64 build after WinCE intptr_t usage changes.Christian Dywan2010-06-101-1/+2
* Fix building on UnixThiago Macieira2010-05-181-0/+1
* Consistently include <config.h> in all C source files and never in header files.Marcus Brinkmann2010-03-191-0/+2
* Merge branch 'dbus-1.2'Colin Walters2010-03-161-11/+38
|\
| * Add DBUS_SYSTEM_LOG_FATAL severityColin Walters2010-03-161-0/+8
| * Refactor _dbus_log_info, _dbus_log_security into _dbus_log_systemColin Walters2010-03-161-11/+30
| * Fix compilation in --disable-selinux caseColin Walters2010-02-021-0/+62
* | apply remaining unapplied parts of eeedba5b2f5b008819619764943caddd52441adf i...Romain Pokrzywka2010-02-071-1/+1
* | Fix compilation in --disable-selinux caseColin Walters2010-02-031-0/+62
* | Merge branch 'my-dbus-1.2'Colin Walters2010-01-281-155/+0
|\ \ | |/
| * Switch to libcap-ng, avoid linking libdbus against libcap[-ng]Colin Walters2010-01-281-154/+0
| * Bug 21161 - Update the FSF addressTobias Mueller2009-07-141-1/+1
| * Bug 21646 - Fix a signed char comparisonColin Walters2009-07-141-4/+7
| * Bug 19502 - Sparse warning cleanupsKjartan Maraas2009-05-061-1/+2
* | Fixes to the nonce codeFrank Osterfeld2009-12-011-29/+0
* | Bug 21161 - Update the FSF addressTobias Mueller2009-07-101-1/+1
* | Bug 21646 - Fix a signed char comparisonColin Walters2009-07-101-4/+7
* | Merge branch 'dbus-1.2'Thiago Macieira2009-04-281-1/+0
|\ \ | |/
| * Bug 18446: Keep umask for session busMatt McCutchen2009-01-061-4/+9
| * Various compiler warning fixesColin Walters2009-01-061-0/+1
| * Add uid, pid, and command to security logsColin Walters2008-12-181-0/+96