summaryrefslogtreecommitdiffstats
path: root/source3/librpc/crypto/gse.c
Commit message (Expand)AuthorAgeFilesLines
* auth/gensec: introduce gensec_internal.hStefan Metzmacher2013-08-101-0/+1
* gse: Use the smb_gss_oid_equal wrapper.Andreas Schneider2012-05-231-20/+3
* s3:gse: implement gensec_gse_expire_time()Stefan Metzmacher2012-05-171-0/+12
* s3:gse: remember the expire timeStefan Metzmacher2012-05-171-2/+15
* s3: Attempt to fix the build without kerberosVolker Lendecke2012-04-241-1/+1
* Make krb5 wrapper library common so they can be used all overSimo Sorce2012-04-231-3/+3
* gse: Remove unnecessary header.Simo Sorce2012-04-121-1/+0
* auth-krb: Nove oid packet check to gensec_util.Simo Sorce2012-04-121-21/+1
* s3:gse: fix debug message in gse_get_server_auth_token()Stefan Metzmacher2012-03-171-1/+1
* s3-krb5: Remove GSS_WRAP_IOV conditionalAndrew Bartlett2012-03-151-2/+2
* Fix a bunch of "unused variable" warnings.Jeremy Allison2012-02-181-6/+6
* auth/kerberos: Move gse_get_session_key() to common code and use in gensec_gs...Andrew Bartlett2012-02-171-113/+3
* s3-gse: Allow kerberos key type OID to be optionalAndrew Bartlett2012-02-171-4/+11
* s3-gse: Fix OID to read for kerberos key typeAndrew Bartlett2012-02-171-2/+2
* s3-librpc: Remove backup declaration of GSS_C_DCE_STYLEAndrew Bartlett2012-02-171-4/+0
* s3-gse: Remove unused OID declarationAndrew Bartlett2012-02-171-9/+0
* s3-librpc: Remove gse_verify_server_auth_flagsAndrew Bartlett2012-02-161-50/+0
* s3-gse: Use the session key type, not the lucid context to set NEW_SPNEGOAndrew Bartlett2012-02-161-67/+69
* s3:gse: return NT_STATUS_LOGON_FAILURE instead of NT_STATUS_INTERNAL_ERRORStefan Metzmacher2012-01-261-2/+2
* s3-gse: add GENSEC_FEATURE_NEW_SPNEGO detection in gensec_gse_have_feature()Stefan Metzmacher2012-01-251-0/+55
* s3-gse: make sure GSS_C_CONF_FLAG implies GSS_C_INTEG_FLAGStefan Metzmacher2012-01-201-0/+6
* s3-gse: align common elements between gse_context and gensec_gssapi_stateAndrew Bartlett2012-01-181-7/+8
* s3-gse: Make gensec_gse cope with non-DCE GSSAPIAndrew Bartlett2012-01-181-5/+8
* s3-gse: the server should not check for GSS_C_MUTUAL_FLAGStefan Metzmacher2012-01-181-6/+0
* s3-gse: verify that we got GSS_C_DCE_STYLE when expectedStefan Metzmacher2012-01-181-0/+11
* s3-gse Remove authenticated flag from gseAndrew Bartlett2012-01-181-7/+0
* s3-gse remove special more_processing hook from gseAndrew Bartlett2012-01-181-12/+2
* s3-gse Rename gss_c_flags and ret_flags in gseAndrew Bartlett2012-01-181-18/+18
* s3-gse Rename gss_ctx to match gensec_gssapi_contextAndrew Bartlett2012-01-181-17/+17
* s3-gse Rename delegated_creds to match gensec_gssapi_contextAndrew Bartlett2012-01-181-4/+4
* s3-gse gss_wrap_iov_length() only needs the type and lengthStefan Metzmacher2012-01-181-2/+4
* s3-gse Make seal parameter a boolean for clarityAndrew Bartlett2012-01-181-2/+2
* s3-gse Move GSS_C_DCE_STYLE backup definition to gse.cAndrew Bartlett2012-01-181-0/+4
* s3-gse Add constAndrew Bartlett2012-01-181-4/+4
* s3-gse Remove or make static unused/local-only GSE functionsAndrew Bartlett2012-01-181-225/+33
* s3-gse Make gse available as a gensec client moduleAndrew Bartlett2012-01-181-1/+1
* s3-gse: Add gensec wrapper for gse GSSAPI clientAndrew Bartlett2012-01-181-0/+440
* s3-librpc Return user principal name on supplied mem_ctxAndrew Bartlett2012-01-111-3/+3
* s3:gse: MIT krb5 1.8.1 has a bug in gss_wrap_iov()Stefan Metzmacher2012-01-051-1/+1
* s3-librpc store the sign/seal flags we got in the gssapi clientAndrew Bartlett2012-01-051-1/+1
* s3-libads Factor out a new routine kerberos_get_principal_from_service_hostna...Andrew Bartlett2012-01-051-3/+11
* s3-librpc Use gsskrb5_get_subkey() where available to get the session keyAndrew Bartlett2012-01-051-0/+15
* s3-gse Work around the MIT 1.9 gss_krb5_import_credAndrew Bartlett2011-07-201-6/+16
* s3-gse Allow printing the partial error stringAndrew Bartlett2011-07-201-6/+6
* s3:librpc: remove unneded gssapi includes from source3/librpc/crypto/gse.cMichael Adam2011-05-101-6/+0
* Fix many const compiler warnings.Jeremy Allison2011-05-051-21/+23
* s3-rpc_server Fix compile without kerberosAndrew Bartlett2011-04-271-1/+2
* s3-gse: Don't release the mech OID from gss_accept_security_contextAndrew Bartlett2011-04-271-4/+31
* auth/kerberos: Create common helper to get the verified PAC from GSSAPIAndrew Bartlett2011-04-271-42/+5
* s3-gse: Allow the GSSAPI wrapper to load a keytab using gss_krb5_import_cred()Andrew Bartlett2011-04-201-21/+29