summaryrefslogtreecommitdiffstats
path: root/dbus
Commit message (Expand)AuthorAgeFilesLines
* Add uid, pid, and command to security logsColin Walters2008-12-182-0/+101
* Add syslog of security denials and configuration file reloadsColin Walters2008-12-123-1/+36
* 2008-08-24 Peter McCurdy <pmccurdy@skeptopotamus>Peter McCurdy2008-10-011-1/+1
* Bug 17280: Add a prototype for _dbus_credentials_add_adt_audit_data()Peter McCurdy2008-10-011-0/+3
* Bug 17803: Panic from dbus_signature_validateColin Walters2008-10-012-0/+2
* Bug 17061: Handle error return from sysconf correctlyJoe Marcus Clarke2008-10-012-2/+10
* Bug 13387: Fix compilation failure with AI_ADDRCONFIGJens Granseuer2008-10-011-2/+2
* Bug 17352: synchronize the file before renamingArtem Bityutskiy2008-10-011-0/+9
* Bug 15646: Remove spurious debugging fprintf(stderrColin Walters2008-07-281-1/+0
* Bug 16727: Handle ERANGE for getgr; fixes user in many groupsMarc Brockschmidt2008-07-282-27/+96
* When spawning processes, don't ignore the passed in environmentRay Strode2008-07-121-1/+14
* Add new function _dbus_string_split_on_byteRay Strode2008-07-113-0/+70
* Add new _dbus_get_environment callRay Strode2008-07-112-0/+43
* Merge branch 'dbus-1.2'Thiago Macieira2008-06-071-6/+5
|\
| * Fix inverted return value from dbus_connection_read_write()Oswald Buddenhagen2008-06-071-4/+6
* | Bug 15740: Solaris/ADT auditing support (simon zheng)Colin Walters2008-06-059-2/+198
* | Bug 15635: Hold a reference during read/write dispatch (Scott James Remnant)Colin Walters2008-05-301-0/+10
* | Bug 15571: Clean up GUID-less connections correctly (Scott James Remnant)Colin Walters2008-05-301-3/+8
* | Bug 15570: Reset initialized state on dbus_shutdown (Scott James Remnant)Colin Walters2008-05-301-0/+2
* | Bug 15588: Fix typo in #ifdef for userdb cache (Scott James Remnant)Colin Walters2008-05-302-2/+2
* | Bug 15947: Close file descriptors before execing helper (Markus Rechberger)Colin Walters2008-05-281-4/+13
|/
* Prevent a crash in some applications due to timers leaking after theThiago Macieira2008-05-171-0/+7
* fix memleak due to autolaunch and recursive calls to _dbus_open_transportJohn (J5) Palmieri2008-04-031-1/+16
* modify dbus_connection_send documentationJohn (J5) Palmieri2008-04-031-6/+12
* Set default exit_on_disconnect after registrationColin Walters2008-03-261-6/+6
* fix broken poll on Mac OSX - build patch by Benjamin ReedJohn (J5) Palmieri2008-03-041-1/+1
* define _AI_ADDRCONFIG if not defined so that we can compile with an older glibcJohn (J5) Palmieri2008-02-281-0/+4
* correctly unref connections without guids during shutdownJohn (J5) Palmieri2008-02-261-13/+45
* fix build against the latest gcc/glibcJohn (J5) Palmieri2008-02-211-0/+2
* wrap all_reader_classes[] in #ifndef DBUS_DISABLE_ASSERT (FDO Bug #9030)John (J5) Palmieri2008-01-151-0/+2
* handle SASL EXTERNAL's inital empty responce (FDO Bug #9945)John (J5) Palmieri2008-01-151-0/+1
* check write return value so we don't hang (FDO Bug #11665)John (J5) Palmieri2008-01-151-3/+3
* support for AIX poll implementation (FDO Bug #11666)John (J5) Palmieri2008-01-151-0/+27
* don't check for < 0 on an unsigned variable (FDO Bug #12924)John (J5) Palmieri2008-01-151-3/+3
* the API contract says sitter_p can be NULL, so let's check it (FDO Bug #12919)John (J5) Palmieri2008-01-151-1/+3
* use correct ssize_t type instead of size_t (FDO Bug #12862)John (J5) Palmieri2008-01-151-2/+2
* make sure to call va_end if we hit an OOM error inside va_start (FDO Bug #12846)John (J5) Palmieri2008-01-151-0/+1
* fix possible crash if pending_return is NULL (FDO Bug #12673)John (J5) Palmieri2008-01-151-2/+0
* add OOM handling in various placesJohn (J5) Palmieri2008-01-153-4/+17
* add OOM handlingJohn (J5) Palmieri2008-01-151-3/+17
* add error handling when polling (FDO Bug #12954)John (J5) Palmieri2008-01-151-4/+19
* remove dead codeJohn (J5) Palmieri2008-01-152-67/+0
* return message loader buffer in case of OOM (FDO Bug#12666)John (J5) Palmieri2008-01-141-0/+4
* add _dbus_geteuid to fix EXTERNAL authentication in setuid applicationsJohn (J5) Palmieri2008-01-144-5/+24
* fix some curly braces that were on the wrong lineHavoc Pennington2007-12-181-4/+5
* Fix a problem where a nul byte was wrongly introduced into UUIDs, due to _dbu...Havoc Pennington2007-10-312-7/+30
* do not call audit_init() from bus/ directory from files in dbus/Havoc Pennington2007-10-191-1/+0
* Use DBUS_ERROR_INIT instead of dbus_error_init wherever it's clearly equivalentSimon McVittie2007-10-1115-115/+52
* Merge branch 'atomic'Simon McVittie2007-10-112-3/+13
|\
| * Fix detection of i486 atomic ops.Simon McVittie2007-10-112-3/+13