summaryrefslogtreecommitdiff
path: root/librpc/idl/auth.idl
AgeCommit message (Collapse)AuthorFilesLines
2011-03-01librpc/idl Add helper structures for use by samba3 in auth_session_infoAndrew Bartlett1-0/+15
The unix info and in particular unix token needs to be preserved into the struct auth_session_info. Andrew Bartlett
2011-02-10auth.idl fix size_is() reference in IDLAndrew Bartlett1-1/+1
Signed-off-by: Andrew Tridgell <tridge@samba.org>
2011-02-09s4-auth Add auth.idl to encode auth subsystem structures in IDLAndrew Bartlett1-0/+70
This is not only a useful way to encode stuff, it also allows python to handle the structures, and natrually allows them to be NDR encoded. Andrew Bartlett