krb5.git
25 years agoMerged Sockets support
Miro Jurisic [Thu, 27 May 1999 19:55:53 +0000 (19:55 +0000)]
Merged Sockets support

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11478 dc483132-0cff-0310-8789-dd5450dbe970

25 years agoAdded header copying targets
Miro Jurisic [Thu, 27 May 1999 19:52:56 +0000 (19:52 +0000)]
Added header copying targets

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11477 dc483132-0cff-0310-8789-dd5450dbe970

25 years agoUpdated to use the OT sockets library
Alexandra Ellwood [Thu, 27 May 1999 19:32:09 +0000 (19:32 +0000)]
Updated to use the OT sockets library

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11476 dc483132-0cff-0310-8789-dd5450dbe970

25 years agoRemoved macsock.c and DNR.c because they are not used by OT sockets library
Alexandra Ellwood [Thu, 27 May 1999 19:14:50 +0000 (19:14 +0000)]
Removed macsock.c and DNR.c because they are not used by OT sockets library

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11475 dc483132-0cff-0310-8789-dd5450dbe970

25 years agoRemoved macsock.c and DNR.c because they are not used by the OT sockets library
Alexandra Ellwood [Thu, 27 May 1999 19:13:59 +0000 (19:13 +0000)]
Removed macsock.c and DNR.c because they are not used by the OT sockets library

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11474 dc483132-0cff-0310-8789-dd5450dbe970

25 years agoUpdated header files to use OT Sockets library
Alexandra Ellwood [Thu, 27 May 1999 19:12:37 +0000 (19:12 +0000)]
Updated header files to use OT Sockets library

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11473 dc483132-0cff-0310-8789-dd5450dbe970

25 years agoRemoved call to getmyipaddr since Sockets has gethostname
Alexandra Ellwood [Thu, 27 May 1999 19:09:34 +0000 (19:09 +0000)]
Removed call to getmyipaddr since Sockets has gethostname

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11472 dc483132-0cff-0310-8789-dd5450dbe970

25 years agoFixed a few mac paths
Miro Jurisic [Thu, 27 May 1999 03:57:36 +0000 (03:57 +0000)]
Fixed a few mac paths

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11471 dc483132-0cff-0310-8789-dd5450dbe970

25 years agoFixed glue targets
Miro Jurisic [Thu, 27 May 1999 02:05:39 +0000 (02:05 +0000)]
Fixed glue targets

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11470 dc483132-0cff-0310-8789-dd5450dbe970

25 years agoRemoved #define ENOMEM
Miro Jurisic [Thu, 27 May 1999 00:53:56 +0000 (00:53 +0000)]
Removed #define ENOMEM

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11469 dc483132-0cff-0310-8789-dd5450dbe970

25 years agoCompletely redone Makefile
Miro Jurisic [Thu, 27 May 1999 00:38:02 +0000 (00:38 +0000)]
Completely redone Makefile

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11468 dc483132-0cff-0310-8789-dd5450dbe970

25 years agoRemoved ENOMEM
Miro Jurisic [Thu, 27 May 1999 00:37:23 +0000 (00:37 +0000)]
Removed ENOMEM

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11467 dc483132-0cff-0310-8789-dd5450dbe970

25 years agoImprove rule to create gssapi include dir under windows
Danilo Almeida [Wed, 19 May 1999 17:28:56 +0000 (17:28 +0000)]
Improve rule to create gssapi include dir under windows

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11466 dc483132-0cff-0310-8789-dd5450dbe970

25 years agoRemove unncessary LIBCMD definition from recursive make invocations
Danilo Almeida [Wed, 19 May 1999 17:18:55 +0000 (17:18 +0000)]
Remove unncessary LIBCMD definition from recursive make invocations

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11465 dc483132-0cff-0310-8789-dd5450dbe970

25 years agoThese are a bunch of intertwined changes to the windows build.
Danilo Almeida [Wed, 19 May 1999 16:18:30 +0000 (16:18 +0000)]
These are a bunch of intertwined changes to the windows build.
This log message includes all of the different changes across several
Makefile.in files (and win-pre.in and win-post.in):

