summaryrefslogtreecommitdiff
path: root/dbus/dbus-sysdeps-util-unix.c
Commit message (Expand)AuthorAgeFilesLines
* trivial: Remove trailing whitespace from copyright noticesSimon McVittie2018-12-171-3/+3
* Move _dbus_disable_crash_handling() back into test/ directorySimon McVittie2018-12-111-25/+0
* _dbus_disable_crash_handling: Factor out from test-segfaultSimon McVittie2018-11-201-0/+29
* sysdeps: Remove trailing NUL from command lines from /procSimon McVittie2018-10-311-1/+16
* bus: Also tell systemd before we shut downSimon McVittie2018-03-021-0/+12
* bus: Also tell systemd when we're reloadingSimon McVittie2018-03-021-0/+25
* bus: Notify systemd when we are readySimon McVittie2018-03-021-0/+12
* Unix: Flush stdout and stderr streams before forkingSimon McVittie2017-11-151-0/+7
* Deprecate the pam_console/pam_foreground flag-file directorySimon McVittie2017-09-251-1/+4
* sysdeps: Add accessor for a list of transient service directoriesSimon McVittie2017-02-211-0/+154
* Remove trailing newlines from _dbus_warn, _dbus_warn_check_failedSimon McVittie2016-09-301-1/+1
* sysdeps: move _dbus_system_log() into the shared librarySimon McVittie2016-08-111-93/+0
* _dbus_become_daemon: use _dbus_ensure_standard_fds, and report errorsSimon McVittie2016-07-251-17/+12
* string_squash_nonprintable: correct signedness mismatchSimon McVittie2016-02-111-1/+1
* Use DBusString for all relocation and install-root codeSimon McVittie2015-10-051-8/+9
* Rename getters for session, system config filesSimon McVittie2015-09-301-6/+10
* 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