selftest: Add test for GSSAPI with no authenticator checksum mode
[samba.git] / source4 / auth / gensec /
2015-08-05 Andrew Bartlettselftest: Add test for GSSAPI with no authenticator...
2015-08-05 Andrew Bartlettgensec: Add an option emulating another mode a client...
2015-07-30 Andreas Schneiders3-auth: Add MIT return code for KDC not reachable
2015-07-08 Douglas BagnallFix gensec_gssapi compilation for i386
2015-06-24 Stefan Metzmachers4:gensec/gssapi: make use of add gssapi_get_sig_size...
2015-06-23 Stefan Metzmachers3:librpc/gse: make use of add gssapi_get_sig_size...
2015-06-23 Stefan Metzmachers4:auth/gensec: remove unused gensec_socket_init()
2015-06-23 Stefan Metzmachers4:auth/gensec: remove unused include of lib/socket...
2015-06-23 Stefan Metzmachers4:auth/gensec: remove unused and untested cyrus_sasl...
2015-06-23 Stefan Metzmachers4:gensec/gssapi: make calculation of gensec_gssapi_sig...
2015-06-23 Stefan Metzmachers4:gensec/gssapi: use gensec_gssapi_max_{input,wrapped...
2015-03-27 Günther Deschners4-auth: fix DEBUG statement.
2015-03-27 Günther Deschnergensec: map KRB5KRB_AP_ERR_BAD_INTEGRITY to logon failure.
2015-03-27 Andreas Schneiders4-gensec: Check if we have delegated credentials.
2015-03-20 Stefan Metzmachers4:auth/gensec_cyrus_sasl: allow_warnings=True
2015-03-20 Stefan Metzmachers4:auth/gensec_cyrus_sasl: remove compiler warnings
2015-03-20 Stefan Metzmachers4:auth/gensec_gssapi: remove allow_warnings=True
2015-03-20 Stefan Metzmachers4:auth/gensec_gssapi: remove compiler warnings
2015-03-16 Andrew Bartlettpygensec: Add bindings for gensec_set_target_service...
2015-03-16 Stefan Metzmachers4:auth/gensec_gssapi: let gensec_gssapi_update() retur...
2015-02-25 Volker LendeckeFix the developer O3 build
2014-12-17 Andrew Bartlettgensec_krb5: Match behaviour of gensec_gssapi for passw...
2014-09-25 Jeremy Allisons4: auth: gensec: asn1 fixes - check all returns.
2014-08-31 Andrew Bartletts4-gensec: Fix spelling in debug message
2014-08-08 Andreas Schneiders4-auth: Initialize the tokens by default.
2014-08-08 Andreas Schneiderwscript: Only build gensec_krb5 with heimdal.
2014-08-08 Günther Deschners4-gensec_krb5: fix memleak in gensec_krb5_session_info().
2014-04-28 Andrew Bartlettkerberos: Remove un-used event context argument from...
2014-04-02 Andrew Bartlettkerberos: Map KRB5KDC_ERR_CLIENT_REVOKED to NT_STATUS_A...
2014-04-02 Stefan Metzmachers4:auth/gensec: explicitly use allow_warnings=True...
2014-04-02 Stefan Metzmachers4:auth/gensec: fix declaration after code warning...
2014-04-02 Stefan Metzmachers4:auth/gensec: include gensec_krb5_util.h in gensec_kr...
2014-03-26 Stefan Metzmacherauth/gensec: remove tevent_context argument from gensec...
2014-03-26 Stefan Metzmachers4:pygensec: don't pass an explicit tevent_context...
2014-02-13 Stefan Metzmachers4:auth/gensec: only include "librpc/gen_ndr/dcerpc.h"
2014-01-06 Stefan Metzmachers4:gensec_gssapi: make sure gensec_gssapi_[un]seal_pack...
2014-01-06 Stefan Metzmachers4:auth/gensec_gssapi: handle GENSEC_FEATURE_SIGN_PKT_H...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-09-19 Günther Deschnergensec: move schannel module to toplevel.
2013-08-10 Stefan Metzmacherauth/gensec: introduce gensec_internal.h
2013-08-10 Stefan Metzmachers4:gensec/schannel: only require librpc/gen_ndr/dcerpc.h
2013-08-10 Stefan Metzmachers4:gensec/schannel: there's no point in having schannel...
2013-08-10 Stefan Metzmachers4:gensec/schannel: GENSEC_FEATURE_ASYNC_REPLIES is...
2013-08-10 Stefan Metzmachers4:gensec/schannel: use the correct computer_name from...
2013-08-10 Stefan Metzmachers4:gensec/schannel: simplify the code by using netsec_c...
2013-08-10 Stefan Metzmachers4:gensec/schannel: remove unused dcerpc_schannel_creds()
2013-05-16 Andrew Bartlettgensec: Make the no-hostname status message much less...
2013-03-05 Andreas Schneidergensec: recv_handler can't be NULL at that point.
2013-03-02 Jelmer VernooijMove python modules from source4/scripting/python/...
2013-02-28 Stefan Metzmachers4:pygensec: make use of samba_tevent_context_init()
2013-02-12 Guenter KukkukkFix some cut-and-paste and spelling in debug messages
2012-07-17 Andreas Schneiders4-auth: Make sure we use the correct credential state.
2012-06-12 Michael Adams4:gensec: fix a comment typo
2012-05-23 Andreas Schneidergse: Use the smb_gss_oid_equal wrapper.
2012-05-23 Alexander BokovoyIntroduce system MIT krb5 build with --with-system...
2012-05-23 Simo Sorcegensec_gssapi: Make it possible to build with MIT krb5
2012-05-18 Jelmer Vernooijpygensec: Fix init of variable if not specified.
2012-05-17 Stefan Metzmachers4:auth/gensec_gssapi: add "gensec_gssapi:requested_lif...
2012-05-17 Stefan Metzmachers4:auth/gensec: implement gensec_gssapi_expire_time()
2012-05-17 Stefan Metzmachers4:auth/gensec_gssapi: add missing 'break' statements
2012-05-17 Stefan Metzmachers4:auth/gensec_gssapi: remember the expire time
2012-05-04 Simo Sorces4-auth-krb: smb_rd_req_return_stuff is used only in...
2012-04-24 Alexander Bokovoylib/replace: split out GSSAPI from lib/replace/system...
2012-04-23 Simo SorceFor now just disable this Heindal specific stuff in...
2012-04-12 Simo Sorceauth-krb: Move pac related util functions in a single...
2012-04-12 Simo Sorceauth-krb: Make functions static.
2012-04-12 Simo Sorceauth-krb: Nove oid packet check to gensec_util.
2012-04-12 Simo Sorcegensec_gssapi: keep private header file close to the...
2012-03-02 Stefan Metzmachers4:auth/gensec/schannel: initialize struct schannel_sta...
2012-03-02 Stefan Metzmachers4:auth/gensec/schannel: make a copy of netlogon_creds_...
2012-02-18 Jelmer Vernooijpygensec: Fix whitespace.
2012-02-17 Andrew Bartlettauth/kerberos: Move gse_get_session_key() to common...
2012-01-20 Stefan Metzmachers4:auth/gensec: make sure GSS_C_CONF_FLAG implies GSS_C...
2012-01-13 Stefan Metzmacherauth/gensec: move spnego.c to the toplevel
2012-01-13 Stefan Metzmacherauth/gensec: common helper functions should be in gense...
2012-01-13 Stefan Metzmachers4:auth/gensec: inline packet_full_request_u32()
2012-01-13 Stefan Metzmachers4:auth/gensec: fix compiler warnings in spnego.c
2012-01-12 Stefan Metzmachers4:auth/gensec/spnego: add support for fragmented spneg...
2012-01-12 Stefan Metzmachers4:pygensec: add set_max_update_size() and max_update_s...
2012-01-11 Andrew Bartlettgensec: Rename want_flags and got_flags in gensec_gssapi
2012-01-11 Andrew Bartlettgensec: make gensec_gssapi.h common
2012-01-11 Andrew Bartlettgensec: move gensec_util.c to the top level
2012-01-04 Stefan Metzmachers4:pygensec: add session_key() method
2011-12-29 Andrew Bartletts4-gensec: Rename memory contexts in gensec_util for...
2011-12-29 Andrew Bartletts4-gensec: Rename memory contexts in gensec_krb5 for...
2011-12-29 Andrew Bartletts4-gensec: Rename memory contexts in gensec_gssapi...
2011-12-29 Andrew Bartletts4-gensec remove auth_session dep from gensec_gssapi.c
2011-12-29 Andrew Bartletts4-gensec Remove fallback for simple privileges
2011-12-29 Andrew Bartletts4-torture: Demonstrate handling of the PAC in a custom...
2011-12-29 Andrew Bartletts4-gensec: Move parsing of the PAC blob and creating...
2011-12-28 Andrew Bartletts4-gensec: fix cyrus sasl module after update() protype...
2011-12-28 Andrew Bartletts4-gensec: Allow a PAC to be obtained from any GSS...
2011-12-06 Andrew Bartlettauth: Allow a NULL principal to be obtained from the...
2011-11-30 Stefan Metzmachers4:gensec/spnego: only try the mechs that match the...
2011-10-18 Andrew Bartlettgensec: move event context from gensec_*_init() to...
2011-10-18 Andrew Bartlettgensec: move event-using code to gensec_update() hooks...
2011-10-13 Andrew Bartlettlibcli/auth: Provide a struct loadparm_context to schan...
2011-10-11 Andrew Bartlettauth: move gensec_start.c to the top level
2011-10-11 Andrew Bartlettauth: move credentials layer to the top level
2011-10-06 Andrew Bartlettlib/util: consolidate module loading into common code
next