krb5.git
31 years agoRenamed read_password.c -> read_passwd.c, and string_to_key.c to
Theodore Tso [Fri, 26 Feb 1993 20:36:37 +0000 (20:36 +0000)]
Renamed read_password.c -> read_passwd.c, and string_to_key.c to
str_to_key.c, to avoid 14 char length problems.

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

31 years agoRenamed copy_checksum.c to copy_cksum.c, to avoid 14 char length problems
Theodore Tso [Fri, 26 Feb 1993 20:36:15 +0000 (20:36 +0000)]
Renamed copy_checksum.c to copy_cksum.c, to avoid 14 char length problems

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

31 years agoAdded include for <errno.h>
Theodore Tso [Fri, 26 Feb 1993 20:34:20 +0000 (20:34 +0000)]
Added include for <errno.h>
Backup definition for MAXPATHLEN

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

31 years agoFixed locking #includes
Theodore Tso [Fri, 26 Feb 1993 20:31:08 +0000 (20:31 +0000)]
Fixed locking #includes
Changed name for default KDB file name
Changed format of KDB to have a version number, for compatibility
in the future (and yet still be compatible for this change).
Fixed typo in alternative salt encoding code.

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

31 years agoAdded missing osconf.h include
Theodore Tso [Fri, 26 Feb 1993 00:13:47 +0000 (00:13 +0000)]
Added missing osconf.h include

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

31 years agoChange DEFAULT_DBM_FILE -> DEFAULT_KDB_FILE (latter is defined in osconf.h)
Theodore Tso [Fri, 26 Feb 1993 00:06:48 +0000 (00:06 +0000)]
Change DEFAULT_DBM_FILE -> DEFAULT_KDB_FILE (latter is defined in osconf.h)

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

31 years agoAdded fix to avoid the malloc(0) problem
Theodore Tso [Tue, 23 Feb 1993 14:19:33 +0000 (14:19 +0000)]
Added fix to avoid the malloc(0) problem

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

31 years agoAdded #define for errno.h
Theodore Tso [Tue, 23 Feb 1993 00:56:31 +0000 (00:56 +0000)]
Added #define for errno.h

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

31 years agoAdded include for errno.h
Theodore Tso [Tue, 23 Feb 1993 00:55:50 +0000 (00:55 +0000)]
Added include for errno.h

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

31 years agoAdded include for errno.h; check for length = 0 before allocating: for
Theodore Tso [Tue, 23 Feb 1993 00:54:21 +0000 (00:54 +0000)]
Added include for errno.h; check for length = 0 before allocating: for
malloc()'s where malloc(0) can return 0.

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

31 years agoAdded define for <errno.h>
Theodore Tso [Tue, 23 Feb 1993 00:48:38 +0000 (00:48 +0000)]
Added define for <errno.h>

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

31 years agoPortability changes for unicos and sysvimp
Theodore Tso [Tue, 23 Feb 1993 00:47:49 +0000 (00:47 +0000)]
Portability changes for unicos and sysvimp

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

31 years agoAdded include for errno.h; added support for fchmod()
Theodore Tso [Tue, 23 Feb 1993 00:45:00 +0000 (00:45 +0000)]
Added include for errno.h; added support for fchmod()

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

31 years agoAdded include for errno.h; added support for systems w/o fchmod()
Theodore Tso [Tue, 23 Feb 1993 00:42:40 +0000 (00:42 +0000)]
Added include for errno.h; added support for systems w/o fchmod()

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

31 years agoAdded include for errno.h
Theodore Tso [Tue, 23 Feb 1993 00:37:26 +0000 (00:37 +0000)]
Added include for errno.h

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

31 years agoRemove silly call to V4 string_to_key. get_in_tkt does the right
Theodore Tso [Sat, 20 Feb 1993 00:58:46 +0000 (00:58 +0000)]
Remove silly call to V4 string_to_key.  get_in_tkt does the right
thing automatically.

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

