summaryrefslogtreecommitdiffstats
path: root/source4/auth/gensec
Commit message (Expand)AuthorAgeFilesLines
* kerberos: Remove un-used event context argument from smb_krb5_init_context()Andrew Bartlett2014-04-281-1/+0
* kerberos: Map KRB5KDC_ERR_CLIENT_REVOKED to NT_STATUS_ACCOUNT_LOCKED_OUTAndrew Bartlett2014-04-021-0/+3
* s4:auth/gensec: explicitly use allow_warnings=True for gssapi and sasl modulesStefan Metzmacher2014-04-021-0/+2
* s4:auth/gensec: fix declaration after code warning in gensec_tstream.cStefan Metzmacher2014-04-021-1/+2
* s4:auth/gensec: include gensec_krb5_util.h in gensec_krb5_util.cStefan Metzmacher2014-04-021-0/+1
* auth/gensec: remove tevent_context argument from gensec_update()Stefan Metzmacher2014-03-271-1/+1
* s4:pygensec: don't pass an explicit tevent_context to gensec_update()Stefan Metzmacher2014-03-271-9/+1
* s4:auth/gensec: only include "librpc/gen_ndr/dcerpc.h"Stefan Metzmacher2014-02-132-2/+2
* s4:gensec_gssapi: make sure gensec_gssapi_[un]seal_packet() rejects header si...Stefan Metzmacher2014-01-071-0/+12
* s4:auth/gensec_gssapi: handle GENSEC_FEATURE_SIGN_PKT_HEADER in have_feature()Stefan Metzmacher2014-01-071-0/+12
* gensec: move schannel module to toplevel.Günther Deschner2013-09-192-340/+0
* auth/gensec: introduce gensec_internal.hStefan Metzmacher2013-08-105-0/+5
* s4:gensec/schannel: only require librpc/gen_ndr/dcerpc.hStefan Metzmacher2013-08-101-1/+1
* s4:gensec/schannel: there's no point in having schannel_session_key()Stefan Metzmacher2013-08-101-8/+0
* s4:gensec/schannel: GENSEC_FEATURE_ASYNC_REPLIES is not supportedStefan Metzmacher2013-08-101-3/+0
* s4:gensec/schannel: use the correct computer_name from netlogon_creds_Credent...Stefan Metzmacher2013-08-101-3/+3
* s4:gensec/schannel: simplify the code by using netsec_create_state()Stefan Metzmacher2013-08-101-68/+30
* s4:gensec/schannel: remove unused dcerpc_schannel_creds()Stefan Metzmacher2013-08-102-49/+0
* gensec: Make the no-hostname status message much less scaryAndrew Bartlett2013-05-162-2/+2
* gensec: recv_handler can't be NULL at that point.Andreas Schneider2013-03-051-1/+1
* Move python modules from source4/scripting/python/ to python/.Jelmer Vernooij2013-03-021-1/+1
* s4:pygensec: make use of samba_tevent_context_init()Stefan Metzmacher2013-02-281-1/+1
* Fix some cut-and-paste and spelling in debug messagesGuenter Kukkukk2013-02-121-8/+8
* s4-auth: Make sure we use the correct credential state.Andreas Schneider2012-07-171-1/+6
* s4:gensec: fix a comment typoMichael Adam2012-06-121-1/+1
* gse: Use the smb_gss_oid_equal wrapper.Andreas Schneider2012-05-231-2/+4
* Introduce system MIT krb5 build with --with-system-mitkrb5 option.Alexander Bokovoy2012-05-231-0/+1
* gensec_gssapi: Make it possible to build with MIT krb5Simo Sorce2012-05-231-10/+20
* pygensec: Fix init of variable if not specified.Jelmer Vernooij2012-05-181-1/+1
* s4:auth/gensec_gssapi: add "gensec_gssapi:requested_life_time" optionStefan Metzmacher2012-05-171-1/+6
* s4:auth/gensec: implement gensec_gssapi_expire_time()Stefan Metzmacher2012-05-171-0/+13
* s4:auth/gensec_gssapi: add missing 'break' statementsStefan Metzmacher2012-05-171-0/+2
* s4:auth/gensec_gssapi: remember the expire timeStefan Metzmacher2012-05-172-2/+9
* s4-auth-krb: smb_rd_req_return_stuff is used only in gensec_krb5Simo Sorce2012-05-044-1/+114
* lib/replace: split out GSSAPI from lib/replace/system/kerberos.h into lib/rep...Alexander Bokovoy2012-04-251-3/+1
* For now just disable this Heindal specific stuff in the MIT buildSimo Sorce2012-04-231-0/+4
* auth-krb: Move pac related util functions in a single place.Simo Sorce2012-04-122-0/+2
* 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
* gensec_gssapi: keep private header file close to the actual codeSimo Sorce2012-04-122-1/+70
* 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
* pygensec: Fix whitespace.Jelmer Vernooij2012-02-181-8/+8
* auth/kerberos: Move gse_get_session_key() to common code and use in gensec_gs...Andrew Bartlett2012-02-171-33/+22
* 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