]> andersk Git - gssapi-openssh.git/log
gssapi-openssh.git
21 years ago o Update URL to point to new location of website. OPENSSH_GSI_GPT_2_2
cphillip [Fri, 11 Apr 2003 14:58:13 +0000 (14:58 +0000)] 
  o Update URL to point to new location of website.

21 years ago o Add the new gsi_openssh package (with pathnames fix) to the bundle
cphillip [Thu, 10 Apr 2003 21:28:17 +0000 (21:28 +0000)] 
  o Add the new gsi_openssh package (with pathnames fix) to the bundle
    module.

21 years ago o Update bundle metadata to gsi-openssh 2.2.
cphillip [Thu, 10 Apr 2003 20:59:41 +0000 (20:59 +0000)] 
  o Update bundle metadata to gsi-openssh 2.2.

21 years ago o Update packages for 2.2 release.
cphillip [Thu, 10 Apr 2003 20:57:53 +0000 (20:57 +0000)] 
  o Update packages for 2.2 release.

21 years ago o Move to version 2.2 and merge in config diffs from 3.6.1p1.
cphillip [Thu, 10 Apr 2003 20:20:25 +0000 (20:20 +0000)] 
  o Move to version 2.2 and merge in config diffs from 3.6.1p1.

21 years ago o Remove the two config file man pages from the setup package.
cphillip [Thu, 10 Apr 2003 20:11:54 +0000 (20:11 +0000)] 
  o Remove the two config file man pages from the setup package.

21 years agocast OM_uint32 to avoid warning OPENSSH_3_6_1P1_GSSAPI_20030408
jbasney [Mon, 7 Apr 2003 18:30:07 +0000 (18:30 +0000)] 
cast OM_uint32 to avoid warning

21 years ago- if no available gssapi mechanisms, abort instead of sending 0 to
jbasney [Mon, 7 Apr 2003 18:18:52 +0000 (18:18 +0000)] 
- if no available gssapi mechanisms, abort instead of sending 0 to
  the server
- handle SSH_SMSG_FAILURE messages from server (not sure if server is
  misbehaving in this case but the client can do the right thing anyway)
- handle cases where try_gssapi_authentication() fails before beginning
  the handshake (for example, if there are no GSSAPI credentials);
  previously, we'd block waiting for the server to reply even if we
  never sent anything to the server

21 years agohandle failure in userauth_gssapi()
jbasney [Mon, 7 Apr 2003 18:15:33 +0000 (18:15 +0000)] 
handle failure in userauth_gssapi()

21 years agomerge with OpenSSH 3.6.1p1
jbasney [Mon, 7 Apr 2003 18:13:20 +0000 (18:13 +0000)] 
merge with OpenSSH 3.6.1p1

21 years agosetup kexgss_client like other kex client functions for OpenSSH 3.6 merge
jbasney [Mon, 7 Apr 2003 18:11:55 +0000 (18:11 +0000)] 
setup kexgss_client like other kex client functions for OpenSSH 3.6 merge

21 years agosplit ssh_gssapi_mechanisms() into client and server parts for OpenSSH 3.6
jbasney [Mon, 7 Apr 2003 18:11:23 +0000 (18:11 +0000)] 
split ssh_gssapi_mechanisms() into client and server parts for OpenSSH 3.6
merge, where privsep code is only allowed in server now

21 years ago- OpenSSH 3.6.1p1 merge
jbasney [Mon, 7 Apr 2003 18:10:04 +0000 (18:10 +0000)] 
- OpenSSH 3.6.1p1 merge
- kexgss() split into kexgss_client() and kexgss_server() like other
  kex functions in OpenSSH 3.6

21 years agocode re-org to match with OpenSSH 3.6. privsep functions should only be
jbasney [Mon, 7 Apr 2003 18:08:05 +0000 (18:08 +0000)] 
code re-org to match with OpenSSH 3.6.  privsep functions should only be
used in server modules now, so split up some functions in gss-genr.c
and moved server-specific parts to gss-serv.c

21 years agomoved kexgss_client() from kexgss.c to kexgssc.c and
jbasney [Mon, 7 Apr 2003 18:05:57 +0000 (18:05 +0000)] 
moved kexgss_client() from kexgss.c to kexgssc.c and
moved kexgss_server() from kexgss.c to kexgsss.c to work with OpenSSH 3.6
code re-org where privsep functions are only available in the server now

21 years agoInitial revision
jbasney [Fri, 4 Apr 2003 18:31:37 +0000 (18:31 +0000)] 
Initial revision

