]> andersk Git - gssapi-openssh.git/log
gssapi-openssh.git
22 years ago o Add static option to configure script.
cphillip [Fri, 3 May 2002 15:56:33 +0000 (15:56 +0000)] 
  o Add static option to configure script.

22 years ago o Remove wrapper scripts from the repository.
cphillip [Thu, 2 May 2002 15:15:04 +0000 (15:15 +0000)] 
  o Remove wrapper scripts from the repository.

22 years ago o Update filelist to remove '.real' files.
cphillip [Thu, 2 May 2002 15:04:29 +0000 (15:04 +0000)] 
  o Update filelist to remove '.real' files.

22 years ago o Update the package metadata to use the new versions for GPT 2.0.
cphillip [Wed, 1 May 2002 21:36:03 +0000 (21:36 +0000)] 
  o Update the package metadata to use the new versions for GPT 2.0.
  o Update the minor version number of this package to 0.3.
  o Update the version stability data to beta.

22 years ago o Change source package name to <yadidayadida>-src.tar.gz.
cphillip [Wed, 1 May 2002 21:32:14 +0000 (21:32 +0000)] 
  o Change source package name to <yadidayadida>-src.tar.gz.

22 years ago o Remove --sysconfdir argument to configure within Build Steps.
cphillip [Tue, 30 Apr 2002 19:33:03 +0000 (19:33 +0000)] 
  o Remove --sysconfdir argument to configure within Build Steps.

22 years ago o Change make targets to do a normal installation.
cphillip [Tue, 30 Apr 2002 19:31:03 +0000 (19:31 +0000)] 
  o Change make targets to do a normal installation.

22 years agomodified to meet GPT relocatability requirements by replacing paths fixed
jbasney [Thu, 25 Apr 2002 14:27:44 +0000 (14:27 +0000)] 
modified to meet GPT relocatability requirements by replacing paths fixed
at compile time with paths set at run-time based off of $GLOBUS_LOCATION

22 years ago o Remove sshd.real and Ssh.bin from the package's filelist.
cphillip [Tue, 16 Apr 2002 21:26:16 +0000 (21:26 +0000)] 
  o Remove sshd.real and Ssh.bin from the package's filelist.

22 years ago o On compile, don't install the wrapper script, and install the
cphillip [Mon, 15 Apr 2002 17:47:22 +0000 (17:47 +0000)] 
  o On compile, don't install the wrapper script, and install the
      executable as 'sshd' proper.

22 years ago o Remove the sshd wrapper script.
cphillip [Mon, 15 Apr 2002 17:45:41 +0000 (17:45 +0000)] 
  o Remove the sshd wrapper script.

22 years ago o Update wrapper scripts to check for GLOBUS_LOCATION and to exec their
cphillip [Wed, 10 Apr 2002 18:06:40 +0000 (18:06 +0000)] 
  o Update wrapper scripts to check for GLOBUS_LOCATION and to exec their
      real counterparts, instead of just forking them off.  This should
      help scripts who call, eg. sshd, and want to know the true pid.

22 years ago o Update to include '--without-default-path' to avoid compiling into sshd
cphillip [Tue, 9 Apr 2002 21:28:21 +0000 (21:28 +0000)] 
  o Update to include '--without-default-path' to avoid compiling into sshd
      a local user's path at build-time.

22 years ago__FUNCTION__ isn't portable; replaced it with actual function names
jbasney [Fri, 5 Apr 2002 20:35:34 +0000 (20:35 +0000)] 
__FUNCTION__ isn't portable; replaced it with actual function names

22 years agomerging OPENSSH_GSSAPI_Protocol1-branch changes on to
jbasney [Fri, 5 Apr 2002 14:46:35 +0000 (14:46 +0000)] 
merging OPENSSH_GSSAPI_Protocol1-branch changes on to
OPENSSH_3_1P1_GSSAPI_GPT-branch

22 years agorename gssapi_clean_env() to ssh_gssapi_clean_env() and add prototype to
jbasney [Thu, 4 Apr 2002 23:02:44 +0000 (23:02 +0000)] 
rename gssapi_clean_env() to ssh_gssapi_clean_env() and add prototype to
ssh-gss.h

