summaryrefslogtreecommitdiff
path: root/source4/auth
Commit message (Expand)AuthorAgeFilesLines
...
* Split normal kinit from s4u2 flavored kinitSimo Sorce2012-05-041-7/+21
* Move kerberos_kinit_password_cc to krb5samba libSimo Sorce2012-05-043-427/+1
* Move kerberos_kinit_keyblock_cc to krb5samba libSimo Sorce2012-05-042-55/+0
* krb-init: define out heimdal specific stuff in mitkrb buildSimo Sorce2012-05-041-3/+12
* s4-auth-krb: avoid useless conditionSimo Sorce2012-05-041-1/+1
* lib/replace: split out GSSAPI from lib/replace/system/kerberos.h into lib/rep...Alexander Bokovoy2012-04-253-4/+3
* Make krb5 wrapper library common so they can be used all overSimo Sorce2012-04-232-4/+5
* For now just disable this Heindal specific stuff in the MIT buildSimo Sorce2012-04-235-3/+29
* Make krb5 context initialization not heimdal specificSimo Sorce2012-04-232-22/+54
* Fix Error messagesSimo Sorce2012-04-191-4/+2
* s4-auth: Make sure ldb context is initialized even if not passed by Python codeAlexander Bokovoy2012-04-141-1/+1
* srv_keytab: Pass krb5_context directly, it's all we use anyways.Simo Sorce2012-04-121-16/+11
* auth-krb: Move pac related util functions in a single place.Simo Sorce2012-04-123-0/+3
* auth-krb: Make functions static.Simo Sorce2012-04-121-0/+71
* auth-krb: Nove oid packet check to gensec_util.Simo Sorce2012-04-122-43/+3
* s4-auth-krb: Remove dependency on credentials too.Simo Sorce2012-04-122-11/+5
* s4-auth-krb: Remove unneded dependency on kerberos_util.Simo Sorce2012-04-123-40/+54
* s4-auth-krb: Simplify salt_princ handling.Simo Sorce2012-04-124-287/+187
* s4-auth-krb: Move function to db-glue.c and make it static.Simo Sorce2012-04-122-20/+0
* s4-auth-krb: Move keytab functions in a separate file.Simo Sorce2012-04-124-707/+749
* s4-auth-krb: Streamline and cleanup code to make it readable.Simo Sorce2012-04-121-190/+256
* s4-auth-krb: streamline and rename enctype functionsSimo Sorce2012-04-121-11/+12
* s4-auth-krb: Make kerberos_enctype_bitmap_to_enctype static.Simo Sorce2012-04-122-3/+1
* s4-auth-krb: Make kerberos_enctype_bitmap_to_enctypes static.Simo Sorce2012-04-121-1/+7
* s4-auth-krb: Move function into more appropriate header.Simo Sorce2012-04-121-0/+8
* s4-auth-krb: Make impersonate_principal_from_credentials static.Simo Sorce2012-04-121-0/+1
* gensec_gssapi: keep private header file close to the actual codeSimo Sorce2012-04-122-1/+70
* krb5_wrap: remove duplicate declaration and dead ifdefSimo Sorce2012-04-121-4/+0
* s4:auth/gensec/schannel: initialize struct schannel_state to zeroStefan Metzmacher2012-03-021-2/+1
* s4:auth/gensec/schannel: make a copy of netlogon_creds_CredentialState in the...Stefan Metzmacher2012-03-021-1/+8
* auth: Rename some elements of auth4_contextAndrew Bartlett2012-02-241-3/+3
* pygensec: Fix whitespace.Jelmer Vernooij2012-02-181-8/+8
* auth: Reorder arguments to generate_session_infoAndrew Bartlett2012-02-182-8/+9
* auth: Move the rest of the source4 gensec_ntlmssp code to the top levelAndrew Bartlett2012-02-175-1021/+0
* auth/kerberos: Move gse_get_session_key() to common code and use in gensec_gs...Andrew Bartlett2012-02-171-33/+22
* auth: Pass in the SMB username (for %U) into generate_session_infoAndrew Bartlett2012-02-134-5/+12
* gensec: inline gensec_generate_session_info() into only callerAndrew Bartlett2012-01-302-9/+27
* s4-auth: Return NT_STATUS_NOT_IMPLEMENTED if the challenge cannot be obtainedAndrew Bartlett2012-01-301-1/+1
* auth: Make check_password and generate_session_info hook genericAndrew Bartlett2012-01-303-21/+51
* s4:auth/gensec: make sure GSS_C_CONF_FLAG implies GSS_C_INTEG_FLAGStefan Metzmacher2012-01-201-0/+1
* auth/gensec: move spnego.c to the toplevelStefan Metzmacher2012-01-132-1411/+0
* auth/gensec: common helper functions should be in gensec_util.cStefan Metzmacher2012-01-131-107/+0
* s4:auth/gensec: inline packet_full_request_u32()Stefan Metzmacher2012-01-131-1/+9
* s4:auth/gensec: fix compiler warnings in spnego.cStefan Metzmacher2012-01-131-3/+0
* s4:auth/gensec/spnego: add support for fragmented spnego messagesStefan Metzmacher2012-01-121-3/+205
* s4:pygensec: add set_max_update_size() and max_update_size() functionsStefan Metzmacher2012-01-121-0/+25
* s4:auth: Make sure to check the optional auth_context hooks before using themAndrew Bartlett2012-01-111-18/+26
* gensec: Rename want_flags and got_flags in gensec_gssapiAndrew Bartlett2012-01-111-26/+26
* gensec: make gensec_gssapi.h commonAndrew Bartlett2012-01-111-67/+0
* gensec: move gensec_util.c to the top levelAndrew Bartlett2012-01-113-104/+1