- Remove "-" from recursive windows make invocations so that we can bail
  on a build error.  New MIGNORE option restores the previous bailing
  behavior.
- Update windows readme to reflect current practices.
- Add NO_OUTDIR synonym for NO_OUTPRE in windows build.
- Top-level windows Makefile now builds util which now builds
  util/windows, util/et, and util/profile (instead of building them
  directly).
- Remove trailing backslash from rule that creates the windows output dir.
  This backslash would cause the rule to always be invoked.
- Move WCONFIG and WCONFIG_EXE definitions into win-pre.in.
- Remove rules in include directory that blindly copy include header
  files from gssapi, et, and profile.  Instead, use/add build rules to
  the components that generate them that copy only when the file changes.
- Use dependencies in include/krb5 to copy header files instead of blindly
  copying them.  Add !if 0/!endif wrapper to Unix version of the rules.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11464 dc483132-0cff-0310-8789-dd5450dbe970

25 years agoRename windows.in to win-pre.in
Danilo Almeida [Tue, 18 May 1999 00:51:25 +0000 (00:51 +0000)]
Rename windows.in to win-pre.in

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11463 dc483132-0cff-0310-8789-dd5450dbe970

25 years agoRename config/windows.in to config/win-pre.in
Danilo Almeida [Tue, 18 May 1999 00:50:25 +0000 (00:50 +0000)]
Rename config/windows.in to config/win-pre.in

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11462 dc483132-0cff-0310-8789-dd5450dbe970

25 years agoAdd included version resouce script to resource file dependency
Danilo Almeida [Tue, 18 May 1999 00:28:20 +0000 (00:28 +0000)]
Add included version resouce script to resource file dependency

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11461 dc483132-0cff-0310-8789-dd5450dbe970

25 years agoBoost version to 1.0.6
Danilo Almeida [Tue, 18 May 1999 00:17:47 +0000 (00:17 +0000)]
Boost version to 1.0.6

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11460 dc483132-0cff-0310-8789-dd5450dbe970

25 years agoMakefile.in: Use only one resource file per binary.
Danilo Almeida [Tue, 18 May 1999 00:17:17 +0000 (00:17 +0000)]
Makefile.in: Use only one resource file per binary.
krb5.rc: Remove silly _MSDOS #ifdef.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11459 dc483132-0cff-0310-8789-dd5450dbe970

25 years agoMake directories for clean-windows target lowercase like everywhere else
Danilo Almeida [Mon, 17 May 1999 23:51:11 +0000 (23:51 +0000)]
Make directories for clean-windows target lowercase like everywhere else

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11458 dc483132-0cff-0310-8789-dd5450dbe970

25 years agoSet -kb sticky bits
Danilo Almeida [Mon, 17 May 1999 22:55:24 +0000 (22:55 +0000)]
Set -kb sticky bits

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11457 dc483132-0cff-0310-8789-dd5450dbe970

25 years agoRemove win16 libraries. Move win32 vs libraries to i386-specific subdir
Danilo Almeida [Mon, 17 May 1999 22:50:40 +0000 (22:50 +0000)]
Remove win16 libraries.  Move win32 vs libraries to i386-specific subdir

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11456 dc483132-0cff-0310-8789-dd5450dbe970

25 years agoRemove win16 stuff. Fix resource dependencies. Link resource file
Danilo Almeida [Mon, 17 May 1999 22:45:16 +0000 (22:45 +0000)]
Remove win16 stuff.  Fix resource dependencies.  Link resource file
directly instead of explicitly converting it to an object file.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11455 dc483132-0cff-0310-8789-dd5450dbe970

25 years agoUncomment BUILDTOP since we always want it
Danilo Almeida [Mon, 17 May 1999 22:44:55 +0000 (22:44 +0000)]
Uncomment BUILDTOP since we always want it

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11454 dc483132-0cff-0310-8789-dd5450dbe970

25 years agoReflect that we only build this under win32
Danilo Almeida [Mon, 17 May 1999 22:42:21 +0000 (22:42 +0000)]
Reflect that we only build this under win32

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11453 dc483132-0cff-0310-8789-dd5450dbe970

