diff options
| author | Mark Eichin <eichin@mit.edu> | 1995-04-27 15:59:41 +0000 |
|---|---|---|
| committer | Mark Eichin <eichin@mit.edu> | 1995-04-27 15:59:41 +0000 |
| commit | 0f9771a562ee91049e66bed9fa66007464dc1aef (patch) | |
| tree | 47ef704dfd635dc622aab466bd46d5e08a9660a6 /src/include/kerberosIV/ChangeLog | |
| parent | ddd96995d553d415489e8cfe75ae11121717da8f (diff) | |
| download | krb5-0f9771a562ee91049e66bed9fa66007464dc1aef.tar.gz krb5-0f9771a562ee91049e66bed9fa66007464dc1aef.tar.xz krb5-0f9771a562ee91049e66bed9fa66007464dc1aef.zip | |
* krb.h: make INTERFACE, FAR go away for now.
Drag in the unix time conversion functions for unix only.
Locally define PROTOTYPE().
Drag in unix versions of SOCKET macros.
Recognize DEFINE_SOCKADDR and NEED_TIME_H the way cc-unix.h does.
Declare krb_ignore_ip_address.
Define DEB() to support non-printf debugging.
Declare errno.
Define key_proc_type and decrypt_tkt_type.
* prot.h: add KERB_ERR_PREAUTH_SHORT and _MISMATCH from Cygnus
extensions.
* krbports.h: new file, has default ports for V4 services for
hard-coded fallback.
* lsb_addr_cmp.h: from V4, handles the mutant comparison
functions needed for the V4 "direction" comparison. (Rename
of lsb_addr_comp.h due to filename length.)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5540 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/kerberosIV/ChangeLog')
| -rw-r--r-- | src/include/kerberosIV/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/include/kerberosIV/ChangeLog b/src/include/kerberosIV/ChangeLog index 1e3f0e7bdc..1b6d02aa88 100644 --- a/src/include/kerberosIV/ChangeLog +++ b/src/include/kerberosIV/ChangeLog @@ -1,3 +1,22 @@ +Thu Apr 27 10:55:00 1995 Mark Eichin <eichin@cygnus.com> + + * krb.h: make INTERFACE, FAR go away for now. + Drag in the unix time conversion functions for unix only. + Locally define PROTOTYPE(). + Drag in unix versions of SOCKET macros. + Recognize DEFINE_SOCKADDR and NEED_TIME_H the way cc-unix.h does. + Declare krb_ignore_ip_address. + Define DEB() to support non-printf debugging. + Declare errno. + Define key_proc_type and decrypt_tkt_type. + * prot.h: add KERB_ERR_PREAUTH_SHORT and _MISMATCH from Cygnus + extensions. + * krbports.h: new file, has default ports for V4 services for + hard-coded fallback. + * lsb_addr_cmp.h: from V4, handles the mutant comparison + functions needed for the V4 "direction" comparison. (Rename + of lsb_addr_comp.h due to filename length.) + Tue Mar 14 16:53:37 1995 <tytso@rsx-11.mit.edu> * Makefile.in: Delete definitions defined in pre/config.in. |
