krb5.git
32 years agoAdd cast
John Carr [Sun, 23 Feb 1992 12:25:59 +0000 (12:25 +0000)]
Add cast

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

32 years agoindex -> strchr
John Carr [Sun, 23 Feb 1992 12:25:36 +0000 (12:25 +0000)]
index -> strchr

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

32 years agoInstall include files.
John Carr [Sun, 23 Feb 1992 12:24:38 +0000 (12:24 +0000)]
Install include files.
Add hack to work around problems with imake on some systems with
SYSV style C preprocessors.

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

32 years agoInclude <krb5/sysincl.h> to get time include files
John Carr [Sun, 23 Feb 1992 12:22:44 +0000 (12:22 +0000)]
Include <krb5/sysincl.h> to get time include files

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

32 years agoUse fork() when vfork() isn't available.
John Carr [Sun, 23 Feb 1992 12:21:47 +0000 (12:21 +0000)]
Use fork() when vfork() isn't available.
Use "int" instead of "union wait" on SYSV, AIX, and POSIX.

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

32 years agoAdd new error code: KRB5_KDB_DB_CORRUPT
John Carr [Sun, 23 Feb 1992 12:21:05 +0000 (12:21 +0000)]
Add new error code: KRB5_KDB_DB_CORRUPT

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

32 years agoInstall header files
John Carr [Sun, 23 Feb 1992 12:20:45 +0000 (12:20 +0000)]
Install header files

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

32 years ago<sys/errno.h> -> <errno.h>
John Carr [Sun, 23 Feb 1992 12:20:06 +0000 (12:20 +0000)]
<sys/errno.h> -> <errno.h>

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

32 years agoAIX 3.1 support: work around include file bug; include <sys/access.h>
John Carr [Sun, 23 Feb 1992 12:19:28 +0000 (12:19 +0000)]
AIX 3.1 support: work around include file bug; include <sys/access.h>

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

32 years agoAlways include <krb5/sysincl.h>
John Carr [Sun, 23 Feb 1992 12:18:58 +0000 (12:18 +0000)]
Always include <krb5/sysincl.h>

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

32 years agoUse connect() and send() instead of sendto() for better
John Carr [Sun, 23 Feb 1992 12:18:19 +0000 (12:18 +0000)]
Use connect() and send() instead of sendto() for better
error detection.

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

32 years agosizeof (int) -> 4 bytes, because this is supposed to be a portable
John Carr [Sun, 23 Feb 1992 12:17:37 +0000 (12:17 +0000)]
sizeof (int) -> 4 bytes, because this is supposed to be a portable
binary representation.
Fix bug in writing length.

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

32 years agosizeof(int) -> 4 bytes, because this is intended to be a portable
John Carr [Sun, 23 Feb 1992 12:16:09 +0000 (12:16 +0000)]
sizeof(int) -> 4 bytes, because this is intended to be a portable
binary representation.

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

32 years agoMake use of ANSI stdio configurable
John Carr [Sun, 23 Feb 1992 12:15:30 +0000 (12:15 +0000)]
Make use of ANSI stdio configurable

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

32 years agoCompare key lengths before comparing key data
John Carr [Sun, 23 Feb 1992 12:15:07 +0000 (12:15 +0000)]
Compare key lengths before comparing key data

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

32 years agoMajor rewrite for a more portable data format
John Carr [Sun, 23 Feb 1992 12:13:59 +0000 (12:13 +0000)]
Major rewrite for a more portable data format

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

32 years agoRemove inappropriate __STDC__ test
John Carr [Sun, 23 Feb 1992 12:12:50 +0000 (12:12 +0000)]
Remove inappropriate __STDC__ test

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

32 years ago"realms" argument is not const
John Carr [Sun, 23 Feb 1992 12:12:09 +0000 (12:12 +0000)]
"realms" argument is not const

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

32 years agoFix arg to krb5_finish_random_key()
John Carr [Sun, 23 Feb 1992 12:11:44 +0000 (12:11 +0000)]
Fix arg to krb5_finish_random_key()

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

32 years agoMake use of "const", "volatile", "void", and ANSI stdio configurable
John Carr [Sun, 23 Feb 1992 12:10:21 +0000 (12:10 +0000)]
Make use of "const", "volatile", "void", and ANSI stdio configurable

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

32 years agoFix arg type for decoder_func
John Carr [Sun, 23 Feb 1992 12:09:57 +0000 (12:09 +0000)]
Fix arg type for decoder_func

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

