krb5.git
30 years ago * aclocal.m4: cleaning up stuff to not echo things like "if
Tom Yu [Tue, 12 Jul 1994 03:34:23 +0000 (03:34 +0000)]
* aclocal.m4: cleaning up stuff to not echo things like "if
foo..."

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

30 years ago * asn1_encode_k.c (asn1_encode_pa_data): the contents field of a
Tom Yu [Sat, 9 Jul 1994 04:29:43 +0000 (04:29 +0000)]
* asn1_encode_k.c (asn1_encode_pa_data): the contents field of a
krb5_pa_data structure can be NULL (e.g.
salt_type==KRB5_KDB_SALTTYPE_V4), and the encoder was treating
this as a missing required field

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

30 years ago * asn1_decode_k.c: yet another instance of the SunOS realloc bug
Tom Yu [Sat, 9 Jul 1994 02:29:00 +0000 (02:29 +0000)]
* asn1_decode_k.c: yet another instance of the SunOS realloc bug

* asn1buf.c: whee SunOS realloc of a NULL pointer returns NULL.
sigh.

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

30 years ago * configure.in (in all relevant subdirs):
Tom Yu [Fri, 8 Jul 1994 04:49:18 +0000 (04:49 +0000)]
* configure.in (in all relevant subdirs):
* Makefile.in (in all relevant subdirs): back out changes because
they were causing breakage under Ultrix

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

30 years ago * configure.in:
Tom Yu [Fri, 8 Jul 1994 04:42:59 +0000 (04:42 +0000)]
* configure.in:
* Makefile.in: back out changes because of possible breakage under
Ultrix, among other things

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

30 years agofixes to suck in -lndbm or -ldbm as needed
Tom Yu [Thu, 7 Jul 1994 03:07:30 +0000 (03:07 +0000)]
fixes to suck in -lndbm or -ldbm as needed

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

30 years ago * configure.in (in all relevant subdirs):
Tom Yu [Thu, 7 Jul 1994 03:05:46 +0000 (03:05 +0000)]
* configure.in (in all relevant subdirs):
* Makefile.in (in all relevant subdirs): fixes to suck in -lndbm
or -ldbm as needed

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

30 years ago * an1buf.c: Harry saves vs. Unix again. Making sure that anything
Tom Yu [Thu, 7 Jul 1994 00:36:33 +0000 (00:36 +0000)]
* an1buf.c: Harry saves vs. Unix again.  Making sure that anything
that can call calloc with a zero argument won't return ENOMEM if
calloc retuns NULL in this case.  This was prompted by breakage
under linux.

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

30 years agoupdated the spec to represent the current state of tests (chpass and randkey)
Michael Shanzer [Wed, 6 Jul 1994 19:01:55 +0000 (19:01 +0000)]
updated the spec to represent the current state of tests (chpass and randkey)

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

