From d3a246cc09e483fe1498c608f526f4f4a30e88b9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 26 Feb 2020 18:53:10 +0100 Subject: update to 1.1.3 fix License = MIT --- REFLECTION | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index a774afe..9e218cd 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,6 +1,6 @@ -Extension [ extension #77 krb5 version 1.1.2 ] { +Extension [ extension #77 krb5 version 1.1.3 ] { - - Constants [13] { + - Constants [14] { Constant [ int GSS_C_DELEG_FLAG ] { 1 } Constant [ int GSS_C_MUTUAL_FLAG ] { 2 } Constant [ int GSS_C_REPLAY_FLAG ] { 4 } @@ -13,6 +13,7 @@ Extension [ extension #77 krb5 version 1.1.2 ] { Constant [ int GSS_C_BOTH ] { 0 } Constant [ int GSS_C_INITIATE ] { 1 } Constant [ int GSS_C_ACCEPT ] { 2 } + Constant [ int GSS_C_NO_NAME ] { 0 } Constant [ int KRB5_TL_DB_ARGS ] { 32767 } } @@ -39,7 +40,7 @@ Extension [ extension #77 krb5 version 1.1.2 ] { - Properties [0] { } - - Methods [12] { + - Methods [13] { Method [ public method initPassword ] { - Parameters [3] { @@ -121,6 +122,12 @@ Extension [ extension #77 krb5 version 1.1.2 ] { - Parameters [0] { } } + + Method [ public method getExpirationTime ] { + + - Parameters [0] { + } + } } } @@ -749,8 +756,9 @@ Extension [ extension #77 krb5 version 1.1.2 ] { - Methods [4] { Method [ public method __construct ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ $keytab ] + Parameter #1 [ $spn ] } } -- cgit