diff options
| author | Tom Yu <tlyu@mit.edu> | 2003-05-23 03:37:59 +0000 |
|---|---|---|
| committer | Tom Yu <tlyu@mit.edu> | 2003-05-23 03:37:59 +0000 |
| commit | 7cd4299132d7d85ed3ff9d2930c387d3085f3b94 (patch) | |
| tree | 5339a8f822d23b414b14e4ec283915a6850c444c /src/include | |
| parent | 712d2024ac712e210acb990ed14c658bcffdfac6 (diff) | |
| download | krb5-7cd4299132d7d85ed3ff9d2930c387d3085f3b94.tar.gz krb5-7cd4299132d7d85ed3ff9d2930c387d3085f3b94.tar.xz krb5-7cd4299132d7d85ed3ff9d2930c387d3085f3b94.zip | |
Implement heuristic for matching broken Heimdal sequence number encodings
ticket: 1263
target_version: 1.3
tags: pullup
status: open
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15479 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/ChangeLog | 2 | ||||
| -rw-r--r-- | src/include/k5-int.h | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/include/ChangeLog b/src/include/ChangeLog index 552d4c34d2..2d88cf3ca7 100644 --- a/src/include/ChangeLog +++ b/src/include/ChangeLog @@ -1,5 +1,7 @@ 2003-05-22 Tom Yu <tlyu@mit.edu> + * k5-int.h: Add prototype for krb5int_auth_con_chkseqnum. + * krb5.hin: Default KRB5_DEPRECATED to 0. Default KRB5_PRIVATE to 0 on all platforms. diff --git a/src/include/k5-int.h b/src/include/k5-int.h index 1f49b236b4..ca6bbf69a7 100644 --- a/src/include/k5-int.h +++ b/src/include/k5-int.h @@ -1488,6 +1488,8 @@ krb5_error_code krb5_encode_kdc_rep krb5_error_code krb5_validate_times (krb5_context, krb5_ticket_times *); +krb5_boolean krb5int_auth_con_chkseqnum + (krb5_context ctx, krb5_auth_context ac, krb5_ui_4 in_seq); /* * [De]Serialization Handle and operations. */ |
