]> andersk Git - gssapi-openssh.git/log
gssapi-openssh.git
20 years agobump patch version to NCSA_GSSAPI_20040423 OPENSSH_3_8P1_GSSAPI_20040423
jbasney [Fri, 23 Apr 2004 02:19:12 +0000 (02:19 +0000)] 
bump patch version to NCSA_GSSAPI_20040423

20 years ago o Source globus-user-env.sh prior to executing our main perl setup
cphillip [Fri, 23 Apr 2004 02:18:22 +0000 (02:18 +0000)] 
  o Source globus-user-env.sh prior to executing our main perl setup
    script.

20 years agore-fix old bug, re-introduced on re-merge of Simon's code:
jbasney [Fri, 23 Apr 2004 02:16:56 +0000 (02:16 +0000)] 
re-fix old bug, re-introduced on re-merge of Simon's code:
gss_indicate_mechs() needs to be in PRIVSEP() because we need the list
of mechanisms supported by the privileged process; the unprivileged
process can't load gssapi mech libraries

20 years agofix mechglue build
jbasney [Thu, 22 Apr 2004 21:05:01 +0000 (21:05 +0000)] 
fix mechglue build

20 years agofix OpenSSH build problem with xlc on AIX 5.2 OPENSSH_3_8P1_GSSAPI_20040422
jbasney [Thu, 22 Apr 2004 18:33:10 +0000 (18:33 +0000)] 
fix OpenSSH build problem with xlc on AIX 5.2

20 years agoGSI-OpenSSH 3.1 / OpenSSH 3.8p1
jbasney [Fri, 5 Mar 2004 22:01:02 +0000 (22:01 +0000)] 
GSI-OpenSSH 3.1 / OpenSSH 3.8p1

20 years agodon't clear environment. GSI needs it (GLOBUS_LOCATION, X509_CERT_DIR, LD_LIBRARY_PAT... OPENSSH_3_8P1_GSSAPI_20040305
jbasney [Fri, 5 Mar 2004 19:22:40 +0000 (19:22 +0000)] 
don't clear environment. GSI needs it (GLOBUS_LOCATION, X509_CERT_DIR, LD_LIBRARY_PATH, etc.)

20 years ago3.1
jbasney [Fri, 5 Mar 2004 16:51:02 +0000 (16:51 +0000)] 
3.1

20 years agoupdates from OpenSSH 3.8p1 release
jbasney [Fri, 5 Mar 2004 16:50:35 +0000 (16:50 +0000)] 
updates from OpenSSH 3.8p1 release

20 years ago3.1 OpenSSH 3.8p1
jbasney [Fri, 5 Mar 2004 16:50:07 +0000 (16:50 +0000)] 
3.1 OpenSSH 3.8p1

20 years agoremove superfluous #includes OPENSSH_3_8P1_GSSAPI_20040304
jbasney [Thu, 4 Mar 2004 21:32:26 +0000 (21:32 +0000)] 
remove superfluous #includes

20 years agodon't need to include compat.h twice
jbasney [Thu, 4 Mar 2004 21:29:15 +0000 (21:29 +0000)] 
don't need to include compat.h twice

20 years agodon't need to include ssh2.h and compat.h twice. (isn't merging fun?)
jbasney [Thu, 4 Mar 2004 21:27:04 +0000 (21:27 +0000)] 
don't need to include ssh2.h and compat.h twice. (isn't merging fun?)

20 years agoGSSAPICleanupCreds is now GSSAPICleanupCredentials
jbasney [Thu, 4 Mar 2004 21:24:17 +0000 (21:24 +0000)] 
GSSAPICleanupCreds is now GSSAPICleanupCredentials

20 years agoremove duplicate krb5_cleanup_proc() call introduced in merge
jbasney [Thu, 4 Mar 2004 21:24:00 +0000 (21:24 +0000)] 
remove duplicate krb5_cleanup_proc() call introduced in merge

