summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Various compiler warning fixesColin Walters2008-12-197-7/+9
* | Clean up and clarify default system policyColin Walters2008-12-182-47/+46
* | Add requested_reply to send denials, and connection loginfo to "would deny"Colin Walters2008-12-171-31/+38
* | Add uid, pid, and command to security logsColin Walters2008-12-175-21/+228
* | Add optional logging on allow rulesColin Walters2008-12-164-16/+34
* | Add message type to security syslog entriesColin Walters2008-12-121-2/+6
* | Add syslog of security denials and configuration file reloadsColin Walters2008-12-1213-18/+169
* | Another manpage update explicitly mentioning bare send_interfaceColin Walters2008-12-091-2/+6
* | Add at_console docs to manpage, as well as brief <policy> forewardColin Walters2008-12-091-2/+4
* | Merge branch 'manpage'Colin Walters2008-12-091-3/+13
|\ \
| * | Bug 18229: Update manpage with better adviceColin Walters2008-12-081-3/+13
* | | Bug 18229: Allow signalsColin Walters2008-12-095-1/+60
|/ /
* | Bug 18229 - Change system.conf to correctly deny non-reply sends by defaultTomas Hoger2008-12-051-2/+12
* | Infrastructure for testing a "system like" bus in test suiteColin Walters2008-12-054-2/+125
* | Bug 15393 - support allow_anonymous config variableDennis Kaarsemaker2008-11-124-1/+37
* | Bug 18064 - more efficient validation for fixed-size type arraysJon Gosting2008-11-101-11/+60
* | Bug 18446: Keep umask for session busMatt McCutchen2008-11-1011-8/+71
* | Bug 15412: Add --address option to dbus-sendLawrence R. Steeger2008-10-181-6/+45
* | Bug 17969: Don't test for abstract sockets if explicitly disabledLionel Landwerlin2008-10-181-0/+2
* | Initialize AVC earlier so we can look up service security contextsJames Carter2008-10-011-5/+5
* | Bug 17803: Panic from dbus_signature_validateColin Walters2008-10-012-0/+2
* | Add Scott to HACKINGColin Walters2008-09-231-2/+1
* | [win32] Protect usage of SIGHUP with #ifdefTor Lillqvist2008-09-182-9/+16
* | Bug 16755: Ensure we use the correct errnoTor Lillqvist2008-09-181-11/+17
* | Bug 17061: Handle error return from sysconf correctlyJoe Marcus Clarke2008-09-042-2/+10
* | Bug 17352: synchronize the file before renamingArtem Bityutskiy2008-09-041-0/+9
* | Print serial in dbus-monitorMichael Meeks2008-08-291-1/+2
* | Bug 17280: Add a prototype for _dbus_credentials_add_adt_audit_data()Peter McCurdy2008-08-251-0/+3
* | 2008-08-24 Peter McCurdy <pmccurdy@skeptopotamus>Peter McCurdy2008-08-251-1/+1
* | Bug 17060: Explicitly hard fail if expat is not availableColin Walters2008-08-111-11/+8
* | Bug 13387: Fix compilation failure with AI_ADDRCONFIGJens Granseuer2008-08-071-2/+2
|/
* 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
* Bug 16294: Don't lose inotify watch when config fails to parseColin Walters2008-07-281-9/+12
* Bug 16838: Use bash instead of sh to avoid breaking on UbuntuColin Walters2008-07-241-1/+1
* Merge branch 'master' of ssh://walters@git.freedesktop.org/git/dbus/dbusColin Walters2008-07-2412-20/+531
|\
| * Fix leaks in bus_activation_get_environment error pathsRay Strode2008-07-151-2/+5
| * Update man page to make the point of the <type> element more clearRay Strode2008-07-121-1/+15
| * Add new UpdateActivationEnvironment bus messageRay Strode2008-07-123-0/+169
| * Store what environment to activate with on activation objectRay Strode2008-07-122-18/+217
| * 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
* | Bug 16839: Fix bus names in test case so it actually works.Scott James Remnant2008-07-242-7/+7
|/
* 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-0511-3/+296
* | Tweak HACKING to describe test/name-test brieflyColin Walters2008-05-301-1/+6
* | 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-302-8/+29