summaryrefslogtreecommitdiff
path: root/libcli/named_pipe_auth/npa_tstream.c
AgeCommit message (Collapse)AuthorFilesLines
2010-06-14Fix warning messages about unused result of talloc_move. We're really ↵Jeremy Allison1-3/+3
talloc_steal'ing here.
2010-06-07named_pipe_auth Always lower case the incoming pipe nameAndrew Bartlett1-1/+7
Windows connects to an upper case NETLOGON pipe, and we can't find the socket to connect to until we lower case the name. Andrew Bartlett
2010-05-26named_pipe_auth: implement tstream_npa_accept_existing_send/recvSimo Sorce1-0/+455
Pair-programmed-with: Stefan Metzmacher <metze@samba.org>
2010-05-18Finish removal of iconv_convenience in public API's.Jelmer Vernooij1-5/+2
2010-04-28libcli/named_pipe_auth: we need to hide length of the message mode header ↵Stefan Metzmacher1-1/+12
from the caller metze
2009-09-18libcli/named_pipe_auth: pass gssapi delegated credentials through the named pipeStefan Metzmacher1-21/+30
metze
2009-05-10Fix an unitialized variable warningVolker Lendecke1-0/+3
2009-05-04libcli: Fix shadowed variable warningTim Prouty1-2/+2
2009-05-01libcli/named_pipe_auth: add tstream_npa_connect_send/recv()Stefan Metzmacher1-0/+1059
Add a tstream client implemenation for the named pipe auth code. This supports byte and message mode. metze