lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLOC_CTX *)
[gd/samba-autobuild/.git] / auth / gensec / spnego.c
2017-04-21 Jeremy Allisonlib: modules: Change XXX_init interface from XXX_init...
2017-03-29 Andrew Bartlettauth_log: Also log the final type of authentication...
2017-03-02 Stefan Metzmachergensec:spnego: Add debug message for the failed principal
2016-10-26 Stefan Metzmachergensec/spnego: remember the wanted features also on...
2016-09-02 Stefan Metzmachergensec/spnego: work around missing server mechListMIC...
2016-05-03 Volker Lendeckelib: Give base64.c its own .h
2016-04-28 Stefan Metzmacherauth/spnego: add spnego:simulate_w2k option for testing
2016-04-28 Stefan Metzmacherauth/spnego: only try to verify the mechListMic if...
2016-04-28 Stefan Metzmacherauth/spnego: handle broken mechListMIC response from...
2016-04-28 Stefan Metzmacherauth/spnego: change log level for 'Failed to setup...
2016-04-12 Stefan MetzmacherCVE-2016-2110: auth/gensec: add gensec_may_reset_crypto...
2016-04-12 Stefan MetzmacherCVE-2016-2110: auth/gensec: require spnego mechListMIC...
2016-04-12 Stefan MetzmacherCVE-2016-2110: auth/gensec: fix the client side of...
2016-04-12 Stefan MetzmacherCVE-2016-2110: auth/gensec: fix the client side of...
2016-03-10 Stefan Metzmacherauth/gensec: keep a pointer to a possible child/sub...
2016-01-05 Volker Lendeckeasn1: Make asn1_peek_full_tag return 0/errno
2015-10-22 Jeremy Allisonauth: gensec: Parameters out_mem_ctx and ev are passed...
2015-08-20 Volker Lendeckegensec: Fix CID 242642 Unchecked return value
2015-06-23 Stefan Metzmacherauth/gensec: remove unused gensec_[un]wrap_packets...
2014-04-02 Andrew Bartlettauth: Pass though error from GENSEC sub-mechanism
2014-03-27 Stefan Metzmacherauth/gensec/spnego: map SPNEGO_REJECT to NT_STATUS_LOGO...
2014-03-26 Stefan Metzmacherauth/gensec: make use of gensec_update_ev() in spnego.c
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-08-10 Stefan Metzmacherauth/gensec: treat struct gensec_security_ops as const...
2013-08-10 Stefan Metzmacherauth/gensec: use 'const char * const *' for function...
2013-08-10 Stefan Metzmacherauth/gensec: introduce gensec_internal.h
2012-09-21 Volker Lendeckeauth: Fix some nonempty blank lines
2012-07-02 Andrew Bartlettauth/gensec: Remove unused gensec_security parameter
2012-05-17 Stefan Metzmacherauth/gensec: implement gensec_spnego_expire_time()
2012-01-13 Stefan Metzmachers3:build: add auth/gensec/spnego.o
2012-01-13 Stefan Metzmacherauth/gensec: move spnego.c to the toplevel