]> andersk Git - gssapi-openssh.git/history - openssh
increase timeout because we're building against multiple GT versions now
[gssapi-openssh.git] / openssh /
2006-03-28  jbasneyadd support for GsiAllowLimitedProxy option
2006-03-07  jbasneyremove unnecessary deviations from Simon's patch
2006-03-07  jbasneyKexOptions no longer used
2006-03-07  jbasneyoops, #elsif should be #elif
2006-03-07  jbasneyoops, return missing break from bad merge
2006-03-07  jbasneyremove unneeded #includes
2006-03-07  jbasneyminimize diffs with Simon's patch
2006-03-07  jbasneyupdate from Simon's openssh-4.3p2-gsskex-20060223.patch
2006-02-13  jbasneymerge OPENSSH_4_3P2_20060213
2006-02-13  jbasneyImport of OpenSSH 4.3p2
2006-02-13  jbasneyImport of OpenSSH 4.3p2 OPENSSH_4_3P2
2006-02-02  jbasneyremoved in OpenSSH 4.3p1
2006-02-02  jbasneyremoved in openssh-4.3p1
2006-02-02  jbasneyapply updates from OpenSSH-4.3p1-hpn11-none.patch
2006-02-02  jbasneymerged OpenSSH 4.3p1 to trunk
2006-02-02  jbasneyImport of OpenSSH 4.3p1 OPENSSH_4_3P1
2006-02-02  jbasneyInitial revision
2005-12-20  jbasneyNCSA_GSSAPI_20051220 OPENSSH_4_2P1_GSSAPI_20051220
2005-12-20  jbasneyopenssh-4.2p1-hpn11-none.diff from
2005-12-19  jbasneymerged OPENSSH_4_2P1_SIMON-20050926-2 to trunk
2005-10-21  jbasneyshouldn't have been committed to OPENSSH_PORTABLE_DIST...
2005-10-18  jbasneyhttp://www.sxw.org.uk/computing/patches/openssh-4.2p1...
2005-10-18  jbasneyremoved in 4.2
2005-10-18  jbasneyremoved in 4.1
2005-09-06  jbasneyupdate patch date to today; prepare for release OPENSSH_4_2P1_GSSAPI_20050905
2005-09-06  jbasneyinitialize pointers to avoid compiler warnings
2005-09-06  jbasneyfix compiler warning on incorrect type signedness
2005-09-06  jbasneyfix compiler warnings: initialize pointer and change...
2005-09-06  jbasneyfix types of two variables to avoid compiler warnings
2005-09-06  jbasneyhandle NULL return value from gethostbyname()
2005-09-06  jbasneymerged OpenSSH 4.2p1 to trunk
2005-09-06  jbasneyInitial revision
2005-09-06  jbasneyImport of OpenSSH 4.2p1 OPENSSH_4_2P1
2005-06-07  jbasneybugfix for revision 1.5: if GSS_S_COMPLETE is returned... OPENSSH_4_1P1_GSSAPI_20050607
2005-05-26  jbasneyOPENSSH_4_1P1_GSSAPI_20050526 OPENSSH_4_1P1_GSSAPI_20050526
2005-05-26  jbasneymerged OpenSSH 4.1p1 to trunk
2005-05-26  jbasneyImport of OpenSSH 4.1p1 OPENSSH_4_1P1
2005-05-11  jbasneyfix typo on last checkin
2005-05-11  jbasneyfix for handling gss_accept_sec_context() return values:
2005-03-12  jbasneydon't support very old, incorrect oid encoding anymore. OPENSSH_4_0P1_GSSAPI_20050312
2005-03-12  jbasneymatch whitespace in OpenSSH portable release
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...
2005-03-12  jbasneyImport of OpenSSH 4.0p1 OPENSSH_4_0P1
2005-03-12  jbasneyInitial revision
2004-08-19  jbasney- always initialize authctxt->valid = 0
2004-08-19  jbasneyclean up code to set authctxt->service and authctxt...
2004-08-18  jbasneycall ssh_gssapi_check_mechanism() before attempting... OPENSSH_3_9P1_GSSAPI_20040818
2004-08-18  jbasneyif no gss mechs, then disable gss_authentication. no...
2004-08-18  jbasneychange 2nd arg of ssh_gssapi_check_mechanism() to const...
2004-08-18  jbasneybe sure not to call xfree(NULL)
2004-08-18  jbasneydon't allow change of service or style when username...
2004-08-18  jbasneyreplace
2004-08-18  jbasneyreplace
2004-08-18  jbasneyunused
2004-08-18  jbasneyremoved in OpenSSH 3.9p1
2004-08-18  jbasneymerge OpenSSH 3.9p1 to trunk
2004-08-18  jbasneyInitial revision
2004-08-18  jbasneyImport of OpenSSH 3.9p1 OPENSSH_3_9P1
2004-08-18  jbasneyfix for bug 244 (https://bugzilla.ncsa.uiuc.edu/show_bu...
2004-08-18  jbasneyauthctxt->user should never be null but add a test...
2004-07-14  jbasneydon't include "external-keyx" in case for setting usern...
2004-07-14  jbasneyNCSA_GSSAPI_20040713 OPENSSH_3_8_1P1_GSSAPI_20040713
2004-07-14  jbasneyremove prototype for ssh_gssapi_mechanisms() function...
2004-07-14  jbasneycall get_canonical_hostname(1) to pass FQDN with ssh_gs...
2004-07-13  jbasneyfix for http://grid.ncsa.uiuc.edu/ssh/implicitlogin...
2004-07-13  jbasneyfix for http://grid.ncsa.uiuc.edu/ssh/implicitlogin...
2004-06-29  jbasneynot included in OpenSSH distribution anymore
2004-06-29  jbasneyno longer included in OpenSSH distribution
2004-06-29  jbasneyfail gss userauth if we received a limited globus proxy OPENSSH_3_8_1P1_GSSAPI_20040629
2004-06-29  jbasneydon't abort gsskex if client gives a limited proxy.
2004-06-29  jbasney- initialize ret_flags before calling gss_accept_sec_co...
2004-06-29  jbasneyin addition to passing LD_LIBRARY_PATH to child's envir...
2004-05-05  jbasneynew patch version OPENSSH_3_8_1P1_20040505
2004-05-05  jbasneyfix compiler warnings due to type mismatches (size_t...
2004-05-05  jbasneymerged OpenSSH 3.8.1p1 to trunk
2004-05-04  jbasneyInitial revision
2004-05-04  jbasneyImport of OpenSSH 3.8.1p1 OPENSSH_3_8_1P1
2004-05-01  jbasneyDarwin's getaddrinfo()'s handing of AI_NUMERICHOST...
2004-04-28  jbasney-lkrbafs needs -lkrb4 (in --wiith-afs-krb5 configuration)
2004-04-23  jbasneybump patch version to NCSA_GSSAPI_20040423 OPENSSH_3_8P1_GSSAPI_20040423
2004-04-23  jbasneyre-fix old bug, re-introduced on re-merge of Simon's code:
2004-04-22  jbasneyfix mechglue build
2004-04-22  jbasneyfix OpenSSH build problem with xlc on AIX 5.2 OPENSSH_3_8P1_GSSAPI_20040422
2004-03-05  jbasneydon't clear environment. GSI needs it (GLOBUS_LOCATION... OPENSSH_3_8P1_GSSAPI_20040305
2004-03-04  jbasneyremove superfluous #includes OPENSSH_3_8P1_GSSAPI_20040304
2004-03-04  jbasneydon't need to include compat.h twice
2004-03-04  jbasneydon't need to include ssh2.h and compat.h twice. (isn...
2004-03-04  jbasneyGSSAPICleanupCreds is now GSSAPICleanupCredentials
2004-03-04  jbasneyremove duplicate krb5_cleanup_proc() call introduced...
2004-03-04  jbasneyreplace #include "compat.h" as it's included in regular...
2004-03-04  jbasneynew patch release today
2004-03-04  jbasneyneed extern ServerOptions options declaration
2004-03-04  jbasneywrap do_pam_putenv() in if (options.use_pam) as done...
2004-03-04  jbasneyremove unused label
2004-03-04  jbasneyshrink gssapi compat code based on simon's compat patch
2004-02-25  jbasneymerge OpenSSH 3.8p1 with trunk OPENSSH_3_8P1_GSSAPI_20040224
2004-02-24  jbasneyInitial revision
2004-02-24  jbasneyImport of OpenSSH 3.8p1 OPENSSH_3_8P1
2004-02-24  jbasneybugfix: == isn't valid /bin/sh syntax; use = instead OPENSSH_3_7_1P2_GSSAPI_20040224
next
This page took 1.759707 seconds and 7 git commands to generate.