krb5.git
32 years agoMake name of DES library configurable
John Carr [Fri, 21 Aug 1992 02:59:25 +0000 (02:59 +0000)]
Make name of DES library configurable

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

32 years agoChanges for separate source and binary directories
John Carr [Fri, 21 Aug 1992 02:58:57 +0000 (02:58 +0000)]
Changes for separate source and binary directories

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

32 years agoPrincipal type changes
John Carr [Fri, 21 Aug 1992 02:57:41 +0000 (02:57 +0000)]
Principal type changes

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

32 years agoCall krb5_build_principal_ext instead of constructing a principal structure
John Carr [Fri, 21 Aug 1992 02:55:12 +0000 (02:55 +0000)]
Call krb5_build_principal_ext instead of constructing a principal structure

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

32 years agoDon't depend on behavior of malloc(0)
John Carr [Fri, 21 Aug 1992 02:53:29 +0000 (02:53 +0000)]
Don't depend on behavior of malloc(0)

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

32 years agoAdd function krb5_append_addresses, to concatenate two address lists
John Carr [Fri, 21 Aug 1992 02:51:53 +0000 (02:51 +0000)]
Add function krb5_append_addresses, to concatenate two address lists

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

32 years agoPass extra argument to krb5_walk_realm_tree.
John Carr [Fri, 21 Aug 1992 02:51:05 +0000 (02:51 +0000)]
Pass extra argument to krb5_walk_realm_tree.
Principal type changes.

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

32 years agoReduce the scope of the temporary assignment to tktauthent->ticket
John Carr [Fri, 21 Aug 1992 02:50:22 +0000 (02:50 +0000)]
Reduce the scope of the temporary assignment to tktauthent->ticket

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

32 years agoRealm separator is now an argument, not a constant
John Carr [Fri, 21 Aug 1992 02:48:47 +0000 (02:48 +0000)]
Realm separator is now an argument, not a constant

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

32 years agoAdd protoype for krb5_walk_realm_tree
John Carr [Fri, 21 Aug 1992 02:48:17 +0000 (02:48 +0000)]
Add protoype for krb5_walk_realm_tree

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

32 years agoAllow imake config files to change kerberos config file locations
John Carr [Fri, 21 Aug 1992 02:47:38 +0000 (02:47 +0000)]
Allow imake config files to change kerberos config file locations

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

32 years agoAllow suppression of function prototypes within structure declarations,
John Carr [Fri, 21 Aug 1992 02:45:54 +0000 (02:45 +0000)]
Allow suppression of function prototypes within structure declarations,
to avoid MIPS compiler bug.

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

32 years agoFor mips compiler, allow definition of "NO_NESTED_PROTOTYPES" to
John Carr [Fri, 21 Aug 1992 02:42:39 +0000 (02:42 +0000)]
For mips compiler, allow definition of "NO_NESTED_PROTOTYPES" to
suppress prototype function declarations within structure declarations.
Change krb5_principal to be a pointer to structure; add accessor macros.

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

32 years agoRead data into temporary variables to avoid dependencies on size of
John Carr [Fri, 21 Aug 1992 02:39:58 +0000 (02:39 +0000)]
Read data into temporary variables to avoid dependencies on size of
key version number data type.

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

32 years agoDelete definition of DEPLIBS
John Carr [Fri, 21 Aug 1992 02:39:13 +0000 (02:39 +0000)]
Delete definition of DEPLIBS

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

32 years agoChanged so that the krb5_data structures (in the principal structure)
Theodore Tso [Thu, 20 Aug 1992 01:30:33 +0000 (01:30 +0000)]
Changed so that the krb5_data structures (in the principal structure)
have nulls at the end of the strings, just in case poeple are depending
on it.  They shouldn't, since principals component may have embedded
NULL's in them, even though they usually don't.  Nevertheless, it's good
to be careful.

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

32 years agoChanged so that the krb5_data structures (in the principal structure)
Theodore Tso [Thu, 20 Aug 1992 01:27:29 +0000 (01:27 +0000)]
Changed so that the krb5_data structures (in the principal structure)
have nulls at the end of the strings, just in case poeple are depending
on it.  They shouldn't, since principals component may have embedded
NULL's in them, even though they usually don't.  Nevertheless, it's good
to be careful.

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

