summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Released 1.1.20dbus-1.1.20John (J5) Palmieri2008-02-263-1/+35
* CVE-2008-0595 dbus security policy circumventionJohn (J5) Palmieri2008-02-262-6/+38
* correctly unref connections without guids during shutdownJohn (J5) Palmieri2008-02-262-13/+56
* fix build against the latest gcc/glibcJohn (J5) Palmieri2008-02-213-0/+10
* fixes dbus-launch so the bus goes away when X does (Red Hat Bug #430412)John (J5) Palmieri2008-02-212-0/+9
* post-release bumpJohn (J5) Palmieri2008-01-171-1/+1
* Release 1.1.4(1.2.0RC2)dbus-1.1.4John (J5) Palmieri2008-01-172-0/+8
* fix inotify supportJohn (J5) Palmieri2008-01-172-29/+46
* post-release version bumpJohn (J5) Palmieri2008-01-152-1/+5
* Released 1.1.3 (1.2.0RC1)dbus-1.1.3John (J5) Palmieri2008-01-153-0/+38
* fix HACKING to say git instead of cvsJohn (J5) Palmieri2008-01-151-0/+4
* wrap all_reader_classes[] in #ifndef DBUS_DISABLE_ASSERT (FDO Bug #9030)John (J5) Palmieri2008-01-152-0/+10
* handle SASL EXTERNAL's inital empty responce (FDO Bug #9945)John (J5) Palmieri2008-01-152-0/+8
* add lsb headers to init script (FDO Bug #11491)John (J5) Palmieri2008-01-152-0/+14
* check write return value so we don't hang (FDO Bug #11665)John (J5) Palmieri2008-01-152-3/+10
* support for AIX poll implementation (FDO Bug #11666)John (J5) Palmieri2008-01-152-0/+34
* make shell script more portable (FDO Bug #11667)John (J5) Palmieri2008-01-152-5/+10
* don't check for < 0 on an unsigned variable (FDO Bug #12924)John (J5) Palmieri2008-01-152-3/+10
* check failed allocation (FDO Bug #12920)John (J5) Palmieri2008-01-152-3/+9
* the API contract says sitter_p can be NULL, so let's check it (FDO Bug #12919)John (J5) Palmieri2008-01-152-1/+10
* use correct ssize_t type instead of size_t (FDO Bug #12862)John (J5) Palmieri2008-01-152-2/+9
* make sure to call va_end if we hit an OOM error inside va_start (FDO Bug #12846)John (J5) Palmieri2008-01-152-0/+8
* fix possible crash if pending_return is NULL (FDO Bug #12673)John (J5) Palmieri2008-01-152-2/+7
* never auto-select libxmlJohn (J5) Palmieri2008-01-152-2/+9
* add OOM handling in various placesJohn (J5) Palmieri2008-01-154-4/+29
* rewrite selinux error handling to not abort due to a NULL readJohn (J5) Palmieri2008-01-152-21/+23
* add OOM handlingJohn (J5) Palmieri2008-01-152-3/+24
* add error handling when polling (FDO Bug #12954)John (J5) Palmieri2008-01-152-4/+26
* remove dead codeJohn (J5) Palmieri2008-01-154-70/+9
* plug a possible BusClientPolicy leak (FDO Bug #13242)John (J5) Palmieri2008-01-142-0/+9
* add inotify support (FDO Bz#13268)John (J5) Palmieri2008-01-144-1/+195
* watch for file creates in dnotifyJohn (J5) Palmieri2008-01-142-2/+9
* return message loader buffer in case of OOM (FDO Bug#12666)John (J5) Palmieri2008-01-142-0/+11
* add warning to output when libxml is selectedJohn (J5) Palmieri2008-01-142-0/+10
* add _dbus_geteuid to fix EXTERNAL authentication in setuid applicationsJohn (J5) Palmieri2008-01-145-5/+44
* fix some curly braces that were on the wrong lineHavoc Pennington2007-12-182-4/+10
* Allow a normal session bus to be reused by applications using autolaunchingSjoerd Simons2007-11-232-93/+155
* Fix a problem where a nul byte was wrongly introduced into UUIDs, due to _dbu...Havoc Pennington2007-10-314-8/+58
* audit_init() was not declared in header, causing warnings; fix this and names...Havoc Pennington2007-10-234-2/+12
* add HAVE_SELINUX around call to audit_init() so things build without selinuxHavoc Pennington2007-10-192-3/+9
* do not call audit_init() from bus/ directory from files in dbus/Havoc Pennington2007-10-193-1/+12
* configure.in: *Actually* fix detection of i486 atomic ops.Simon McVittie2007-10-162-2/+8
* Amend ChangeLog - DBUS_ERROR_INIT is now used within libdbus as well as providedSimon McVittie2007-10-111-3/+9
* Use DBUS_ERROR_INIT instead of dbus_error_init wherever it's clearly equivalentSimon McVittie2007-10-1115-115/+52
* Merge branch 'inline'Simon McVittie2007-10-112-0/+3
|\
| * Enable Autoconf's AC_C_INLINE to avoid compilation failure with gcc -ansi.Simon McVittie2007-10-112-0/+3
* | Merge branch 'atomic'Simon McVittie2007-10-114-25/+25
|\ \
| * | Fix detection of i486 atomic ops.Simon McVittie2007-10-114-25/+28
* | | Add J5's recent changes to ChangeLogSimon McVittie2007-10-111-0/+37
* | | Update ChangeLogSimon McVittie2007-10-111-0/+3