30 years agoGet rid of strftime (since it breaks when used this way, at least under
Mark Eichin [Wed, 6 Jul 1994 17:38:49 +0000 (17:38 +0000)]
Get rid of strftime (since it breaks when used this way, at least under
Solaris, and many systems don't even have it) in generaltime encoder.

Use gmt_mktime in generaltime decoder.

With these changes, kinit works again under Solaris 2.

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

30 years agoadd gmt_mktime to support new asn1 code
Mark Eichin [Wed, 6 Jul 1994 17:28:54 +0000 (17:28 +0000)]
add gmt_mktime to support new asn1 code

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

30 years agoFixed some silly latex errors
Michael Shanzer [Wed, 6 Jul 1994 17:21:49 +0000 (17:21 +0000)]
Fixed some silly latex errors

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

30 years agomostly changes to prevent spewage of ignored errors
Tom Yu [Sun, 3 Jul 1994 11:54:22 +0000 (11:54 +0000)]
mostly changes to prevent spewage of ignored errors
Maybe clean this up more later

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

30 years ago * asn1_encode_k.h:
Tom Yu [Sun, 3 Jul 1994 08:45:53 +0000 (08:45 +0000)]
* asn1_encode_k.h:
* asn1buf.c:
* krbasn1.h: punt stdlib.h in favor of stdio.h.  It looks like
Harry was assuming that NULL gets defined in stdlib instead of
stdio

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

30 years agofixing clean rules
Tom Yu [Sun, 3 Jul 1994 08:42:43 +0000 (08:42 +0000)]
fixing clean rules

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

30 years ago * pre.in: added KRB4 to the template to keep things like v4server
Tom Yu [Sat, 2 Jul 1994 04:04:59 +0000 (04:04 +0000)]
* pre.in: added KRB4 to the template to keep things like v4server
from losing

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

30 years agocopy configure so as to not get nuked in a recursive autoconf
Tom Yu [Sat, 2 Jul 1994 04:04:25 +0000 (04:04 +0000)]
copy configure so as to not get nuked in a recursive autoconf

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

30 years agoReduced Makefile.in, using pre/post
Mark Eichin [Sat, 2 Jul 1994 01:44:53 +0000 (01:44 +0000)]
Reduced Makefile.in, using pre/post

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

30 years agoReduced Makefile.in, using pre/post
Mark Eichin [Sat, 2 Jul 1994 00:53:09 +0000 (00:53 +0000)]
Reduced Makefile.in, using pre/post

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

30 years agorevert portability change temporarily
Mark Eichin [Sat, 2 Jul 1994 00:33:02 +0000 (00:33 +0000)]
revert portability change temporarily

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

30 years agocommon bits of Makefile.in
Mark Eichin [Sat, 2 Jul 1994 00:26:58 +0000 (00:26 +0000)]
common bits of Makefile.in

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

30 years agofix use of sigblock
Mark Eichin [Fri, 1 Jul 1994 20:03:47 +0000 (20:03 +0000)]
fix use of sigblock

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

30 years agomake gmt_offset portable, make decls and defns consistent..
Mark Eichin [Fri, 1 Jul 1994 18:01:47 +0000 (18:01 +0000)]
make gmt_offset portable, make decls and defns consistent..

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

30 years agoChanged configuration to actually work with a displaced source tree.
Mark Eichin [Fri, 1 Jul 1994 17:10:13 +0000 (17:10 +0000)]
Changed configuration to actually work with a displaced source tree.
Major changes, but localized...

* configure.in: redo "autoconf frobbage" since the old way didn't
work with srcdir. Now, AC_OUTPUT generates all three Makefiles,
and ISODEMAKEFILE is subst'ed in to be either Makefile.isode or
Makefile.sane. EXTRA_RULES_IN is used to append the extra stuff to
the end of the "real" one of the two.
* configure.in: krb5_encode.h and krb5_encode.h are source, not
generated, so use CopySrcHeader instead.

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

30 years agoWITH_CC, EXTRA_RULES_IN
Mark Eichin [Fri, 1 Jul 1994 17:03:41 +0000 (17:03 +0000)]
WITH_CC, EXTRA_RULES_IN

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

30 years agoselect makefile in build dir
Mark Eichin [Fri, 1 Jul 1994 17:00:52 +0000 (17:00 +0000)]
select makefile in build dir

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

30 years agorename *.in.* to *.*.in to make it work
Mark Eichin [Fri, 1 Jul 1994 16:59:13 +0000 (16:59 +0000)]
rename *.in.* to *.*.in to make it work

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

30 years ago * aclocal.m4: fixes for dealing with new version of autoconf, in
Tom Yu [Fri, 1 Jul 1994 06:23:10 +0000 (06:23 +0000)]
* aclocal.m4: fixes for dealing with new version of autoconf, in
particular quoting and BUILDTOP

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

30 years agofixing macrodir passing in recursion, adding argument quoting
Tom Yu [Fri, 1 Jul 1994 06:21:16 +0000 (06:21 +0000)]
fixing macrodir passing in recursion, adding argument quoting

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

30 years agoremove generated files
Mark Eichin [Fri, 1 Jul 1994 00:54:40 +0000 (00:54 +0000)]
remove generated files

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

30 years agodelete debugging output statements
Mark Eichin [Fri, 1 Jul 1994 00:22:56 +0000 (00:22 +0000)]
delete debugging output statements

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

30 years agofix to vaxtohl from grossa@SDSC.EDU
Mark Eichin [Fri, 1 Jul 1994 00:03:50 +0000 (00:03 +0000)]
fix to vaxtohl from grossa@SDSC.EDU

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

30 years agoconfig/pre.in and config/post.in support
Mark Eichin [Thu, 30 Jun 1994 23:52:35 +0000 (23:52 +0000)]
config/pre.in and config/post.in support

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

30 years agorecursive configure support
Mark Eichin [Thu, 30 Jun 1994 23:51:13 +0000 (23:51 +0000)]
recursive configure support

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

30 years agoautoconf-1.11 base
Mark Eichin [Thu, 30 Jun 1994 23:09:56 +0000 (23:09 +0000)]
autoconf-1.11 base

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

30 years agoautoconf-1.11 base
Mark Eichin [Thu, 30 Jun 1994 22:58:40 +0000 (22:58 +0000)]
autoconf-1.11 base

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

30 years agofixing bug in recursion arg quoter
Tom Yu [Wed, 29 Jun 1994 23:37:34 +0000 (23:37 +0000)]
fixing bug in recursion arg quoter

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

30 years agooops forgot this earlier
Tom Yu [Wed, 29 Jun 1994 05:37:35 +0000 (05:37 +0000)]
oops forgot this earlier

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

30 years agofolding in Harry's changes
Tom Yu [Wed, 29 Jun 1994 05:35:50 +0000 (05:35 +0000)]
folding in Harry's changes

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

30 years agofolding in harry's changes
Tom Yu [Wed, 29 Jun 1994 05:11:35 +0000 (05:11 +0000)]
folding in harry's changes

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

30 years agoUpdated to read patchlevel 1
Theodore Tso [Tue, 28 Jun 1994 03:14:16 +0000 (03:14 +0000)]
Updated to read patchlevel 1

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

30 years agoRemove spurious debugging #undef of KRB5_KRB4_COMPAT
Theodore Tso [Tue, 28 Jun 1994 02:04:59 +0000 (02:04 +0000)]
Remove spurious debugging #undef of KRB5_KRB4_COMPAT

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

30 years ago * aclocal.m4: fixes to do sane quoting of arguments before
Tom Yu [Mon, 27 Jun 1994 18:25:30 +0000 (18:25 +0000)]
* aclocal.m4: fixes to do sane quoting of arguments before
recursing.  This allows options to be set with values containing
whitespace, for instance.

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

30 years ago* configure.in (in all relevant subdirs): move invokations of
Tom Yu [Mon, 27 Jun 1994 17:00:12 +0000 (17:00 +0000)]
* configure.in (in all relevant subdirs): move invokations of
CONFIG_RULES around so that they preceed anything that even
vaguely resembles a compile test.  This is so that $CC will get
set properly before any compile tests run.

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

30 years agochanges to fix make install
Tom Yu [Sat, 25 Jun 1994 04:48:54 +0000 (04:48 +0000)]
changes to fix make install

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

30 years agooops forgot this
Tom Yu [Sat, 25 Jun 1994 04:33:32 +0000 (04:33 +0000)]
oops forgot this

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

30 years agoChecked in rest of Jim Miller's kadmin bugs krb5-bugs [0395]
Theodore Tso [Sat, 25 Jun 1994 03:19:10 +0000 (03:19 +0000)]
Checked in rest of Jim Miller's kadmin bugs krb5-bugs [0395]

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

30 years agoPlug memory leaks, and other miscellaneous bugs reported by Jim Miller
Theodore Tso [Sat, 25 Jun 1994 01:04:03 +0000 (01:04 +0000)]
Plug memory leaks, and other miscellaneous bugs reported by Jim Miller

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

30 years agofixing clean rules
Tom Yu [Fri, 24 Jun 1994 22:12:25 +0000 (22:12 +0000)]
fixing clean rules

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

30 years agoprotect STDARG_PROTOTYPES from com_err
Mark Eichin [Fri, 24 Jun 1994 07:17:29 +0000 (07:17 +0000)]
protect STDARG_PROTOTYPES from com_err

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

30 years agouse getcwd if available
Mark Eichin [Fri, 24 Jun 1994 07:14:35 +0000 (07:14 +0000)]
use getcwd if available

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

30 years agoset BSD_COMP, get sys/ioctl for solaris TIOCNOTTY
Mark Eichin [Fri, 24 Jun 1994 07:12:57 +0000 (07:12 +0000)]
set BSD_COMP, get sys/ioctl for solaris TIOCNOTTY

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

30 years agoget sys/fcntl for O_RDONLY
Mark Eichin [Fri, 24 Jun 1994 07:12:32 +0000 (07:12 +0000)]
get sys/fcntl for O_RDONLY

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

30 years agono change???
Mark Eichin [Fri, 24 Jun 1994 06:26:10 +0000 (06:26 +0000)]
no change???

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

30 years agodeath to strings.h
Mark Eichin [Fri, 24 Jun 1994 06:21:21 +0000 (06:21 +0000)]
death to strings.h

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

30 years agomake --with-cc notice environment $CC
Mark Eichin [Fri, 24 Jun 1994 06:15:27 +0000 (06:15 +0000)]
make --with-cc notice environment $CC

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

30 years ago * cs_entry.c: oops typo in that last one
Tom Yu [Thu, 23 Jun 1994 05:17:12 +0000 (05:17 +0000)]
* cs_entry.c: oops typo in that last one

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

30 years agoobvious additions to clean
Mark Eichin [Thu, 23 Jun 1994 05:15:55 +0000 (05:15 +0000)]
obvious additions to clean

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

30 years ago * aclocal.m4 (CONFIG_RULES): make --with-cc= dtrt and default to
Tom Yu [Thu, 23 Jun 1994 05:14:18 +0000 (05:14 +0000)]
* aclocal.m4 (CONFIG_RULES): make --with-cc= dtrt and default to
CC=cc

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

30 years ago * grrr.... ETYPE_DES_CBC_CRC really should be ETYPE_RAW_DES_CBC,
Tom Yu [Thu, 23 Jun 1994 05:13:05 +0000 (05:13 +0000)]
* grrr.... ETYPE_DES_CBC_CRC really should be ETYPE_RAW_DES_CBC,
although something like ETYPE_DES_CBC_RAW or ETYPE_DES_CBC_NONE
would probably work better (following the convention
ETYPE_{system}_{mode}_{integrity})

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

30 years agoadd std_rqs.c to things to clean
Mark Eichin [Thu, 23 Jun 1994 04:25:30 +0000 (04:25 +0000)]
add std_rqs.c to things to clean

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

30 years agomissed some clean rules
Mark Eichin [Thu, 23 Jun 1994 04:19:06 +0000 (04:19 +0000)]
missed some clean rules

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

30 years agoclean version.*
Mark Eichin [Thu, 23 Jun 1994 04:15:53 +0000 (04:15 +0000)]
clean version.*

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

30 years agomore improvements to clean rules
Mark Eichin [Thu, 23 Jun 1994 01:40:20 +0000 (01:40 +0000)]
more improvements to clean rules

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

30 years agoimprove clean rules
Mark Eichin [Thu, 23 Jun 1994 01:13:17 +0000 (01:13 +0000)]
improve clean rules

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

30 years agoss_err.h is not a SrcHeader
Mark Eichin [Wed, 22 Jun 1994 22:53:05 +0000 (22:53 +0000)]
ss_err.h is not a SrcHeader

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

30 years agofix STDARG_PROTOTYPES redef
Mark Eichin [Wed, 22 Jun 1994 22:48:45 +0000 (22:48 +0000)]
fix STDARG_PROTOTYPES redef

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

30 years agotest DONE for emptiness before using
Mark Eichin [Wed, 22 Jun 1994 22:26:20 +0000 (22:26 +0000)]
test DONE for emptiness before using

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

30 years agoset CP
Mark Eichin [Wed, 22 Jun 1994 21:56:30 +0000 (21:56 +0000)]
set CP

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

30 years agoadd CONFIG_RULES to remaining configure.ins
Mark Eichin [Wed, 22 Jun 1994 20:56:43 +0000 (20:56 +0000)]
add CONFIG_RULES to remaining configure.ins

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

30 years agoadd AC_SUBST(CC) to CONFIG_RULES
Mark Eichin [Wed, 22 Jun 1994 20:35:49 +0000 (20:35 +0000)]
add AC_SUBST(CC) to CONFIG_RULES

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

30 years agoFixed default port numbers so they are loaded in network byte order
Theodore Tso [Wed, 22 Jun 1994 19:51:28 +0000 (19:51 +0000)]
Fixed default port numbers so they are loaded in network byte order
instead of host byte order.

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

30 years ago * pulling SEEK_SET, etc. out to avoid redef'ing in unistd.h
Tom Yu [Wed, 22 Jun 1994 04:08:44 +0000 (04:08 +0000)]
* pulling SEEK_SET, etc. out to avoid redef'ing in unistd.h

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

30 years ago * pulling this out to avoid redef'ing in unistd.h
Tom Yu [Wed, 22 Jun 1994 03:56:11 +0000 (03:56 +0000)]
* pulling this out to avoid redef'ing in unistd.h

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

30 years agoTue Jun 21 17:46:53 1994 Mark Eichin (eichin at cygnus.com)
Mark Eichin [Tue, 21 Jun 1994 21:56:35 +0000 (21:56 +0000)]
Tue Jun 21 17:46:53 1994  Mark Eichin  (eichin at cygnus.com)

* Makefile.in (in all subdirs): added CC=@CC@ to nail down the
substitution to be sure that configuration matches build. Added
CCOPTS to some of them so that it gets nailed in correctly too.

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

30 years agoFixed encryption type in the raw DES structure
Theodore Tso [Tue, 21 Jun 1994 18:05:30 +0000 (18:05 +0000)]
Fixed encryption type in the raw DES structure

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

30 years agodocument some (nearly) global changes to Makefile.in and configure.in to
Tom Yu [Tue, 21 Jun 1994 06:30:57 +0000 (06:30 +0000)]
document some (nearly) global changes to Makefile.in and configure.in to
allow --with-ccopts= to work

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

30 years agosupport to allow --with-ccopts=
Tom Yu [Tue, 21 Jun 1994 06:29:20 +0000 (06:29 +0000)]
support to allow --with-ccopts=

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

30 years agoset up WITH_CCOPTS
Tom Yu [Tue, 21 Jun 1994 06:04:15 +0000 (06:04 +0000)]
set up WITH_CCOPTS

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

30 years agoadd "includes" to the "all" target to ensure that headers get copied
Tom Yu [Tue, 21 Jun 1994 05:23:46 +0000 (05:23 +0000)]
add "includes" to the "all" target to ensure that headers get copied

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

30 years agoadd AC_SIZE_T
Mark Eichin [Tue, 21 Jun 1994 05:18:26 +0000 (05:18 +0000)]
add AC_SIZE_T

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

30 years agoadd SEEK_* from L_* if needed
Mark Eichin [Tue, 21 Jun 1994 04:54:26 +0000 (04:54 +0000)]
add SEEK_* from L_* if needed

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

30 years agoadd AC_CONST for bsd
Mark Eichin [Tue, 21 Jun 1994 04:53:41 +0000 (04:53 +0000)]
add AC_CONST for bsd

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

30 years agousing CopySrcHeader instead of CopyHeader
Tom Yu [Tue, 21 Jun 1994 04:22:09 +0000 (04:22 +0000)]
using CopySrcHeader instead of CopyHeader

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

30 years agono vsprintf on vaxbsd
Mark Eichin [Tue, 21 Jun 1994 03:11:28 +0000 (03:11 +0000)]
no vsprintf on vaxbsd

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

30 years agodocument config.h changes
Mark Eichin [Tue, 21 Jun 1994 02:36:05 +0000 (02:36 +0000)]
document config.h changes

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

30 years agoInstall headers during build; also pick up CCOPTS
Tom Yu [Tue, 21 Jun 1994 02:04:17 +0000 (02:04 +0000)]
Install headers during build; also pick up CCOPTS

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

30 years agoadding ChangeLog
Tom Yu [Tue, 21 Jun 1994 02:03:34 +0000 (02:03 +0000)]
adding ChangeLog

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

30 years agoinstall com_err.h during build; also pick up CCOPTS from configure
Tom Yu [Tue, 21 Jun 1994 02:03:05 +0000 (02:03 +0000)]
install com_err.h during build; also pick up CCOPTS from configure

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

30 years agoShouldn't be used. Should be installed during the make includes phase
Theodore Tso [Tue, 21 Jun 1994 01:27:54 +0000 (01:27 +0000)]
Shouldn't be used.  Should be installed during the make includes phase
of the imake build.

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

30 years agoIncluded krb5/config.h so that things will work under imake as well as
Theodore Tso [Mon, 20 Jun 1994 23:44:19 +0000 (23:44 +0000)]
Included krb5/config.h so that things will work under imake as well as
under the autoconf build setup.

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

30 years agoIncluded krb5/osconf.h so that things will work under imake as well as
Theodore Tso [Mon, 20 Jun 1994 23:44:03 +0000 (23:44 +0000)]
Included krb5/osconf.h so that things will work under imake as well as
under the autoconf build setup.

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

30 years agoadd__FreeBSD__, vax & unix for BSD42
Mark Eichin [Mon, 20 Jun 1994 21:01:10 +0000 (21:01 +0000)]
add__FreeBSD__, vax & unix for BSD42

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

30 years agofix typo in sigmask test
Mark Eichin [Mon, 20 Jun 1994 20:49:23 +0000 (20:49 +0000)]
fix typo in sigmask test

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

30 years agoFri Jun 17 19:54:00 1994 Mark Eichin (eichin at cygnus.com)
Mark Eichin [Sat, 18 Jun 1994 00:17:24 +0000 (00:17 +0000)]
Fri Jun 17 19:54:00 1994  Mark Eichin  (eichin at cygnus.com)

* aclocal.m4 (MAKE_SUBDIRS): pass CCOPTS, CC in every make
* Makefile.in: change CFLAGS = -g ... to CFALGS = $(CCOPTS) ...
  in all Makefile.in's throughout the tree.

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

30 years agoStarted changelog to document change in crep2kcrep.c
Theodore Tso [Fri, 17 Jun 1994 22:24:52 +0000 (22:24 +0000)]
Started changelog to document change in crep2kcrep.c

(Reminder: we should start using Changelog files when we make changes
in files.)

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

30 years agoFixing type which caused ticket forwarding to not work
Theodore Tso [Fri, 17 Jun 1994 22:21:26 +0000 (22:21 +0000)]
Fixing type which caused ticket forwarding to not work

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

30 years agofix time include, move select include
Mark Eichin [Fri, 17 Jun 1994 09:54:43 +0000 (09:54 +0000)]
fix time include, move select include

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

30 years agomove includes for aix
Mark Eichin [Fri, 17 Jun 1994 09:53:16 +0000 (09:53 +0000)]
move includes for aix

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

30 years agocalculate BUILDTOP now
Tom Yu [Fri, 17 Jun 1994 07:22:50 +0000 (07:22 +0000)]
calculate BUILDTOP now

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