32 years agoAdded missing queue to rc_io.c
Theodore Tso [Tue, 18 Aug 1992 23:27:05 +0000 (23:27 +0000)]
Added missing queue to rc_io.c

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

32 years agoChanges to support new version of ccache file format. (This one handles principal
Theodore Tso [Tue, 18 Aug 1992 23:26:16 +0000 (23:26 +0000)]
Changes to support new version of ccache file format.  (This one handles principal
types.)

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

32 years agoMake sure the right structures actually get copied instead of aliased, and
Theodore Tso [Tue, 18 Aug 1992 23:21:22 +0000 (23:21 +0000)]
Make sure the right structures actually get copied instead of aliased, and
make sure everything gets freed on an error return.

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

32 years agoModified to use new principal type system
Theodore Tso [Tue, 18 Aug 1992 23:19:55 +0000 (23:19 +0000)]
Modified to use new principal type system

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

32 years agoAdded new file conv_princ.c
Theodore Tso [Tue, 18 Aug 1992 23:19:09 +0000 (23:19 +0000)]
Added new file conv_princ.c

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

32 years agoInitial revision
Theodore Tso [Tue, 18 Aug 1992 23:18:19 +0000 (23:18 +0000)]
Initial revision

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

32 years agoFixed delcaration bug for krb5_create_secure_file
Theodore Tso [Tue, 18 Aug 1992 23:16:15 +0000 (23:16 +0000)]
Fixed delcaration bug for krb5_create_secure_file

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

32 years agoAdded some new feeds that originally came from Sandia
Theodore Tso [Tue, 18 Aug 1992 23:15:36 +0000 (23:15 +0000)]
Added some new feeds that originally came from Sandia

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

32 years agoAndded new ticket files as originally defined by Sandia
Theodore Tso [Tue, 18 Aug 1992 23:14:42 +0000 (23:14 +0000)]
Andded new ticket files as originally defined by Sandia

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

32 years agoChanged krb5_db_fetch_mkey()'s calling sequence
Theodore Tso [Tue, 18 Aug 1992 23:13:24 +0000 (23:13 +0000)]
Changed krb5_db_fetch_mkey()'s calling sequence

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

32 years agoChanges to support new principal type
Theodore Tso [Tue, 18 Aug 1992 23:12:32 +0000 (23:12 +0000)]
Changes to support new principal type

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

32 years agoFixed memory leak and bug in V4 srvtab extraction routine
Theodore Tso [Tue, 18 Aug 1992 23:10:17 +0000 (23:10 +0000)]
Fixed memory leak and bug in V4 srvtab extraction routine

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

32 years agoChanged to use the krb5_425_conv_principal() function to map V4 principal
Theodore Tso [Tue, 18 Aug 1992 23:07:31 +0000 (23:07 +0000)]
Changed to use the krb5_425_conv_principal() function to map V4 principal
names to V5 principal names.

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

32 years agoInitial revision
Theodore Tso [Tue, 18 Aug 1992 21:44:53 +0000 (21:44 +0000)]
Initial revision

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

32 years agoAdded defins for krb5_create_secure_file() and krb5_sync_disk_file()
Theodore Tso [Thu, 13 Aug 1992 13:39:51 +0000 (13:39 +0000)]
Added defins for krb5_create_secure_file() and krb5_sync_disk_file()

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

32 years agoModifications to use the new krb5_principal structure
Theodore Tso [Thu, 30 Jul 1992 22:25:06 +0000 (22:25 +0000)]
Modifications to use the new krb5_principal structure

Modifications to make the krbtgt tickets be handled correctly,
including cross realm tickets.

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

32 years agoChanged what was logged and what wasn't
Theodore Tso [Thu, 30 Jul 1992 22:14:10 +0000 (22:14 +0000)]
Changed what was logged and what wasn't

Made sure the emulation code was careful about zeroing out any sensitive
data.

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

32 years agoChecked in jfc's changes: krb5_principal reorganization
Theodore Tso [Wed, 29 Jul 1992 15:36:07 +0000 (15:36 +0000)]
Checked in jfc's changes: krb5_principal reorganization

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

32 years agoFixed bug in calling sequence to krb5_principal_compare
Theodore Tso [Wed, 29 Jul 1992 13:24:49 +0000 (13:24 +0000)]
Fixed bug in calling sequence to krb5_principal_compare

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

32 years agoFixed bug in calling sequence of fcc_retrv
Theodore Tso [Wed, 29 Jul 1992 13:23:40 +0000 (13:23 +0000)]
Fixed bug in calling sequence of fcc_retrv

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

32 years agoInitial revision
Theodore Tso [Mon, 27 Jul 1992 12:38:40 +0000 (12:38 +0000)]
Initial revision

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

32 years agoAdded kadmin subdirectory
Theodore Tso [Mon, 27 Jul 1992 12:38:14 +0000 (12:38 +0000)]
Added kadmin subdirectory

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

32 years agoAdded bsd to the list of subdirectories
Theodore Tso [Fri, 24 Jul 1992 15:54:46 +0000 (15:54 +0000)]
Added bsd to the list of subdirectories

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

32 years agoChecked in jfc's changes (principal type change)
Theodore Tso [Fri, 19 Jun 1992 01:59:41 +0000 (01:59 +0000)]
Checked in jfc's changes (principal type change)

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

32 years agoChecked in jfc's changes to track new principal structure
Theodore Tso [Thu, 18 Jun 1992 23:14:47 +0000 (23:14 +0000)]
Checked in jfc's changes to track new principal structure

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

32 years agoAdded new argument to krb5_db_fetch_mkey call
Theodore Tso [Thu, 18 Jun 1992 18:56:40 +0000 (18:56 +0000)]
Added new argument to krb5_db_fetch_mkey call

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

32 years agoInitial revision
Theodore Tso [Wed, 17 Jun 1992 23:03:01 +0000 (23:03 +0000)]
Initial revision

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

32 years agoInitial revision
Theodore Tso [Wed, 17 Jun 1992 22:53:43 +0000 (22:53 +0000)]
Initial revision

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

32 years agoFixed typo; missing close comment
Theodore Tso [Tue, 16 Jun 1992 22:58:33 +0000 (22:58 +0000)]
Fixed typo; missing close comment

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

32 years agoSandia change: don't include definition for strlen on hpux machines
Theodore Tso [Tue, 16 Jun 1992 22:38:11 +0000 (22:38 +0000)]
Sandia change: don't include definition for strlen on hpux machines

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

32 years agoChecked in jfc's changes:
Theodore Tso [Tue, 16 Jun 1992 22:37:15 +0000 (22:37 +0000)]
Checked in jfc's changes:

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

32 years agoAdded sandia changes for Unicos61
Theodore Tso [Tue, 16 Jun 1992 22:34:43 +0000 (22:34 +0000)]
Added sandia changes for Unicos61

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

32 years agoAdded sandia changes for using rand/srand on System V machines that
Theodore Tso [Tue, 16 Jun 1992 22:31:18 +0000 (22:31 +0000)]
Added sandia changes for using rand/srand on System V machines that
don't have random()

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

32 years agoChecked in jfc's changes to do with function prototypes
Theodore Tso [Tue, 16 Jun 1992 22:26:12 +0000 (22:26 +0000)]
Checked in jfc's changes to do with function prototypes

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

32 years agoAdded Sandia changes for BITS64, but commented out for now...
Theodore Tso [Tue, 16 Jun 1992 22:24:17 +0000 (22:24 +0000)]
Added Sandia changes for BITS64, but commented out for now...

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

32 years agoAdded definitions for new error codes
Theodore Tso [Thu, 11 Jun 1992 20:45:32 +0000 (20:45 +0000)]
Added definitions for new error codes

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

32 years agoChecked in jfc's changes to handle the new principal structure
Theodore Tso [Wed, 10 Jun 1992 22:50:57 +0000 (22:50 +0000)]
Checked in jfc's changes to handle the new principal structure

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

32 years agoChecked in jfc's changes to handle new principal type
Theodore Tso [Wed, 10 Jun 1992 22:44:30 +0000 (22:44 +0000)]
Checked in jfc's changes to handle new principal type

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

32 years agoChecked in jfc's changes to do handle new principal format
Theodore Tso [Wed, 10 Jun 1992 22:43:44 +0000 (22:43 +0000)]
Checked in jfc's changes to do handle new principal format

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

32 years agoAdded principal type of NT_SRV_HST
Theodore Tso [Wed, 10 Jun 1992 22:36:52 +0000 (22:36 +0000)]
Added principal type of NT_SRV_HST

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

32 years agoChecked in jfc's changes to krb5_copy_principal
Theodore Tso [Wed, 10 Jun 1992 20:49:25 +0000 (20:49 +0000)]
Checked in jfc's changes to krb5_copy_principal

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

32 years agoPrincipal type changes
John Carr [Wed, 10 Jun 1992 15:02:51 +0000 (15:02 +0000)]
Principal type changes

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

32 years agoChecked in jfc's changes
Theodore Tso [Tue, 9 Jun 1992 21:19:12 +0000 (21:19 +0000)]
Checked in jfc's changes

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

32 years agokrb5_princ_realm -> krb5_princ_set_realm
John Carr [Tue, 9 Jun 1992 18:38:03 +0000 (18:38 +0000)]
krb5_princ_realm -> krb5_princ_set_realm

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

32 years agokrb5_principal type changes
John Carr [Tue, 9 Jun 1992 18:37:36 +0000 (18:37 +0000)]
krb5_principal type changes

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

32 years agoPrincipal structure changes
John Carr [Tue, 9 Jun 1992 17:17:23 +0000 (17:17 +0000)]
Principal structure changes

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

32 years agoApplied Bill Sommerfeld's patches
Theodore Tso [Tue, 9 Jun 1992 15:26:25 +0000 (15:26 +0000)]
Applied Bill Sommerfeld's patches

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

32 years agostrdup(0) now returns 0
Theodore Tso [Tue, 9 Jun 1992 14:57:05 +0000 (14:57 +0000)]
strdup(0) now returns 0

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

32 years agoFixed to use new krb5_principal structure
Theodore Tso [Tue, 9 Jun 1992 11:33:53 +0000 (11:33 +0000)]
Fixed to use new krb5_principal structure

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

32 years agoAdded depend target
Theodore Tso [Sat, 6 Jun 1992 00:04:11 +0000 (00:04 +0000)]
Added depend target

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

32 years agoAdded depend target
Theodore Tso [Sat, 6 Jun 1992 00:00:58 +0000 (00:00 +0000)]
Added depend target

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

32 years agoLength of realm name is "realmsize", not "size"
John Carr [Fri, 29 May 1992 12:14:45 +0000 (12:14 +0000)]
Length of realm name is "realmsize", not "size"

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

32 years agoFixed fence post errors; assigned the principal type
Theodore Tso [Fri, 29 May 1992 03:25:04 +0000 (03:25 +0000)]
Fixed fence post errors; assigned the principal type

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

32 years agoChecked in John Carr's changes
Theodore Tso [Fri, 29 May 1992 02:57:07 +0000 (02:57 +0000)]
Checked in John Carr's changes

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

32 years agoAdded new error codes which appeared in the krb5 protocol draft
Theodore Tso [Tue, 19 May 1992 16:57:06 +0000 (16:57 +0000)]
Added new error codes which appeared in the krb5 protocol draft
(errorcodes 18 through 23)

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

32 years agoAdded pre-authentication type for DASS
Theodore Tso [Fri, 24 Apr 1992 03:00:48 +0000 (03:00 +0000)]
Added pre-authentication type for DASS

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

32 years agoDelete unused variable.
John Carr [Thu, 9 Apr 1992 17:56:50 +0000 (17:56 +0000)]
Delete unused variable.
Remove extra {} around client_principal initialization.

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

32 years agoFix sign error
John Carr [Wed, 8 Apr 1992 20:25:49 +0000 (20:25 +0000)]
Fix sign error

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

32 years agoAllow command line option to select port number
John Carr [Wed, 8 Apr 1992 15:44:47 +0000 (15:44 +0000)]
Allow command line option to select port number

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

32 years agoRemove call to xfree (not needed and value freed might be
John Carr [Wed, 8 Apr 1992 15:15:26 +0000 (15:15 +0000)]
Remove call to xfree (not needed and value freed might be
uninitialized).
Fix arg to malloc call (sizeof (x) should have been (x)).

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

32 years ago*** empty log message ***
John Carr [Tue, 31 Mar 1992 12:39:49 +0000 (12:39 +0000)]
*** empty log message ***

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

32 years agoInitial revision
John Carr [Thu, 26 Mar 1992 04:17:38 +0000 (04:17 +0000)]
Initial revision

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

32 years agoChange '-' to '_' in directory name
John Carr [Wed, 25 Mar 1992 15:06:47 +0000 (15:06 +0000)]
Change '-' to '_' in directory name

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

32 years agosed hack needed for SunOS
John Carr [Wed, 25 Mar 1992 15:05:52 +0000 (15:05 +0000)]
sed hack needed for SunOS

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

32 years agoSupport alternate source directory
John Carr [Wed, 25 Mar 1992 15:05:27 +0000 (15:05 +0000)]
Support alternate source directory

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

32 years agoSupport for alternate source directory.
John Carr [Wed, 25 Mar 1992 15:03:15 +0000 (15:03 +0000)]
Support for alternate source directory.
Make sed hack conditional.

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

32 years agoRemove unused variable
John Carr [Wed, 25 Mar 1992 15:00:22 +0000 (15:00 +0000)]
Remove unused variable

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

32 years agoFix cast of dbm_open return value
John Carr [Wed, 25 Mar 1992 14:59:57 +0000 (14:59 +0000)]
Fix cast of dbm_open return value

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

32 years agoChanges for alternate source directory: prefix source filenames
John Carr [Wed, 25 Mar 1992 14:59:06 +0000 (14:59 +0000)]
Changes for alternate source directory: prefix source filenames
with $(SRCDIR), add -I. to CFLAGS.
Add real depend target.

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

32 years agoSimplify cleanup macro
John Carr [Wed, 25 Mar 1992 14:58:33 +0000 (14:58 +0000)]
Simplify cleanup macro

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

32 years agoAdd md5 checksum
John Carr [Wed, 25 Mar 1992 14:57:47 +0000 (14:57 +0000)]
Add md5 checksum

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

32 years agoAdd "all" target
John Carr [Wed, 25 Mar 1992 14:57:30 +0000 (14:57 +0000)]
Add "all" target

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

32 years agoAdd md5 checksum types and DES+MD4 and DES+MD5 encryption types
John Carr [Wed, 25 Mar 1992 14:55:35 +0000 (14:55 +0000)]
Add md5 checksum types and DES+MD4 and DES+MD5 encryption types

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

32 years agoAdd $(SRCDIR) prefix to source files
John Carr [Wed, 25 Mar 1992 06:36:07 +0000 (06:36 +0000)]
Add $(SRCDIR) prefix to source files

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

32 years agoRemove krb5_walk_realm_tree declaration
John Carr [Wed, 25 Mar 1992 06:35:31 +0000 (06:35 +0000)]
Remove krb5_walk_realm_tree declaration

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

32 years agoMake sed hack for asn.1/Makefile conditional.
John Carr [Wed, 25 Mar 1992 06:34:16 +0000 (06:34 +0000)]
Make sed hack for asn.1/Makefile conditional.
Rename directories to remove hyphens.

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

32 years agoAdd md5
John Carr [Wed, 25 Mar 1992 06:32:26 +0000 (06:32 +0000)]
Add md5

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

32 years agoMake sure the ticket in the TGS request is for the ticket granting service.
John Carr [Thu, 12 Mar 1992 02:27:21 +0000 (02:27 +0000)]
Make sure the ticket in the TGS request is for the ticket granting service.
Add local variable for encrypted ticket pointer.

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

32 years agoRemove extra '%' from fprintf format string
John Carr [Sun, 1 Mar 1992 17:42:22 +0000 (17:42 +0000)]
Remove extra '%' from fprintf format string

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

32 years agokrb5_free_realm_tree is declared in func-proto.h
John Carr [Sat, 29 Feb 1992 20:29:15 +0000 (20:29 +0000)]
krb5_free_realm_tree is declared in func-proto.h
Delete the declaration here.

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

32 years agoUse ANSI stdio features iff ANSI_STDIO defined
John Carr [Sat, 29 Feb 1992 20:19:38 +0000 (20:19 +0000)]
Use ANSI stdio features iff ANSI_STDIO defined

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

32 years agoDelete include of <isode/psap.h>: it was not needed
John Carr [Fri, 28 Feb 1992 18:24:38 +0000 (18:24 +0000)]
Delete include of <isode/psap.h>: it was not needed

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

32 years ago"from" field is optional
John Carr [Tue, 25 Feb 1992 16:07:29 +0000 (16:07 +0000)]
"from" field is optional

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