summaryrefslogtreecommitdiff
path: root/dbus/dbus-sysdeps.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-23time: use dbus_int64_t for seconds instead of longAlexander Kanavin1-0/+39
2023-01-04Add SPDX license marker for the AFL-2.1 OR GPL-2.0-or-later licenseRalf Habacker1-0/+2
2018-12-17trivial: Remove trailing whitespace from copyright noticesSimon McVittie1-3/+3
2018-08-02Add and use _dbus_list_clear_fullSimon McVittie1-2/+1
2018-03-20Fix using uninitialized value "name" in _dbus_combine_tcp_errorsRalf Habacker1-1/+1
2018-03-09sysdeps-unix: Treat bind() failures as non-fatalSimon McVittie1-0/+68
2018-03-09sysdeps-unix: Set more specific IP-related errors when listeningSimon McVittie1-0/+38
2018-03-09_dbus_append_address_from_socket: Factor out inet_sockaddr_to_stringSimon McVittie1-0/+97
2017-01-17Move defaults for some switches into a default caseSimon McVittie1-2/+2
2016-10-13Clean up how we arrange for environ to be declaredSimon McVittie1-0/+2
2016-09-30_dbus_logv: configurably log to syslog and/or stderrSimon McVittie1-1/+1
2016-08-11_dbus_system_log: rename to _dbus_logSimon McVittie1-2/+4
2016-08-11sysdeps: move _dbus_system_log() into the shared librarySimon McVittie1-0/+18
2015-05-14Fail to generate random bytes instead of falling back to rand()Simon McVittie1-39/+15
2014-10-29Consistently save and restore errnoSimon McVittie1-20/+10
2014-06-30Handle ETOOMANYREFS when sending recursive fds (SCM_RIGHTS)Alban Crequy1-0/+14
2013-08-23Export dbus_setenv() as a utility functionSimon McVittie1-4/+10
2013-06-17Replace individual global-lock variables with an array of DBusRMutex *Simon McVittie1-2/+0
2013-05-13Remove unused global mutexes for win_fds, sid_atom_cacheSimon McVittie1-2/+0
2012-09-28Revert "hardening: Use __secure_getenv if available"Colin Walters1-6/+0
2012-09-28hardening: Use __secure_getenv if availableColin Walters1-0/+6
2012-09-27CVE-2012-3524: Don't access environment variables or run dbus-launch when setuidColin Walters1-0/+5
2012-04-12Avoid using monotonic time in the DBUS_COOKIE_SHA1 authentication methodDavid Zeuthen1-1/+1
2012-03-27Merge branch 'dbus-1.4'Simon McVittie1-12/+6
2012-03-27Fix duplicate case value compiling with mingw-w64Andoni Morales Alastruey1-12/+6
2012-02-13_dbus_string_append_double, _dbus_string_parse_double: removeSimon McVittie1-256/+0
2012-02-08_dbus_get_environment: move from shared library to dbus-sysdeps-utilSimon McVittie1-41/+0
2011-07-29Implement _dbus_atomic_get directly, rather than via inc + decSimon McVittie1-24/+0
2011-07-25Add _dbus_atomic_get implemented in terms of inc, decSimon McVittie1-0/+24
2010-06-17Revert "Bug 28460 - Refactored dbus configuration access."Will Thompson1-2/+1
2010-06-14Bug 28460 - Refactored dbus configuration access.Ralf Habacker1-1/+2
2010-04-13Add support for Windows CE to the code base.Marcus Brinkmann1-1/+5
2010-04-13Prepare for WinCE port: Convert windows code to native API, avoid errno.Marcus Brinkmann1-4/+15
2010-03-22Make more signal and locale interface use conditional.Marcus Brinkmann1-1/+7
2010-03-19Consistently include <config.h> in all C source files and never in header files.Marcus Brinkmann1-0/+1
2010-02-07apply remaining unapplied parts of eeedba5b2f5b008819619764943caddd52441adf i...Romain Pokrzywka1-0/+3
2009-12-18moved out DBusPipe implementation into separate filesRalf Habacker1-59/+0
2009-12-01Handle also WinSock errors in _dbus_error_from_errnoTor Lillqvist1-22/+26
2009-11-30Remove a misleading comment.Ole André Vadla Ravnås1-4/+0
2009-11-29Include <stdlib.h> for envion on Windows (cherry picked from commit 5874d104f...Christian Ehrlicher1-0/+4
2009-07-13Bug 896 - Avoid race conditions reading message from exited processColin Walters1-0/+10
2009-07-10Bug 21161 - Update the FSF addressTobias Mueller1-1/+1
2008-12-19Various compiler warning fixesColin Walters1-2/+2
2008-07-11Add new _dbus_get_environment callRay Strode1-0/+42
2007-10-03fd.o bug #11872 fix clearenv for systems that do not have itJohn (J5) Palmieri1-1/+13
2007-07-242007-07-24 Richard Hughes <richard@hughsie.com>Richard Hughes1-0/+11
2007-07-142007-07-13 Havoc Pennington <hp@redhat.com>Havoc Pennington1-1/+1
2007-07-122007-07-12 Havoc Pennington <hp@redhat.com>Havoc Pennington1-0/+6
2007-06-152007-06-15 Havoc Pennington <hp@redhat.com>Havoc Pennington1-0/+49
2007-06-14* dbus/dbus-sysdeps.c: moved global lock system_users from dbus-userdb.cRalf Habacker1-0/+1