25 years agoAdd NO_OUTPRE flag to prevent creation of output directory under win32.
Danilo Almeida [Mon, 17 May 1999 22:40:48 +0000 (22:40 +0000)]
Add NO_OUTPRE flag to prevent creation of output directory under win32.
Add clean-windows target.  Reflect that we only build this under win32
by removing wconfig tags.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11452 dc483132-0cff-0310-8789-dd5450dbe970

25 years agoClean ccapi subdirectory in clean-windows target
Danilo Almeida [Mon, 17 May 1999 22:39:57 +0000 (22:39 +0000)]
Clean ccapi subdirectory in clean-windows target

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11451 dc483132-0cff-0310-8789-dd5450dbe970

25 years agoGet rid of win16 support/clutter. Build separate resource files for each
Danilo Almeida [Mon, 17 May 1999 22:39:12 +0000 (22:39 +0000)]
Get rid of win16 support/clutter.  Build separate resource files for each
library.  Link resource files directly instead of excplicitly converting
to object files.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11450 dc483132-0cff-0310-8789-dd5450dbe970

25 years agoAdd NO_OUTPRE flag to prevent creation of output directory under win32
Danilo Almeida [Mon, 17 May 1999 22:38:08 +0000 (22:38 +0000)]
Add NO_OUTPRE flag to prevent creation of output directory under win32

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11449 dc483132-0cff-0310-8789-dd5450dbe970

25 years agoRemove win16 stuff. Add Win9x-compatible output directory creation.
Danilo Almeida [Mon, 17 May 1999 22:36:25 +0000 (22:36 +0000)]
Remove win16 stuff.  Add Win9x-compatible output directory creation.
Add more thorough cleanup of output files and directories.  Use
latest and greatest (MSVC 6.0) debug flag.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11448 dc483132-0cff-0310-8789-dd5450dbe970

25 years agoAdd NO_OUTPRE flag to prevent creation of output
Danilo Almeida [Mon, 17 May 1999 22:35:19 +0000 (22:35 +0000)]
Add NO_OUTPRE flag to prevent creation of output
directory under win32.  Add clean-windows target.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11447 dc483132-0cff-0310-8789-dd5450dbe970

25 years agoRemove win16 support for cleaner win32. Build
Danilo Almeida [Mon, 17 May 1999 22:34:26 +0000 (22:34 +0000)]
Remove win16 support for cleaner win32.  Build
wconfig under arch-specific subdirs.  Update clean-windows
directories to reflect current all-windows directories.
Add distclean-windows target.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11446 dc483132-0cff-0310-8789-dd5450dbe970

25 years agoRemove KrbCC32.lib since we dynamically load the DLL
Danilo Almeida [Mon, 17 May 1999 13:23:35 +0000 (13:23 +0000)]
Remove KrbCC32.lib since we dynamically load the DLL

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11445 dc483132-0cff-0310-8789-dd5450dbe970

25 years agoCommit the right version of the Changelog comment for previous checkin
Theodore Tso [Sat, 15 May 1999 23:52:25 +0000 (23:52 +0000)]
Commit the right version of the Changelog comment for previous checkin

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11444 dc483132-0cff-0310-8789-dd5450dbe970

25 years agomakeshlib.sh (library): Add -bnoentry to the AIX shared library link
Theodore Tso [Sat, 15 May 1999 23:51:36 +0000 (23:51 +0000)]
makeshlib.sh (library): Add -bnoentry to the AIX shared library link
line so that the shared libraries can be dynamically loaded.  Also
make the library file executable, which is apparently also necessary.
(Patch from Duke, needed for SAP.  Note: I didn't take their addition
of -lbsd, since I don't think that's needed or a good idea).

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11443 dc483132-0cff-0310-8789-dd5450dbe970

25 years agoscreen.c (DeleteTopLine): Free the top line before when we allow it to
Theodore Tso [Fri, 14 May 1999 21:25:45 +0000 (21:25 +0000)]
screen.c (DeleteTopLine): Free the top line before when we allow it to
scroll out of the Scrollback buffer.  Bugfix suggested by Craig
Huckabee <huck@cs.wisc.edu>.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11442 dc483132-0cff-0310-8789-dd5450dbe970

