summaryrefslogtreecommitdiffstats
path: root/src/include/ChangeLog
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1995-09-01 05:45:06 +0000
committerTheodore Tso <tytso@mit.edu>1995-09-01 05:45:06 +0000
commitb9b39d222667df44c6311ae8c5857218338642ac (patch)
tree0662cc0c04e510c72cbe8e861730c7d34ab3e859 /src/include/ChangeLog
parent565dd658322a355c127c2f8c4decde771e81acfd (diff)
downloadkrb5-b9b39d222667df44c6311ae8c5857218338642ac.tar.gz
krb5-b9b39d222667df44c6311ae8c5857218338642ac.tar.xz
krb5-b9b39d222667df44c6311ae8c5857218338642ac.zip
Add time offset field to the os_context structure. This offset is
added to the system clock time to produce the "true" time. Added prototypes for the functions which manipulate the time offset structures: krb5_set_real_time(), krb5_set_debugging_time(), krb5_use_natural_time(), krb5_get_time_offsets(), and krb5_set_time_offsets(). git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6648 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/ChangeLog')
-rw-r--r--src/include/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/include/ChangeLog b/src/include/ChangeLog
index c6c19e417..42c0913da 100644
--- a/src/include/ChangeLog
+++ b/src/include/ChangeLog
@@ -1,3 +1,13 @@
+Fri Sep 1 00:44:59 1995 Theodore Y. Ts'o <tytso@dcl>
+
+ * k5-int.h: Add time offset field to the os_context structure.
+ This offset is added to the system clock time to produce
+ the "true" time.
+
+ Added prototypes for the functions which manipulate the
+ time offset structures: krb5_set_real_time(),
+ krb5_set_debugging_time(), krb5_use_natural_time(),
+ krb5_get_time_offsets(), and krb5_set_time_offsets().
Tue Aug 29 13:26:22 EDT 1995 Paul Park (pjpark@mit.edu)
* k5-int.h - Add ser_ctx[_count] to krb5_context. This keeps track