summaryrefslogtreecommitdiff
path: root/libcli/named_pipe_auth/npa_tstream.h
AgeCommit message (Collapse)AuthorFilesLines
2011-02-10libcli/named_pipe_auth Change from 'info3' to auth_session_info_transportAndrew Bartlett1-19/+13
This changes the structure being used to convey the current user state from the netlogon-derived 'netr_SamInfo3' structure to a purpose-built structure that matches the internals of the Samba auth subsystem and contains the final group list, as well as the final privilege set and session key. These previously had to be re-created on the server side of the pipe each time. Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org>
2010-05-26named_pipe_auth: implement tstream_npa_accept_existing_send/recvSimo Sorce1-0/+66
Pair-programmed-with: Stefan Metzmacher <metze@samba.org>
2010-05-18Finish removal of iconv_convenience in public API's.Jelmer Vernooij1-1/+0
2009-09-18libcli/named_pipe_auth: pass gssapi delegated credentials through the named pipeStefan Metzmacher1-1/+2
metze
2009-05-04libcli: Fix shadowed name in header alsoTim Prouty1-1/+1
2009-05-01libcli/named_pipe_auth: add tstream_npa_connect_send/recv()Stefan Metzmacher1-0/+59
Add a tstream client implemenation for the named pipe auth code. This supports byte and message mode. metze