summaryrefslogtreecommitdiff
path: root/dbus
AgeCommit message (Expand)AuthorFilesLines
2009-01-06Bug 18064 - more efficient validation for fixed-size type arraysJon Gosting1-11/+60
2009-01-06Bug 18446: Keep umask for session busMatt McCutchen3-6/+14
2009-01-06Various compiler warning fixesColin Walters4-5/+6
2008-12-18Add uid, pid, and command to security logsColin Walters2-0/+101
2008-12-12Add syslog of security denials and configuration file reloadsColin Walters3-1/+36
2008-10-012008-08-24 Peter McCurdy <pmccurdy@skeptopotamus>Peter McCurdy1-1/+1
2008-10-01Bug 17280: Add a prototype for _dbus_credentials_add_adt_audit_data()Peter McCurdy1-0/+3
2008-10-01Bug 17803: Panic from dbus_signature_validateColin Walters2-0/+2
2008-10-01Bug 17061: Handle error return from sysconf correctlyJoe Marcus Clarke2-2/+10
2008-10-01Bug 13387: Fix compilation failure with AI_ADDRCONFIGJens Granseuer1-2/+2
2008-10-01Bug 17352: synchronize the file before renamingArtem Bityutskiy1-0/+9
2008-07-28Bug 15646: Remove spurious debugging fprintf(stderrColin Walters1-1/+0
2008-07-28Bug 16727: Handle ERANGE for getgr; fixes user in many groupsMarc Brockschmidt2-27/+96
2008-07-12When spawning processes, don't ignore the passed in environmentRay Strode1-1/+14
2008-07-11Add new function _dbus_string_split_on_byteRay Strode3-0/+70
2008-07-11Add new _dbus_get_environment callRay Strode2-0/+43
2008-06-07Merge branch 'dbus-1.2'Thiago Macieira1-6/+5
2008-06-07Fix inverted return value from dbus_connection_read_write()Oswald Buddenhagen1-4/+6
2008-06-05Bug 15740: Solaris/ADT auditing support (simon zheng)Colin Walters9-2/+198
2008-05-30Bug 15635: Hold a reference during read/write dispatch (Scott James Remnant)Colin Walters1-0/+10
2008-05-30Bug 15571: Clean up GUID-less connections correctly (Scott James Remnant)Colin Walters1-3/+8
2008-05-30Bug 15570: Reset initialized state on dbus_shutdown (Scott James Remnant)Colin Walters1-0/+2
2008-05-30Bug 15588: Fix typo in #ifdef for userdb cache (Scott James Remnant)Colin Walters2-2/+2
2008-05-28Bug 15947: Close file descriptors before execing helper (Markus Rechberger)Colin Walters1-4/+13
2008-05-17Prevent a crash in some applications due to timers leaking after theThiago Macieira1-0/+7
2008-04-03fix memleak due to autolaunch and recursive calls to _dbus_open_transportJohn (J5) Palmieri1-1/+16
2008-04-03modify dbus_connection_send documentationJohn (J5) Palmieri1-6/+12
2008-03-26Set default exit_on_disconnect after registrationColin Walters1-6/+6
2008-03-04fix broken poll on Mac OSX - build patch by Benjamin ReedJohn (J5) Palmieri1-1/+1
2008-02-28define _AI_ADDRCONFIG if not defined so that we can compile with an older glibcJohn (J5) Palmieri1-0/+4
2008-02-26correctly unref connections without guids during shutdownJohn (J5) Palmieri1-13/+45
2008-02-21fix build against the latest gcc/glibcJohn (J5) Palmieri1-0/+2
2008-01-15wrap all_reader_classes[] in #ifndef DBUS_DISABLE_ASSERT (FDO Bug #9030)John (J5) Palmieri1-0/+2
2008-01-15handle SASL EXTERNAL's inital empty responce (FDO Bug #9945)John (J5) Palmieri1-0/+1
2008-01-15check write return value so we don't hang (FDO Bug #11665)John (J5) Palmieri1-3/+3
2008-01-15support for AIX poll implementation (FDO Bug #11666)John (J5) Palmieri1-0/+27
2008-01-15don't check for < 0 on an unsigned variable (FDO Bug #12924)John (J5) Palmieri1-3/+3
2008-01-15the API contract says sitter_p can be NULL, so let's check it (FDO Bug #12919)John (J5) Palmieri1-1/+3
2008-01-15use correct ssize_t type instead of size_t (FDO Bug #12862)John (J5) Palmieri1-2/+2
2008-01-15make sure to call va_end if we hit an OOM error inside va_start (FDO Bug #12846)John (J5) Palmieri1-0/+1
2008-01-15fix possible crash if pending_return is NULL (FDO Bug #12673)John (J5) Palmieri1-2/+0
2008-01-15add OOM handling in various placesJohn (J5) Palmieri3-4/+17
2008-01-15add OOM handlingJohn (J5) Palmieri1-3/+17
2008-01-15add error handling when polling (FDO Bug #12954)John (J5) Palmieri1-4/+19
2008-01-15remove dead codeJohn (J5) Palmieri2-67/+0
2008-01-14return message loader buffer in case of OOM (FDO Bug#12666)John (J5) Palmieri1-0/+4
2008-01-14add _dbus_geteuid to fix EXTERNAL authentication in setuid applicationsJohn (J5) Palmieri4-5/+24
2007-12-18fix some curly braces that were on the wrong lineHavoc Pennington1-4/+5
2007-10-31Fix a problem where a nul byte was wrongly introduced into UUIDs, due to _dbu...Havoc Pennington2-7/+30
2007-10-19do not call audit_init() from bus/ directory from files in dbus/Havoc Pennington1-1/+0