32 years agoinstall header files
John Carr [Sun, 23 Feb 1992 12:09:23 +0000 (12:09 +0000)]
install header files

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

32 years agoMake use of "const" and "volatile" configurable
John Carr [Sun, 23 Feb 1992 12:08:44 +0000 (12:08 +0000)]
Make use of "const" and "volatile" configurable

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

32 years agoNew MIT copyright notice
John Carr [Sun, 23 Feb 1992 12:08:20 +0000 (12:08 +0000)]
New MIT copyright notice

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

32 years agoAlways include <sys/file.h>; on AIX or SYSV include <fcntl.h> too
John Carr [Sun, 23 Feb 1992 12:07:27 +0000 (12:07 +0000)]
Always include <sys/file.h>; on AIX or SYSV include <fcntl.h> too

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

32 years agoChange include path from "error_tables/foo" to <krb5/foo>
John Carr [Sun, 23 Feb 1992 12:06:45 +0000 (12:06 +0000)]
Change include path from "error_tables/foo" to <krb5/foo>

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

32 years agoDeclare krb5_free_realm_tree()
John Carr [Sun, 23 Feb 1992 12:06:25 +0000 (12:06 +0000)]
Declare krb5_free_realm_tree()

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

32 years agoChange include path from "asn.1/foo" to <krb5/asn.1/foo>
John Carr [Sun, 23 Feb 1992 12:05:47 +0000 (12:05 +0000)]
Change include path from "asn.1/foo" to <krb5/asn.1/foo>

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

32 years agoSet umask to 077 on entry so that output files created with stdio
John Carr [Sun, 23 Feb 1992 12:04:58 +0000 (12:04 +0000)]
Set umask to 077 on entry so that output files created with stdio
will not be world-readable.

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

32 years agoImprove error checking
John Carr [Sun, 23 Feb 1992 12:04:11 +0000 (12:04 +0000)]
Improve error checking

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

32 years agoDocument -t, -K, and -v options
John Carr [Sun, 23 Feb 1992 12:03:36 +0000 (12:03 +0000)]
Document -t, -K, and -v options

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

32 years agoAdd krb5_dbm_db_open_database() and
John Carr [Sun, 23 Feb 1992 11:52:23 +0000 (11:52 +0000)]
Add krb5_dbm_db_open_database() and
krb5_dbm_db_close_database().

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

32 years agoAdd option '-t' to make a temporary database and rename it into place.
John Carr [Sun, 23 Feb 1992 11:50:36 +0000 (11:50 +0000)]
Add option '-t' to make a temporary database and rename it into place.
Call krb5_dbm_open_database() to avoid overhead of multiple calls
to dbm_open().
Improve error detection.

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

32 years agoAdd two functions: krb5_dbm_db_open_database() and
John Carr [Sun, 23 Feb 1992 11:48:31 +0000 (11:48 +0000)]
Add two functions: krb5_dbm_db_open_database() and
krb5_dbm_db_close_database() to keep the file open
over multiple calls to put_principal().
Replace stat(), open() with open(), fstat().

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

32 years agoUse vfork only on BSD systems, and union wait only on BSD systems
John Carr [Tue, 11 Feb 1992 03:19:24 +0000 (03:19 +0000)]
Use vfork only on BSD systems, and union wait only on BSD systems
prior to 4.3 Reno.

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

32 years agoAdd debugging, fix printf calls
John Carr [Tue, 11 Feb 1992 03:12:06 +0000 (03:12 +0000)]
Add debugging, fix printf calls

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

32 years agoInclude <krb5/sysincl.h> and <netinet/in.h>. The former is needed
John Carr [Tue, 11 Feb 1992 03:00:01 +0000 (03:00 +0000)]
Include <krb5/sysincl.h> and <netinet/in.h>.  The former is needed
for proper time includes on AIX; the latter makes sure that a
definition of ntohl is available.

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

32 years agoAdd -v option for verbose output.
John Carr [Tue, 11 Feb 1992 02:48:07 +0000 (02:48 +0000)]
Add -v option for verbose output.
Default to using stored master key (instead of requiring operator
input).
Correct error detection on input.
Use memcpy instead of bcopy.

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

32 years agoImprove install configuration.
John Carr [Mon, 13 Jan 1992 14:37:58 +0000 (14:37 +0000)]
Improve install configuration.
Use -L/usr/athena/lib and -I/usr/athena/include.

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

