Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-05-26 | named_pipe_auth: implement tstream_npa_accept_existing_send/recv | Simo Sorce | 1 | -0/+455 | |
Pair-programmed-with: Stefan Metzmacher <metze@samba.org> | |||||
2010-05-18 | Finish removal of iconv_convenience in public API's. | Jelmer Vernooij | 1 | -5/+2 | |
2010-04-28 | libcli/named_pipe_auth: we need to hide length of the message mode header ↵ | Stefan Metzmacher | 1 | -1/+12 | |
from the caller metze | |||||
2009-09-18 | libcli/named_pipe_auth: pass gssapi delegated credentials through the named pipe | Stefan Metzmacher | 1 | -21/+30 | |
metze | |||||
2009-05-10 | Fix an unitialized variable warning | Volker Lendecke | 1 | -0/+3 | |
2009-05-04 | libcli: Fix shadowed variable warning | Tim Prouty | 1 | -2/+2 | |
2009-05-01 | libcli/named_pipe_auth: add tstream_npa_connect_send/recv() | Stefan Metzmacher | 1 | -0/+1059 | |
Add a tstream client implemenation for the named pipe auth code. This supports byte and message mode. metze |