summaryrefslogtreecommitdiff
path: root/source3/auth/user_krb5.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-24lib/param: Move all enum declarations to lib/paramAndrew Bartlett1-0/+1
2012-02-13s3-auth: On successful user mapping set mapped_to_guest to false.Sumit Bose1-0/+1
2011-10-24idl: Improve MS-PAC IDLSimo Sorce1-3/+3
2011-09-12Move the talloc_move call until *after* the check on status. Don't want to mo...Jeremy Allison1-3/+3
2011-09-12s3-auth: fix uninitialized server_infoSumit Bose1-0/+4
2011-08-03s3-auth set session_info->sanitized_username in create_local_token()Andrew Bartlett1-1/+1
2011-07-20s3-auth fix dummy function in the not-with-kerberos caseAndrew Bartlett1-1/+1
2011-07-20s3-auth Use the common auth_session_infoAndrew Bartlett1-1/+1
2011-07-20s3-auth Use struct auth3_session_info outside the auth subsystemAndrew Bartlett1-1/+1
2011-04-05s3-auth use create_local_token() to transform server_info -> session_infoAndrew Bartlett1-22/+21
2011-04-04s3-auth consolidate create_local_token() into make_server_info_krb5()Andrew Bartlett1-1/+11
2011-03-30s3-auth: use auth.h where needed.Günther Deschner1-0/+1
2011-03-30s3-passdb: use passdb headers where needed.Günther Deschner1-0/+1
2011-03-30s3-winbind: remove global inclusion of libwbclient.Günther Deschner1-0/+1
2010-11-10Remove fstring from map_username. Create a more sane interface than the calle...Jeremy Allison1-8/+27
2010-08-31s3-auth: remove global include of krb5pac.h.Günther Deschner1-0/+1
2010-08-30s3-auth: add helper to get server_info out of kerberos infoSimo Sorce1-0/+100
2010-08-30s3-auth: Add helper function to retrieve the unix user from a kerberos ticketSimo Sorce1-0/+172