summaryrefslogtreecommitdiff
path: root/source3/rpc_server/dcesrv_gssapi.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-18s3-librpc Remove unused dcesrv_gssapi.[ch] functionsAndrew Bartlett1-223/+0
2011-12-22s3-rpc_server: Remove old commentAndrew Bartlett1-5/+0
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-2/+2
2011-07-04s3-rpc_server: Replace client_id in dcerpc gssapi server.Andreas Schneider1-3/+22
2011-04-27s3-rpc_server Fix compile without kerberosAndrew Bartlett1-2/+7
2011-04-27auth/kerberos: Create common helper to get the verified PAC from GSSAPIAndrew Bartlett1-54/+8
2011-04-20s3-gse: Allow the GSSAPI wrapper to load a keytab using gss_krb5_import_cred()Andrew Bartlett1-1/+1
2011-04-05s3-auth use create_local_token() to transform server_info -> session_infoAndrew Bartlett1-2/+3
2011-04-04s3-auth consolidate create_local_token() into make_server_info_krb5()Andrew Bartlett1-1/+1
2011-03-30s3-auth: rpc_server needs auth.hGünther Deschner1-0/+1
2010-09-23s3-dcerpc: add server helpers for gssapi authSimo Sorce1-0/+248