31 years agoRemove dependency on V4 kerberos library --- shouldn't need it
Theodore Tso [Sat, 20 Feb 1993 00:58:33 +0000 (00:58 +0000)]
Remove dependency on V4 kerberos library --- shouldn't need it

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

31 years agoReturn sane error message if passwed in argument is NULL
Theodore Tso [Fri, 19 Feb 1993 00:27:13 +0000 (00:27 +0000)]
Return sane error message if passwed in argument is NULL

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

31 years agoSandia bug; return sane error message if passed in argument is NULL
Theodore Tso [Fri, 19 Feb 1993 00:26:30 +0000 (00:26 +0000)]
Sandia bug; return sane error message if passed in argument is NULL

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

31 years agoSandia bug fix. The client address field is optional
Theodore Tso [Fri, 19 Feb 1993 00:23:23 +0000 (00:23 +0000)]
Sandia bug fix.  The client address field is optional

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

31 years agoFix silly bug in kpasswd that caused it to report "out of memory"
Theodore Tso [Mon, 11 Jan 1993 15:14:43 +0000 (15:14 +0000)]
Fix silly bug in kpasswd that caused it to report "out of memory"
every time it is run on some machines.

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

31 years agoAdded declaration for gen_new
Theodore Tso [Mon, 11 Jan 1993 14:24:54 +0000 (14:24 +0000)]
Added declaration for gen_new

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

31 years agoFix logic in fcc_close(); krb5_fcc_close_file() should be called if
Theodore Tso [Wed, 6 Jan 1993 00:31:46 +0000 (00:31 +0000)]
Fix logic in fcc_close(); krb5_fcc_close_file() should be called if
a file is open.  Using MAYBE_CLOSE() was just the wrong thing to use.

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

31 years agoFixed initialization of krb5_scc_data's file member
Theodore Tso [Wed, 6 Jan 1993 00:20:13 +0000 (00:20 +0000)]
Fixed initialization of krb5_scc_data's file member

Free allocated memories on error.

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

31 years agoBugs found in fcc_gennew.c:
Theodore Tso [Wed, 6 Jan 1993 00:10:14 +0000 (00:10 +0000)]
Bugs found in fcc_gennew.c:
    1) krb5_ccache fd not initialized (should be set to -1 to indicate file
        is closed)
    2) Extra close of file during normal execution causes problems in a
        multi-threaded environment and is never necessary (close deleted).
    3) Garbage Collection.  Errors left memory allocated.

From: pato@apollo.com (Joe Pato)
Date: Fri, 27 Sep 91 16:40:40 EDT
To: krb5-bugs@MIT.EDU

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

31 years agoAdd missing SRCS definition necessary for make depend to work
Theodore Tso [Sat, 12 Dec 1992 03:07:41 +0000 (03:07 +0000)]
Add missing SRCS definition necessary for make depend to work

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

31 years agoDeclare environ to be an extern variable
Theodore Tso [Tue, 10 Nov 1992 14:41:01 +0000 (14:41 +0000)]
Declare environ to be an extern variable

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

32 years agoChange to reflect Beta 2 distribution
Theodore Tso [Wed, 30 Sep 1992 14:36:27 +0000 (14:36 +0000)]
Change to reflect Beta 2 distribution

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

32 years agoKRB5_PADATA_ENC_RANDOM --> KRB5_PADATA_ENC_TIMESTAMP
Theodore Tso [Wed, 30 Sep 1992 14:33:37 +0000 (14:33 +0000)]
KRB5_PADATA_ENC_RANDOM --> KRB5_PADATA_ENC_TIMESTAMP

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

32 years ago KRB5_PADATA_ENC_RANDOM --> KRB5_PADATA_ENC_TIMESTAMP
Theodore Tso [Wed, 30 Sep 1992 14:33:06 +0000 (14:33 +0000)]
 KRB5_PADATA_ENC_RANDOM --> KRB5_PADATA_ENC_TIMESTAMP

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

