]> andersk Git - gssapi-openssh.git/history - openssh
gssapi_kerberos_mech_old and gssapi_gsi_mech_old no longer used.
[gssapi-openssh.git] / openssh /
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  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  jbasneymerge OpenSSH 3.9p1 to trunk
2004-08-18  jbasneyInitial revision
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  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-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  jbasneybugfix: == isn't valid /bin/sh syntax; use = instead OPENSSH_3_7_1P2_GSSAPI_20040224
2004-02-09  jbasneyfix logic error on implicit username: don't assume...
2004-02-09  jbasneyprint "<implicit>" for empty usernames
2004-01-23  jbasneyresync with vendor branch; should not have local modifi... OPENSSH_3_7_1P2_GSSAPI_20040123
2004-01-23  jbasneyresolve_localhost() not needed here, as we already...
2004-01-23  jbasneyfix bug that was bypassing resolve_localhost() call...
2004-01-23  jbasneyremove unneeded #include "compat.h"
2004-01-22  cphillip o Remove compat package from bundle
2004-01-22  cphillip o Remove compat package from bundle.
2004-01-22  jbasneymake --with-globus optional if --with-globus-static...
2004-01-19  jbasneyNCSA_GSSAPI_20040119 OPENSSH_3_7_1P2_GSSAPI_20040119
2004-01-17  jbasneyinclude GSI, KRB5, and MECHGLUE in version string based...
2004-01-17  jbasneyadd NCSA_GSSAPI_20040117 to SSH_VERSION spec so we...
2004-01-17  jbasneybugfix: according to spec, we MUST skip external-keyx...
2004-01-17  jbasney- added --with-globus-static to link statically with...
2004-01-17  jbasneyon receipt of SSH2_MSG_KEXGSS_ERROR, exit with fatal...
2004-01-17  jbasneyif --with-globus-flavor is given, assume --with-globus
2004-01-17  jbasneyremove GSSAPI authentication support for SSH protocol 1
2004-01-16  jbasneyadd gsisftp symlinks on make install
2004-01-06  cphillipInitial revision
2004-01-06  jbasney- remove duplicate GSSAPIAuthentication definition...
2004-01-06  jbasneyif --with-globus used w/o a path, default to $GLOBUS_LO...
2003-12-15  jbasneyadd -R for GSI libraries on link line if need_dash_r...
2003-11-12  jbasneymerged OpenSSH 3.7.1p2 to trunk OPENSSH_3_7_1P2_GSSAPI_20031111
2003-11-12  jbasneyInitial revision
2003-11-12  jbasneypass --flavor to globus-makefile-header instead of -flavor
2003-09-17  jbasneymerged OpenSSH 3.7p1 to trunk OPENSSH_3_7P1_GSSAPI_20030916
2003-09-16  jbasneyInitial revision
2003-09-11  jbasneyadd check for GssapiAuthentication option on client side
2003-08-06  jbasneyrevert to revision 1.29: gpt_build_config relies on... OPENSSH_3_6_1P2_GSSAPI_20030806
2003-08-04  cphillip o Remove two gsi_openssh* packages from bundle module.
2003-08-01  cphillip o Add extra comment if linkline is found.
2003-08-01  cphillip o Update globus linkline derivation technique to...
2003-07-25  cphillip o Use gpt-build-config in call to figure out gpt...
2003-07-09  jbasneylet $LD_LIBRARY_PATH propagate to child processes since... OPENSSH_3_6_1P2_GSSAPI_20030721
2003-07-09  jbasneylink dynamically with GSI libraries
2003-06-13  jbasneypatch from Olle Mulmo, https://bugzilla.ncsa.uiuc.edu...
2003-05-05  jbasneyminor updates from Simon's openssh-3.6.1p2-gssapi-20030... OPENSSH_3_6_1P2_GSSAPI_20030505
2003-05-05  jbasneymerged OPENSSH_3_6_1P2 to trunk
2003-04-25  jbasneysession hook patch from Olle Mulmo: OPENSSH_3_6_1P1_GSSAPI_20030425
2003-04-25  jbasneymove code around to match Simon's patch
2003-04-25  jbasneywhitespace change to match Simon's patch
2003-04-25  jbasneyremoved declaration of ssh_gssapi_id_kex(), now split into
2003-04-25  jbasneyremoved duplicate declaration of mm_answer_gss_localname()
2003-04-21  jbasneymerge with OPENSSH_3_6_1P1_SIMON_20030417 OPENSSH_3_6_1P1_GSSAPI_20030421
2003-04-21  jbasneybugfix: mechglue code broke krb5-only build
2003-04-17  jbasneymerge of OPENSSH_3_6_1P1_SIMON_20030411
2003-04-17  jbasneyrecommit previous changes to simon's re-organized code
2003-04-17  jbasneyre-insert heimdal and mechglue patches after simon...
next
This page took 0.084991 seconds and 7 git commands to generate.