32 years agopepsy 7.0 needs -C to work with Kerberos
John Carr [Mon, 13 Jan 1992 14:36:10 +0000 (14:36 +0000)]
pepsy 7.0 needs -C to work with Kerberos
Add new variables to set level of ANSI C support.
Add install configuration options.

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

32 years agoNew variables to describe level of ANSI C support
John Carr [Mon, 13 Jan 1992 14:34:03 +0000 (14:34 +0000)]
New variables to describe level of ANSI C support

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

32 years agoFixes from pato@apollo.com:
John Carr [Fri, 20 Dec 1991 08:29:33 +0000 (08:29 +0000)]
Fixes from pato@apollo.com:
1. allow extra whitespace in file
2. fix comparison of realm names to avoid prefix matches
3. reduce calls to realloc()

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

32 years agoDeclare convtime() static.
John Carr [Fri, 6 Dec 1991 14:09:30 +0000 (14:09 +0000)]
Declare convtime() static.
Print "password incorrect" if the password is incorrect.

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

32 years agoStore the length field of the encrypted key in network byte order
John Carr [Fri, 6 Dec 1991 13:18:16 +0000 (13:18 +0000)]
Store the length field of the encrypted key in network byte order

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

33 years agoAdded backslash before colon in the PepsyTarget() rule to stop imake on
Theodore Tso [Wed, 2 Oct 1991 17:38:42 +0000 (17:38 +0000)]
Added backslash before colon in the PepsyTarget() rule to stop imake on
Sun's from screwing up.

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

33 years agoIntegrate changes from James Bottomley at UK to make this work on
Theodore Tso [Wed, 2 Oct 1991 17:32:16 +0000 (17:32 +0000)]
Integrate changes from James Bottomley at UK to make this work on
Sun's.

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

33 years agoIntegrated Bill Sommerfeld's kinit lifetime parsing changes
Theodore Tso [Wed, 2 Oct 1991 17:23:55 +0000 (17:23 +0000)]
Integrated Bill Sommerfeld's kinit lifetime parsing changes

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

33 years agoApplied patch from Bill Sommerfeld at Apollo
Theodore Tso [Thu, 29 Aug 1991 17:45:49 +0000 (17:45 +0000)]
Applied patch from Bill Sommerfeld at Apollo

The following patch to klist.c (relative to the beta-1 release)
improves the output formatting a bit.

a) Expired tickets (relative to the local clock) are reported as
EXPIRED, in large unfriendly letters.

b) Timestamp printing is collected into one procedure (better
modularity)

c) if the client name is the same as the default name, it's not
printed.

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

33 years agoFixed spelling mistakes
Theodore Tso [Tue, 20 Aug 1991 19:18:43 +0000 (19:18 +0000)]
Fixed spelling mistakes

Change to avoid fscanf() into a character array; make it go into a temporary
variable first, and then copy it in, character by character.

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

33 years agochange first arg of krb5_get_server_rcache to a krb5_data *
John Kohl [Fri, 19 Jul 1991 16:55:44 +0000 (16:55 +0000)]
change first arg of krb5_get_server_rcache to a krb5_data *

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

33 years agomake input a krb5_data rather than null-term string
John Kohl [Fri, 19 Jul 1991 16:53:13 +0000 (16:53 +0000)]
make input a krb5_data rather than null-term string

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

33 years agoupdate krb5_get_server_rcache
John Kohl [Fri, 19 Jul 1991 16:47:57 +0000 (16:47 +0000)]
update krb5_get_server_rcache

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

33 years agoAdded more robustness to the PepsyTarget rule
Theodore Tso [Mon, 1 Jul 1991 16:27:02 +0000 (16:27 +0000)]
Added more robustness to the PepsyTarget rule

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

33 years agoMade PepsyTarget() rule more robust by allowing basename-types.h to
Theodore Tso [Sat, 29 Jun 1991 17:27:16 +0000 (17:27 +0000)]
Made PepsyTarget() rule more robust by allowing basename-types.h to
be created even if basename_tables.c already exists.

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

33 years agosome more subtle changes for ODBM/non-ODBM changes to make the master
John Kohl [Fri, 14 Jun 1991 15:47:49 +0000 (15:47 +0000)]
some more subtle changes for ODBM/non-ODBM changes to make the master
key comparison work properly.

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

33 years agoadd code to read v4 database dumps
John Kohl [Fri, 14 Jun 1991 15:24:43 +0000 (15:24 +0000)]
add code to read v4 database dumps

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