21 years ago o Add example platforms to output.
cphillip [Fri, 4 Apr 2003 18:12:25 +0000 (18:12 +0000)] 
  o Add example platforms to output.

21 years ago o Add platform naming code to the binary bundle maker.
cphillip [Thu, 3 Apr 2003 22:29:14 +0000 (22:29 +0000)] 
  o Add platform naming code to the binary bundle maker.

21 years ago o Prepare for 2.2 release.
cphillip [Thu, 3 Apr 2003 17:30:13 +0000 (17:30 +0000)] 
  o Prepare for 2.2 release.

21 years ago o Change bundle definition from including static packages to including
cphillip [Thu, 3 Apr 2003 17:27:51 +0000 (17:27 +0000)] 
  o Change bundle definition from including static packages to including
    non-static packages.

21 years ago o Syntax error fix. OPENSSH_GSI_GPT_2_1
cphillip [Thu, 3 Apr 2003 16:53:53 +0000 (16:53 +0000)] 
  o Syntax error fix.

21 years ago o Update the bundle scripts so they don't muck around with the CWD.
cphillip [Thu, 3 Apr 2003 16:37:56 +0000 (16:37 +0000)] 
  o Update the bundle scripts so they don't muck around with the CWD.

21 years ago o Add easy version setting to the bundle module.
cphillip [Thu, 3 Apr 2003 16:02:30 +0000 (16:02 +0000)] 
  o Add easy version setting to the bundle module.

21 years ago o Remove the bundle version info from the xml files.
cphillip [Thu, 3 Apr 2003 15:55:59 +0000 (15:55 +0000)] 
  o Remove the bundle version info from the xml files.

21 years ago o Update the procedure for running the make-src-bundle script.
cphillip [Thu, 3 Apr 2003 15:37:26 +0000 (15:37 +0000)] 
  o Update the procedure for running the make-src-bundle script.

21 years ago o Add all the source packages in the 2.1 release to the bundle module.
cphillip [Thu, 3 Apr 2003 15:35:11 +0000 (15:35 +0000)] 
  o Add all the source packages in the 2.1 release to the bundle module.

21 years ago o Test.
cphillip [Wed, 2 Apr 2003 21:26:00 +0000 (21:26 +0000)] 
  o Test.

21 years ago o Update the documentation in the scripts.
cphillip [Wed, 2 Apr 2003 20:57:10 +0000 (20:57 +0000)] 
  o Update the documentation in the scripts.

21 years ago o Add usage comments to both scripts.
cphillip [Wed, 2 Apr 2003 20:19:48 +0000 (20:19 +0000)] 
  o Add usage comments to both scripts.

21 years agoInitial revision
cphillip [Wed, 2 Apr 2003 20:13:30 +0000 (20:13 +0000)] 
Initial revision

21 years ago o Bump to version 2.1.
cphillip [Wed, 19 Mar 2003 19:18:35 +0000 (19:18 +0000)] 
  o Bump to version 2.1.

21 years agoversion 2.0 to correspond to new source package; no changes to setup pkg OPENSSH_GSI_GPT_2_0
jbasney [Mon, 17 Mar 2003 21:43:05 +0000 (21:43 +0000)] 
version 2.0 to correspond to new source package; no changes to setup pkg

21 years ago- use get_canonical_hostname() for GSSAPI service hostname resolution OPENSSH_3_5P1_GSI_20030317
jbasney [Mon, 17 Mar 2003 20:38:27 +0000 (20:38 +0000)] 
- use get_canonical_hostname() for GSSAPI service hostname resolution
  so we get the same hostname each time for DNS round-robin
- renamed resolve_hostname() to resolve_localhost() because that's all
  we want it to do now

21 years agouse xfree/xstrdup
jbasney [Mon, 17 Mar 2003 19:08:20 +0000 (19:08 +0000)] 
use xfree/xstrdup

21 years agoremove unused prototype
jbasney [Mon, 17 Mar 2003 15:53:43 +0000 (15:53 +0000)] 
remove unused prototype

21 years ago o Turn on X11 forwarding by default in both the client and the server. OPENSSH_GSI_GPT_1_9
cphillip [Thu, 13 Mar 2003 17:09:31 +0000 (17:09 +0000)] 
  o Turn on X11 forwarding by default in both the client and the server.

21 years ago o Move to 1.9.
cphillip [Fri, 7 Mar 2003 19:36:43 +0000 (19:36 +0000)] 
  o Move to 1.9.

