diff options
| author | Tom Yu <tlyu@mit.edu> | 2000-09-01 01:43:50 +0000 |
|---|---|---|
| committer | Tom Yu <tlyu@mit.edu> | 2000-09-01 01:43:50 +0000 |
| commit | 034fd19c0fa7f4dcaf43abce0f41e340b7898cc3 (patch) | |
| tree | 2dd16fa1f90b3f3b63622863a0bd28d34c9a1537 /src/lib/krb4/ChangeLog | |
| parent | f09452b1be679c48d94ade94e046fd9b52aab807 (diff) | |
* Makefile.in(OBJS, SRCS): Add lifetime.{o,c}
* lifetime.c: New file. For the purposes of CMU and AFS
compatibility, this implements the exponential krb4 ticket
lifetimes for lifetime values above 127, in the krb_life_to_time()
and krb_time_to_life() functions. Values 127 and below are still
treated normally.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12644 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/krb4/ChangeLog')
| -rw-r--r-- | src/lib/krb4/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/lib/krb4/ChangeLog b/src/lib/krb4/ChangeLog index 9b091bfcd..f87198fb4 100644 --- a/src/lib/krb4/ChangeLog +++ b/src/lib/krb4/ChangeLog @@ -1,3 +1,13 @@ +2000-08-31 Tom Yu <tlyu@mit.edu> + + * Makefile.in(OBJS, SRCS): Add lifetime.{o,c}. + + * lifetime.c: New file. For the purposes of CMU and AFS + compatibility, this implements the exponential krb4 ticket + lifetimes for lifetime values above 127, in the krb_life_to_time() + and krb_time_to_life() functions. Values 127 and below are still + treated normally. + Tue Aug 22 09:56:14 2000 Ezra Peisach <epeisach@mit.edu> * rd_svc_key.c (krb54_get_service_keyblock): If the keytab |