22 years agoinclude "globus_gss_assist.h" for globus_gss_assist_gridmap() prototype
jbasney [Thu, 4 Apr 2002 23:00:58 +0000 (23:00 +0000)] 
include "globus_gss_assist.h" for globus_gss_assist_gridmap() prototype

22 years agofile was left off of OPENSSH_GSSAPI_Protocol1-branch for some reason
jbasney [Thu, 4 Apr 2002 21:51:09 +0000 (21:51 +0000)] 
file was left off of OPENSSH_GSSAPI_Protocol1-branch for some reason

22 years agooops. undoing last checkin. it was broken.
jbasney [Thu, 4 Apr 2002 21:07:50 +0000 (21:07 +0000)] 
oops.  undoing last checkin.  it was broken.

22 years agomake packet_get_all() function static in GSSAPI section of sshconnect1.c
jbasney [Thu, 4 Apr 2002 20:20:43 +0000 (20:20 +0000)] 
make packet_get_all() function static in GSSAPI section of sshconnect1.c
(the only place it is needed) rather than exporting it from packet.c

22 years agoremoved /*modified by binhe*/ comments to make the GSSAPI patch a little
jbasney [Thu, 4 Apr 2002 20:16:03 +0000 (20:16 +0000)] 
removed /*modified by binhe*/ comments to make the GSSAPI patch a little
bit leaner

22 years agoremoving unneeded #ifdef GSSAPI
jbasney [Thu, 4 Apr 2002 20:15:34 +0000 (20:15 +0000)] 
removing unneeded #ifdef GSSAPI

22 years agoremoving comments that bracket Bin He's modifications to make the GSSAPI
jbasney [Thu, 4 Apr 2002 20:10:00 +0000 (20:10 +0000)] 
removing comments that bracket Bin He's modifications to make the GSSAPI
patch a little leaner

22 years agodon't use GSSAPI_PATCH_VERSION or GSSAPI_SERVICE_NAME macros
jbasney [Thu, 4 Apr 2002 20:08:31 +0000 (20:08 +0000)] 
don't use GSSAPI_PATCH_VERSION or GSSAPI_SERVICE_NAME macros
(just trying to make the GSSAPI modifications a little leaner)

22 years agoremove prototypes for functions in auth-gssapi.c, which no longer exists
jbasney [Thu, 4 Apr 2002 20:07:26 +0000 (20:07 +0000)] 
remove prototypes for functions in auth-gssapi.c, which no longer exists

22 years agomove gssapi_parse_userstring() to auth1.c
jbasney [Thu, 4 Apr 2002 20:06:21 +0000 (20:06 +0000)] 
move gssapi_parse_userstring() to auth1.c

22 years ago- make SSH1 GSSAPI username parse function static in this file, moved
jbasney [Thu, 4 Apr 2002 20:05:41 +0000 (20:05 +0000)] 
- make SSH1 GSSAPI username parse function static in this file, moved
  from general GSSAPI code, since it's only needed for SSH1
- remove username length restriction; I think that was a hold-over from
  an old version of SSH

22 years agoUse shared GSSAPI code in gss-serv.c for both SSH protocols rather than
jbasney [Thu, 4 Apr 2002 17:44:06 +0000 (17:44 +0000)] 
Use shared GSSAPI code in gss-serv.c for both SSH protocols rather than
maintaining this separate implementation for SSH1.

22 years agominor changes to fix Kerberos build problems
jbasney [Thu, 4 Apr 2002 17:42:49 +0000 (17:42 +0000)] 
minor changes to fix Kerberos build problems

22 years agossh_key_digest, used by SSH1 protocol only, renamed to ssh1_key_digest
jbasney [Thu, 4 Apr 2002 17:41:58 +0000 (17:41 +0000)] 
ssh_key_digest, used by SSH1 protocol only, renamed to ssh1_key_digest

22 years agosmall fixes for Kerberos build problems
jbasney [Thu, 4 Apr 2002 17:41:34 +0000 (17:41 +0000)] 
small fixes for Kerberos build problems

22 years ago- support GSSAPI auth in SSH1 protocol
jbasney [Thu, 4 Apr 2002 17:40:47 +0000 (17:40 +0000)] 
- support GSSAPI auth in SSH1 protocol
- remove X509_USER_PROXY and KRB5CCNAME env variables from server
  on startup to avoid problems
