git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12351 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2003-06-05 20:57:06 +00:00
parent 8084f0f69c
commit a250f3a1da
2 changed files with 58 additions and 0 deletions

View File

@@ -1,3 +1,32 @@
2003-06-05 Love H<>rnquist <20>strand <lha@it.su.se>
* gssapi_locl.h: add prototypes for sequence.c
* Makefile.am (libgssapi_la_SOURCES): add sequence.c
(test_sequence): build
* sequence.c: sequence number checks, order and replay
* test_sequence.c: sequence number checks, order and replay
2003-06-03 Love H<>rnquist <20>strand <lha@it.su.se>
* accept_sec_context.c (gss_accept_sec_context): make sure time is
returned in seconds from now, not in kerberos time
* acquire_cred.c (gss_aquire_cred): make sure time is returned in
seconds from now, not in kerberos time
* init_sec_context.c (init_auth): if the cred is expired before we
tries to create a token, fail so the peer doesn't need reject us
(*): make sure time is returned in seconds from now,
not in kerberos time
(repl_mutual): remember to unlock the context mutex
* context_time.c (gss_context_time): remove unused variable
* verify_mic.c: make sure minor_status is always set, pointed out
by Luke Howard <lukeh@PADL.COM>
2003-05-21 Love H<>rnquist <20>strand <lha@it.su.se> 2003-05-21 Love H<>rnquist <20>strand <lha@it.su.se>
* *.[ch]: do some basic locking (no reference counting so contexts * *.[ch]: do some basic locking (no reference counting so contexts

View File

@@ -1,3 +1,32 @@
2003-06-05 Love H<>rnquist <20>strand <lha@it.su.se>
* gssapi_locl.h: add prototypes for sequence.c
* Makefile.am (libgssapi_la_SOURCES): add sequence.c
(test_sequence): build
* sequence.c: sequence number checks, order and replay
* test_sequence.c: sequence number checks, order and replay
2003-06-03 Love H<>rnquist <20>strand <lha@it.su.se>
* accept_sec_context.c (gss_accept_sec_context): make sure time is
returned in seconds from now, not in kerberos time
* acquire_cred.c (gss_aquire_cred): make sure time is returned in
seconds from now, not in kerberos time
* init_sec_context.c (init_auth): if the cred is expired before we
tries to create a token, fail so the peer doesn't need reject us
(*): make sure time is returned in seconds from now,
not in kerberos time
(repl_mutual): remember to unlock the context mutex
* context_time.c (gss_context_time): remove unused variable
* verify_mic.c: make sure minor_status is always set, pointed out
by Luke Howard <lukeh@PADL.COM>
2003-05-21 Love H<>rnquist <20>strand <lha@it.su.se> 2003-05-21 Love H<>rnquist <20>strand <lha@it.su.se>
* *.[ch]: do some basic locking (no reference counting so contexts * *.[ch]: do some basic locking (no reference counting so contexts