20 years agoreplace #include "compat.h" as it's included in regular openssh release
jbasney [Thu, 4 Mar 2004 21:23:39 +0000 (21:23 +0000)] 
replace #include "compat.h" as it's included in regular openssh release

20 years agonew patch release today
jbasney [Thu, 4 Mar 2004 20:52:11 +0000 (20:52 +0000)] 
new patch release today

20 years agoneed extern ServerOptions options declaration
jbasney [Thu, 4 Mar 2004 20:52:01 +0000 (20:52 +0000)] 
need extern ServerOptions options declaration

20 years agowrap do_pam_putenv() in if (options.use_pam) as done elsewhere
jbasney [Thu, 4 Mar 2004 20:48:44 +0000 (20:48 +0000)] 
wrap do_pam_putenv() in if (options.use_pam) as done elsewhere
(new in OpenSSH 3.8p1)

20 years agoremove unused label
jbasney [Thu, 4 Mar 2004 20:32:44 +0000 (20:32 +0000)] 
remove unused label

20 years agoshrink gssapi compat code based on simon's compat patch
jbasney [Thu, 4 Mar 2004 20:31:42 +0000 (20:31 +0000)] 
shrink gssapi compat code based on simon's compat patch

20 years agomerge OpenSSH 3.8p1 with trunk OPENSSH_3_8P1_GSSAPI_20040224
jbasney [Wed, 25 Feb 2004 02:43:33 +0000 (02:43 +0000)] 
merge OpenSSH 3.8p1 with trunk
- new gssapi-with-mic userauth method: added flag to support both new
  method and old gssapi method for backward compat
- new USE_AFS code needs to be merged with old AFS_KRB5 code

20 years agoInitial revision
jbasney [Tue, 24 Feb 2004 19:42:07 +0000 (19:42 +0000)] 
Initial revision

20 years agobugfix: == isn't valid /bin/sh syntax; use = instead OPENSSH_3_7_1P2_GSSAPI_20040224
jbasney [Tue, 24 Feb 2004 19:28:01 +0000 (19:28 +0000)] 
bugfix: == isn't valid /bin/sh syntax; use = instead

20 years agofix logic error on implicit username: don't assume username must change
jbasney [Mon, 9 Feb 2004 19:07:11 +0000 (19:07 +0000)] 
fix logic error on implicit username: don't assume username must change
for implicit to work; always reset authctxt for implicit username case

20 years agoprint "<implicit>" for empty usernames
jbasney [Mon, 9 Feb 2004 19:04:38 +0000 (19:04 +0000)] 
print "<implicit>" for empty usernames

20 years agoresync with vendor branch; should not have local modifications here OPENSSH_3_7_1P2_GSSAPI_20040123
jbasney [Fri, 23 Jan 2004 22:09:12 +0000 (22:09 +0000)] 
resync with vendor branch; should not have local modifications here

20 years agoresolve_localhost() not needed here, as we already do it in ssh_gssapi_import_name()
jbasney [Fri, 23 Jan 2004 21:49:01 +0000 (21:49 +0000)] 
resolve_localhost() not needed here, as we already do it in ssh_gssapi_import_name()

20 years agofix bug that was bypassing resolve_localhost() call, introduced in merge
jbasney [Fri, 23 Jan 2004 21:48:16 +0000 (21:48 +0000)] 
fix bug that was bypassing resolve_localhost() call, introduced in merge
of OpenSSH 3.7p1

20 years agoremove unneeded #include "compat.h"
jbasney [Fri, 23 Jan 2004 21:47:43 +0000 (21:47 +0000)] 
remove unneeded #include "compat.h"

20 years ago o Bump version to 3.0.
cphillip [Thu, 22 Jan 2004 22:21:40 +0000 (22:21 +0000)] 
  o Bump version to 3.0.

20 years ago o Bump to version 3.0.
cphillip [Thu, 22 Jan 2004 22:19:54 +0000 (22:19 +0000)] 
  o Bump to version 3.0.

20 years ago o Remove compat package from bundle
cphillip [Thu, 22 Jan 2004 22:03:49 +0000 (22:03 +0000)] 
  o Remove compat package from bundle