- added gssapi_parse_userstring() for handling implicit username option
  in SSH1 protocol

22 years agoshare userauth_finish() with protocol1 for GSSAPI
jbasney [Thu, 4 Apr 2002 17:39:08 +0000 (17:39 +0000)] 
share userauth_finish() with protocol1 for GSSAPI

22 years agorather than use a different GSSAPI auth function (auth_gssapi in augh-gssapi.c)
jbasney [Thu, 4 Apr 2002 17:38:05 +0000 (17:38 +0000)] 
rather than use a different GSSAPI auth function (auth_gssapi in augh-gssapi.c)
for SSH1, share the gssapi routines with SSH2

22 years agodon't link with auth-gssapi.o anymore; share code in gss-serv.o between
jbasney [Thu, 4 Apr 2002 17:36:28 +0000 (17:36 +0000)] 
don't link with auth-gssapi.o anymore; share code in gss-serv.o between
protocol 1 and protocol 2 to cut down on duplication

22 years ago*** empty log message ***
bhe [Sat, 30 Mar 2002 21:05:47 +0000 (21:05 +0000)] 
*** empty log message ***

22 years agoport to OpenSSH 3.1p1
jbasney [Thu, 28 Mar 2002 21:58:08 +0000 (21:58 +0000)] 
port to OpenSSH 3.1p1

22 years agoremove separate forward_gssapi_globus_* flags for SSH1; use gss_*_deleg_* flags for...
jbasney [Thu, 28 Mar 2002 19:07:27 +0000 (19:07 +0000)] 
remove separate forward_gssapi_globus_* flags for SSH1; use gss_*_deleg_* flags for both SSH1 and SSH2

22 years agodelegate credentials in SSH protocol 1 (patch from Bin He)
jbasney [Thu, 28 Mar 2002 15:29:52 +0000 (15:29 +0000)] 
delegate credentials in SSH protocol 1 (patch from Bin He)

22 years agomerging in Simon Wilkinson's latest patch (openssh-3.1p1-gssapi-20020323.diff)
jbasney [Mon, 25 Mar 2002 18:48:42 +0000 (18:48 +0000)] 
merging in Simon Wilkinson's latest patch (openssh-3.1p1-gssapi-20020323.diff)
from trunk to OPENSSH_3_1P1_GSSAPI_GPT-branch

22 years agomerging changes from trunk to OPENSSH_3_1P1_GSSAPI_GPT-branch
jbasney [Thu, 21 Mar 2002 15:30:08 +0000 (15:30 +0000)] 
merging changes from trunk to OPENSSH_3_1P1_GSSAPI_GPT-branch

22 years ago o Add more info describing the conventions for correctly choosing
cphillip [Wed, 20 Mar 2002 20:56:16 +0000 (20:56 +0000)] 
  o Add more info describing the conventions for correctly choosing
      the source package name.

22 years ago o Alter the default filenames to use underscores instead of dashes.
cphillip [Tue, 19 Mar 2002 21:57:25 +0000 (21:57 +0000)] 
  o Alter the default filenames to use underscores instead of dashes.

22 years ago o Update description in package metadata.
cphillip [Tue, 19 Mar 2002 16:32:26 +0000 (16:32 +0000)] 
  o Update description in package metadata.

22 years ago o Add header to the script file.
cphillip [Mon, 18 Mar 2002 21:01:12 +0000 (21:01 +0000)] 
  o Add header to the script file.

22 years ago o Make code more descriptive wrt. variable names.
cphillip [Mon, 18 Mar 2002 20:11:33 +0000 (20:11 +0000)] 
  o Make code more descriptive wrt. variable names.

22 years ago o D'oh. Remember to check that the source package name is defined before
cphillip [Mon, 18 Mar 2002 20:07:44 +0000 (20:07 +0000)] 
  o D'oh.  Remember to check that the source package name is defined before
      executing.

22 years ago o Make source package filename modifiable.
cphillip [Mon, 18 Mar 2002 20:05:53 +0000 (20:05 +0000)] 
  o Make source package filename modifiable.

