]> andersk Git - gssapi-openssh.git/history
gssapi-openssh.git
2002-09-23  cphillip o Update to version 1.3. OPENSSH_GSI_GPT_1_3
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-18  cphillip o Bump version to 1.2. OPENSSH_GSI_GPT_1_2
2002-09-17  cphillip o Update version number of the package to 1.1.
2002-09-17  cphillip o Fix typo in sftp-server config line.
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-29  cphillip o Update version number to 1.0. OPENSSH_GSI_GPT_1_0
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-08-01  cphillip o Update the version number of the setup package to 0.10.
2002-07-16  cphillip o Add new messages to print to the user in some odd... OPENSSH_GSI_GPT_0_9
2002-07-16  cphillip o Update the version number of the setup package to 0.9.
2002-07-16  cphillip o Modularize startup and shutdown sequences into...
2002-07-15  cphillip o Add better handling of the globus location variable...
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-09  cphillip o Add '-src' on to the distribution directory's name.
2002-07-08  cphillip o Initialize privilege separation setting at the...
2002-07-08  cphillip o Change the check at the beginning of copyPRNGFile...
2002-07-03  cphillip o Rearrange output of message re: privsep to user. OPENSSH_GSI_GPT_0_8
2002-07-03  cphillip o Reformat privilege separation output sent to user...
2002-07-03  cphillip o Formatting changes to standard output of setup script.
2002-07-03  cphillip o Add mention of official GSI-OpenSSH site.
2002-07-03  cphillip o Add 'press return to continue' at the end of the...
2002-07-03  cphillip o Add checks for privilege separation and enable...
2002-07-02  cphillip o Ran the config file man pages through the fixpaths...
2002-07-02  cphillip o Add the config man pages, along with the appropriat...
2002-07-02  cphillip o Update to match the sshd_config distributed with...
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-24  cphillip o More comment changes. OPENSSH_GSI_GPT_0_7
2002-06-24  cphillip o Add extra comments for version 0.7.
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-20  cphillip o Update the package's version number to 0.7.
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-18  cphillip o Add $SSHD_ARGS variable within which users can...
2002-06-18  cphillip o Call copyPRNGFile() before we run the key generator...
2002-06-14  cphillip o Reword the message printed to the user to offer...
2002-06-14  cphillip o Add argument passing through the shell script.
2002-06-14  cphillip o Tar the distribution into a directory named by...
2002-06-14  cphillip o Remove extraneous newline.
2002-06-14  cphillip o Add installation of PRNG commands file upon setup.
2002-06-13  cphillip o Checkpoint commit. Moved main executable parts...
2002-06-13  cphillip o Install ssh_prng_cmds.in on build, and grab the...
2002-06-13  cphillip o Update the version number of the gsi_openssh_setup...
2002-06-13  cphillip o Add ssh_prng_cmds to the gsi_openssh_setup package.
2002-06-12  cphillip o Update version label within the setup package.
2002-06-12  cphillip o Verify that system configuration directory exists...
2002-06-12  cphillip o Add removal of todo list at build time.
2002-06-11  cphillip o Remove an extraneous comment.
2002-06-10  cphillip o Initial commit of script that creates GPT source...
2002-06-10  cphillip o Add the config files to the file capture list.
2002-06-10  cphillip o Add moduli, ssh_config, and sshd_config from the...
2002-06-07  jbasneyupdate OPENSSH_GSSAPI_Protocol1-branch with latest... OPENSSH_GSSAPI_Protocol1-branch OPENSSH_GSSAPI_Protocol1_Complete
next
This page took 0.088111 seconds and 4 git commands to generate.