krb5.git
30 years ago * kdb5_create.c: start kvno and mkno at 1, not 0
Tom Yu [Wed, 20 Jul 1994 03:58:56 +0000 (03:58 +0000)]
* kdb5_create.c: start kvno and mkno at 1, not 0

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

30 years ago * Makefile.in: remove spurious includes rules
Tom Yu [Wed, 20 Jul 1994 03:58:23 +0000 (03:58 +0000)]
* Makefile.in: remove spurious includes rules

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

30 years ago * configure.in (in all relevant subdirs): another try at making
Tom Yu [Sat, 16 Jul 1994 14:41:40 +0000 (14:41 +0000)]
* configure.in (in all relevant subdirs): another try at making
dbm libs dtrt

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

30 years ago * configure.in: hopefully make dbm libs dtrt
Tom Yu [Sat, 16 Jul 1994 14:40:19 +0000 (14:40 +0000)]
* configure.in: hopefully make dbm libs dtrt

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

30 years ago * configure.in: another attempt to make dbm libs dtrt
Tom Yu [Sat, 16 Jul 1994 14:39:36 +0000 (14:39 +0000)]
* configure.in: another attempt to make dbm libs dtrt

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

30 years ago * daemon.c: <fcntl.h>, not <sys/fcntl.h>
Tom Yu [Sat, 16 Jul 1994 10:08:30 +0000 (10:08 +0000)]
* daemon.c: <fcntl.h>, not <sys/fcntl.h>

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

30 years ago * krb5_err.et: missing space between comma and doublequote
Tom Yu [Sat, 16 Jul 1994 10:07:53 +0000 (10:07 +0000)]
* krb5_err.et: missing space between comma and doublequote

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

30 years ago * asn1_encode_k.c (asn1_encode_transited_encoding): whoops don't
Tom Yu [Sat, 16 Jul 1994 10:07:08 +0000 (10:07 +0000)]
* asn1_encode_k.c (asn1_encode_transited_encoding): whoops don't
bomb if val->tr_contents.dlength == 0

* asn1_decode_k.c (asn1_decode_encrypted_data): oops looks like
Harry made a brain fart here.... default value for kvno was 5, not
0.

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

30 years ago * kpasswd.c (get_first_ticket): fix error codes
Tom Yu [Sat, 16 Jul 1994 10:06:16 +0000 (10:06 +0000)]
* kpasswd.c (get_first_ticket): fix error codes

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

30 years ago * kadmin.c (get_first_ticket): change error code to match
Tom Yu [Sat, 16 Jul 1994 10:05:43 +0000 (10:05 +0000)]
* kadmin.c (get_first_ticket): change error code to match

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

30 years ago * ksu.c: frob error codes
Tom Yu [Sat, 16 Jul 1994 10:05:08 +0000 (10:05 +0000)]
* ksu.c: frob error codes

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

30 years ago * kinit.c: frob error codes
Tom Yu [Sat, 16 Jul 1994 10:04:28 +0000 (10:04 +0000)]
* kinit.c: frob error codes

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

30 years agoindex->strchr, rindex->strrchr, add (char *) cast to malloc, have
Theodore Tso [Sat, 16 Jul 1994 06:26:34 +0000 (06:26 +0000)]
index->strchr, rindex->strrchr, add (char *) cast to malloc, have
proper include for the string functions.

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

30 years agoUmulate utimes() only for systems that don't have it; this is because
Theodore Tso [Sat, 16 Jul 1994 06:11:37 +0000 (06:11 +0000)]
Umulate utimes() only for systems that don't have it; this is because
rcp tries to set the millisecond argument, which might be significant
some day....

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

30 years agoFix error return codes for sanity's sake
Theodore Tso [Sat, 16 Jul 1994 06:00:59 +0000 (06:00 +0000)]
Fix error return codes for sanity's sake

Fix error handling for bugs TGS renew/forward/etc requests.

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