22 years ago o Update Makefile.in to remove installation of ssh_prng_cmds.
cphillip [Mon, 18 Mar 2002 19:53:37 +0000 (19:53 +0000)] 
  o Update Makefile.in to remove installation of ssh_prng_cmds.

22 years ago o Update default source directory name.
cphillip [Mon, 18 Mar 2002 19:39:50 +0000 (19:39 +0000)] 
  o Update default source directory name.

22 years ago o More updates to make the dist scripts more usable and user-friendly.
cphillip [Mon, 18 Mar 2002 19:37:27 +0000 (19:37 +0000)] 
  o More updates to make the dist scripts more usable and user-friendly.

22 years ago o Updates to make the source package build script more flexible.
cphillip [Mon, 18 Mar 2002 17:20:07 +0000 (17:20 +0000)] 
  o Updates to make the source package build script more flexible.

22 years ago o Update Makefile.in to remove strips of text files.
cphillip [Mon, 18 Mar 2002 17:05:01 +0000 (17:05 +0000)] 
  o Update Makefile.in to remove strips of text files.

22 years ago o Update package metadata to use gpt-specific flags.
cphillip [Mon, 18 Mar 2002 16:59:38 +0000 (16:59 +0000)] 
  o Update package metadata to use gpt-specific flags.

22 years ago o Update to increase verbosity.
cphillip [Mon, 18 Mar 2002 16:47:08 +0000 (16:47 +0000)] 
  o Update to increase verbosity.

22 years ago o Update version string to match new openssh ver.
cphillip [Mon, 18 Mar 2002 16:25:13 +0000 (16:25 +0000)] 
  o Update version string to match new openssh ver.

22 years ago o Add script for generating source gpt tarballs.
cphillip [Mon, 18 Mar 2002 16:23:41 +0000 (16:23 +0000)] 
  o Add script for generating source gpt tarballs.

22 years ago o Move package metadata to main directory.
cphillip [Mon, 18 Mar 2002 16:17:30 +0000 (16:17 +0000)] 
  o Move package metadata to main directory.

22 years ago o Add gpt-specific filelist.
cphillip [Fri, 15 Mar 2002 22:05:20 +0000 (22:05 +0000)] 
  o Add gpt-specific filelist.

22 years ago o Add wrapper scripts that are part of gpt-specific changes.
cphillip [Fri, 15 Mar 2002 21:56:58 +0000 (21:56 +0000)] 
  o Add wrapper scripts that are part of gpt-specific changes.

22 years ago o Merge changes to Makefile.in from my gpt patches.
cphillip [Fri, 15 Mar 2002 21:12:01 +0000 (21:12 +0000)] 
  o Merge changes to Makefile.in from my gpt patches.

22 years ago o Add in changes since 1/25 version from my patches.
cphillip [Fri, 15 Mar 2002 19:42:43 +0000 (19:42 +0000)] 
  o Add in changes since 1/25 version from my patches.

22 years agoremoved in openssh-3.1p1 release
jbasney [Thu, 14 Mar 2002 18:36:25 +0000 (18:36 +0000)] 
removed in openssh-3.1p1 release

22 years agoImport of OpenSSH 3.1p1 OPENSSH_3_1P1
jbasney [Wed, 13 Mar 2002 14:49:38 +0000 (14:49 +0000)] 
Import of OpenSSH 3.1p1

22 years agoinitial checkin of Bin He's support for GSI authentication in protocol 1,
jbasney [Mon, 11 Mar 2002 22:40:45 +0000 (22:40 +0000)] 
initial checkin of Bin He's support for GSI authentication in protocol 1,
based on Von Welch's old SSH patch

22 years ago o Force a mkdir on the path to the setup files in globus location
cphillip [Mon, 11 Mar 2002 20:46:57 +0000 (20:46 +0000)] 
  o Force a mkdir on the path to the setup files in globus location

22 years agoGSSAPI patch for OpenSSH 3.0.2p1 Protocol version 2 by Simon Wilkinson from OPENSSH_3_0_2P1_GSSAPI
jbasney [Mon, 11 Mar 2002 15:28:15 +0000 (15:28 +0000)] 
GSSAPI patch for OpenSSH 3.0.2p1 Protocol version 2 by Simon Wilkinson from
http://www.sxw.org.uk/computing/patches/openssh-3.0.2p1-gssapi.patch