20 years ago o Remove compat package from bundle.
cphillip [Thu, 22 Jan 2004 22:03:16 +0000 (22:03 +0000)] 
  o Remove compat package from bundle.

20 years ago o Bump version number in the bundle version script. OPENSSH_GSI_GPT_2_11
cphillip [Thu, 22 Jan 2004 21:59:35 +0000 (21:59 +0000)] 
  o Bump version number in the bundle version script.

20 years ago o Reverse some changes to source bundle.
cphillip [Thu, 22 Jan 2004 21:58:21 +0000 (21:58 +0000)] 
  o Reverse some changes to source bundle.

20 years ago o Bump to version 2.11.
cphillip [Thu, 22 Jan 2004 21:30:25 +0000 (21:30 +0000)] 
  o Bump to version 2.11.
  o Sign bundle automatically.

20 years ago o Bump to version 2.11.
cphillip [Thu, 22 Jan 2004 21:28:48 +0000 (21:28 +0000)] 
  o Bump to version 2.11.

20 years ago o Update ssh_prng_cmds.in to match trunk version.
cphillip [Thu, 22 Jan 2004 21:26:35 +0000 (21:26 +0000)] 
  o Update ssh_prng_cmds.in to match trunk version.

20 years ago o Update ssh_config to match OpenSSH 3.7.1p2.
cphillip [Thu, 22 Jan 2004 21:24:56 +0000 (21:24 +0000)] 
  o Update ssh_config to match OpenSSH 3.7.1p2.

20 years ago o Update sshd_config to match OpenSSH 3.7.1p2.
cphillip [Thu, 22 Jan 2004 21:24:00 +0000 (21:24 +0000)] 
  o Update sshd_config to match OpenSSH 3.7.1p2.

20 years agomake --with-globus optional if --with-globus-static is specified
jbasney [Thu, 22 Jan 2004 20:30:21 +0000 (20:30 +0000)] 
make --with-globus optional if --with-globus-static is specified

20 years ago o Bump to version 2.11.
cphillip [Thu, 22 Jan 2004 20:08:00 +0000 (20:08 +0000)] 
  o Bump to version 2.11.

20 years agoNCSA_GSSAPI_20040119 OPENSSH_3_7_1P2_GSSAPI_20040119
jbasney [Mon, 19 Jan 2004 17:48:30 +0000 (17:48 +0000)] 
NCSA_GSSAPI_20040119

20 years agoinclude GSI, KRB5, and MECHGLUE in version string based on configure
jbasney [Sat, 17 Jan 2004 17:24:17 +0000 (17:24 +0000)] 
include GSI, KRB5, and MECHGLUE in version string based on configure
options for more debugging info

20 years agoadd NCSA_GSSAPI_20040117 to SSH_VERSION spec so we can determine remote
jbasney [Sat, 17 Jan 2004 16:55:39 +0000 (16:55 +0000)] 
add NCSA_GSSAPI_20040117 to SSH_VERSION spec so we can determine remote
software version info (if our patch is applied)

20 years agobugfix: according to spec, we MUST skip external-keyx if gsskex not
jbasney [Sat, 17 Jan 2004 07:10:10 +0000 (07:10 +0000)] 
bugfix: according to spec, we MUST skip external-keyx if gsskex not
performed. it has no chance of success.

20 years ago- added --with-globus-static to link statically with Globus libs
jbasney [Sat, 17 Jan 2004 06:24:20 +0000 (06:24 +0000)] 
- added --with-globus-static to link statically with Globus libs
- added check for existence of $GLOBUS_LOCATION directory
- minor modifications to -help text

20 years agoon receipt of SSH2_MSG_KEXGSS_ERROR, exit with fatal() error message rather
jbasney [Sat, 17 Jan 2004 05:36:33 +0000 (05:36 +0000)] 
on receipt of SSH2_MSG_KEXGSS_ERROR, exit with fatal() error message rather
than falling through to misleading "Protocol error" message