33 years agodescribe -f option
John Kohl [Fri, 14 Jun 1991 15:23:52 +0000 (15:23 +0000)]
describe -f option

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

33 years agoconvert can now handle non-NDBM sites
John Kohl [Fri, 14 Jun 1991 15:22:58 +0000 (15:22 +0000)]
convert can now handle non-NDBM sites

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

33 years agowith POSIX locks, we gotta have the file open for write if we want to flock
John Kohl [Fri, 14 Jun 1991 15:21:49 +0000 (15:21 +0000)]
with POSIX locks, we gotta have the file open for write if we want to flock

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

33 years agoadd KRB5_KDB_CANTLOCK_DB
John Kohl [Fri, 14 Jun 1991 15:13:38 +0000 (15:13 +0000)]
add KRB5_KDB_CANTLOCK_DB

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

33 years agoadd convert to list, with NDBM magic
John Kohl [Fri, 14 Jun 1991 11:42:29 +0000 (11:42 +0000)]
add convert to list, with NDBM magic

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

33 years agoInitial revision
John Kohl [Fri, 14 Jun 1991 11:38:29 +0000 (11:38 +0000)]
Initial revision

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

33 years ago*** empty log message ***
John Kohl [Fri, 14 Jun 1991 11:28:58 +0000 (11:28 +0000)]
*** empty log message ***

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

33 years agochange kdb to kdb5
John Kohl [Fri, 14 Jun 1991 08:52:24 +0000 (08:52 +0000)]
change kdb to kdb5

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

33 years agochange "TGS" to "KDC"
John Kohl [Thu, 13 Jun 1991 14:14:59 +0000 (14:14 +0000)]
change "TGS" to "KDC"

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

33 years agothere's a better way to make these "must be the same" items; define a
John Kohl [Thu, 13 Jun 1991 14:09:59 +0000 (14:09 +0000)]
there's a better way to make these "must be the same" items; define a
sub-type, tag that for each one, and it all works.  The on-the-wire
encoding is the same whether the tag is in-line with the sequence or
attached to the pointer, and the ISODE code turns out to work the same
anyway.

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

33 years agoremove files no longer needed with some updated ASN.1 frobbery
John Kohl [Thu, 13 Jun 1991 14:01:43 +0000 (14:01 +0000)]
remove files no longer needed with some updated ASN.1 frobbery

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

33 years agoupdates for cleaned-up ASN.1 on a few items
John Kohl [Thu, 13 Jun 1991 13:59:39 +0000 (13:59 +0000)]
updates for cleaned-up ASN.1 on a few items

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

33 years agoUse $(STDC_TOP_INCLUDES) to identify the include directory
Theodore Tso [Fri, 7 Jun 1991 15:59:56 +0000 (15:59 +0000)]
Use $(STDC_TOP_INCLUDES) to identify the include directory

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

33 years agoremove TELECOM, SMS_TEST
John Kohl [Fri, 7 Jun 1991 15:57:46 +0000 (15:57 +0000)]
remove TELECOM, SMS_TEST

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

33 years agoremove DODO
John Kohl [Fri, 7 Jun 1991 15:57:19 +0000 (15:57 +0000)]
remove DODO

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

33 years agoadd copyright notice
John Kohl [Fri, 7 Jun 1991 15:56:12 +0000 (15:56 +0000)]
add copyright notice

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

33 years agofix up notice about code ownership
John Kohl [Fri, 7 Jun 1991 15:53:35 +0000 (15:53 +0000)]
fix up notice about code ownership

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

33 years agominor adjustments for des library screw-case
John Kohl [Fri, 7 Jun 1991 11:38:44 +0000 (11:38 +0000)]
minor adjustments for des library screw-case

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

33 years agoFor release, optimize by default.
John Carr [Thu, 6 Jun 1991 23:56:57 +0000 (23:56 +0000)]
For release, optimize by default.
RT and VAX use -I$(TOP)/include/stdc-incl

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

33 years agoDelete some rules only used by X
John Carr [Thu, 6 Jun 1991 23:55:31 +0000 (23:55 +0000)]
Delete some rules only used by X

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

33 years ago-los isn't needed
John Carr [Thu, 6 Jun 1991 23:53:15 +0000 (23:53 +0000)]
-los isn't needed

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

33 years agoAIX has strdup and vfprintf
John Carr [Thu, 6 Jun 1991 23:52:39 +0000 (23:52 +0000)]
AIX has strdup and vfprintf

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

