r20846: Before this gets out of control...
authorVolker Lendecke <vlendec@samba.org>
Wed, 17 Jan 2007 12:59:14 +0000 (12:59 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:17:13 +0000 (12:17 -0500)
commitcd07f93a8aecb24c056e33b1ad3447a41959810f
tree7d7957c5ed1fa1550ea420cb1bf852f199cd61d8
parent8fe3829e8a884ce2ddb91121d46b7a3a385874c1
r20846: Before this gets out of control...

This add a struct event_context and infrastructure for fd events to smbd. This
is step zero to import lib/events.

Jeremy, I rely on you to watch the change in receive_message_or_smb()
closely. For the normal code path this should be the only relevant change. The
rest is either not yet used or is cosmetic.

Volker
source/include/event.h
source/lib/events.c
source/nsswitch/winbindd.c
source/nsswitch/winbindd_cm.c
source/nsswitch/winbindd_cred_cache.c
source/nsswitch/winbindd_dual.c
source/smbd/oplock.c
source/smbd/process.c
source/smbd/server.c
source/torture/vfstest.c