20 years agoif --with-globus-flavor is given, assume --with-globus
jbasney [Sat, 17 Jan 2004 05:04:01 +0000 (05:04 +0000)] 
if --with-globus-flavor is given, assume --with-globus

20 years agoremove GSSAPI authentication support for SSH protocol 1
jbasney [Sat, 17 Jan 2004 04:51:35 +0000 (04:51 +0000)] 
remove GSSAPI authentication support for SSH protocol 1

20 years agoadd gsisftp symlinks on make install
jbasney [Fri, 16 Jan 2004 16:40:57 +0000 (16:40 +0000)] 
add gsisftp symlinks on make install

20 years ago o Add bundle signing script
cphillip [Thu, 15 Jan 2004 18:48:38 +0000 (18:48 +0000)] 
  o Add bundle signing script

20 years ago o Change readable tests to present for when to link key files.
cphillip [Wed, 14 Jan 2004 18:27:00 +0000 (18:27 +0000)] 
  o Change readable tests to present for when to link key files.

20 years ago o Add gsi_openssh_compat to gsi-openssh bundle. OPENSSH_GSI_GPT_2_10
cphillip [Tue, 13 Jan 2004 21:03:36 +0000 (21:03 +0000)] 
  o Add gsi_openssh_compat to gsi-openssh bundle.

20 years agoInitial revision
cphillip [Tue, 13 Jan 2004 21:01:07 +0000 (21:01 +0000)] 
Initial revision

20 years ago o Bump to version 2.10.
cphillip [Tue, 13 Jan 2004 19:44:35 +0000 (19:44 +0000)] 
  o Bump to version 2.10.

20 years ago o Use gsissh executables in $GL/bin/ssh.d/ instead of $GL/bin/.
cphillip [Tue, 13 Jan 2004 19:44:18 +0000 (19:44 +0000)] 
  o Use gsissh executables in $GL/bin/ssh.d/ instead of $GL/bin/.

20 years ago o Link key files rather than copy them.
cphillip [Tue, 13 Jan 2004 19:41:47 +0000 (19:41 +0000)] 
  o Link key files rather than copy them.

20 years agoInitial revision
cphillip [Tue, 6 Jan 2004 19:11:07 +0000 (19:11 +0000)] 
Initial revision

20 years ago- remove duplicate GSSAPIAuthentication definition (from 3.7 merge)
jbasney [Tue, 6 Jan 2004 14:39:04 +0000 (14:39 +0000)] 
- remove duplicate GSSAPIAuthentication definition (from 3.7 merge)
- consistently capitalize GSSAPI
- GSSAPICleanupCredentials should be GSSAPICleanupCreds

20 years agoif --with-globus used w/o a path, default to $GLOBUS_LOCATION
jbasney [Tue, 6 Jan 2004 14:37:25 +0000 (14:37 +0000)] 
if --with-globus used w/o a path, default to $GLOBUS_LOCATION
if --with-globus used w/ a path, set $GLOBUS_LOCATION

20 years agoadd -R for GSI libraries on link line if need_dash_r is set, like is
jbasney [Mon, 15 Dec 2003 16:02:49 +0000 (16:02 +0000)] 
add -R for GSI libraries on link line if need_dash_r is set, like is
done for other libraries

20 years agomerged OpenSSH 3.7.1p2 to trunk OPENSSH_3_7_1P2_GSSAPI_20031111
jbasney [Wed, 12 Nov 2003 02:53:04 +0000 (02:53 +0000)] 
merged OpenSSH 3.7.1p2 to trunk

20 years agoInitial revision
jbasney [Wed, 12 Nov 2003 02:48:46 +0000 (02:48 +0000)] 
Initial revision

20 years agopass --flavor to globus-makefile-header instead of -flavor
jbasney [Wed, 12 Nov 2003 02:43:53 +0000 (02:43 +0000)] 
pass --flavor to globus-makefile-header instead of -flavor