25 years agowinccld.c (krb5_win_ccdll_load): Register the FILE ccache type if we
Theodore Tso [Thu, 13 May 1999 22:03:48 +0000 (22:03 +0000)]
winccld.c (krb5_win_ccdll_load): Register the FILE ccache type if we
are using ccapi, so that we make sure the FILE ccache type will work
if the user specifies it in an environment variable.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11441 dc483132-0cff-0310-8789-dd5450dbe970

25 years agoinit_ctx.c (krb5_init_context): Pass the context to
Theodore Tso [Thu, 13 May 1999 22:03:04 +0000 (22:03 +0000)]
init_ctx.c (krb5_init_context): Pass the context to
kkrb5_win_ccdll_load so that it can register the FILE ccache type if
using ccapi (so that the FILE ccache type will always work).

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11440 dc483132-0cff-0310-8789-dd5450dbe970

25 years ago * client_init.c (_kadm5_init_any): Use gss_krb5_ccache_name() to
Tom Yu [Thu, 13 May 1999 21:25:21 +0000 (21:25 +0000)]
* client_init.c (_kadm5_init_any): Use gss_krb5_ccache_name() to
set the gssapi ccache name.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11439 dc483132-0cff-0310-8789-dd5450dbe970

25 years agogssapi32.def: Add krb5-specific extensions so they are exported from
Theodore Tso [Wed, 12 May 1999 04:28:08 +0000 (04:28 +0000)]
gssapi32.def: Add krb5-specific extensions so they are exported from
the DLL.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11438 dc483132-0cff-0310-8789-dd5450dbe970

25 years agoFix how we specify the OID so it's in a format gss_str_to_oid likes
Theodore Tso [Wed, 12 May 1999 04:03:59 +0000 (04:03 +0000)]
Fix how we specify the OID so it's in a format gss_str_to_oid likes

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11437 dc483132-0cff-0310-8789-dd5450dbe970

25 years ago * krb5.hin: Remove unused priv_size from krb5_encrypt_block
Ezra Peisach [Tue, 11 May 1999 19:20:53 +0000 (19:20 +0000)]
    * krb5.hin: Remove unused priv_size from krb5_encrypt_block

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11436 dc483132-0cff-0310-8789-dd5450dbe970

25 years ago * ftp.c: Inclusion of gssapi_krb5.h requires gssapi_generic.h
Ezra Peisach [Tue, 11 May 1999 15:58:57 +0000 (15:58 +0000)]
 * ftp.c: Inclusion of gssapi_krb5.h requires gssapi_generic.h

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11435 dc483132-0cff-0310-8789-dd5450dbe970

25 years ago * main.c: Remove include of gssapi_krb5.h - no longer needed
Ezra Peisach [Tue, 11 May 1999 15:42:59 +0000 (15:42 +0000)]
* main.c: Remove include of gssapi_krb5.h - no longer needed

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11434 dc483132-0cff-0310-8789-dd5450dbe970

25 years agoBack out win16/win32 change. Does not work from clean. Must wait until
Danilo Almeida [Mon, 10 May 1999 22:59:10 +0000 (22:59 +0000)]
Back out win16/win32 change.  Does not work from clean.  Must wait until
win32-only to remove /AL flag.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11433 dc483132-0cff-0310-8789-dd5450dbe970

25 years agoDo win32 build in subdir
Danilo Almeida [Mon, 10 May 1999 19:43:50 +0000 (19:43 +0000)]
Do win32 build in subdir

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11432 dc483132-0cff-0310-8789-dd5450dbe970

25 years agoBuild win32 binaries in obj/$(CPU)/{dbg,rel}
Danilo Almeida [Mon, 10 May 1999 19:36:35 +0000 (19:36 +0000)]
Build win32 binaries in obj/$(CPU)/{dbg,rel}

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11431 dc483132-0cff-0310-8789-dd5450dbe970

25 years agoChange wconfig build so win16 flags are not used for win32 build
Danilo Almeida [Mon, 10 May 1999 19:13:20 +0000 (19:13 +0000)]
Change wconfig build so win16 flags are not used for win32 build

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11430 dc483132-0cff-0310-8789-dd5450dbe970

