Find a file
Havoc Pennington 01af5ff410 2003-01-04 Havoc Pennington <hp@pobox.com>
* test/watch.c (error_handler): make it safe if the error handler
	is called multiple times (if we s/error handler/disconnect
	handler/ we should just guarantee it's called only once)

	* dbus/dbus-transport.c (_dbus_transport_disconnect): call the
	error handler on disconnect (it's quite possible we should
	just change the error handler to a "disconnect handler," I'm
	not sure we have any other meaningful errors)

	* configure.in: check for getpwnam_r

	* dbus/dbus-transport.c, dbus/dbus-transport-unix.c,
	dbus/dbus-auth.c: add credentials support, add EXTERNAL auth
	mechanism as in SASL spec, using socket credentials

	* dbus/dbus-sysdeps.c (_dbus_read_credentials_unix_socket): new function
	(_dbus_send_credentials_unix_socket): new function

	* dbus/dbus-sysdeps.c (_dbus_accept_unix_socket): rename just
	dbus_accept()
	(_dbus_write): only check errno if <0 returned
	(_dbus_write_two): ditto
2003-01-04 07:28:54 +00:00
bus 2002-11-24 Havoc Pennington <hp@pobox.com> 2002-11-25 05:13:09 +00:00
dbus 2003-01-04 Havoc Pennington <hp@pobox.com> 2003-01-04 07:28:54 +00:00
doc 2003-01-04 Havoc Pennington <hp@pobox.com> 2003-01-04 07:28:54 +00:00
glib Ssh 2002-12-27 08:26:26 +00:00
qt very basic check for Qt integration. Another proof that Qt's build 2002-12-28 09:10:43 +00:00
test 2003-01-04 Havoc Pennington <hp@pobox.com> 2003-01-04 07:28:54 +00:00
.cvsignore ignore more stamp files before I switch to srcdir!=objdir 2002-12-15 13:23:37 +00:00
acinclude.m4 2002-12-27 Anders Carlsson <andersca@codefactory.se> 2002-12-27 21:32:38 +00:00
AUTHORS initial import of "dbus" skeleton 2002-11-21 16:41:33 +00:00
autogen.sh check for libtoolize before attempting to use it 2002-12-15 13:02:44 +00:00
ChangeLog 2003-01-04 Havoc Pennington <hp@pobox.com> 2003-01-04 07:28:54 +00:00
configure.in 2003-01-04 Havoc Pennington <hp@pobox.com> 2003-01-04 07:28:54 +00:00
COPYING 2002-11-21 Havoc Pennington <hp@redhat.com> 2002-11-21 19:54:29 +00:00
dbus-1.0.pc.in initial import of "dbus" skeleton 2002-11-21 16:41:33 +00:00
dbus-glib-1.0.pc.in Forgot this. 2002-12-22 19:01:06 +00:00
Doxyfile.in 2002-11-23 Havoc Pennington <hp@pobox.com> 2002-11-23 07:48:28 +00:00
HACKING 2002-12-11 Havoc Pennington <hp@pobox.com> 2002-12-12 04:26:46 +00:00
INSTALL initial import of "dbus" skeleton 2002-11-21 16:41:33 +00:00
Makefile.am very basic check for Qt integration. Another proof that Qt's build 2002-12-28 09:10:43 +00:00
Makefile.cvs 2002-11-21 Havoc Pennington <hp@redhat.com> 2002-11-21 19:03:04 +00:00
NEWS initial import of "dbus" skeleton 2002-11-21 16:41:33 +00:00
README initial import of "dbus" skeleton 2002-11-21 16:41:33 +00:00

D-BUS is a simple IPC library based on messages.