libcli/named_pipe_auth: add tstream_npa_connect_send/recv()
authorStefan Metzmacher <metze@samba.org>
Thu, 12 Mar 2009 17:10:19 +0000 (18:10 +0100)
committerStefan Metzmacher <metze@samba.org>
Fri, 1 May 2009 15:42:08 +0000 (17:42 +0200)
commit92a1890b90f5cb4bfb9988a521fcbfb22bebc82d
tree0c7867cf978189cd114b24e7d47c9896b264297a
parent2ae92c759925023cc6d357c4f4d9cc3b308186aa
libcli/named_pipe_auth: add tstream_npa_connect_send/recv()

Add a tstream client implemenation for the named pipe auth
code. This supports byte and message mode.

metze
libcli/named_pipe_auth/config.mk [new file with mode: 0644]
libcli/named_pipe_auth/npa_tstream.c [new file with mode: 0644]
libcli/named_pipe_auth/npa_tstream.h [new file with mode: 0644]
source4/main.mk