21 years agoundo changes for termining target GSSAPI service name that avoided DNS OPENSSH_3_5P1_GSI_20030227
jbasney [Fri, 21 Feb 2003 15:58:20 +0000 (15:58 +0000)] 
undo changes for termining target GSSAPI service name that avoided DNS
because Globus and Kerberos want to use DNS irrespective of DNS spoofing
concerns

21 years ago o Prompt and URL changes.
cphillip [Fri, 7 Feb 2003 04:01:16 +0000 (04:01 +0000)] 
  o Prompt and URL changes.

21 years ago o Update to version 1.8.
cphillip [Fri, 7 Feb 2003 04:00:18 +0000 (04:00 +0000)] 
  o Update to version 1.8.

21 years ago o Add SuSE chkconfig format to SXX file.
cphillip [Fri, 7 Feb 2003 03:52:42 +0000 (03:52 +0000)] 
  o Add SuSE chkconfig format to SXX file.

21 years agocall globus_module_activate(GLOBUS_GSI_GSS_ASSIST_MODULE) before any OPENSSH_3_5P1_GSI_20030203
jbasney [Tue, 4 Feb 2003 03:41:22 +0000 (03:41 +0000)] 
call globus_module_activate(GLOBUS_GSI_GSS_ASSIST_MODULE) before any
globus_gss_assist() call to ensure the module is activated

21 years ago o Add a noprompt flag.
cphillip [Thu, 12 Dec 2002 21:33:50 +0000 (21:33 +0000)] 
  o Add a noprompt flag.

21 years ago o Update package information.
cphillip [Tue, 12 Nov 2002 19:33:39 +0000 (19:33 +0000)] 
  o Update package information.

21 years agoHAVE_GSSAPI_EXT determined by configure now OPENSSH_3_5P1_GSI_20021108
jbasney [Fri, 8 Nov 2002 14:42:11 +0000 (14:42 +0000)] 
HAVE_GSSAPI_EXT determined by configure now

21 years agoconfigure needs to set HAVE_GSSAPI_EXT depending on our Globus version;
jbasney [Fri, 8 Nov 2002 14:41:45 +0000 (14:41 +0000)] 
configure needs to set HAVE_GSSAPI_EXT depending on our Globus version;
the header files don't give enough information for us to determine the
correct value here

21 years ago- define HAVE_GSSAPI_EXT for GT 2.x installs but *not* for GT 1.x
jbasney [Fri, 8 Nov 2002 14:40:51 +0000 (14:40 +0000)] 
- define HAVE_GSSAPI_EXT for GT 2.x installs but *not* for GT 1.x
- for GT 2.x w/ mechglue, still need to link with libglobus_gssapi_gsi to
  satisfy reference to gssapi module activation in libglobus_gss_assist

21 years agoadded Jim Barlow's aklog patch OPENSSH_3_5P1_GSI_20021029
jbasney [Tue, 29 Oct 2002 16:42:26 +0000 (16:42 +0000)] 
added Jim Barlow's aklog patch

21 years ago o Update to version 1.7. NMI_REL_2_1
cphillip [Mon, 21 Oct 2002 15:45:34 +0000 (15:45 +0000)] 
  o Update to version 1.7.

21 years ago o Merge in new copies of the configuration files from 3.5p1.
cphillip [Mon, 21 Oct 2002 15:42:47 +0000 (15:42 +0000)] 
  o Merge in new copies of the configuration files from 3.5p1.

21 years agoshorten config file descriptions to avoid line wrapping OPENSSH_3_5P1_GSI_20021018
jbasney [Fri, 18 Oct 2002 13:38:47 +0000 (13:38 +0000)] 
shorten config file descriptions to avoid line wrapping

21 years agomerged OpenSSH 3.5p1 to trunk
jbasney [Fri, 18 Oct 2002 13:29:26 +0000 (13:29 +0000)] 
merged OpenSSH 3.5p1 to trunk

21 years agoInitial revision
jbasney [Fri, 18 Oct 2002 13:12:32 +0000 (13:12 +0000)] 
Initial revision

21 years ago o To version 1.6. NMI_REL_2_0
cphillip [Tue, 8 Oct 2002 20:14:52 +0000 (20:14 +0000)] 
  o To version 1.6.

21 years agosegv bug fix: gss_accept_sec_context() returns a read-only pointer to the OPENSSH_3_4P1_GSI_20021008
jbasney [Tue, 8 Oct 2002 17:18:32 +0000 (17:18 +0000)] 
segv bug fix: gss_accept_sec_context() returns a read-only pointer to the
mech OID, so we shouldn't stash it in our Gssctxt object where we expect
a pointer to an xmalloc'ed object

