summaryrefslogtreecommitdiffstats
path: root/libcli/named_pipe_auth/npa_tstream.h
Commit message (Collapse)AuthorAgeFilesLines
* libcli: Add tstream_npa_socketpair() function.Andreas Schneider2013-10-291-0/+10
| | | | | Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
* libcli/named_pipe_auth: add forward declaration in npa_tstream.h.Günther Deschner2011-05-021-0/+1
| | | | Guenther
* libcli/named_pipe_auth Change from 'info3' to auth_session_info_transportAndrew Bartlett2011-02-101-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>
* named_pipe_auth: implement tstream_npa_accept_existing_send/recvSimo Sorce2010-05-261-0/+66
| | | | Pair-programmed-with: Stefan Metzmacher <metze@samba.org>
* Finish removal of iconv_convenience in public API's.Jelmer Vernooij2010-05-181-1/+0
|
* libcli/named_pipe_auth: pass gssapi delegated credentials through the named pipeStefan Metzmacher2009-09-181-1/+2
| | | | metze
* libcli: Fix shadowed name in header alsoTim Prouty2009-05-041-1/+1
|
* libcli/named_pipe_auth: add tstream_npa_connect_send/recv()Stefan Metzmacher2009-05-011-0/+59
Add a tstream client implemenation for the named pipe auth code. This supports byte and message mode. metze