32 years agoNew dump version that includes the alternate key, alternate salt,
Theodore Tso [Wed, 30 Sep 1992 14:31:36 +0000 (14:31 +0000)]
New dump version that includes the alternate key, alternate salt,
as well as extra expansion fields.

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

32 years ago*** empty log message ***
Theodore Tso [Wed, 30 Sep 1992 14:29:59 +0000 (14:29 +0000)]
*** empty log message ***

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

32 years agoChanges to support VAX9000 cross compiling
Theodore Tso [Wed, 30 Sep 1992 14:23:56 +0000 (14:23 +0000)]
Changes to support VAX9000 cross compiling
Also change so that debugging information is there by default, and that
cc is used instead of GCC (for saber debugging)

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

32 years agoFixed name of acl file, removed unecessary define
Theodore Tso [Wed, 30 Sep 1992 14:17:46 +0000 (14:17 +0000)]
Fixed name of acl file, removed unecessary define

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

32 years agoAdded make depend target
Theodore Tso [Wed, 30 Sep 1992 14:11:12 +0000 (14:11 +0000)]
Added make depend target

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

32 years agoChange to use default principal from the cache if it exists.
Theodore Tso [Wed, 30 Sep 1992 14:09:54 +0000 (14:09 +0000)]
Change to use default principal from the cache if it exists.
Change to use preauthentication.

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

32 years agoFixed prototypes for massive change in kdc_util.c, policy.c, and
Theodore Tso [Wed, 30 Sep 1992 14:08:49 +0000 (14:08 +0000)]
Fixed prototypes for massive change in kdc_util.c, policy.c, and
do_{as,tgs}_req.c

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

32 years agoMassive changes to do_as_req.c, do_tgs_req.c, kdc_util.c, and policy.c
Theodore Tso [Wed, 30 Sep 1992 14:08:14 +0000 (14:08 +0000)]
Massive changes to do_as_req.c, do_tgs_req.c, kdc_util.c, and policy.c
Fixed bug so that renewable/forwardable/proxiable/tickets work on all
tickets, not just the TGS server.  Fixed bug so that proxiable tickets
don't work on TGT tickets.

Revamped structure to make things cleaner, and easier to understand.  Nearly
all of the validation routines have been moved to a validate_as_request
and a validate_tgs_request subroutine in kdc_util.c.

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

32 years ago*** empty log message ***
Theodore Tso [Wed, 30 Sep 1992 14:05:27 +0000 (14:05 +0000)]
*** empty log message ***

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

32 years ago*** empty log message ***
Theodore Tso [Wed, 30 Sep 1992 13:24:49 +0000 (13:24 +0000)]
*** empty log message ***

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

32 years ago(Hopefully final) rearrangement of KDC database structure
Theodore Tso [Tue, 29 Sep 1992 20:26:18 +0000 (20:26 +0000)]
(Hopefully final) rearrangement of KDC database structure

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

32 years agoAdded KRB5_KDB_PWCHANGE_SERVICE
Theodore Tso [Tue, 29 Sep 1992 20:01:47 +0000 (20:01 +0000)]
Added KRB5_KDB_PWCHANGE_SERVICE

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

32 years agoFixed error message texts
Theodore Tso [Tue, 29 Sep 1992 16:50:26 +0000 (16:50 +0000)]
Fixed error message texts

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

32 years agoAdded errors KDC_PREAUTH_FAILED and KDC_SERVER_NOMATCH
Theodore Tso [Tue, 29 Sep 1992 16:49:32 +0000 (16:49 +0000)]
Added errors KDC_PREAUTH_FAILED and KDC_SERVER_NOMATCH

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

32 years ago*** empty log message ***
Theodore Tso [Tue, 29 Sep 1992 14:51:34 +0000 (14:51 +0000)]
*** empty log message ***

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

32 years agoNew optional argument for specifiying which port to use
Theodore Tso [Tue, 29 Sep 1992 14:47:04 +0000 (14:47 +0000)]
New optional argument for specifiying which port to use

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