30 years agoRemoved internal routine detach_process(), and replaced it with a
Theodore Tso [Sat, 16 Jul 1994 04:03:56 +0000 (04:03 +0000)]
Removed internal routine detach_process(), and replaced it with a
standards replacing daemon() call.

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

30 years agoAdd BSD daemon library routine
Theodore Tso [Sat, 16 Jul 1994 03:59:22 +0000 (03:59 +0000)]
Add BSD daemon library routine

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

30 years agoChange to use POSIX getcwd() instead of getwd()
Theodore Tso [Sat, 16 Jul 1994 03:47:03 +0000 (03:47 +0000)]
Change to use POSIX getcwd() instead of getwd()

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

30 years agoFix core dump caused by trying to free stack garbage. :-)
Theodore Tso [Sat, 16 Jul 1994 03:39:20 +0000 (03:39 +0000)]
Fix core dump caused by trying to free stack garbage.  :-)

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

30 years agolndir --- used to be autotools; used for making symlink trees
Theodore Tso [Sat, 16 Jul 1994 03:11:44 +0000 (03:11 +0000)]
lndir --- used to be autotools; used for making symlink trees

reconf --- quickie shell script which runs autoconf and autoheader
with the right arguments.

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

30 years agoUpdated protocol error messages to be in line with latest official
Theodore Tso [Fri, 15 Jul 1994 20:59:07 +0000 (20:59 +0000)]
Updated protocol error messages to be in line with latest official
assigned number document.

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

30 years agoUpdated protocol constants in line with latest official assigned numbers
Theodore Tso [Fri, 15 Jul 1994 20:58:16 +0000 (20:58 +0000)]
Updated protocol constants in line with latest official assigned numbers

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

30 years agoAdded reserved port for the krb524 daemon
Theodore Tso [Fri, 15 Jul 1994 20:39:13 +0000 (20:39 +0000)]
Added reserved port for the krb524 daemon

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

30 years agoUse POSIX utime() instead of non-posix utimes()
Theodore Tso [Fri, 15 Jul 1994 20:05:57 +0000 (20:05 +0000)]
Use POSIX utime() instead of non-posix utimes()

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

30 years agoAdded MIT Copyright notices
Theodore Tso [Thu, 14 Jul 1994 15:44:15 +0000 (15:44 +0000)]
Added MIT Copyright notices

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

30 years agoattempt at autoconf'ing
Tom Yu [Thu, 14 Jul 1994 07:42:49 +0000 (07:42 +0000)]
attempt at autoconf'ing

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

30 years ago * configure.in: suck in bsd now
Tom Yu [Thu, 14 Jul 1994 07:42:21 +0000 (07:42 +0000)]
* configure.in: suck in bsd now

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

30 years ago * asn1_encode_k.c (asn1_encode_pa_data): oops still check NULL if
Tom Yu [Thu, 14 Jul 1994 07:40:07 +0000 (07:40 +0000)]
* asn1_encode_k.c (asn1_encode_pa_data): oops still check NULL if
length != 0

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

30 years ago * Makefile.in: remove spurious mkdir
Tom Yu [Thu, 14 Jul 1994 07:36:11 +0000 (07:36 +0000)]
* Makefile.in: remove spurious mkdir

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

30 years ago * Makefile.in: some cleanup to not echo cruft
Tom Yu [Thu, 14 Jul 1994 07:35:30 +0000 (07:35 +0000)]
* Makefile.in: some cleanup to not echo cruft

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

30 years ago * Makefile.in: nuke libss.a.bak crud
Tom Yu [Thu, 14 Jul 1994 07:34:30 +0000 (07:34 +0000)]
* Makefile.in: nuke libss.a.bak crud

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

30 years ago * Makefile.in: nuke the libcom_err.a.bak stuff
Tom Yu [Thu, 14 Jul 1994 07:33:56 +0000 (07:33 +0000)]
* Makefile.in: nuke the libcom_err.a.bak stuff

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

30 years agoRemove no longer used files...
Theodore Tso [Wed, 13 Jul 1994 01:04:39 +0000 (01:04 +0000)]
Remove no longer used files...

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

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