krb5.git
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

33 years agoELOOP is like ENOENT
John Carr [Mon, 3 Jun 1991 16:21:26 +0000 (16:21 +0000)]
ELOOP is like ENOENT

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

33 years ago-ldes5 is now built in .
John Carr [Mon, 3 Jun 1991 16:20:43 +0000 (16:20 +0000)]
-ldes5 is now built in .

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

33 years ago*** empty log message ***
Theodore Tso [Mon, 3 Jun 1991 15:59:54 +0000 (15:59 +0000)]
*** empty log message ***

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

33 years agoDeclare abs and bcmp for RT.
John Carr [Mon, 3 Jun 1991 12:51:12 +0000 (12:51 +0000)]
Declare abs and bcmp for RT.
Use compiler builtin abs.

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

33 years agomax and min are declared in kdc_util.h
John Carr [Mon, 3 Jun 1991 12:39:52 +0000 (12:39 +0000)]
max and min are declared in kdc_util.h

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

33 years agoAvoid needless trigraph
Theodore Tso [Fri, 31 May 1991 14:53:29 +0000 (14:53 +0000)]
Avoid needless trigraph

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

33 years agoInitial revision
Theodore Tso [Thu, 30 May 1991 18:10:30 +0000 (18:10 +0000)]
Initial revision

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

33 years agoAdded null definitions for STDARG_P
Theodore Tso [Thu, 30 May 1991 15:58:22 +0000 (15:58 +0000)]
Added null definitions for STDARG_P

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

33 years agoFixed recvauth.o and sendauth.o in SRCS to be .c files
Theodore Tso [Thu, 30 May 1991 15:52:35 +0000 (15:52 +0000)]
Fixed recvauth.o and sendauth.o in SRCS to be .c files

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

33 years agoArg 1 to krb5_{read_write}_message is a krb5_pointer
John Carr [Wed, 29 May 1991 23:11:43 +0000 (23:11 +0000)]
Arg 1 to krb5_{read_write}_message is a krb5_pointer

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

33 years agoUse fcntl(F_SETLK) if POSIX_FILE_LOCKS is defined
John Carr [Wed, 29 May 1991 22:27:40 +0000 (22:27 +0000)]
Use fcntl(F_SETLK) if POSIX_FILE_LOCKS is defined

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

33 years agoUse stdarg if STDARG_PROTOTYPES is defined.
John Carr [Wed, 29 May 1991 21:59:02 +0000 (21:59 +0000)]
Use stdarg if STDARG_PROTOTYPES is defined.
Include <stdlib.h> if HAS_STDLIB.

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

33 years agoUse stdarg if the .cf file defines UseStdarg
John Carr [Wed, 29 May 1991 20:14:00 +0000 (20:14 +0000)]
Use stdarg if the .cf file defines UseStdarg

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

33 years agoNeed <krb5/config.h> to get STDARG_PROTOTYPES define
John Carr [Wed, 29 May 1991 20:13:18 +0000 (20:13 +0000)]
Need <krb5/config.h> to get STDARG_PROTOTYPES define

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

33 years agoDelete times argument to mk_req_extended
John Carr [Wed, 29 May 1991 07:09:25 +0000 (07:09 +0000)]
Delete times argument to mk_req_extended

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

33 years agoUse stdarg if the .cf file defines UseStdarg
John Carr [Wed, 29 May 1991 07:08:33 +0000 (07:08 +0000)]
Use stdarg if the .cf file defines UseStdarg

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

33 years agoForce use of ANSI stdarg if .cf file defines UseStdarg
John Carr [Wed, 29 May 1991 07:02:16 +0000 (07:02 +0000)]
Force use of ANSI stdarg if .cf file defines UseStdarg

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

33 years agoDon't include mit-copyright.h
John Carr [Wed, 29 May 1991 07:01:00 +0000 (07:01 +0000)]
Don't include mit-copyright.h

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

33 years agoPS/2 support
John Carr [Tue, 28 May 1991 16:12:57 +0000 (16:12 +0000)]
PS/2 support

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

33 years ago#error -> ??=error so as not to confuse old cpps
John Carr [Mon, 27 May 1991 22:57:56 +0000 (22:57 +0000)]
#error -> ??=error so as not to confuse old cpps

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