]> andersk Git - gssapi-openssh.git/history - openssh
update version number for new patch release
[gssapi-openssh.git] / openssh /
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...
2002-07-09  jbasneyadd comment for implicit variable
2002-07-09  jbasneymisc.h no longer needed
2002-07-09  jbasneywrap GSI code in #ifdef GSI
2002-07-02  jbasneyallow PAM_START more than once, since we may switch... OPENSSH_3_4P1_GSI_20020701
2002-07-02  jbasneyreset authctxt->valid field if we're re-using authctxt
2002-07-02  jbasneymerged Simon's openssh-3.4p1-gssapi-20020627.diff patch...
2002-07-01  jbasneymerged OpenSSH 3.4p1 to trunk
2002-06-21  jbasneyadd missing optarg declaration (bug in OpenSSH source... OPENSSH_3_3P1_GSI_20020621
2002-06-21  jbasneyadd prototypes for userauth_external() and userauth_gss...
2002-06-21  jbasneyresolved conflicts with import of OpenSSH 3.3p1
2002-06-21  jbasneyInitial revision
2002-06-21  jbasneyanother reference to a free'd buffer, this time when... OPENSSH_3_2_3P1_GSI_3
2002-06-21  jbasneyfix reference to freed memory in empty username handlin...
2002-06-20  jbasneyfixed inconsistent use of $(EXEEXT) with gsiscp and gsissh
2002-06-20  jbasneyrather than installing gsissh and gsiscp as copies...
2002-06-20  jbasneyalso install gsissh and gsiscp binaries
2002-06-19  jbasneydocument feature-specific user configuration files... OPENSSH_3_2_3P1_GSI_2
2002-06-19  jbasneyGSSAPI configuration options now apply to both versions...
2002-06-19  jbasneyinclude misc.h for pwcopy() prototype
2002-06-19  jbasneymerging OPENSSH_3_2_3P1_MSGHDR_FIX from vendor branch...
2002-06-19  jbasneymerging OPENSSH_GSSAPI_Protocol1-branch to trunk from tag
2002-06-19  jbasneyon gssapi authentication errors, send error information...
2002-06-19  jbasneyadded support for add-on feature-specific user config...
2002-06-19  jbasneywhitespace change
2002-06-07  jbasneyupdate OPENSSH_GSSAPI_Protocol1-branch with latest... OPENSSH_GSSAPI_Protocol1-branch OPENSSH_GSSAPI_Protocol1_Complete
2002-06-07  jbasney- don't try to find Globus directory if it isn't specified
2002-06-07  jbasneyadd backwards compatibility with old GSI-enabled SSH...
2002-06-07  jbasneydo implicit username mapping if options.implicit is...
2002-06-07  jbasneychange debug msg to log msg so system logs include...
2002-06-07  jbasneyupdating OPENSSH_GSSAPI_Protocol1-branch with latest...
2002-06-06  jbasneyrename getopt exported variables in openbsd-compat...
2002-06-06  jbasneyminor one-line formatting change to match with Simon...
2002-06-06  jbasneyremove duplicate call to copy_environment(), probably...
2002-06-06  jbasney- remove a few one-line merge errors
2002-06-06  jbasneymerged trunk with OpenSSH 3.2.3p1 from vendor branch...
2002-05-18  bherevision: solve the implicit user name problem of
2002-05-18  jbasneymerged trunk with OpenSSH 3.2.2p1 from vendor branch...
2002-05-17  jbasneyInitial revision
2002-04-30  jbasneyinclude globus_gss_assist.h for globus_gss_assist_gridmap()
2002-04-30  jbasneygssapi_setup_env() no longer used
2002-04-21  bheauth2.c sshconnec2.c ssh.c readconf.h are modified
next
This page took 0.1228 seconds and 7 git commands to generate.