]> andersk Git - gssapi-openssh.git/history - openssh/gss-serv.c
This fixes an issue with determining the auth method, for reporting
[gssapi-openssh.git] / openssh / gss-serv.c
2010-01-13  ysvenkatThis fixes an issue with determining the auth method...
2010-01-06  ysvenkatAdded support for reporting usage metrics.
2009-10-19  basneyupdated patch from Matthieu Hautreux for cascading... OPENSSH_5_3P1_GSSAPI_20091019
2009-09-04  basneywhitespace
2009-09-04  basneyfix PAM compile errors
2009-08-31  basneyfix compilation warnings in Simon's latest GSSAPI patch
2009-08-31  basneymerging OPENSSH_5_2P1_SIMON_20090726_HPN13V6 to trunk:
2009-08-19  basneyhttp://www.sxw.org.uk/computing/patches/openssh-5.2p1... OPENSSH_5_2P1_SIMON_20090726
2008-07-27  basneymerged OpenSSH 5.1p1 to trunk OPENSSH_5_1P1_GSSAPI_20080727
2008-07-27  basneyImport of OpenSSH 5.1p1 OPENSSH_5_1P1
2007-09-11  basneyMove ssh_gssapi_support_oids() to correct position...
2007-09-11  basneymerged OpenSSH 4.7p1 to trunk
2007-09-11  basneyImport of OpenSSH 4.7p1 OPENSSH_4_7P1
2007-02-10  jbasneyadd GssapiCredentialsPath option for sshd_config as...
2006-11-10  jbasneymerge updates from OPENSSH_4_4P1_SIMON_20061002_HPN... OPENSSH_4_4P1_20061110
2006-09-28  jbasneymerged OpenSSH 4.4p1 to trunk OPENSSH_4_4p1_GSSAPI20060928
2006-09-27  jbasneyImport of OpenSSH 4.4p1 OPENSSH_4_4P1
2006-07-23  jbasneygss_ctx_id_t needed in ssh_gssapi_client struct to pass to
2006-05-10  jbasneyneed ServerOptions for gsi_allow_limited_proxy
2006-03-28  jbasneyadd support for GsiAllowLimitedProxy option
2006-03-07  jbasneyremove unneeded #includes
2006-03-07  jbasneyupdate from Simon's openssh-4.3p2-gsskex-20060223.patch
2006-02-02  jbasneymerged OpenSSH 4.3p1 to trunk
2006-02-02  jbasneyImport of OpenSSH 4.3p1 OPENSSH_4_3P1
2005-12-19  jbasneymerged OPENSSH_4_2P1_SIMON-20050926-2 to trunk
2005-09-06  jbasneymerged OpenSSH 4.2p1 to trunk
2005-09-06  jbasneyImport of OpenSSH 4.2p1 OPENSSH_4_2P1
2005-03-12  jbasneygssapi_kerberos_mech_old and gssapi_gsi_mech_old no...
2005-03-12  jbasneymerged OpenSSH 4.0p1 to trunk and removed GSSAPI compat...
2004-08-18  jbasneyif no gss mechs, then disable gss_authentication. no...
2004-06-29  jbasneyfail gss userauth if we received a limited globus proxy OPENSSH_3_8_1P1_GSSAPI_20040629
2004-04-23  jbasneyre-fix old bug, re-introduced on re-merge of Simon's code:
2004-03-04  jbasneyremove superfluous #includes OPENSSH_3_8P1_GSSAPI_20040304
2004-03-04  jbasneydon't need to include compat.h twice
2004-02-25  jbasneymerge OpenSSH 3.8p1 with trunk OPENSSH_3_8P1_GSSAPI_20040224
2004-02-24  jbasneyImport of OpenSSH 3.8p1 OPENSSH_3_8P1
2004-01-22  cphillip o Remove compat package from bundle
2004-01-22  cphillip o Remove compat package from bundle.
2004-01-06  jbasneyRe-import of OpenSSH 3.7.1p2 (Chase\!) OPENSSH_3_7_1P2-redo
2004-01-06  cphillipImport of openssh-SNAP-20040105 OPENSSH_SNAP_20040105
2003-09-17  jbasneymerged OpenSSH 3.7p1 to trunk OPENSSH_3_7P1_GSSAPI_20030916
2003-09-16  jbasneyImport of OpenSSH 3.7p1 OPENSSH_3_7P1
2003-08-04  cphillip o Remove two gsi_openssh* packages from bundle module.
2003-04-21  jbasneymerge with OPENSSH_3_6_1P1_SIMON_20030417 OPENSSH_3_6_1P1_GSSAPI_20030421
2003-04-17  jbasneymerge of OPENSSH_3_6_1P1_SIMON_20030411
2003-04-07  jbasneycast OM_uint32 to avoid warning OPENSSH_3_6_1P1_GSSAPI_20030408
2003-04-07  jbasneycode re-org to match with OpenSSH 3.6. privsep functio...
2003-02-04  jbasneycall globus_module_activate(GLOBUS_GSI_GSS_ASSIST_MODUL... OPENSSH_3_5P1_GSI_20030203
2002-09-26  jbasneyif gss_export_cred() returns X509_USER_DELEG_PROXY...
2002-09-25  jbasneypass in mechanism OID to gss_display_status() so mechgl...
2002-09-23  jbasneybug fix: logic in unlink() test for removing cred file... OPENSSH_3_4P1_GSI_20020923
2002-09-20  jbasney- call ssh_gssapi_krb5_init() at the start of ssh_gssap...
2002-09-13  jbasneyadd missing return values to GSSAPI_EXT functions
2002-09-13  jbasneypatch from Dan Kouril for HAVE_GSSAPI_EXT and gss_expor...
2002-09-09  jbasneystash gssapi credential storage file name for GSI so...
2002-08-02  jbasneypatch from Dan Kouril: Heimdal contains gss_krb5_copy_c...
2002-07-02  jbasneymerged Simon's openssh-3.4p1-gssapi-20020627.diff patch...
2002-06-21  jbasneyadd prototypes for userauth_external() and userauth_gss...
2002-06-21  jbasneyresolved conflicts with import of OpenSSH 3.3p1
2002-06-19  jbasneymerging OPENSSH_GSSAPI_Protocol1-branch to trunk from tag
2002-06-19  jbasneyon gssapi authentication errors, send error information...
2002-06-07  jbasneychange debug msg to log msg so system logs include...
2002-06-07  jbasneyupdating OPENSSH_GSSAPI_Protocol1-branch with latest...
2002-05-18  bherevision: solve the implicit user name problem of
2002-04-18  jbasneyif SSH1 GSSAPI authentication fails, don't disconnect...
2002-04-04  jbasneyrename gssapi_clean_env() to ssh_gssapi_clean_env(...
2002-04-04  jbasneymove gssapi_parse_userstring() to auth1.c
2002-04-04  jbasney- support GSSAPI auth in SSH1 protocol
2002-03-28  jbasneyport to OpenSSH 3.1p1
2002-03-25  jbasneymerging in Simon Wilkinson's latest patch (openssh...
2002-03-20  jbasneyfix bug I introduced on recent merge where I stopped...
2002-03-14  jbasney- packet_done() is now called packet_check_eom()
2002-03-11  jbasneyGSSAPI patch for OpenSSH 3.0.2p1 Protocol version 2... OPENSSH_3_0_2P1_GSSAPI
This page took 0.613398 seconds and 80 git commands to generate.