25 years agoRemove Win16 directives to get rid of warnings
Danilo Almeida [Fri, 7 May 1999 22:33:56 +0000 (22:33 +0000)]
Remove Win16 directives to get rid of warnings

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11429 dc483132-0cff-0310-8789-dd5450dbe970

25 years agoFixed typo
Danilo Almeida [Fri, 7 May 1999 22:12:17 +0000 (22:12 +0000)]
Fixed typo

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11428 dc483132-0cff-0310-8789-dd5450dbe970

25 years agoovsec_kadmd.c: Remove dependency on gssapi_krb5.h by using
Theodore Tso [Fri, 7 May 1999 21:17:05 +0000 (21:17 +0000)]
ovsec_kadmd.c: Remove dependency on gssapi_krb5.h by using
gss_str_to_oid() to get the necessary oid for the krb5_name name type.
Also added #include files to get prototypes and fixed some gcc -Wall
nits.  Fixed calls to krb5_klog_close() to pass the krb5_context as an
argument.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11427 dc483132-0cff-0310-8789-dd5450dbe970

25 years agoFix the existing kludge to deal with the fact that krb5_realm_params
Theodore Tso [Fri, 7 May 1999 21:06:40 +0000 (21:06 +0000)]
Fix the existing kludge to deal with the fact that krb5_realm_params
is defined in two, count them two, header files.  There's real
ugliness here that needs cleaning up eventually, but I don't have the
time now to deal with it.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11426 dc483132-0cff-0310-8789-dd5450dbe970

25 years agoReturn KRB5_REALM_UNKNOWN if profile_get_values returns
Theodore Tso [Fri, 7 May 1999 18:41:52 +0000 (18:41 +0000)]
Return KRB5_REALM_UNKNOWN if profile_get_values returns
PROF_NO_RELATION or PROF_NO_SECTION.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11425 dc483132-0cff-0310-8789-dd5450dbe970

25 years agoxpprof32.def: Add profile_abandon to the list of exported functions
Theodore Tso [Fri, 7 May 1999 16:12:06 +0000 (16:12 +0000)]
xpprof32.def: Add profile_abandon to the list of exported functions

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11424 dc483132-0cff-0310-8789-dd5450dbe970

25 years agoFixed Mac ENOMEM
Miro Jurisic [Thu, 6 May 1999 21:14:46 +0000 (21:14 +0000)]
Fixed Mac ENOMEM

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11423 dc483132-0cff-0310-8789-dd5450dbe970

25 years agoAdded com_err.h to sdk
Miro Jurisic [Fri, 30 Apr 1999 22:40:26 +0000 (22:40 +0000)]
Added com_err.h to sdk

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11417 dc483132-0cff-0310-8789-dd5450dbe970

25 years agoFixed vend resource
Miro Jurisic [Fri, 30 Apr 1999 18:17:11 +0000 (18:17 +0000)]
Fixed vend resource

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11414 dc483132-0cff-0310-8789-dd5450dbe970

25 years agoset_ccache.c (gss_krb5_ccache_name): Add call to free the default
Theodore Tso [Fri, 30 Apr 1999 16:29:45 +0000 (16:29 +0000)]
set_ccache.c (gss_krb5_ccache_name): Add call to free the default
credential changing the ccache name.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11413 dc483132-0cff-0310-8789-dd5450dbe970

25 years ago * kerberos_v4.c (kerberos_v4): Fix bug where krb_create_ticket()
Tom Yu [Fri, 30 Apr 1999 04:09:15 +0000 (04:09 +0000)]
* kerberos_v4.c (kerberos_v4): Fix bug where krb_create_ticket()
was getting called for an APPL_REQUEST even when there was no
single-DES key, resulting in random weirdness.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11412 dc483132-0cff-0310-8789-dd5450dbe970

25 years agoRenamed glue files
Miro Jurisic [Fri, 30 Apr 1999 02:45:57 +0000 (02:45 +0000)]
Renamed glue files

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11411 dc483132-0cff-0310-8789-dd5450dbe970

