summaryrefslogtreecommitdiff
path: root/libcli/security/session.c
AgeCommit message (Collapse)AuthorFilesLines
2016-04-28libcli/security: implement SECURITY_GUESTStefan Metzmacher1-0/+4
SECURITY_GUEST is not exactly the same as SECURITY_ANONYMOUS. BUG: https://bugzilla.samba.org/show_bug.cgi?id=11847 Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org> Reviewed-by: Günther Deschner <gd@samba.org>
2011-02-22s4-auth Move libcli/security/session.c to the top levelAndrew Bartlett1-0/+64
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