32 years agoAdded support for preauthentication
Theodore Tso [Tue, 29 Sep 1992 14:43:06 +0000 (14:43 +0000)]
Added support for preauthentication

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

32 years agoFixup RM_CMD vs RM
Theodore Tso [Tue, 29 Sep 1992 14:41:33 +0000 (14:41 +0000)]
Fixup RM_CMD vs RM

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

32 years agoRedone format of klist output
Theodore Tso [Tue, 29 Sep 1992 14:40:05 +0000 (14:40 +0000)]
Redone format of klist output

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

32 years agoAdded include of sys/types.h
Theodore Tso [Tue, 29 Sep 1992 14:39:34 +0000 (14:39 +0000)]
Added include of sys/types.h

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

32 years agoAdded support for alternate key/salt; attempt to use a V4 salttype if
Theodore Tso [Tue, 29 Sep 1992 14:38:48 +0000 (14:38 +0000)]
Added support for alternate key/salt; attempt to use a V4 salttype if
possible.

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

32 years agostruct gss_channel_bindings_desc -> gss_channel_bindings_struct
Theodore Tso [Tue, 29 Sep 1992 14:37:19 +0000 (14:37 +0000)]
struct gss_channel_bindings_desc -> gss_channel_bindings_struct

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

32 years agoFold in ISI changes for asn.1 fixes
Theodore Tso [Tue, 29 Sep 1992 14:35:35 +0000 (14:35 +0000)]
Fold in ISI changes for asn.1 fixes

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

32 years agoFold in ISI changes for asn.1 fixes
Theodore Tso [Tue, 29 Sep 1992 14:17:12 +0000 (14:17 +0000)]
Fold in ISI changes for asn.1 fixes

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

32 years agoAdded two new error messages: KRB5KDC_PREAUTH_FAILED and KRB5KDC_SERVER_NOMATCH
Theodore Tso [Tue, 29 Sep 1992 14:07:18 +0000 (14:07 +0000)]
Added two new error messages: KRB5KDC_PREAUTH_FAILED and KRB5KDC_SERVER_NOMATCH

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

32 years ago*** empty log message ***
Theodore Tso [Tue, 29 Sep 1992 14:04:48 +0000 (14:04 +0000)]
*** empty log message ***

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

32 years agoAdded kadmin error tables
Theodore Tso [Tue, 29 Sep 1992 14:03:57 +0000 (14:03 +0000)]
Added kadmin error tables

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

32 years agoAdded files: f_pwd_data.c and f_pwd_seq.c
Theodore Tso [Tue, 29 Sep 1992 14:03:01 +0000 (14:03 +0000)]
Added files: f_pwd_data.c and f_pwd_seq.c

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

32 years agoTypo fixup
Theodore Tso [Tue, 29 Sep 1992 14:02:17 +0000 (14:02 +0000)]
Typo fixup

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

32 years ago#ifdef cleanup
Theodore Tso [Tue, 29 Sep 1992 14:01:34 +0000 (14:01 +0000)]
#ifdef cleanup

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

32 years agoAdded support for secondary KDC port
Theodore Tso [Tue, 29 Sep 1992 14:00:29 +0000 (14:00 +0000)]
Added support for secondary KDC port

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

32 years agoAdded support for secondary Kerberos port
Theodore Tso [Tue, 29 Sep 1992 13:59:28 +0000 (13:59 +0000)]
Added support for secondary Kerberos port

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

32 years agoChanges to store the alternate key/salt information if present
Theodore Tso [Tue, 29 Sep 1992 13:58:37 +0000 (13:58 +0000)]
Changes to store the alternate key/salt information if present

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

32 years agoNow allows the user to pass in their own custom salt information for the
Theodore Tso [Tue, 29 Sep 1992 13:56:47 +0000 (13:56 +0000)]
Now allows the user to pass in their own custom salt information for the
master key.

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

32 years agoAdd version number to the ktfile structure.
Theodore Tso [Tue, 29 Sep 1992 13:55:24 +0000 (13:55 +0000)]
Add version number to the ktfile structure.
Add new function prototypes.

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

