diff options
| author | Chris Provenzano <proven@mit.edu> | 1995-03-10 17:12:29 +0000 |
|---|---|---|
| committer | Chris Provenzano <proven@mit.edu> | 1995-03-10 17:12:29 +0000 |
| commit | 8f926e950029287017aae9fab9f11ba5ae9bddd4 (patch) | |
| tree | ebf2efa179706d502a4394e2e7dabb5d914a5b6a /src/include/krb5/ChangeLog | |
| parent | b6f4e0f74fd779c2777318bec303f6f21e82767b (diff) | |
* func-proto.h (krb5_mk_req(), krb5_mk_req_extended(), krb5_rd_rep(),
krb5_sendauth(), krb5_mk_priv(), krb5_rd_priv(), krb5_mk_safe(),
and krb5_rd_safe()). Added a krb5_auth_context argument and
eliminated many of the other arguments because they are
included in the krb5_auth_context structure.
* fieldbits.h Added #define AP_OPTS_USE_SUBKEY 0x00000001 for a
new option to an ap req message. This is mainly a clean way
to inform krb5_mk_req() and krb5_mk_req_extended() to
create the subkey without adding an extra argument.
* safepriv.h Replace safe/priv flags with flags for krb5_auth_context
and add krb5_replay_data structure for when the appilication
want to do it's own replay detection for safe and priv calls.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5095 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/krb5/ChangeLog')
| -rw-r--r-- | src/include/krb5/ChangeLog | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/src/include/krb5/ChangeLog b/src/include/krb5/ChangeLog index 7c7d97dc6..dbe465580 100644 --- a/src/include/krb5/ChangeLog +++ b/src/include/krb5/ChangeLog @@ -1,6 +1,24 @@ +Fri Mar 10 10:04:41 1995 Chris Provenzano (proven@mit.edu) + + * func-proto.h (krb5_mk_req(), krb5_mk_req_extended(), krb5_rd_rep(), + krb5_sendauth(), krb5_mk_priv(), krb5_rd_priv(), krb5_mk_safe(), + and krb5_rd_safe()). Added a krb5_auth_context argument and + eliminated many of the other arguments because they are + included in the krb5_auth_context structure. + + * fieldbits.h Added #define AP_OPTS_USE_SUBKEY 0x00000001 for a + new option to an ap req message. This is mainly a clean way + to inform krb5_mk_req() and krb5_mk_req_extended() to + create the subkey without adding an extra argument. + + * safepriv.h Replace safe/priv flags with flags for krb5_auth_context + and add krb5_replay_data structure for when the appilication + want to do it's own replay detection for safe and priv calls. + + Thu Mar 9 18:29:24 1995 Mark Eichin <eichin@cygnus.com> - * Makefile.in (all-windows): tabs, not spaces. + * Makefile.in (all-windows): tabs, not spaces. Tue Mar 7 14:54:02 1995 Keith Vetter (keithv@fusion.com) |
