(KRB5_ADDRESS_ADDRPORT, KRB5_ADDRESS_IPPORT): add

(krb5_auth_context): add local and remote port


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6375 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1999-06-24 17:19:09 +00:00
parent 3e3591b1a0
commit 5178d921b9

View File

@@ -200,8 +200,10 @@ typedef struct krb5_preauthdata {
}krb5_preauthdata;
typedef enum krb5_address_type {
KRB5_ADDRESS_INET = 2,
KRB5_ADDRESS_INET6 = 24
KRB5_ADDRESS_INET = 2,
KRB5_ADDRESS_INET6 = 24,
KRB5_ADDRESS_ADDRPORT = 256,
KRB5_ADDRESS_IPPORT = 257
} krb5_address_type;
enum {
@@ -462,6 +464,8 @@ typedef struct krb5_auth_context_data {
krb5_address *local_address;
krb5_address *remote_address;
int16_t local_port;
int16_t remote_port;
krb5_keyblock *keyblock;
krb5_keyblock *local_subkey;
krb5_keyblock *remote_subkey;