20 years ago o Bump to version 2.9. OPENSSH_GSI_GPT_2_9
cphillip [Thu, 18 Sep 2003 18:25:55 +0000 (18:25 +0000)] 
  o Bump to version 2.9.

20 years ago o Output tarball to temp/. OPENSSH_GSI_GPT_2_8
cphillip [Wed, 17 Sep 2003 16:48:20 +0000 (16:48 +0000)] 
  o Output tarball to temp/.

20 years ago o Remove globus_core from the bundle.
cphillip [Wed, 17 Sep 2003 16:37:51 +0000 (16:37 +0000)] 
  o Remove globus_core from the bundle.
  o Add documentation to the make-src-bundle script.

20 years ago o Bump to version 2.8.
cphillip [Wed, 17 Sep 2003 16:28:55 +0000 (16:28 +0000)] 
  o Bump to version 2.8.

20 years agomerged OpenSSH 3.7p1 to trunk OPENSSH_3_7P1_GSSAPI_20030916
jbasney [Wed, 17 Sep 2003 04:20:34 +0000 (04:20 +0000)] 
merged OpenSSH 3.7p1 to trunk

20 years ago o Bump version to 2.7. OPENSSH_GSI_GPT_2_7
cphillip [Tue, 16 Sep 2003 17:53:02 +0000 (17:53 +0000)] 
  o Bump version to 2.7.

20 years ago o Bump to version 2.7.
cphillip [Tue, 16 Sep 2003 17:50:54 +0000 (17:50 +0000)] 
  o Bump to version 2.7.

20 years agoInitial revision
jbasney [Tue, 16 Sep 2003 15:52:13 +0000 (15:52 +0000)] 
Initial revision

20 years agoadd check for GssapiAuthentication option on client side
jbasney [Thu, 11 Sep 2003 15:39:14 +0000 (15:39 +0000)] 
add check for GssapiAuthentication option on client side

20 years agorevert to revision 1.29: gpt_build_config relies on other GPT cruft that OPENSSH_3_6_1P2_GSSAPI_20030806
jbasney [Wed, 6 Aug 2003 21:36:48 +0000 (21:36 +0000)] 
revert to revision 1.29: gpt_build_config relies on other GPT cruft that
we don't want here, so let's keep using globus-makefile-header.

20 years ago o Update to bundle module to make bundles using gpt 2.2. OPENSSH_GSI_GPT_2_6
cphillip [Tue, 5 Aug 2003 15:06:03 +0000 (15:06 +0000)] 
  o Update to bundle module to make bundles using gpt 2.2.
  o Remove the gpt3 bundle definition file.

20 years ago o Remove two gsi_openssh* packages from bundle module.
cphillip [Mon, 4 Aug 2003 22:14:29 +0000 (22:14 +0000)] 
  o Remove two gsi_openssh* packages from bundle module.

20 years ago o MDist-ize setup package.
cphillip [Mon, 4 Aug 2003 22:12:31 +0000 (22:12 +0000)] 
  o MDist-ize setup package.

20 years ago o Point the mdist.conf file at the right gsi-openssh repository.
cphillip [Mon, 4 Aug 2003 22:04:34 +0000 (22:04 +0000)] 
  o Point the mdist.conf file at the right gsi-openssh repository.

20 years ago o Add gsi-openssh package from cvs to the mdist-built bundle.
cphillip [Mon, 4 Aug 2003 21:42:28 +0000 (21:42 +0000)] 
  o Add gsi-openssh package from cvs to the mdist-built bundle.

20 years ago o Move the xml file into the scripts/ directory.
cphillip [Mon, 4 Aug 2003 21:37:54 +0000 (21:37 +0000)] 
  o Move the xml file into the scripts/ directory.

20 years ago o MDist-ize the gsi-openssh bundle module.
cphillip [Mon, 4 Aug 2003 21:37:02 +0000 (21:37 +0000)] 
  o MDist-ize the gsi-openssh bundle module.

20 years ago o Include new setup package that has cleaned up output.
cphillip [Fri, 1 Aug 2003 19:23:37 +0000 (19:23 +0000)] 
  o Include new setup package that has cleaned up output.