21 years agofor privilege separation, send gss_indicate_mechs() and gss_display_status() OPENSSH_3_4P1_GSI_20021007
jbasney [Mon, 7 Oct 2002 18:34:56 +0000 (18:34 +0000)] 
for privilege separation, send gss_indicate_mechs() and gss_display_status()
to privileged process, which has the GSSAPI libraries loaded and has the
GSSAPI state, rather than calling them in the unprivileged process, which
can't load teh GSSAPI libraries and doesn't have the GSSAPI state

21 years agoctxt may be NULL when using privsep, so either avoid using it to get the oid
jbasney [Mon, 7 Oct 2002 18:24:15 +0000 (18:24 +0000)] 
ctxt may be NULL when using privsep, so either avoid using it to get the oid
(if we already have it stashed in a local variable) or use GSS_C_NO_OID
instead

21 years agoremove explicit call to gss_initialize(); instead, we make sure the
jbasney [Mon, 7 Oct 2002 18:23:18 +0000 (18:23 +0000)] 
remove explicit call to gss_initialize(); instead, we make sure the
unprivileged child process doesn't call any mechanism-specific GSSAPI
functions (i.e., gss_display_status() and gss_indicate_mechs()) so
mechglue library doesn't need to initialize other GSSAPI libraries in
the unprivileged child process

21 years agoadd an explicit call to gss_initialize() at sshd startup when using mechglue OPENSSH_3_4P1_GSI_20021002
jbasney [Wed, 2 Oct 2002 14:20:23 +0000 (14:20 +0000)] 
add an explicit call to gss_initialize() at sshd startup when using mechglue
because otherwise, we'll have problems initializing later on if
privilege separation is enabled

21 years agoadd support for GssapiKeyExchange option on the client side
jbasney [Mon, 30 Sep 2002 18:35:57 +0000 (18:35 +0000)] 
add support for GssapiKeyExchange option on the client side

21 years agoin userauth_gssapi(), try each supported GSSAPI mechanism OPENSSH_3_4P1_GSI_20020930
jbasney [Mon, 30 Sep 2002 16:54:50 +0000 (16:54 +0000)] 
in userauth_gssapi(), try each supported GSSAPI mechanism

21 years agoif gss_accept_sec_context() fails with a packet to send back to the client,
jbasney [Mon, 30 Sep 2002 16:52:35 +0000 (16:52 +0000)] 
if gss_accept_sec_context() fails with a packet to send back to the client,
send the GSS packet first before sending the SSH failure message rather
than the other way around so the client will handle the GSS packet before
tearing down its GSS context

21 years ago o Bump to 1.5. NMI_DEV_2_0_B2
cphillip [Fri, 27 Sep 2002 16:11:51 +0000 (16:11 +0000)] 
  o Bump to 1.5.

21 years ago o add note about customizing $GL/etc/ssh.
cphillip [Thu, 26 Sep 2002 21:52:23 +0000 (21:52 +0000)] 
  o add note about customizing $GL/etc/ssh.

21 years agouse GSS_GSI as index into supported_mechs[], not GSI OPENSSH_3_4P1_GSI_20020926
jbasney [Thu, 26 Sep 2002 21:22:09 +0000 (21:22 +0000)] 
use GSS_GSI as index into supported_mechs[], not GSI

21 years agodebug message cleanup:
jbasney [Thu, 26 Sep 2002 20:27:27 +0000 (20:27 +0000)] 
debug message cleanup:
- removed superfluous display_gssapi_status() function; ssh_gssapi_error()
  is better
- if fail to set GSI username from credentials, write debug message that
  says so with GSSAPI error text following, so it's clear what's going on
  and the GSSAPI errors may not indicate a failure (i.e., Kerberos can
  still work)

21 years agoif gss_export_cred() returns X509_USER_DELEG_PROXY, set X509_USER_PROXY
jbasney [Thu, 26 Sep 2002 20:11:18 +0000 (20:11 +0000)] 
if gss_export_cred() returns X509_USER_DELEG_PROXY, set X509_USER_PROXY
env var instead, because that's what GSI programs look for

21 years agomerged get_gsi_cred() into get_gsi_name(), since that's the only place
jbasney [Thu, 26 Sep 2002 19:28:16 +0000 (19:28 +0000)] 
merged get_gsi_cred() into get_gsi_name(), since that's the only place
it's used

