summaryrefslogtreecommitdiff
path: root/dbus/dbus-nonce.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
* dbus: simplify socket close() & invalidate() callsMarc-André Lureau2022-07-151-1/+0
* dbus: make _dbus_close_socket() take DBusSocket*Marc-André Lureau2022-07-151-1/+1
* nonce: Don't try to rmdir(NULL) on OOMSimon McVittie2018-08-021-1/+1
* dbus-nonce: Don't crash on encountering OOMSimon McVittie2017-11-241-0/+5
* DBusNonceFile: Don't rely on caller preallocating the objectSimon McVittie2017-11-071-12/+56
* _dbus_accept_with_noncefile: Don't leak nonceSimon McVittie2017-11-071-5/+17
* do_noncefile_create: Avoid freeing uninitialized memory on errorSimon McVittie2017-11-071-0/+6
* do_check_nonce: Don't free uninitialized memory on OOMSimon McVittie2017-11-071-0/+14
* dbus-nonce: print sockets correctlySimon McVittie2016-10-131-5/+6
* Fail to generate random bytes instead of falling back to rand()Simon McVittie2015-05-141-4/+2
* Convert mostly DBUS_SOCKET_... and DBUS_POLLABLE_.. macros for more type safety.Ralf Habacker2015-05-121-1/+1
* Convert miscellaneous socket APIs to DBusSocketSimon McVittie2015-05-121-6/+8
* Use typedef DBusSocket for sockets fd's to avoid conversion warnings.Ralf Habacker2015-05-121-4/+4
* Merge remote-tracking branch 'origin/dbus-1.8'Ralf Habacker2015-05-061-1/+7
|\
| * do_check_nonce: Fix of calling _dbus_string_append_len without checking retur...Ralf Habacker2015-05-061-1/+7
* | Revert "Use typedef DBusSocket for sockets fd's to avoid conversion warnings."Ralf Habacker2015-03-111-4/+4
* | Use typedef DBusSocket for sockets fd's to avoid conversion warnings.Ralf Habacker2015-03-111-4/+4
* | Consistently save and restore errnoSimon McVittie2014-10-291-2/+6
|/
* Ensure DBusError is set if _dbus_read_nonce() failChengwei Yang2014-01-061-1/+9
* _dbus_get_tmpdir: be thread-safeSimon McVittie2013-08-291-1/+5
* Remove various never-used variablesSimon McVittie2011-08-051-2/+0
* DBusNonceFile: don't always fail when use_subdir=TRUE, i.e. on UnixSimon McVittie2011-05-251-1/+1
* dbus-nonce: check results of _dbus_string_init for OOMChristian Dywan2011-01-171-2/+7
* Make dbus-uuidgen atomicColin Walters2010-09-031-1/+1
* Prepare for WinCE port: Convert windows code to native API, avoid errno.Marcus Brinkmann2010-04-131-20/+17
* Consistently include <config.h> in all C source files and never in header files.Marcus Brinkmann2010-03-191-0/+1
* Avoid warnings on WindowsTor Lillqvist2009-12-011-6/+0
* Don't use DBUS_DIR_SEPARATORTor Lillqvist2009-12-011-3/+3
* Fixes to the nonce codeFrank Osterfeld2009-12-011-2/+5
* Add api dox for nonce-tcpFrank Osterfeld2009-12-011-29/+62
* Fixes to the nonce codeFrank Osterfeld2009-12-011-21/+160
* Improve error handling in nonce codeFrank Osterfeld2009-12-011-18/+25
* Cleanup of nonce codeFrank Osterfeld2009-12-011-7/+17
* The current state of the nonce-tcp implementationFrank Osterfeld2009-12-011-0/+239