22 years agoFixes for krb5 support in OpenSSH 3.0.2p1 by Simon Wilkinson from
jbasney [Mon, 11 Mar 2002 15:24:49 +0000 (15:24 +0000)] 
Fixes for krb5 support in OpenSSH 3.0.2p1 by Simon Wilkinson from
http://www.sxw.org.uk/computing/patches/openssh-3.0.2p1-krb5.patch

22 years agoImport of OpenSSH 3.0.2p1 OPENSSH_3_0_2P1
jbasney [Mon, 11 Mar 2002 15:10:35 +0000 (15:10 +0000)] 
Import of OpenSSH 3.0.2p1

22 years agoInitial revision
jbasney [Mon, 11 Mar 2002 15:10:35 +0000 (15:10 +0000)] 
Initial revision

22 years ago o Update program runtime dependency.
cphillip [Wed, 20 Feb 2002 23:36:37 +0000 (23:36 +0000)] 
  o Update program runtime dependency.

22 years ago o Complete changes to default behaviour for boolean queries.
cphillip [Mon, 11 Feb 2002 17:36:21 +0000 (17:36 +0000)] 
  o Complete changes to default behaviour for boolean queries.

22 years ago o Change default behaviour of the 'continue?' statement to default to
cphillip [Mon, 11 Feb 2002 17:20:08 +0000 (17:20 +0000)] 
  o Change default behaviour of the 'continue?' statement to default to
      'y' if nothing is entered, but default to 'n' if anything but 'y' is
      entered.

22 years ago o Update include path to also look for GPT_LOCATION/lib/perl, since the
cphillip [Thu, 24 Jan 2002 15:15:39 +0000 (15:15 +0000)] 
 o Update include path to also look for GPT_LOCATION/lib/perl, since the
     user may be trying out a 'bleeding edge cut' of gpt.

22 years ago o Minor formatting issue in output to the user.
cphillip [Thu, 24 Jan 2002 01:28:35 +0000 (01:28 +0000)] 
 o Minor formatting issue in output to the user.

22 years ago o Remove some leftovers from the old associate array in the fixpaths()
cphillip [Thu, 24 Jan 2002 00:56:43 +0000 (00:56 +0000)] 
 o Remove some leftovers from the old associate array in the fixpaths()
     function.

22 years ago o Bugfix for unbalanced quotations.
cphillip [Wed, 23 Jan 2002 22:19:36 +0000 (22:19 +0000)] 
 o Bugfix for unbalanced quotations.

22 years ago o Remind user to always set GLOBUS_LOCATION before running the GSI_SSH
cphillip [Wed, 23 Jan 2002 20:58:35 +0000 (20:58 +0000)] 
 o Remind user to always set GLOBUS_LOCATION before running the GSI_SSH
     packages.

22 years ago o Remove environment variable notification from setup script.
cphillip [Wed, 23 Jan 2002 20:39:05 +0000 (20:39 +0000)] 
 o Remove environment variable notification from setup script.

22 years ago o Change operation of setup script to prompt once for permission to
cphillip [Wed, 23 Jan 2002 20:37:49 +0000 (20:37 +0000)] 
 o Change operation of setup script to prompt once for permission to
     overwrite the config files.  Make one set of backups and place
     them in ${backupdir}.

22 years ago o Alter environment variables statement to be more compatible with
cphillip [Wed, 23 Jan 2002 18:41:53 +0000 (18:41 +0000)] 
 o Alter environment variables statement to be more compatible with
     bourne-style shells.

22 years ago o Change wrapper scripts to use environmental variables.
cphillip [Wed, 23 Jan 2002 18:11:22 +0000 (18:11 +0000)] 
 o Change wrapper scripts to use environmental variables.

22 years ago o Miscellaneous formatting.
cphillip [Wed, 23 Jan 2002 17:55:16 +0000 (17:55 +0000)] 
 o Miscellaneous formatting.

22 years ago o Change formatting of standard output to user.
cphillip [Wed, 23 Jan 2002 17:41:24 +0000 (17:41 +0000)] 
 o Change formatting of standard output to user.

