summaryrefslogtreecommitdiffstats
path: root/libcli/named_pipe_auth/npa_tstream.c
Commit message (Expand)AuthorAgeFilesLines
* libcli/named_pipe_auth: fix error handling in _tstream_npa_connect_recv()Stefan Metzmacher2010-06-211-0/+2
* libcli/named_pipe_auth: fix memory handling for temporary dataStefan Metzmacher2010-06-211-5/+6
* s3/s4 - remove "talloc_tos()" from common code since s4 doesn't support itMatthias Dieter Wallnöfer2010-06-211-1/+1
* Fix warning messages about unused result of talloc_move. We're really talloc_...Jeremy Allison2010-06-141-3/+3
* named_pipe_auth Always lower case the incoming pipe nameAndrew Bartlett2010-06-071-1/+7
* named_pipe_auth: implement tstream_npa_accept_existing_send/recvSimo Sorce2010-05-261-0/+455
* Finish removal of iconv_convenience in public API's.Jelmer Vernooij2010-05-181-5/+2
* libcli/named_pipe_auth: we need to hide length of the message mode header fro...Stefan Metzmacher2010-04-281-1/+12
* libcli/named_pipe_auth: pass gssapi delegated credentials through the named pipeStefan Metzmacher2009-09-181-21/+30
* Fix an unitialized variable warningVolker Lendecke2009-05-101-0/+3
* libcli: Fix shadowed variable warningTim Prouty2009-05-041-2/+2
* libcli/named_pipe_auth: add tstream_npa_connect_send/recv()Stefan Metzmacher2009-05-011-0/+1059