]> andersk Git - gssapi-openssh.git/history - openssh
add prototype for expand_authorized_keys()
[gssapi-openssh.git] / openssh /
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
2002-04-18  jbasneyif SSH1 GSSAPI authentication fails, don't disconnect...
2002-04-05  jbasney__FUNCTION__ isn't portable; replaced it with actual...
2002-04-05  jbasney__FUNCTION__ isn't portable; replaced it with the funct...
2002-04-04  jbasneyrename gssapi_clean_env() to ssh_gssapi_clean_env(...
2002-04-04  jbasneyinclude "globus_gss_assist.h" for globus_gss_assist_gri...
2002-04-04  jbasneyfile was left off of OPENSSH_GSSAPI_Protocol1-branch...
2002-04-04  jbasneyoops. undoing last checkin. it was broken.
2002-04-04  jbasneymake packet_get_all() function static in GSSAPI section...
2002-04-04  jbasneyremoved /*modified by binhe*/ comments to make the...
2002-04-04  jbasneyremoving unneeded #ifdef GSSAPI
2002-04-04  jbasneyremoving comments that bracket Bin He's modifications...
2002-04-04  jbasneydon't use GSSAPI_PATCH_VERSION or GSSAPI_SERVICE_NAME...
2002-04-04  jbasneyremove prototypes for functions in auth-gssapi.c, which...
2002-04-04  jbasneymove gssapi_parse_userstring() to auth1.c
2002-04-04  jbasney- make SSH1 GSSAPI username parse function static in...
2002-04-04  jbasneydon't allow authentication with a limited GSI proxy...
2002-04-04  jbasneyUse shared GSSAPI code in gss-serv.c for both SSH proto...
2002-04-04  jbasneyminor changes to fix Kerberos build problems
2002-04-04  jbasneyssh_key_digest, used by SSH1 protocol only, renamed...
2002-04-04  jbasneysmall fixes for Kerberos build problems
2002-04-04  jbasney- support GSSAPI auth in SSH1 protocol
2002-04-04  jbasneyshare userauth_finish() with protocol1 for GSSAPI
next
This page took 0.109035 seconds and 7 git commands to generate.