* Makefile.in(OBJS, SRCS): Add lifetime.{o,c}
authorTom Yu <tlyu@mit.edu>
Fri, 1 Sep 2000 01:43:50 +0000 (01:43 +0000)
committerTom Yu <tlyu@mit.edu>
Fri, 1 Sep 2000 01:43:50 +0000 (01:43 +0000)
commit034fd19c0fa7f4dcaf43abce0f41e340b7898cc3
tree2dd16fa1f90b3f3b63622863a0bd28d34c9a1537
parentf09452b1be679c48d94ade94e046fd9b52aab807
* 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
src/lib/krb4/ChangeLog
src/lib/krb4/Makefile.in
src/lib/krb4/lifetime.c [new file with mode: 0644]