summaryrefslogtreecommitdiff
path: root/libcli/security/session.h
AgeCommit message (Collapse)AuthorFilesLines
2011-03-01libcli/security Add unix_token and unix_info to auth_session_info tooAndrew Bartlett1-0/+2
Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Tue Mar 1 07:13:43 CET 2011 on sn-devel-104
2011-02-22s4-auth Move libcli/security/session.c to the top levelAndrew Bartlett1-0/+50
This code is now useful in common, as the elements of the auth_session_info structure have now been defined in common IDL. Andrew Bartlett