25 years agoRenamed glue files in SDK
Miro Jurisic [Fri, 30 Apr 1999 02:45:44 +0000 (02:45 +0000)]
Renamed glue files in SDK

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11410 dc483132-0cff-0310-8789-dd5450dbe970

25 years agoUpdated version string to 2.0
Miro Jurisic [Fri, 30 Apr 1999 02:45:11 +0000 (02:45 +0000)]
Updated version string to 2.0

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11409 dc483132-0cff-0310-8789-dd5450dbe970

25 years agoUpdated to DESLib 1.0.4
Miro Jurisic [Thu, 29 Apr 1999 22:21:59 +0000 (22:21 +0000)]
Updated to DESLib 1.0.4

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11408 dc483132-0cff-0310-8789-dd5450dbe970

25 years agoUpdated for 2.0 GM
Miro Jurisic [Thu, 29 Apr 1999 22:20:13 +0000 (22:20 +0000)]
Updated for 2.0 GM

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11407 dc483132-0cff-0310-8789-dd5450dbe970

25 years agoWas doubly including MIT Kerberos.r
Miro Jurisic [Thu, 29 Apr 1999 22:12:38 +0000 (22:12 +0000)]
Was doubly including MIT Kerberos.r

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11406 dc483132-0cff-0310-8789-dd5450dbe970

25 years agoRemoved #include for gssapi_generic.h from gssapi_krb5.h
Miro Jurisic [Thu, 29 Apr 1999 22:03:08 +0000 (22:03 +0000)]
Removed #include for gssapi_generic.h from gssapi_krb5.h

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11405 dc483132-0cff-0310-8789-dd5450dbe970

25 years agoSet custom icon bit and added new resource files to snapshot
Miro Jurisic [Thu, 29 Apr 1999 21:58:20 +0000 (21:58 +0000)]
Set custom icon bit and added new resource files to snapshot

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11404 dc483132-0cff-0310-8789-dd5450dbe970

25 years agoSet correct icon resource ID and added new MIT Kerberos.r, with CCI(TM) and 2.0
Miro Jurisic [Thu, 29 Apr 1999 21:57:31 +0000 (21:57 +0000)]
Set correct icon resource ID and added new MIT Kerberos.r, with CCI(TM) and 2.0

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11403 dc483132-0cff-0310-8789-dd5450dbe970

25 years agoAdded icons, finder balloons and Conflict Catcher information resources
Miro Jurisic [Thu, 29 Apr 1999 21:41:51 +0000 (21:41 +0000)]
Added icons, finder balloons and Conflict Catcher information resources

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11402 dc483132-0cff-0310-8789-dd5450dbe970

25 years agoRenames glue source files
Miro Jurisic [Thu, 29 Apr 1999 20:37:22 +0000 (20:37 +0000)]
Renames glue source files

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11401 dc483132-0cff-0310-8789-dd5450dbe970

25 years agoAdded sdk target and renamed glue output files
Miro Jurisic [Thu, 29 Apr 1999 20:35:16 +0000 (20:35 +0000)]
Added sdk target and renamed glue output files

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11400 dc483132-0cff-0310-8789-dd5450dbe970

25 years agoChanged glue header filename
Miro Jurisic [Thu, 29 Apr 1999 20:34:09 +0000 (20:34 +0000)]
Changed glue header filename

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11399 dc483132-0cff-0310-8789-dd5450dbe970

25 years agoRemoved bogus information about CW builds and updated library names
Miro Jurisic [Thu, 29 Apr 1999 20:33:40 +0000 (20:33 +0000)]
Removed bogus information about CW builds and updated library names

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11398 dc483132-0cff-0310-8789-dd5450dbe970

25 years ago * update_utmp.c (pty_update_utmp): utx.ut_pid is a pid_t, and
Tom Yu [Sat, 24 Apr 1999 03:15:30 +0000 (03:15 +0000)]
* update_utmp.c (pty_update_utmp): utx.ut_pid is a pid_t, and
ent.ut_pid is sometimes a short; accordingly, use pid rather than
ent.ut_pid, which might have gotten truncated.  This fixes an Irix
problem found by <rbasch@mit.edu>.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11394 dc483132-0cff-0310-8789-dd5450dbe970