20 years ago o Update output of the script to be more easily readable.
cphillip [Fri, 1 Aug 2003 19:22:44 +0000 (19:22 +0000)] 
  o Update output of the script to be more easily readable.

20 years ago o Remove package versions from included packages.
cphillip [Fri, 1 Aug 2003 19:01:18 +0000 (19:01 +0000)] 
  o Remove package versions from included packages.
  o Add gsi_openssh_setup to included packages.

20 years ago o Incorporate new configure output.
cphillip [Fri, 1 Aug 2003 18:35:43 +0000 (18:35 +0000)] 
  o Incorporate new configure output.

20 years ago o Add extra comment if linkline is found.
cphillip [Fri, 1 Aug 2003 18:33:56 +0000 (18:33 +0000)] 
  o Add extra comment if linkline is found.

20 years ago o Update to new 2.6 that has gpt_build_config fix.
cphillip [Fri, 1 Aug 2003 18:06:22 +0000 (18:06 +0000)] 
  o Update to new 2.6 that has gpt_build_config fix.

20 years ago o Update globus linkline derivation technique to be more robust and
cphillip [Fri, 1 Aug 2003 18:03:00 +0000 (18:03 +0000)] 
  o Update globus linkline derivation technique to be more robust and
    easier to read.

20 years ago o Move to version 2.6.
cphillip [Thu, 31 Jul 2003 19:15:16 +0000 (19:15 +0000)] 
  o Move to version 2.6.
  o Remove the globus packages from the source bundle.
  o Remove utilities to make a binary bundle.

20 years ago o Use gpt-build-config in call to figure out gpt link line instead of
cphillip [Fri, 25 Jul 2003 16:05:31 +0000 (16:05 +0000)] 
  o Use gpt-build-config in call to figure out gpt link line instead of
    globus-makefile-header.

20 years ago o Bump to version 2.6.
cphillip [Fri, 18 Jul 2003 19:19:57 +0000 (19:19 +0000)] 
  o Bump to version 2.6.
  o Reduce verbosity of setup-openssh script.

20 years ago o Bump to version 2.6.
cphillip [Fri, 18 Jul 2003 16:35:08 +0000 (16:35 +0000)] 
  o Bump to version 2.6.

20 years agolet $LD_LIBRARY_PATH propagate to child processes since it's typical OPENSSH_3_6_1P2_GSSAPI_20030721
jbasney [Wed, 9 Jul 2003 19:52:53 +0000 (19:52 +0000)] 
let $LD_LIBRARY_PATH propagate to child processes since it's typical
to install GSI libraries in $LD_LIBRARY_PATH rather than in a standard
system path

20 years agolink dynamically with GSI libraries
jbasney [Wed, 9 Jul 2003 19:52:11 +0000 (19:52 +0000)] 
link dynamically with GSI libraries

20 years agopatch from Olle Mulmo, https://bugzilla.ncsa.uiuc.edu/show_bug.cgi?id=127
jbasney [Fri, 13 Jun 2003 18:50:12 +0000 (18:50 +0000)] 
patch from Olle Mulmo, https://bugzilla.ncsa.uiuc.edu/show_bug.cgi?id=127
execve() with environ instead of local env in do_child as the optional
hooks may make modifications to environ that we want to pass to the child

21 years ago o Move to version 2.5.
cphillip [Wed, 14 May 2003 19:47:48 +0000 (19:47 +0000)] 
  o Move to version 2.5.

21 years ago o Take three steps back to avoid globus_gssapi_gsi landmines.
cphillip [Wed, 14 May 2003 19:47:33 +0000 (19:47 +0000)] 
  o Take three steps back to avoid globus_gssapi_gsi landmines.

21 years ago o Put the new gsi_openssh* 2.5 packages in the bundle module.
cphillip [Wed, 14 May 2003 19:27:35 +0000 (19:27 +0000)] 
  o Put the new gsi_openssh* 2.5 packages in the bundle module.

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