Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-02-10 | libcli/named_pipe_auth Change from 'info3' to auth_session_info_transport | Andrew Bartlett | 1 | -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-26 | named_pipe_auth: implement tstream_npa_accept_existing_send/recv | Simo Sorce | 1 | -0/+66 | |
Pair-programmed-with: Stefan Metzmacher <metze@samba.org> | |||||
2010-05-18 | Finish removal of iconv_convenience in public API's. | Jelmer Vernooij | 1 | -1/+0 | |
2009-09-18 | libcli/named_pipe_auth: pass gssapi delegated credentials through the named pipe | Stefan Metzmacher | 1 | -1/+2 | |
metze | |||||
2009-05-04 | libcli: Fix shadowed name in header also | Tim Prouty | 1 | -1/+1 | |
2009-05-01 | libcli/named_pipe_auth: add tstream_npa_connect_send/recv() | Stefan Metzmacher | 1 | -0/+59 | |
Add a tstream client implemenation for the named pipe auth code. This supports byte and message mode. metze |