summaryrefslogtreecommitdiff
path: root/source4/auth/gensec
AgeCommit message (Expand)AuthorFilesLines
2013-09-19gensec: move schannel module to toplevel.Günther Deschner2-340/+0
2013-08-10auth/gensec: introduce gensec_internal.hStefan Metzmacher5-0/+5
2013-08-10s4:gensec/schannel: only require librpc/gen_ndr/dcerpc.hStefan Metzmacher1-1/+1
2013-08-10s4:gensec/schannel: there's no point in having schannel_session_key()Stefan Metzmacher1-8/+0
2013-08-10s4:gensec/schannel: GENSEC_FEATURE_ASYNC_REPLIES is not supportedStefan Metzmacher1-3/+0
2013-08-10s4:gensec/schannel: use the correct computer_name from netlogon_creds_Credent...Stefan Metzmacher1-3/+3
2013-08-10s4:gensec/schannel: simplify the code by using netsec_create_state()Stefan Metzmacher1-68/+30
2013-08-10s4:gensec/schannel: remove unused dcerpc_schannel_creds()Stefan Metzmacher2-49/+0
2013-05-16gensec: Make the no-hostname status message much less scaryAndrew Bartlett2-2/+2
2013-03-05gensec: recv_handler can't be NULL at that point.Andreas Schneider1-1/+1
2013-03-02Move python modules from source4/scripting/python/ to python/.Jelmer Vernooij1-1/+1
2013-02-28s4:pygensec: make use of samba_tevent_context_init()Stefan Metzmacher1-1/+1
2013-02-12Fix some cut-and-paste and spelling in debug messagesGuenter Kukkukk1-8/+8
2012-07-17s4-auth: Make sure we use the correct credential state.Andreas Schneider1-1/+6
2012-06-12s4:gensec: fix a comment typoMichael Adam1-1/+1
2012-05-23gse: Use the smb_gss_oid_equal wrapper.Andreas Schneider1-2/+4
2012-05-23Introduce system MIT krb5 build with --with-system-mitkrb5 option.Alexander Bokovoy1-0/+1
2012-05-23gensec_gssapi: Make it possible to build with MIT krb5Simo Sorce1-10/+20
2012-05-18pygensec: Fix init of variable if not specified.Jelmer Vernooij1-1/+1
2012-05-17s4:auth/gensec_gssapi: add "gensec_gssapi:requested_life_time" optionStefan Metzmacher1-1/+6
2012-05-17s4:auth/gensec: implement gensec_gssapi_expire_time()Stefan Metzmacher1-0/+13
2012-05-17s4:auth/gensec_gssapi: add missing 'break' statementsStefan Metzmacher1-0/+2
2012-05-17s4:auth/gensec_gssapi: remember the expire timeStefan Metzmacher2-2/+9
2012-05-04s4-auth-krb: smb_rd_req_return_stuff is used only in gensec_krb5Simo Sorce4-1/+114
2012-04-25lib/replace: split out GSSAPI from lib/replace/system/kerberos.h into lib/rep...Alexander Bokovoy1-3/+1
2012-04-23For now just disable this Heindal specific stuff in the MIT buildSimo Sorce1-0/+4
2012-04-12auth-krb: Move pac related util functions in a single place.Simo Sorce2-0/+2
2012-04-12auth-krb: Make functions static.Simo Sorce1-0/+71
2012-04-12auth-krb: Nove oid packet check to gensec_util.Simo Sorce2-43/+3
2012-04-12gensec_gssapi: keep private header file close to the actual codeSimo Sorce2-1/+70
2012-03-02s4:auth/gensec/schannel: initialize struct schannel_state to zeroStefan Metzmacher1-2/+1
2012-03-02s4:auth/gensec/schannel: make a copy of netlogon_creds_CredentialState in the...Stefan Metzmacher1-1/+8
2012-02-18pygensec: Fix whitespace.Jelmer Vernooij1-8/+8
2012-02-17auth/kerberos: Move gse_get_session_key() to common code and use in gensec_gs...Andrew Bartlett1-33/+22
2012-01-20s4:auth/gensec: make sure GSS_C_CONF_FLAG implies GSS_C_INTEG_FLAGStefan Metzmacher1-0/+1
2012-01-13auth/gensec: move spnego.c to the toplevelStefan Metzmacher2-1411/+0
2012-01-13auth/gensec: common helper functions should be in gensec_util.cStefan Metzmacher1-107/+0
2012-01-13s4:auth/gensec: inline packet_full_request_u32()Stefan Metzmacher1-1/+9
2012-01-13s4:auth/gensec: fix compiler warnings in spnego.cStefan Metzmacher1-3/+0
2012-01-12s4:auth/gensec/spnego: add support for fragmented spnego messagesStefan Metzmacher1-3/+205
2012-01-12s4:pygensec: add set_max_update_size() and max_update_size() functionsStefan Metzmacher1-0/+25
2012-01-11gensec: Rename want_flags and got_flags in gensec_gssapiAndrew Bartlett1-26/+26
2012-01-11gensec: make gensec_gssapi.h commonAndrew Bartlett1-67/+0
2012-01-11gensec: move gensec_util.c to the top levelAndrew Bartlett2-99/+1
2012-01-04s4:pygensec: add session_key() methodStefan Metzmacher1-0/+29
2011-12-29s4-gensec: Rename memory contexts in gensec_util for greater clarityAndrew Bartlett1-2/+2
2011-12-29s4-gensec: Rename memory contexts in gensec_krb5 for greater clarityAndrew Bartlett1-16/+16
2011-12-29s4-gensec: Rename memory contexts in gensec_gssapi for greater clarityAndrew Bartlett1-16/+16
2011-12-29s4-gensec remove auth_session dep from gensec_gssapi.cAndrew Bartlett1-1/+1
2011-12-29s4-gensec Remove fallback for simple privilegesAndrew Bartlett1-6/+2