25 years ago * svc.c: Fix to reference the correct xprt because we're no longer
Tom Yu [Sat, 24 Apr 1999 00:06:59 +0000 (00:06 +0000)]
* svc.c: Fix to reference the correct xprt because we're no longer
calling ffs(); also remove some unused variables.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11392 dc483132-0cff-0310-8789-dd5450dbe970

25 years agoUpdated to 2.0fc3
Miro Jurisic [Fri, 23 Apr 1999 19:32:57 +0000 (19:32 +0000)]
Updated to 2.0fc3

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11389 dc483132-0cff-0310-8789-dd5450dbe970

25 years agoAdded 68K DES library to output; removed all traces of CW builds
Miro Jurisic [Fri, 23 Apr 1999 19:30:41 +0000 (19:30 +0000)]
Added 68K DES library to output; removed all traces of CW builds

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11388 dc483132-0cff-0310-8789-dd5450dbe970

25 years agoRemoved CW builds
Miro Jurisic [Fri, 23 Apr 1999 19:30:13 +0000 (19:30 +0000)]
Removed CW builds

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11387 dc483132-0cff-0310-8789-dd5450dbe970

25 years agoRemoved all traces of MIT Support Library projects
Miro Jurisic [Fri, 23 Apr 1999 19:29:31 +0000 (19:29 +0000)]
Removed all traces of MIT Support Library projects

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11386 dc483132-0cff-0310-8789-dd5450dbe970

25 years agoUpdated to CCache 2.0fc3
Miro Jurisic [Fri, 23 Apr 1999 19:28:44 +0000 (19:28 +0000)]
Updated to CCache 2.0fc3

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11385 dc483132-0cff-0310-8789-dd5450dbe970

25 years agoremoved 68k builds
Miro Jurisic [Fri, 23 Apr 1999 09:56:45 +0000 (09:56 +0000)]
removed 68k builds

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11384 dc483132-0cff-0310-8789-dd5450dbe970

25 years agoUpdated to MITKL 2.0fc2 and MITKfM 2.0fc1
Miro Jurisic [Fri, 23 Apr 1999 09:56:31 +0000 (09:56 +0000)]
Updated to MITKL 2.0fc2 and MITKfM 2.0fc1

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11383 dc483132-0cff-0310-8789-dd5450dbe970

25 years agoUpdated to CCache 1.0fc2
Miro Jurisic [Fri, 23 Apr 1999 09:42:37 +0000 (09:42 +0000)]
Updated to CCache 1.0fc2

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11382 dc483132-0cff-0310-8789-dd5450dbe970

25 years agowrap_size_limit.c (krb5_gss_wrap_size_limit): Fix wrap_size limit so
Theodore Tso [Fri, 23 Apr 1999 04:33:19 +0000 (04:33 +0000)]
wrap_size_limit.c (krb5_gss_wrap_size_limit): Fix wrap_size limit so
that it correctly calculates its results, and underestimates the
correct size instead of overestimating it, and not returning zero all
the time.  (Which it used to do after the March 25 fix.)

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11380 dc483132-0cff-0310-8789-dd5450dbe970

25 years agoAdded MIT Kerberos for the Mac ver 2 resource
Miro Jurisic [Thu, 22 Apr 1999 00:03:17 +0000 (00:03 +0000)]
Added MIT Kerberos for the Mac ver 2 resource

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11377 dc483132-0cff-0310-8789-dd5450dbe970

25 years agoUpdated fragment names to "MIT Kerberos..." and udpated versio number to 2.0fc1
Miro Jurisic [Wed, 21 Apr 1999 22:57:47 +0000 (22:57 +0000)]
Updated fragment names to "MIT Kerberos..." and udpated versio number to 2.0fc1

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11376 dc483132-0cff-0310-8789-dd5450dbe970

25 years agoUpdated to CCache 2.0fc1
Miro Jurisic [Wed, 21 Apr 1999 22:53:40 +0000 (22:53 +0000)]
Updated to CCache 2.0fc1

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11375 dc483132-0cff-0310-8789-dd5450dbe970

