]> andersk Git - gssapi-openssh.git/log
gssapi-openssh.git
22 years ago o Add argument passing through the shell script.
cphillip [Fri, 14 Jun 2002 16:26:19 +0000 (16:26 +0000)] 
  o Add argument passing through the shell script.

22 years ago o Tar the distribution into a directory named by the tuple (package name,
cphillip [Fri, 14 Jun 2002 15:45:58 +0000 (15:45 +0000)] 
  o Tar the distribution into a directory named by the tuple (package name,
      package version).

22 years ago o Remove extraneous newline.
cphillip [Fri, 14 Jun 2002 15:44:44 +0000 (15:44 +0000)] 
  o Remove extraneous newline.

22 years ago o Add installation of PRNG commands file upon setup.
cphillip [Fri, 14 Jun 2002 15:43:01 +0000 (15:43 +0000)] 
  o Add installation of PRNG commands file upon setup.
  o Add options to setup script to allow forcing an installation.
  o Do more rigorous checking of files before we attempt to read from/write
      to them.
  o Reorganize order in which functions are called and how the program is
      structured.

22 years ago o Checkpoint commit. Moved main executable parts of script to the upper
cphillip [Thu, 13 Jun 2002 17:34:39 +0000 (17:34 +0000)] 
  o Checkpoint commit.  Moved main executable parts of script to the upper
      part of the file.  Added more documentation per subroutine.

22 years ago o Install ssh_prng_cmds.in on build, and grab the file when creating a
cphillip [Thu, 13 Jun 2002 16:02:10 +0000 (16:02 +0000)] 
  o Install ssh_prng_cmds.in on build, and grab the file when creating a
      package.

22 years ago o Update the version number of the gsi_openssh_setup package to 0.6.
cphillip [Thu, 13 Jun 2002 16:00:36 +0000 (16:00 +0000)] 
  o Update the version number of the gsi_openssh_setup package to 0.6.

22 years ago o Add ssh_prng_cmds to the gsi_openssh_setup package.
cphillip [Thu, 13 Jun 2002 15:59:38 +0000 (15:59 +0000)] 
  o Add ssh_prng_cmds to the gsi_openssh_setup package.

22 years ago o Update version label within the setup package.
cphillip [Wed, 12 Jun 2002 17:44:03 +0000 (17:44 +0000)] 
  o Update version label within the setup package.

22 years ago o Verify that system configuration directory exists before attempting
cphillip [Wed, 12 Jun 2002 16:18:46 +0000 (16:18 +0000)] 
  o Verify that system configuration directory exists before attempting
      to install files.

22 years ago o Add removal of todo list at build time.
cphillip [Wed, 12 Jun 2002 15:55:00 +0000 (15:55 +0000)] 
  o Add removal of todo list at build time.

22 years ago o Remove an extraneous comment.
cphillip [Tue, 11 Jun 2002 21:28:04 +0000 (21:28 +0000)] 
  o Remove an extraneous comment.

22 years ago o Initial commit of script that creates GPT source package out of the
cphillip [Mon, 10 Jun 2002 21:56:13 +0000 (21:56 +0000)] 
  o Initial commit of script that creates GPT source package out of the
      contents of the gsi_openssh_setup package's directory.

22 years ago o Add the config files to the file capture list.
cphillip [Mon, 10 Jun 2002 21:51:25 +0000 (21:51 +0000)] 
  o Add the config files to the file capture list.

22 years ago o Add moduli, ssh_config, and sshd_config from the mainline gsi_openssh
cphillip [Mon, 10 Jun 2002 20:58:15 +0000 (20:58 +0000)] 
  o Add moduli, ssh_config, and sshd_config from the mainline gsi_openssh
      package.
  o Rework setup script to accurately handle parsing sshd_config.in and
      writing it to $GL/etc/ssh/sshd_config, along with copying ssh_config
      and moduli to $GL/etc/ssh.
  o Update version numbers of setup package to reflect these changes.

22 years ago- don't try to find Globus directory if it isn't specified
jbasney [Fri, 7 Jun 2002 20:38:36 +0000 (20:38 +0000)] 
- don't try to find Globus directory if it isn't specified
- link statically with all GSI libraries (missed some on previous checkin)

22 years ago o Add restart option to init.d script.
cphillip [Fri, 7 Jun 2002 14:38:07 +0000 (14:38 +0000)] 
  o Add restart option to init.d script.

22 years agorename getopt exported variables in openbsd-compat library with BSD
jbasney [Thu, 6 Jun 2002 20:32:04 +0000 (20:32 +0000)] 
rename getopt exported variables in openbsd-compat library with BSD
prefixes to match the BSD prefix on BSDgetopt() function to avoid
conflicts with getopt in libc
(this code was previously in includes.h)

22 years ago o Alter comment for chkconfig so that GSI-OpenSSH is stated instead of
cphillip [Thu, 6 Jun 2002 19:48:45 +0000 (19:48 +0000)] 
  o Alter comment for chkconfig so that GSI-OpenSSH is stated instead of
      OpenSSH.

22 years agominor one-line formatting change to match with Simon's patch
jbasney [Thu, 6 Jun 2002 19:41:09 +0000 (19:41 +0000)] 
minor one-line formatting change to match with Simon's patch

22 years agoremove duplicate call to copy_environment(), probably added by a merge error
jbasney [Thu, 6 Jun 2002 19:40:42 +0000 (19:40 +0000)] 
remove duplicate call to copy_environment(), probably added by a merge error

22 years ago- remove a few one-line merge errors
jbasney [Thu, 6 Jun 2002 19:22:30 +0000 (19:22 +0000)] 
- remove a few one-line merge errors
- fix path to static Globus libs

22 years agomerged trunk with OpenSSH 3.2.3p1 from vendor branch (OPENSSH_PORTABLE_DIST)
jbasney [Thu, 6 Jun 2002 19:16:39 +0000 (19:16 +0000)] 
merged trunk with OpenSSH 3.2.3p1 from vendor branch (OPENSSH_PORTABLE_DIST)

22 years ago o Add chkconfig comments to the sshd startup script.
cphillip [Tue, 4 Jun 2002 16:32:46 +0000 (16:32 +0000)] 
  o Add chkconfig comments to the sshd startup script.

22 years agomerged trunk with OpenSSH 3.2.2p1 from vendor branch (OPENSSH_PORTABLE_DIST)
jbasney [Sat, 18 May 2002 02:43:53 +0000 (02:43 +0000)] 
merged trunk with OpenSSH 3.2.2p1 from vendor branch (OPENSSH_PORTABLE_DIST)

22 years agoInitial revision
jbasney [Fri, 17 May 2002 16:21:34 +0000 (16:21 +0000)] 
Initial revision

22 years ago o Update version of setup package.
cphillip [Tue, 14 May 2002 20:01:04 +0000 (20:01 +0000)] 
  o Update version of setup package.

22 years ago o Remove extraneous port argument left in from debugging.
cphillip [Tue, 14 May 2002 20:00:28 +0000 (20:00 +0000)] 
  o Remove extraneous port argument left in from debugging.

22 years ago o Sub in the correct path to $gpath/var for PidFile entry in sshd_config
cphillip [Tue, 14 May 2002 19:54:45 +0000 (19:54 +0000)] 
  o Sub in the correct path to $gpath/var for PidFile entry in sshd_config
      at install time.

22 years ago o Rework PID_FILE so that we rely on sshd to create it for us.
cphillip [Tue, 14 May 2002 19:48:46 +0000 (19:48 +0000)] 
  o Rework PID_FILE so that we rely on sshd to create it for us.

22 years ago o Check for localstatedir before creating the PID_FILE.
cphillip [Tue, 14 May 2002 19:25:56 +0000 (19:25 +0000)] 
  o Check for localstatedir before creating the PID_FILE.

22 years ago o Bugfix.
cphillip [Tue, 14 May 2002 19:04:01 +0000 (19:04 +0000)] 
  o Bugfix.

22 years ago o Make the setup script more resilient to errors.
cphillip [Tue, 14 May 2002 18:58:47 +0000 (18:58 +0000)] 
  o Make the setup script more resilient to errors.

22 years ago o Set SXXsshd to executable upon setup.
cphillip [Tue, 14 May 2002 18:53:29 +0000 (18:53 +0000)] 
  o Set SXXsshd to executable upon setup.

22 years ago o Only try to execute ssh-keygen if the file is executable.
cphillip [Tue, 14 May 2002 18:52:52 +0000 (18:52 +0000)] 
  o Only try to execute ssh-keygen if the file is executable.

22 years ago o Bug fix to make the script more stable and to update PID_FILE.
cphillip [Tue, 14 May 2002 18:49:52 +0000 (18:49 +0000)] 
  o Bug fix to make the script more stable and to update PID_FILE.

22 years ago o Install SXXsshd into $GL/sbin, not $GL/bin.
cphillip [Tue, 14 May 2002 18:24:53 +0000 (18:24 +0000)] 
  o Install SXXsshd into $GL/sbin, not $GL/bin.

22 years ago o Changes to install SXXsshd.in in $GL/sbin.
cphillip [Tue, 14 May 2002 18:24:15 +0000 (18:24 +0000)] 
  o Changes to install SXXsshd.in in $GL/sbin.

22 years ago o Add SXXsshd as part of build and install.
cphillip [Tue, 14 May 2002 18:15:24 +0000 (18:15 +0000)] 
  o Add SXXsshd as part of build and install.

22 years ago o Add sshd startup script to setup package.
cphillip [Tue, 14 May 2002 18:13:03 +0000 (18:13 +0000)] 
  o Add sshd startup script to setup package.

22 years ago o Update output of the setup script to make the user aware of the
cphillip [Tue, 7 May 2002 21:26:04 +0000 (21:26 +0000)] 
  o Update output of the setup script to make the user aware of the
    globus-user-env.sh script.

22 years ago o Update path to post install program.
cphillip [Tue, 7 May 2002 21:18:05 +0000 (21:18 +0000)] 
  o Update path to post install program.

22 years ago o Package metadata versioning was all wrong. Now it's fixed.
cphillip [Tue, 7 May 2002 18:53:58 +0000 (18:53 +0000)] 
  o Package metadata versioning was all wrong.  Now it's fixed.

22 years ago o Remove setup dependencies from gsi_openssh_setup.
cphillip [Tue, 7 May 2002 18:50:56 +0000 (18:50 +0000)] 
  o Remove setup dependencies from gsi_openssh_setup.

22 years ago o Move setup files into $GL/setup/gsi_openssh_setup/.
cphillip [Tue, 7 May 2002 17:59:02 +0000 (17:59 +0000)] 
  o Move setup files into $GL/setup/gsi_openssh_setup/.

22 years ago o Formatting changes.
cphillip [Thu, 2 May 2002 18:11:45 +0000 (18:11 +0000)] 
  o Formatting changes.

22 years ago o Set the LD_LIBRARY_PATH variable before we start running any programs.
cphillip [Thu, 2 May 2002 18:04:06 +0000 (18:04 +0000)] 
  o Set the LD_LIBRARY_PATH variable before we start running any programs.

22 years ago o Remove restriction on execution. Regular users can now run this setup
cphillip [Thu, 2 May 2002 17:48:35 +0000 (17:48 +0000)] 
  o Remove restriction on execution.  Regular users can now run this setup
      script.

22 years ago o Rearrange functioning of determineKeys() and add conditionals to only
cphillip [Thu, 2 May 2002 16:43:24 +0000 (16:43 +0000)] 
  o Rearrange functioning of determineKeys() and add conditionals to only
      print user messages when we actually will _do_ something in
      copyKeyFiles() and genKeys().

22 years ago o Update regex in fixpaths() to only pick out an entire line that fits
cphillip [Thu, 2 May 2002 15:37:56 +0000 (15:37 +0000)] 
  o Update regex in fixpaths() to only pick out an entire line that fits
      our profile.

22 years ago o Rearrange output of the setup script to more accurately reflect a
cphillip [Thu, 2 May 2002 15:33:54 +0000 (15:33 +0000)] 
  o Rearrange output of the setup script to more accurately reflect a
      simple /bin/sh environment.

22 years ago o Remove config and moduli files from filelist.
cphillip [Thu, 2 May 2002 15:05:39 +0000 (15:05 +0000)] 
  o Remove config and moduli files from filelist.

22 years ago o Update version number of dependency on globus_core_setup.
cphillip [Wed, 1 May 2002 21:50:43 +0000 (21:50 +0000)] 
  o Update version number of dependency on globus_core_setup.

22 years ago o Update version number of the package metadata file.
cphillip [Wed, 1 May 2002 21:29:25 +0000 (21:29 +0000)] 
  o Update version number of the package metadata file.
  o Change the version number of the setup package proper.

22 years ago o Remove contrib and config build copy steps.
cphillip [Wed, 1 May 2002 21:23:39 +0000 (21:23 +0000)] 
  o Remove contrib and config build copy steps.

22 years ago o Oops. Cleanup commit.
cphillip [Wed, 1 May 2002 18:44:02 +0000 (18:44 +0000)] 
  o Oops.  Cleanup commit.

22 years ago o Checkpoint commit of changes to setup-openssh.pl.
cphillip [Wed, 1 May 2002 18:37:58 +0000 (18:37 +0000)] 
  o Checkpoint commit of changes to setup-openssh.pl.

22 years ago o Remove config files since they are now sent in the gsi-openssh package.
cphillip [Tue, 30 Apr 2002 19:41:17 +0000 (19:41 +0000)] 
  o Remove config files since they are now sent in the gsi-openssh package.

22 years ago o Add relative paths to the beginning of the original package build
cphillip [Mon, 15 Apr 2002 22:11:08 +0000 (22:11 +0000)] 
  o Add relative paths to the beginning of the original package build
      steps.

22 years ago o Add copying the contrib files to the setup package's build steps.
cphillip [Mon, 15 Apr 2002 22:10:44 +0000 (22:10 +0000)] 
  o Add copying the contrib files to the setup package's build steps.

22 years ago__FUNCTION__ isn't portable; replaced it with the function names
jbasney [Fri, 5 Apr 2002 19:56:22 +0000 (19:56 +0000)] 
__FUNCTION__ isn't portable; replaced it with the function names

22 years agodon't allow authentication with a limited GSI proxy credential
jbasney [Thu, 4 Apr 2002 19:07:52 +0000 (19:07 +0000)] 
don't allow authentication with a limited GSI proxy credential

22 years agofix merge errors with Simon's openssh-mit-krb5-20020326.diff patch;
jbasney [Thu, 28 Mar 2002 18:41:12 +0000 (18:41 +0000)] 
fix merge errors with Simon's openssh-mit-krb5-20020326.diff patch;
this file should now be identical to Simon's version

22 years agomerged with openssh-mit-krb5-20020326.diff from Simon
jbasney [Thu, 28 Mar 2002 15:07:47 +0000 (15:07 +0000)] 
merged with openssh-mit-krb5-20020326.diff from Simon

22 years agofix error on merge of Simon's latest patch (remove duplicate code)
jbasney [Mon, 25 Mar 2002 18:24:29 +0000 (18:24 +0000)] 
fix error on merge of Simon's latest patch (remove duplicate code)

22 years agoadd back in my ssh_gssapi_import_name() changes, undone by my recent
jbasney [Mon, 25 Mar 2002 18:23:49 +0000 (18:23 +0000)] 
add back in my ssh_gssapi_import_name() changes, undone by my recent
merge of Simon's latest patch

22 years agoadd back in my ssh_gssapi_import_name() changes, undone on recent merge of
jbasney [Mon, 25 Mar 2002 18:23:18 +0000 (18:23 +0000)] 
add back in my ssh_gssapi_import_name() changes, undone on recent merge of
Simon's latest patch

22 years agomerging in Simon Wilkinson's latest patch (openssh-3.1p1-gssapi-20020323.diff)
jbasney [Mon, 25 Mar 2002 17:00:19 +0000 (17:00 +0000)] 
merging in Simon Wilkinson's latest patch (openssh-3.1p1-gssapi-20020323.diff)

22 years agofix bug I introduced on recent merge where I stopped getting the string
jbasney [Wed, 20 Mar 2002 17:01:26 +0000 (17:01 +0000)] 
fix bug I introduced on recent merge where I stopped getting the string
length from packet_get_string(); the string length is important!
I put it back.

22 years agorenamed getopt exported variables in openbsd-compat library with BSD
jbasney [Wed, 20 Mar 2002 16:59:12 +0000 (16:59 +0000)] 
renamed getopt exported variables in openbsd-compat library with BSD
prefixes to match the BSD prefix on the BSDgetopt() function to
avoid conflicts with getopt in libc

22 years ago o Update output to suggest using LD_LIBRARY_PATH after installation.
cphillip [Wed, 20 Mar 2002 16:35:17 +0000 (16:35 +0000)] 
  o Update output to suggest using LD_LIBRARY_PATH after installation.

22 years ago o Modify output format.
cphillip [Wed, 20 Mar 2002 16:27:28 +0000 (16:27 +0000)] 
  o Modify output format.

22 years ago o Add 'configuring' message to the beginning of the setup script.
cphillip [Tue, 19 Mar 2002 22:11:40 +0000 (22:11 +0000)] 
  o Add 'configuring' message to the beginning of the setup script.

22 years ago o Update package info for the new openssh package.
cphillip [Tue, 19 Mar 2002 16:18:30 +0000 (16:18 +0000)] 
  o Update package info for the new openssh package.

22 years ago o Update config files from openssh 3.1p1.
cphillip [Tue, 19 Mar 2002 15:43:40 +0000 (15:43 +0000)] 
  o Update config files from openssh 3.1p1.

22 years ago o Update the dependencies for the gsi-openssh-setup package to remove
cphillip [Mon, 18 Mar 2002 23:24:05 +0000 (23:24 +0000)] 
  o Update the dependencies for the gsi-openssh-setup package to remove
      the program run-time dependency on gsi-openssh.

22 years agoadded changes (from Chase Phillips, with my own modifications) to support OPENSSH_3_1P1_GSSAPI
jbasney [Thu, 14 Mar 2002 17:22:33 +0000 (17:22 +0000)] 
added changes (from Chase Phillips, with my own modifications) to support
building with GT2:
- --with-globus-flavor option supported
- generate correct link line with flavored libraries when flavor specified

22 years agofix merge error
jbasney [Thu, 14 Mar 2002 16:16:46 +0000 (16:16 +0000)] 
fix merge error

22 years ago- fix up a merge error
jbasney [Thu, 14 Mar 2002 16:16:29 +0000 (16:16 +0000)] 
- fix up a merge error
- change int to u_int32_t to match new prototypes
- replace packet_done() with packet_check_eom()

22 years agochange second argument of ssh_gssapi_import_name() to const char * (i.e.,
jbasney [Thu, 14 Mar 2002 16:15:45 +0000 (16:15 +0000)] 
change second argument of ssh_gssapi_import_name() to const char * (i.e.,
added const)

22 years agopacket_read and packet_get_bignum2 functions no longer take an argument
jbasney [Thu, 14 Mar 2002 16:15:08 +0000 (16:15 +0000)] 
packet_read and packet_get_bignum2 functions no longer take an argument

22 years agoadd prototype of kexgss
jbasney [Thu, 14 Mar 2002 16:14:26 +0000 (16:14 +0000)] 
add prototype of kexgss

22 years ago- packet_done() is now called packet_check_eom()
jbasney [Thu, 14 Mar 2002 16:14:02 +0000 (16:14 +0000)] 
- packet_done() is now called packet_check_eom()
- update function signatures to match what is now needed by dispatch_set()
  (replace int with u_int32_t)

22 years agomake host parameter to ssh_gssapi_import_name() a const char * to avoid
jbasney [Thu, 14 Mar 2002 16:12:30 +0000 (16:12 +0000)] 
make host parameter to ssh_gssapi_import_name() a const char * to avoid
warnings on discarding const

22 years ago- fix up a merge error
jbasney [Thu, 14 Mar 2002 16:11:16 +0000 (16:11 +0000)] 
- fix up a merge error
- protocol_error dispatch function is gone now, so don't use it for GSSAPI
  stuff

22 years agoadd kexgex.o to libssh objects (removed by mistake on recent merge)
jbasney [Thu, 14 Mar 2002 16:10:23 +0000 (16:10 +0000)] 
add kexgex.o to libssh objects (removed by mistake on recent merge)

22 years agofix error from recent merge
jbasney [Wed, 13 Mar 2002 20:42:52 +0000 (20:42 +0000)] 
fix error from recent merge

22 years agoresolving conflicts from import of OpenSSH 3.1p1
jbasney [Wed, 13 Mar 2002 20:25:08 +0000 (20:25 +0000)] 
resolving conflicts from import of OpenSSH 3.1p1

22 years agoInitial revision
jbasney [Wed, 13 Mar 2002 14:49:40 +0000 (14:49 +0000)] 
Initial revision

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 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.

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