32 years agoFolded in HP's changes to the keytab file format, plus our changes to
Theodore Tso [Tue, 29 Sep 1992 13:54:43 +0000 (13:54 +0000)]
Folded in HP's changes to the keytab file format, plus our changes to
handle the principal type storage.

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

32 years agoAdded support for the ktf_remove function
Theodore Tso [Tue, 29 Sep 1992 13:53:20 +0000 (13:53 +0000)]
Added support for the ktf_remove function

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

32 years agoRemoved needless break statements (was causing Saber to flame)
Theodore Tso [Tue, 29 Sep 1992 13:51:55 +0000 (13:51 +0000)]
Removed needless break statements (was causing Saber to flame)

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

32 years agoRe-indented to improve readability; fixed error handling situation
Theodore Tso [Tue, 29 Sep 1992 13:50:57 +0000 (13:50 +0000)]
Re-indented to improve readability; fixed error handling situation

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

32 years agoChange to alocate krb5_principal correctly.
Theodore Tso [Tue, 29 Sep 1992 13:48:55 +0000 (13:48 +0000)]
Change to alocate krb5_principal correctly.
Added missing error handler

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

32 years agoChange to alocate krb5_principal correctly
Theodore Tso [Tue, 29 Sep 1992 13:48:05 +0000 (13:48 +0000)]
Change to alocate krb5_principal correctly

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

32 years agoAdded check of the receiver's address (if present)
Theodore Tso [Tue, 29 Sep 1992 13:47:04 +0000 (13:47 +0000)]
Added check of the receiver's address (if present)

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