33 years agoUse ":", not "/bin/true" for ranlib on SYSV
John Carr [Thu, 6 Jun 1991 23:52:08 +0000 (23:52 +0000)]
Use ":", not "/bin/true" for ranlib on SYSV

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

33 years agoOtherdirLibraryTarget doesn't supply depend:: target
John Carr [Thu, 6 Jun 1991 23:51:40 +0000 (23:51 +0000)]
OtherdirLibraryTarget doesn't supply depend:: target

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

33 years agoInstall localaddr.o, ustime.o, and rnd_confoun.o into -ldes5.
John Carr [Thu, 6 Jun 1991 20:51:51 +0000 (20:51 +0000)]
Install localaddr.o, ustime.o, and rnd_confoun.o into -ldes5.
Install all .o files into -lkrb5.
Add copyright notice to prevent this file from falling into
the hands of the Russians.

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

33 years agoUpdate copyright notice
John Kohl [Thu, 6 Jun 1991 10:09:56 +0000 (10:09 +0000)]
Update copyright notice

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

33 years agoUpdate coypright notice
John Kohl [Thu, 6 Jun 1991 09:56:50 +0000 (09:56 +0000)]
Update coypright notice

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

33 years agoadd copyright notice
John Kohl [Thu, 6 Jun 1991 09:55:36 +0000 (09:55 +0000)]
add copyright notice

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

33 years agoupdating to use confounder as per RFC
John Kohl [Wed, 5 Jun 1991 14:45:26 +0000 (14:45 +0000)]
updating to use confounder as per RFC

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

33 years agowhoops, need to use srand() for STDC, not srandom()
John Kohl [Wed, 5 Jun 1991 13:35:06 +0000 (13:35 +0000)]
whoops, need to use srand() for STDC, not srandom()

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

33 years agokrb5_mk_req_extended no longer uses the "krb5_ticket_times times;"
Theodore Tso [Tue, 4 Jun 1991 15:32:48 +0000 (15:32 +0000)]
krb5_mk_req_extended no longer uses the "krb5_ticket_times times;"
argument.

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

33 years agoUpdated for BETA_1
Theodore Tso [Tue, 4 Jun 1991 13:32:45 +0000 (13:32 +0000)]
Updated for BETA_1

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

33 years agoChecking jfc's change for the Beta release
Theodore Tso [Tue, 4 Jun 1991 13:25:29 +0000 (13:25 +0000)]
Checking jfc's change for the Beta release

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

33 years ago*** empty log message ***
Theodore Tso [Tue, 4 Jun 1991 13:23:22 +0000 (13:23 +0000)]
*** empty log message ***

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

33 years agoMisc. fixes
Theodore Tso [Tue, 4 Jun 1991 13:20:10 +0000 (13:20 +0000)]
Misc. fixes

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

33 years agosetquota takes two const char * arguments
Theodore Tso [Mon, 3 Jun 1991 20:26:29 +0000 (20:26 +0000)]
setquota takes two const char * arguments

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

33 years agoLink option -T0x400000 on AIX PS/2
John Carr [Mon, 3 Jun 1991 17:03:05 +0000 (17:03 +0000)]
Link option -T0x400000 on AIX PS/2

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

33 years agoPS/2 needs narrow prototypes
John Carr [Mon, 3 Jun 1991 17:02:36 +0000 (17:02 +0000)]
PS/2 needs narrow prototypes

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

33 years agoDelete times argument to mk_req_extended
John Carr [Mon, 3 Jun 1991 16:58:19 +0000 (16:58 +0000)]
Delete times argument to mk_req_extended

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

33 years agoAdd null target for includes
John Carr [Mon, 3 Jun 1991 16:57:33 +0000 (16:57 +0000)]
Add null target for includes

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

33 years ago-ldes5 may need to have ranlib run
John Carr [Mon, 3 Jun 1991 16:56:18 +0000 (16:56 +0000)]
-ldes5 may need to have ranlib run

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

33 years agocheck in lots of differences grown over the past year
John Kohl [Mon, 3 Jun 1991 16:53:10 +0000 (16:53 +0000)]
check in lots of differences grown over the past year

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

33 years agoInclude crc-32 in des library
John Carr [Mon, 3 Jun 1991 16:22:18 +0000 (16:22 +0000)]
Include crc-32 in des library

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

33 years agoInclude md4 in des library
John Carr [Mon, 3 Jun 1991 16:22:01 +0000 (16:22 +0000)]
Include md4 in des library

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