21 years agochanges for gssapi mechglue support:
jbasney [Thu, 26 Sep 2002 16:17:41 +0000 (16:17 +0000)] 
changes for gssapi mechglue support:
- rename get_gssapi_cred() to get_gsi_cred() and get_gss_our_name() to
  get_gsi_name() and try to force the GSI mechanism, because these functions
  (for getting the grid-mapfile name for implicit username mapping) are
  GSI specific; this needs more work
- fix debug messages to not assume only one gssapi mechanism
- only tell server about those gssapi oids for which we have valid creds
- prefer GSI over Kerberos GSSAPI mech, because we can only choose one
  and we can always do regular (non-GSSAPI) Kerberos auth later

21 years agopass in mechanism OID to ssh_gssapi_send_error() so mechglue can know
jbasney [Wed, 25 Sep 2002 21:57:16 +0000 (21:57 +0000)] 
pass in mechanism OID to ssh_gssapi_send_error() so mechglue can know
which GSSAPI library to use to call gss_display_status()

21 years agopass in mechanism OID to gss_display_status() so mechglue can route the
jbasney [Wed, 25 Sep 2002 18:26:12 +0000 (18:26 +0000)] 
pass in mechanism OID to gss_display_status() so mechglue can route the
call to the correct underyling mechanism library

21 years ago o Update to version 1.4. OPENSSH_GSI_GPT_1_4
cphillip [Tue, 24 Sep 2002 21:29:38 +0000 (21:29 +0000)] 
  o Update to version 1.4.

21 years agofix buffer overflow OPENSSH_3_4P1_GSI_20020924
jbasney [Tue, 24 Sep 2002 19:32:15 +0000 (19:32 +0000)] 
fix buffer overflow

21 years ago o Update to version 1.3. OPENSSH_GSI_GPT_1_3
cphillip [Mon, 23 Sep 2002 19:48:56 +0000 (19:48 +0000)] 
  o Update to version 1.3.

21 years agobug fix: logic in unlink() test for removing cred file was wrong OPENSSH_3_4P1_GSI_20020923
jbasney [Mon, 23 Sep 2002 17:40:42 +0000 (17:40 +0000)] 
bug fix: logic in unlink() test for removing cred file was wrong

21 years agosynch up with openssh dist; not sure why this file had diffs
jbasney [Mon, 23 Sep 2002 15:54:17 +0000 (15:54 +0000)] 
synch up with openssh dist; not sure why this file had diffs

21 years ago o Merge GT2.1.3+ change for linking against the Globus GSI libraries.
cphillip [Mon, 23 Sep 2002 15:23:25 +0000 (15:23 +0000)] 
  o Merge GT2.1.3+ change for linking against the Globus GSI libraries.

21 years agodon't use the resolver to determine the full hostname of the target
jbasney [Fri, 20 Sep 2002 21:02:19 +0000 (21:02 +0000)] 
don't use the resolver to determine the full hostname of the target
host because DNS resolution of remote hostnames is insecure; instead,
use what was given on the command-line, except switch localhost
to the full localhostname and expand short hostnames according to the
local domainname

21 years agoadded resolve_localhost() and make_fqhn() helper functions for resolving
jbasney [Fri, 20 Sep 2002 21:00:53 +0000 (21:00 +0000)] 
added resolve_localhost() and make_fqhn() helper functions for resolving
short hostnames

21 years agoadded type cast to fix compiler warning
jbasney [Fri, 20 Sep 2002 14:47:07 +0000 (14:47 +0000)] 
added type cast to fix compiler warning

21 years ago- define HAVE_GSSAPI_EXT when appropriate
jbasney [Fri, 20 Sep 2002 14:46:44 +0000 (14:46 +0000)] 
- define HAVE_GSSAPI_EXT when appropriate
- prototype __gss_get_mechanism_cred and gss_export_cred for mechglue

21 years agowhitespace
jbasney [Fri, 20 Sep 2002 14:46:09 +0000 (14:46 +0000)] 
whitespace

21 years ago- call ssh_gssapi_krb5_init() at the start of ssh_gssapi_krb5_localname()
jbasney [Fri, 20 Sep 2002 14:42:53 +0000 (14:42 +0000)] 
- call ssh_gssapi_krb5_init() at the start of ssh_gssapi_krb5_localname()
  because the krb_context must be initialized for krb5_aname_to_localname()
  to work

