2003-04-19 Havoc Pennington <hp@pobox.com>
authorHavoc Pennington <hp@redhat.com>
Sat, 19 Apr 2003 16:16:24 +0000 (16:16 +0000)
committerHavoc Pennington <hp@redhat.com>
Sat, 19 Apr 2003 16:16:24 +0000 (16:16 +0000)
commit983200f912f41ba75a873c011bfbcd3b0285bf4c
tree794516f892061dbbcfb036110d69850885edda3d
parentd3fb6f35716ff1d6f6644dea2043d539007811de
2003-04-19  Havoc Pennington  <hp@pobox.com>

* bus/driver.c (bus_driver_handle_hello): check limits and
return an error if they are exceeded.

* bus/connection.c: maintain separate lists of active and inactive
connections, and a count of each. Maintain count of completed
connections per user. Implement code to check connection limits.

* dbus/dbus-list.c (_dbus_list_unlink): export

* bus/bus.c (bus_context_check_security_policy): enforce a maximum
number of bytes in the message queue for a connection
12 files changed:
ChangeLog
bus/bus.c
bus/bus.h
bus/connection.c
bus/connection.h
bus/dispatch.c
bus/driver.c
dbus/dbus-connection.h
dbus/dbus-list.c
dbus/dbus-list.h
dbus/dbus-sysdeps.c
doc/TODO