1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-22 16:59:09 +03:00

r11622: convert the ldap server to the generic packet code

(This used to be commit 6ef4ba0c81)
This commit is contained in:
Andrew Tridgell
2005-11-10 01:41:47 +00:00
committed by Gerald (Jerry) Carter
parent b8f4d22ab5
commit f59c61d413
2 changed files with 108 additions and 183 deletions

View File

@ -31,19 +31,13 @@ struct ldapsrv_connection {
struct ldapsrv_partition *default_partition;
struct ldapsrv_partition *partitions;
/* partially received request */
DATA_BLOB partial;
/* are we using gensec wrapping? */
BOOL enable_wrap;
/* reply send queue */
struct data_blob_list_item *send_queue;
BOOL processing;
/* connection should be terminated if non-null */
const char *terminate;
struct packet_context *packet;
};
struct ldapsrv_call {