CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/06/05 23:02:58
Modified files:
usr.sbin/ypldap: buffer.c imsg.c ldapclient.c ypldap.c ypldap.h
ypldap_dns.c
Added files:
usr.sbin/ypldap: imsg.h
Log message:
Sync with relayd:
Stop pushing event handling in the imsg framework.
Instead, provide a small glue layer on top of both imsg and libevent.
This finally clearly separates event handling and imsg construction.
ok pyr@
