summaryrefslogtreecommitdiffstats
path: root/librpc/idl/named_pipe_auth.idl
Commit message (Collapse)AuthorAgeFilesLines
* libcli/named_pipe_auth Change from 'info3' to auth_session_info_transportAndrew Bartlett2011-02-101-11/+6
| | | | | | | | | | | | | | | 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>
* libcli/named_pipe_auth Remove support for unused levels 0-2.Andrew Bartlett2011-02-101-24/+0
| | | | | | | | The only client and server for this code uses level 3 exclusively. Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org>
* Finish removal of iconv_convenience in public API's.Jelmer Vernooij2010-05-181-2/+2
|
* named_pipe_auth.idl: add infrastructure to pass delegated credentialsStefan Metzmacher2009-09-181-0/+23
| | | | metze
* named_pipe_auth.idl: add level 2 and pass the client/server info and session keyStefan Metzmacher2009-05-011-0/+20
| | | | | | We also return can return the named pipe mode now. metze
* Add iconv_convenience argument to size functions.Jelmer Vernooij2009-01-011-2/+2
|
* librpc/idl: Add named_pipe_auth.idl to Samba4Stefan Metzmacher2008-11-061-0/+44
metze