25 years agoUpdated to DESLib 1.0.3
Miro Jurisic [Wed, 21 Apr 1999 22:53:14 +0000 (22:53 +0000)]
Updated to DESLib 1.0.3

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11374 dc483132-0cff-0310-8789-dd5450dbe970

25 years agoUpdated fragment names to "MIT Support..."
Miro Jurisic [Wed, 21 Apr 1999 22:52:24 +0000 (22:52 +0000)]
Updated fragment names to "MIT Support..."

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11373 dc483132-0cff-0310-8789-dd5450dbe970

25 years agowinccld.c: Only compile this file on Windows (to avoid screwing up the
Theodore Tso [Wed, 21 Apr 1999 22:50:28 +0000 (22:50 +0000)]
winccld.c: Only compile this file on Windows (to avoid screwing up the
Macintosh build).

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11372 dc483132-0cff-0310-8789-dd5450dbe970

25 years ago * svc.c (xprt_unregister): Fix typo
Tom Yu [Wed, 21 Apr 1999 20:22:49 +0000 (20:22 +0000)]
* svc.c (xprt_unregister): Fix typo

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11371 dc483132-0cff-0310-8789-dd5450dbe970

25 years agokrb5_32.def: Add krb5_cc_set_default_name to the list of exported functions
Theodore Tso [Sat, 17 Apr 1999 22:28:54 +0000 (22:28 +0000)]
krb5_32.def: Add krb5_cc_set_default_name to the list of exported functions

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11368 dc483132-0cff-0310-8789-dd5450dbe970

25 years agogssapi_krb5.h, copy_ccache.c, get_tkt_flags.c, set_ccache.c: Make the
Theodore Tso [Sat, 17 Apr 1999 05:25:04 +0000 (05:25 +0000)]
gssapi_krb5.h, copy_ccache.c, get_tkt_flags.c, set_ccache.c: Make the
krb5 extension functions exportable in a Windows DLL.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11367 dc483132-0cff-0310-8789-dd5450dbe970

25 years agoBuilt the krb5 specific extension function which allows an application
Theodore Tso [Sat, 17 Apr 1999 05:22:47 +0000 (05:22 +0000)]
Built the krb5 specific extension function which allows an application
program to set the ccache location.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11366 dc483132-0cff-0310-8789-dd5450dbe970

25 years agoMakefile.in (all-windows): Don't constantly recreate autoconf.h with
Theodore Tso [Fri, 16 Apr 1999 21:21:56 +0000 (21:21 +0000)]
Makefile.in (all-windows): Don't constantly recreate autoconf.h with
#include "win-mac.h"

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11365 dc483132-0cff-0310-8789-dd5450dbe970

25 years ago * g_cnffile.c (krb__get_srvtabname): Fix to actually extract
Tom Yu [Fri, 16 Apr 1999 00:19:31 +0000 (00:19 +0000)]
* g_cnffile.c (krb__get_srvtabname): Fix to actually extract
krb5_srvtab value from profile, instead of always ignoring it.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11363 dc483132-0cff-0310-8789-dd5450dbe970

25 years agoconfigure.in: Fix typo in test below; fixed name of the autoconf cache
Theodore Tso [Thu, 15 Apr 1999 21:05:50 +0000 (21:05 +0000)]
configure.in: Fix typo in test below; fixed name of the autoconf cache
variable which indicates if sys/streams.h exists.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11362 dc483132-0cff-0310-8789-dd5450dbe970

25 years agot_imp_name.c: Initialize display_file variable in main(), instead of
Theodore Tso [Wed, 14 Apr 1999 16:05:33 +0000 (16:05 +0000)]
t_imp_name.c: Initialize display_file variable in main(), instead of
using a static initializer.  (Needed for Linux/glibc 2.1)

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11361 dc483132-0cff-0310-8789-dd5450dbe970

25 years agosvc.c (svc_getreq, svc_getreqset): Avoid using internal, private
Theodore Tso [Wed, 14 Apr 1999 16:04:09 +0000 (16:04 +0000)]
svc.c (svc_getreq, svc_getreqset): Avoid using internal, private
fd_set structure elements (Needed for Linux/glibc 2.1)

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11360 dc483132-0cff-0310-8789-dd5450dbe970