diff options
| author | Stefan Metzmacher <metze@samba.org> | 2009-03-12 18:10:19 +0100 |
|---|---|---|
| committer | Stefan Metzmacher <metze@samba.org> | 2009-05-01 17:42:08 +0200 |
| commit | 92a1890b90f5cb4bfb9988a521fcbfb22bebc82d (patch) | |
| tree | 0c7867cf978189cd114b24e7d47c9896b264297a /source4 | |
| parent | 2ae92c759925023cc6d357c4f4d9cc3b308186aa (diff) | |
| download | samba-92a1890b90f5cb4bfb9988a521fcbfb22bebc82d.tar.gz samba-92a1890b90f5cb4bfb9988a521fcbfb22bebc82d.tar.xz samba-92a1890b90f5cb4bfb9988a521fcbfb22bebc82d.zip | |
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
Diffstat (limited to 'source4')
| -rw-r--r-- | source4/main.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/main.mk b/source4/main.mk index d9e0254c1f..2e74ba9a5b 100644 --- a/source4/main.mk +++ b/source4/main.mk @@ -57,3 +57,4 @@ mkinclude ../libcli/auth/config.mk mkinclude ../libcli/drsuapi/config.mk mkinclude ../libcli/samsync/config.mk mkinclude ../libgpo/config.mk +mkinclude ../libcli/named_pipe_auth/config.mk |