21 years ago- if multiple gssapi mechanisms in ssh_gssapi_mechanisms, separate them
jbasney [Fri, 20 Sep 2002 14:41:51 +0000 (14:41 +0000)] 
- if multiple gssapi mechanisms in ssh_gssapi_mechanisms, separate them
  by ',' in the list
- added some debug messages in ssh_gssapi_mechanisms to show which mechs
  are chosen and why
- initialize gss_buffer_desc variables to NULL
- avoid calling gss_delete_sec_context() and gss_release_name() with
  mechglue because there are problems with name binding between the
  different gssapi libraries that cause memory management problems

21 years ago- fix usage message on --with-mechglue
jbasney [Fri, 20 Sep 2002 14:26:13 +0000 (14:26 +0000)] 
- fix usage message on --with-mechglue
- list full path to mechglue libgssapi.a on link line rather than using
  -L${mechglue_path} because we don't want to pick up some other libgssapi.so
  which some linkers will give precendence to
- pass in /bin/true as then case of AC_CHECK_LIB because the default
  appends the library to the linker path which isn't what we want

21 years ago o Bump version to 1.2. OPENSSH_GSI_GPT_1_2
cphillip [Wed, 18 Sep 2002 22:19:55 +0000 (22:19 +0000)] 
  o Bump version to 1.2.

21 years ago o Update version number of the package to 1.1.
cphillip [Tue, 17 Sep 2002 19:04:45 +0000 (19:04 +0000)] 
  o Update version number of the package to 1.1.

21 years ago o Fix typo in sftp-server config line.
cphillip [Tue, 17 Sep 2002 19:02:21 +0000 (19:02 +0000)] 
  o Fix typo in sftp-server config line.

21 years ago- added --with-mechglue (experimental at this point)
jbasney [Fri, 13 Sep 2002 21:21:13 +0000 (21:21 +0000)] 
- added --with-mechglue (experimental at this point)
- fixed places where CFLAGS was used for GSI instead of CPPFLAGS

21 years agoadd missing return values to GSSAPI_EXT functions
jbasney [Fri, 13 Sep 2002 21:12:36 +0000 (21:12 +0000)] 
add missing return values to GSSAPI_EXT functions

21 years agofix bad typecast in call to buffer_get_string()
jbasney [Fri, 13 Sep 2002 21:11:57 +0000 (21:11 +0000)] 
fix bad typecast in call to buffer_get_string()

21 years agodefine MECHGLUE when building with gssapi mechglue
jbasney [Fri, 13 Sep 2002 19:34:14 +0000 (19:34 +0000)] 
define MECHGLUE when building with gssapi mechglue

21 years agoskip KRB5 gssapi header magic for mechglue
jbasney [Fri, 13 Sep 2002 19:33:53 +0000 (19:33 +0000)] 
skip KRB5 gssapi header magic for mechglue

21 years agorename get_progname to bsd_get_progname to prevent conflicts with
jbasney [Fri, 13 Sep 2002 19:00:47 +0000 (19:00 +0000)] 
rename get_progname to bsd_get_progname to prevent conflicts with
get_progname from heimdal's libroken

21 years agopatch from Dan Kouril: replace gss_export_name() with gss_display_name()
jbasney [Fri, 13 Sep 2002 18:58:02 +0000 (18:58 +0000)] 
patch from Dan Kouril: replace gss_export_name() with gss_display_name()

21 years agoHEIMDAL patch from Dan Kouril
jbasney [Fri, 13 Sep 2002 18:57:10 +0000 (18:57 +0000)] 
HEIMDAL patch from Dan Kouril

21 years agopatch from Dan Kouril for HAVE_GSSAPI_EXT and gss_export_cred()
jbasney [Fri, 13 Sep 2002 18:43:27 +0000 (18:43 +0000)] 
patch from Dan Kouril for HAVE_GSSAPI_EXT and gss_export_cred()

21 years agoadded safe casts between size_t and int for platforms where the two are
jbasney [Thu, 12 Sep 2002 22:15:32 +0000 (22:15 +0000)] 
added safe casts between size_t and int for platforms where the two are
different sizes (for example, IA64)

21 years agouse local hostname when coming in on loopback interface because we won't
jbasney [Wed, 11 Sep 2002 16:28:30 +0000 (16:28 +0000)] 
use local hostname when coming in on loopback interface because we won't
have 'localhost' credentials

21 years agouse gethostbyaddr() to query the resolver for the official hostname
jbasney [Mon, 9 Sep 2002 22:01:52 +0000 (22:01 +0000)] 
use gethostbyaddr() to query the resolver for the official hostname
of the target host

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