32 years agoChanges to support new calling sequence for get_in_tkt (preauthentication
Theodore Tso [Tue, 29 Sep 1992 13:45:39 +0000 (13:45 +0000)]
Changes to support new calling sequence for get_in_tkt (preauthentication
and KDC reply changes)

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

32 years agoChanges to support preauthentication, and return of KDC's reply packet
Theodore Tso [Tue, 29 Sep 1992 13:44:04 +0000 (13:44 +0000)]
Changes to support preauthentication, and return of KDC's reply packet

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

32 years agoFix SRCS lines so that the files mentioned are really the source files
Theodore Tso [Mon, 28 Sep 1992 22:36:47 +0000 (22:36 +0000)]
Fix SRCS lines so that the files mentioned are really the source files

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

32 years agoFix bug where util.o was mentioned as a source file
Theodore Tso [Mon, 28 Sep 1992 22:35:33 +0000 (22:35 +0000)]
Fix bug where util.o was mentioned as a source file

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

32 years agoMinor type changes.
John Carr [Fri, 25 Sep 1992 03:10:55 +0000 (03:10 +0000)]
Minor type changes.
Set SO_REUSEADDR.

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

32 years agoPrincipal type changes
John Carr [Fri, 25 Sep 1992 03:09:52 +0000 (03:09 +0000)]
Principal type changes

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

32 years agoChanges for separate source and build directories
John Carr [Fri, 25 Sep 1992 03:09:09 +0000 (03:09 +0000)]
Changes for separate source and build directories

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

32 years agoMerge subdirectories
John Carr [Fri, 25 Sep 1992 03:06:56 +0000 (03:06 +0000)]
Merge subdirectories

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

32 years agoChanges for separate source and binary directories.
John Carr [Fri, 25 Sep 1992 03:06:00 +0000 (03:06 +0000)]
Changes for separate source and binary directories.
MIT configuration options.

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

32 years agoPrincipal type changes
John Carr [Fri, 25 Sep 1992 03:04:27 +0000 (03:04 +0000)]
Principal type changes

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

32 years agoChanges for separate source and binary directories.
John Carr [Fri, 25 Sep 1992 03:03:10 +0000 (03:03 +0000)]
Changes for separate source and binary directories.
Library reorganization.

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

32 years agoAdded kpasswd directory
Theodore Tso [Thu, 24 Sep 1992 23:43:08 +0000 (23:43 +0000)]
Added kpasswd directory

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

32 years agoChanged to use an ACL file to determine who is allowed to download new
Theodore Tso [Thu, 24 Sep 1992 23:34:56 +0000 (23:34 +0000)]
Changed to use an ACL file to determine who is allowed to download new
Kerberos distribution files.

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

32 years agoChanged service name from rcmd to host. Changed to reflect new
Theodore Tso [Thu, 24 Sep 1992 23:33:06 +0000 (23:33 +0000)]
Changed service name from rcmd to host.  Changed to reflect new
get_in_tkt calling sequence.

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

32 years agoChanged Kerberos service name to "host". Also define the acl for the
Theodore Tso [Thu, 24 Sep 1992 23:32:05 +0000 (23:32 +0000)]
Changed Kerberos service name to "host".  Also define the acl for the
Kerberos V5 ACL.

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

32 years agoChanged installation directory of file to be the sbin directory
Theodore Tso [Thu, 24 Sep 1992 23:31:06 +0000 (23:31 +0000)]
Changed installation directory of file to be the sbin directory

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

32 years agohcc really has void signal returns!
Theodore Tso [Thu, 24 Sep 1992 23:29:32 +0000 (23:29 +0000)]
hcc really has void signal returns!

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

32 years agoRemoved some saber lint flames
Theodore Tso [Thu, 24 Sep 1992 23:27:43 +0000 (23:27 +0000)]
Removed some saber lint flames

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

32 years agoMade the conversion process more flexible by allowing making the realm
Theodore Tso [Thu, 24 Sep 1992 23:23:25 +0000 (23:23 +0000)]
Made the conversion process more flexible by allowing making the realm
conversion optional on a per-service basis.

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

32 years agoModified to initialize the krb5 principal type information. Also modified
Theodore Tso [Thu, 24 Sep 1992 23:22:13 +0000 (23:22 +0000)]
Modified to initialize the krb5 principal type information.  Also modified
to zero terminate the principal strings.

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

32 years agoAdded the preauth.c file
Theodore Tso [Thu, 24 Sep 1992 23:21:43 +0000 (23:21 +0000)]
Added the preauth.c file

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

32 years agoAdded define's for the secondary KDC portname
Theodore Tso [Thu, 24 Sep 1992 23:20:23 +0000 (23:20 +0000)]
Added define's for the secondary KDC portname

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

32 years agoAdded sample (un)defines for KRBCONF_VAGUE_ERRORS and
Theodore Tso [Thu, 24 Sep 1992 23:19:55 +0000 (23:19 +0000)]
Added sample (un)defines for KRBCONF_VAGUE_ERRORS and
KRBCONF_KDC_MODIFIES_KDB

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

32 years agoSandia changes to support password generation
Theodore Tso [Thu, 24 Sep 1992 23:16:14 +0000 (23:16 +0000)]
Sandia changes to support password generation

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

32 years agoAdded sandia routines for supporting machine picked passwords
Theodore Tso [Thu, 24 Sep 1992 23:14:57 +0000 (23:14 +0000)]
Added sandia routines for supporting machine picked passwords

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

32 years agoAdded preauthentication data types: ENCKEY, RANDOM, and SECUREID
Theodore Tso [Thu, 24 Sep 1992 23:13:31 +0000 (23:13 +0000)]
Added preauthentication data types: ENCKEY, RANDOM, and SECUREID

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

32 years agoAdded Sandia changes; password phrase changes, and FD_SET macros
Theodore Tso [Thu, 24 Sep 1992 23:12:55 +0000 (23:12 +0000)]
Added Sandia changes; password phrase changes, and FD_SET macros

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

32 years agoAdded the KDB_DISALLOW_SVR flag
Theodore Tso [Thu, 24 Sep 1992 23:11:44 +0000 (23:11 +0000)]
Added the KDB_DISALLOW_SVR flag

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