summaryrefslogtreecommitdiff
path: root/dbus/dbus-sysdeps.c
Commit message (Expand)AuthorAgeFilesLines
* Add SPDX license marker for the AFL-2.1 OR GPL-2.0-or-later licenseRalf Habacker2023-01-041-0/+2
* trivial: Remove trailing whitespace from copyright noticesSimon McVittie2018-12-171-3/+3
* Add and use _dbus_list_clear_fullSimon McVittie2018-08-021-2/+1
* Fix using uninitialized value "name" in _dbus_combine_tcp_errorsRalf Habacker2018-03-201-1/+1
* sysdeps-unix: Treat bind() failures as non-fatalSimon McVittie2018-03-091-0/+68
* sysdeps-unix: Set more specific IP-related errors when listeningSimon McVittie2018-03-091-0/+38
* _dbus_append_address_from_socket: Factor out inet_sockaddr_to_stringSimon McVittie2018-03-091-0/+97
* Move defaults for some switches into a default caseSimon McVittie2017-01-171-2/+2
* Clean up how we arrange for environ to be declaredSimon McVittie2016-10-131-0/+2
* _dbus_logv: configurably log to syslog and/or stderrSimon McVittie2016-09-301-1/+1
* _dbus_system_log: rename to _dbus_logSimon McVittie2016-08-111-2/+4
* sysdeps: move _dbus_system_log() into the shared librarySimon McVittie2016-08-111-0/+18
* Fail to generate random bytes instead of falling back to rand()Simon McVittie2015-05-141-39/+15
* Consistently save and restore errnoSimon McVittie2014-10-291-20/+10
* Handle ETOOMANYREFS when sending recursive fds (SCM_RIGHTS)Alban Crequy2014-06-301-0/+14
* Export dbus_setenv() as a utility functionSimon McVittie2013-08-231-4/+10
* Replace individual global-lock variables with an array of DBusRMutex *Simon McVittie2013-06-171-2/+0
* Remove unused global mutexes for win_fds, sid_atom_cacheSimon McVittie2013-05-131-2/+0
* Revert "hardening: Use __secure_getenv if available"Colin Walters2012-09-281-6/+0
* hardening: Use __secure_getenv if availableColin Walters2012-09-281-0/+6
* CVE-2012-3524: Don't access environment variables or run dbus-launch when setuidColin Walters2012-09-271-0/+5
* Avoid using monotonic time in the DBUS_COOKIE_SHA1 authentication methodDavid Zeuthen2012-04-121-1/+1
* Merge branch 'dbus-1.4'Simon McVittie2012-03-271-12/+6
|\
| * Fix duplicate case value compiling with mingw-w64Andoni Morales Alastruey2012-03-271-12/+6
* | _dbus_string_append_double, _dbus_string_parse_double: removeSimon McVittie2012-02-131-256/+0
* | _dbus_get_environment: move from shared library to dbus-sysdeps-utilSimon McVittie2012-02-081-41/+0
|/
* Implement _dbus_atomic_get directly, rather than via inc + decSimon McVittie2011-07-291-24/+0
* Add _dbus_atomic_get implemented in terms of inc, decSimon McVittie2011-07-251-0/+24
* Revert "Bug 28460 - Refactored dbus configuration access."Will Thompson2010-06-171-2/+1
* Bug 28460 - Refactored dbus configuration access.Ralf Habacker2010-06-141-1/+2
* Add support for Windows CE to the code base.Marcus Brinkmann2010-04-131-1/+5
* Prepare for WinCE port: Convert windows code to native API, avoid errno.Marcus Brinkmann2010-04-131-4/+15
* Make more signal and locale interface use conditional.Marcus Brinkmann2010-03-221-1/+7
* Consistently include <config.h> in all C source files and never in header files.Marcus Brinkmann2010-03-191-0/+1
* apply remaining unapplied parts of eeedba5b2f5b008819619764943caddd52441adf i...Romain Pokrzywka2010-02-071-0/+3
* moved out DBusPipe implementation into separate filesRalf Habacker2009-12-181-59/+0
* Handle also WinSock errors in _dbus_error_from_errnoTor Lillqvist2009-12-011-22/+26
* Remove a misleading comment.Ole André Vadla Ravnås2009-11-301-4/+0
* Include <stdlib.h> for envion on Windows (cherry picked from commit 5874d104f...Christian Ehrlicher2009-11-291-0/+4
* Bug 896 - Avoid race conditions reading message from exited processColin Walters2009-07-131-0/+10
* Bug 21161 - Update the FSF addressTobias Mueller2009-07-101-1/+1
* Various compiler warning fixesColin Walters2008-12-191-2/+2
* Add new _dbus_get_environment callRay Strode2008-07-111-0/+42
* fd.o bug #11872 fix clearenv for systems that do not have itJohn (J5) Palmieri2007-10-031-1/+13
* 2007-07-24 Richard Hughes <richard@hughsie.com>Richard Hughes2007-07-241-0/+11
* 2007-07-13 Havoc Pennington <hp@redhat.com>Havoc Pennington2007-07-141-1/+1
* 2007-07-12 Havoc Pennington <hp@redhat.com>Havoc Pennington2007-07-121-0/+6
* 2007-06-15 Havoc Pennington <hp@redhat.com>Havoc Pennington2007-06-151-0/+49
* * dbus/dbus-sysdeps.c: moved global lock system_users from dbus-userdb.cRalf Habacker2007-06-141-0/+1
* 2007-06-09 Havoc Pennington <hp@redhat.com>Havoc Pennington2007-06-091-105/+4