summaryrefslogtreecommitdiff
path: root/dbus/dbus-sysdeps-unix.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'non-posix-getwpnam-r' into 'master'Simon McVittie2020-03-111-9/+3
|\
| * build: Drop support for non-POSIX getpwnam_r(), getgrnam_r()Simon McVittie2018-11-191-9/+3
* | sysdeps-unix: Don't leak struct addrinfo on OOM during connect()Simon McVittie2020-03-111-3/+5
* | _dbus_modify_sigpipe: be thread-safeSimon McVittie2019-12-121-0/+36
* | _dbus_parse_uid: Remove unused functionSimon McVittie2019-01-231-40/+0
* | Don't let dbus-daemon and its subprocesses inherit unnecessary fdsSimon McVittie2018-11-201-7/+55
* | _DBUS_ASSERT_ERROR_XOR_BOOL: Add and useSimon McVittie2018-11-201-4/+1
|/
* _dbus_get_is_errno_eagain_or_ewouldblock: Avoid warningDavid King2018-10-181-0/+8
* sysdeps: Reassure gcc 8 that we are not overflowing struct sockaddr_unSimon McVittie2018-08-021-4/+6
* sysdeps-unix: Handle errors from getaddrinfo correctlySimon McVittie2018-06-041-5/+65
* Add actual used ip family to --print-address output in case of listening on tcpRalf Habacker2018-03-191-0/+14
* Remove obsolete call to _dbus_string_free() in unix variant of _dbus_connect_...Ralf Habacker2018-03-121-1/+0
* Unix _dbus_connect_tcp_socket_with_nonce: Combine all connect() errorsSimon McVittie2018-03-101-4/+33
* Unix _dbus_connect_tcp_socket_with_nonce: Always goto outSimon McVittie2018-03-101-7/+12
* sysdeps-unix: Treat bind() failures as non-fatalSimon McVittie2018-03-091-21/+58
* sysdeps-unix: Set more specific IP-related errors when listeningSimon McVittie2018-03-091-6/+7
* _dbus_append_address_from_socket: Factor out inet_sockaddr_to_stringSimon McVittie2018-03-091-19/+16
* _dbus_get_low_level_socket_errno: AddSimon McVittie2018-03-091-0/+14
* _dbus_append_address_from_socket: Correct misleading error messageSimon McVittie2018-03-091-1/+1
* _dbus_append_address_from_socket: Make control flow clearerSimon McVittie2018-03-091-11/+44
* sysdeps: Document what _dbus_credentials_new_from_current_process hasSimon McVittie2018-03-021-2/+8
* sysdeps: Get complete group vector from Linux SO_PEERGROUPS if possibleSimon McVittie2018-03-021-0/+139
* _dbus_listen_tcp_socket: Don't rely on dbus_realloc setting errnoSimon McVittie2017-11-241-4/+2
* Unix: Flush stdout and stderr streams before forkingSimon McVittie2017-11-151-0/+10
* unix: Condition Linux-specific abstract sockets on __linux__Simon McVittie2017-09-291-6/+6
* unix: Reduce log level for DBUS_SYSTEM_LOG_INFO to LOG_INFOSimon McVittie2017-09-251-1/+1
* Merge branch 'dbus-1.10'Simon McVittie2017-08-151-4/+5
|\
| * Fix -Werror=declaration-after-statement build failure on SolarisAlan Coopersmith2017-08-151-4/+5
| * sysdeps: increase listen() backlog of AF_UNIX sockets to SOMAXCONNLennart Poettering2017-08-151-1/+1
* | userdb: Respect $HOME for the home directory of our own uidSimon McVittie2017-07-281-1/+2
* | internals: Decouple logging an error from exiting unsuccessfullySimon McVittie2017-07-051-7/+1
* | Make _dbus_get_local_machine_uuid_encoded() properly failableSimon McVittie2017-06-081-6/+18
* | Unix sysdeps: Only copy /etc/machine-id to ${sysconfdir} in "ensure" modeSimon McVittie2017-06-081-4/+7
* | sysdeps: assert that log severity is one we expectSimon McVittie2017-04-071-1/+1
* | Merge branch 'dbus-1.10'Simon McVittie2017-02-161-1/+30
|\ \ | |/
| * Change _dbus_create_directory to fail for existing directoriesSimon McVittie2017-02-161-1/+30
| * _dbus_ensure_standard_fds: new function to ensure std* fds are openSimon McVittie2016-08-121-0/+75
| * Revert "Replace $DBUS_USE_TEST_BINARY with $DBUS_TEST_DBUS_LAUNCH"Simon McVittie2016-02-121-4/+4
| * Replace $DBUS_USE_TEST_BINARY with $DBUS_TEST_DBUS_LAUNCHSimon McVittie2016-02-111-4/+4
* | _dbus_listen_tcp_socket: correct format stringSimon McVittie2016-10-131-1/+1
* | Linux: use readdir(), not deprecated readdir_r()Simon McVittie2016-10-131-4/+4
* | Be more const-correctSimon McVittie2016-10-131-10/+15
* | Remove trailing newlines from _dbus_warn, _dbus_warn_check_failedSimon McVittie2016-09-301-4/+3
* | _dbus_logv: configurably log to syslog and/or stderrSimon McVittie2016-09-301-40/+49
* | _dbus_system_log: rename to _dbus_logSimon McVittie2016-08-111-1/+3
* | _dbus_init_system_log: record a syslog tag (executable name)Simon McVittie2016-08-111-3/+17
* | sysdeps: move _dbus_system_log() into the shared librarySimon McVittie2016-08-111-0/+74
* | _read_subprocess_line_argv: use _dbus_ensure_standard_fdsSimon McVittie2016-07-251-8/+22
* | _dbus_ensure_standard_fds: new function to ensure std* fds are openSimon McVittie2016-07-251-0/+75
* | sysdeps: increase listen() backlog of AF_UNIX sockets to SOMAXCONNLennart Poettering2016-05-091-1/+1