]> andersk Git - gssapi-openssh.git/history - openssh
o Bump to version 2.9.
[gssapi-openssh.git] / openssh /
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...
2003-04-17  jbasneydon't support GT 1.x anymore; always assume HAVE_GSSAPI_EXT
2003-04-17  jbasneyuse globus-makefile-header to simplify setup for GSI
2003-04-16  jbasney11 Apr 2003 patch from Simon
2003-04-15  jbasneypatch for Irix build problem from
2003-04-14  jbasneymisplaced #ifdef GSSAPI
2003-04-14  jbasneydon't allow change of service during authentication
2003-04-14  jbasneyuse gss_create_empty_oid_set() and gss_add_oid_set_memb...
2003-04-07  jbasneycast OM_uint32 to avoid warning OPENSSH_3_6_1P1_GSSAPI_20030408
2003-04-07  jbasney- if no available gssapi mechanisms, abort instead...
2003-04-07  jbasneyhandle failure in userauth_gssapi()
2003-04-07  jbasneymerge with OpenSSH 3.6.1p1
2003-04-07  jbasneysetup kexgss_client like other kex client functions...
2003-04-07  jbasneysplit ssh_gssapi_mechanisms() into client and server...
2003-04-07  jbasney- OpenSSH 3.6.1p1 merge
2003-04-07  jbasneycode re-org to match with OpenSSH 3.6. privsep functio...
2003-04-07  jbasneymoved kexgss_client() from kexgss.c to kexgssc.c and
2003-04-04  jbasneyInitial revision
2003-03-17  jbasney- use get_canonical_hostname() for GSSAPI service hostn... OPENSSH_3_5P1_GSI_20030317
2003-03-17  jbasneyuse xfree/xstrdup
2003-03-17  jbasneyremove unused prototype
2003-02-21  jbasneyundo changes for termining target GSSAPI service name... OPENSSH_3_5P1_GSI_20030227
2003-02-04  jbasneycall globus_module_activate(GLOBUS_GSI_GSS_ASSIST_MODUL... OPENSSH_3_5P1_GSI_20030203
2002-11-08  jbasneyHAVE_GSSAPI_EXT determined by configure now OPENSSH_3_5P1_GSI_20021108
2002-11-08  jbasneyconfigure needs to set HAVE_GSSAPI_EXT depending on...
2002-11-08  jbasney- define HAVE_GSSAPI_EXT for GT 2.x installs but *not...
2002-10-29  jbasneyadded Jim Barlow's aklog patch OPENSSH_3_5P1_GSI_20021029
2002-10-18  jbasneyshorten config file descriptions to avoid line wrapping OPENSSH_3_5P1_GSI_20021018
2002-10-18  jbasneymerged OpenSSH 3.5p1 to trunk
2002-10-18  jbasneyInitial revision
2002-10-08  jbasneysegv bug fix: gss_accept_sec_context() returns a read... OPENSSH_3_4P1_GSI_20021008
2002-10-07  jbasneyfor privilege separation, send gss_indicate_mechs(... OPENSSH_3_4P1_GSI_20021007
2002-10-07  jbasneyctxt may be NULL when using privsep, so either avoid...
2002-10-07  jbasneyremove explicit call to gss_initialize(); instead,...
2002-10-02  jbasneyadd an explicit call to gss_initialize() at sshd startu... OPENSSH_3_4P1_GSI_20021002
2002-09-30  jbasneyadd support for GssapiKeyExchange option on the client side
2002-09-30  jbasneyin userauth_gssapi(), try each supported GSSAPI mechanism OPENSSH_3_4P1_GSI_20020930
2002-09-30  jbasneyif gss_accept_sec_context() fails with a packet to...
2002-09-26  jbasneyuse GSS_GSI as index into supported_mechs[], not GSI OPENSSH_3_4P1_GSI_20020926
2002-09-26  jbasneydebug message cleanup:
2002-09-26  jbasneyif gss_export_cred() returns X509_USER_DELEG_PROXY...
2002-09-26  jbasneymerged get_gsi_cred() into get_gsi_name(), since that...
2002-09-26  jbasneychanges for gssapi mechglue support:
2002-09-25  jbasneypass in mechanism OID to ssh_gssapi_send_error() so...
2002-09-25  jbasneypass in mechanism OID to gss_display_status() so mechgl...
2002-09-24  jbasneyfix buffer overflow OPENSSH_3_4P1_GSI_20020924
2002-09-23  jbasneybug fix: logic in unlink() test for removing cred file... OPENSSH_3_4P1_GSI_20020923
2002-09-23  jbasneysynch up with openssh dist; not sure why this file...
2002-09-23  cphillip o Merge GT2.1.3+ change for linking against the Globu...
2002-09-20  jbasneydon't use the resolver to determine the full hostname...
2002-09-20  jbasneyadded resolve_localhost() and make_fqhn() helper functi...
2002-09-20  jbasneyadded type cast to fix compiler warning
2002-09-20  jbasney- define HAVE_GSSAPI_EXT when appropriate
2002-09-20  jbasneywhitespace
2002-09-20  jbasney- call ssh_gssapi_krb5_init() at the start of ssh_gssap...
2002-09-20  jbasney- if multiple gssapi mechanisms in ssh_gssapi_mechanism...
2002-09-20  jbasney- fix usage message on --with-mechglue
2002-09-13  jbasney- added --with-mechglue (experimental at this point)
2002-09-13  jbasneyadd missing return values to GSSAPI_EXT functions
2002-09-13  jbasneyfix bad typecast in call to buffer_get_string()
2002-09-13  jbasneydefine MECHGLUE when building with gssapi mechglue
2002-09-13  jbasneyskip KRB5 gssapi header magic for mechglue
2002-09-13  jbasneyrename get_progname to bsd_get_progname to prevent...
2002-09-13  jbasneypatch from Dan Kouril: replace gss_export_name() with...
2002-09-13  jbasneyHEIMDAL patch from Dan Kouril
2002-09-13  jbasneypatch from Dan Kouril for HAVE_GSSAPI_EXT and gss_expor...
2002-09-12  jbasneyadded safe casts between size_t and int for platforms...
2002-09-11  jbasneyuse local hostname when coming in on loopback interface...
2002-09-09  jbasneyuse gethostbyaddr() to query the resolver for the offic...
2002-09-09  jbasneydocument GssapiCleanupCreds
2002-09-09  jbasneystash gssapi credential storage file name for GSI so...
2002-09-09  jbasneyfix implicit username support for gssapi (was working...
2002-09-09  jbasneyfix implicit usernames for gssapi authentication (only...
2002-09-09  jbasneyif user is "", print "<implicit>" rather than ""
2002-08-02  jbasneypatch from Dan Kouril: Heimdal contains gss_krb5_copy_c...
2002-08-02  jbasneybug fix from Dan Kouril: return GSS_LAST_ENTRY if no...
2002-07-09  jbasneywrap implicit username code in #ifdef GSI for now,...
2002-07-09  jbasneymake installation of gsi prefixed binaries and man...
next
This page took 0.493292 seconds and 7 git commands to generate.