22 years ago o Since we were copying the wrong file into the backup directory, small
cphillip [Wed, 23 Jan 2002 17:38:06 +0000 (17:38 +0000)] 
 o Since we were copying the wrong file into the backup directory, small
     change made to correct this.

22 years ago o More fixes to backup process.
cphillip [Wed, 23 Jan 2002 17:03:49 +0000 (17:03 +0000)] 
 o More fixes to backup process.

22 years ago o Major modifications to handle backing up files correctly.
cphillip [Wed, 23 Jan 2002 16:43:47 +0000 (16:43 +0000)] 
 o Major modifications to handle backing up files correctly.

22 years ago o D'oh! We only make backups if the file exists.
cphillip [Wed, 23 Jan 2002 15:11:10 +0000 (15:11 +0000)] 
 o D'oh!  We only make backups if the file exists.

22 years ago o Remember to package up the config files.
cphillip [Wed, 23 Jan 2002 14:58:16 +0000 (14:58 +0000)] 
 o Remember to package up the config files.

22 years ago o Add in backups for config files on setup.
cphillip [Wed, 23 Jan 2002 14:35:21 +0000 (14:35 +0000)] 
 o Add in backups for config files on setup.

22 years ago o Probs with syntax in action() subroutine.
cphillip [Wed, 23 Jan 2002 14:03:27 +0000 (14:03 +0000)] 
 o Probs with syntax in action() subroutine.

22 years ago o Fix syntactical errors.
cphillip [Tue, 22 Jan 2002 23:14:22 +0000 (23:14 +0000)] 
 o Fix syntactical errors.
 o Add in function calls.

22 years ago o These are the crucial config files that will be installed with the setup
cphillip [Tue, 22 Jan 2002 22:52:47 +0000 (22:52 +0000)] 
 o These are the crucial config files that will be installed with the setup
     package.

22 years ago o Since (1) along with the host keys we are installing the ssh config
cphillip [Tue, 22 Jan 2002 22:51:15 +0000 (22:51 +0000)] 
 o Since (1) along with the host keys we are installing the ssh config
     files into /etc/ssh, (2) you must be root to write to /etc/ssh, and
     (3) the fixpaths portion of setup-openssh.pl requires the config
     files to be present before it can do its magic, then I've decided
     to put everything back into one setup file.  This setup file must
     be run as root to work properly, and checks for the right environment
     are coming soon.  This is prelim.

22 years ago o Change original paths in setup-openssh.pl to be surrounded by parens,
cphillip [Tue, 22 Jan 2002 19:18:06 +0000 (19:18 +0000)] 
 o Change original paths in setup-openssh.pl to be surrounded by parens,
     so as to avoid embarassing problems like confusing /path/to/ssh and
     /path/to/ssh_config.

22 years ago o Change to copy setup-openssh-keys* into the setup directory at install.
cphillip [Tue, 22 Jan 2002 18:56:46 +0000 (18:56 +0000)] 
 o Change to copy setup-openssh-keys* into the setup directory at install.

22 years ago o Add setup-openssh-keys and its perl script to the list of packaged files
cphillip [Tue, 22 Jan 2002 17:16:14 +0000 (17:16 +0000)] 
 o Add setup-openssh-keys and its perl script to the list of packaged files
 o Edit setup-openssh-keys.pl to translate paths related to the scp, sshd,
     and sftp wrapper scripts
 o Edit setup-openssh.pl to print out suggestion regarding running
     setup-openssh-keys.pl if host keys are needed.

22 years ago o Add files to gsi-openssh for generating keys into /etc. Needs work.
cphillip [Tue, 22 Jan 2002 16:01:20 +0000 (16:01 +0000)] 
 o Add files to gsi-openssh for generating keys into /etc.  Needs work.

22 years agoMinor changes to text that is output to the user.
cphillip [Fri, 18 Jan 2002 17:07:01 +0000 (17:07 +0000)] 
Minor changes to text that is output to the user.

22 years agoChange delimiter in setup package name to underscores.
cphillip [Fri, 18 Jan 2002 16:50:23 +0000 (16:50 +0000)] 
Change delimiter in setup package name to underscores.

This page took 0.217366 seconds and 4 git commands to generate.