]> git.ipfire.org Git - thirdparty/samba.git/commit
s4:ldap_server: add call->wait_send/recv infrastructure
authorStefan Metzmacher <metze@samba.org>
Thu, 11 May 2017 14:51:15 +0000 (16:51 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 15 Jun 2017 07:13:22 +0000 (09:13 +0200)
commit900ab851a77ca0cb272fa1a6b0894cac7c41510f
tree2a4b00de310417c6117398b1572a8b79951dd39c
parent4c9eeb0d3e26742aa025e86ad677d6dbc3478fcf
s4:ldap_server: add call->wait_send/recv infrastructure

If it is set by the dispatch functions, the core server
will use call->wait_send() and wait for it to finally
return frim call->wait_recv() before it asks for the
next incoming pdu.

This can be used to implement bind as async operations.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/ldap_server/ldap_server.c
source4/ldap_server/ldap_server.h