Skip Menu |
 

From: Sam Hartman <hartmans@MIT.EDU>
To: krb5-bugs@MIT.EDU
Subject: Implement krb5int_find_authdata
Date: Mon, 16 Mar 2009 12:27:25 -0400
The FAST project proposes a utility function to find an authorization
data item in a ticket, authenticator or in an ad-if-relevant
container.
Implement this utility as an exported API
From: hartmans@mit.edu
Subject: SVN Commit

Implement a function to find all instances of a particular ad_type in
ticket or authenticator authdata.

https://github.com/krb5/krb5/commit/0945d0df18718a30bb80e4d8595f46b7c24e14ab
Commit By: hartmans
Revision: 22096
Changed Files:
U trunk/src/lib/krb5/krb/copy_auth.c
From: hartmans@mit.edu
Subject: SVN Commit

Implement tests for authdata functions

Implement some test cases for krb5_merge_authdata and
krb5int_find_authdata

https://github.com/krb5/krb5/commit/1edd5832be7e58b13bfa371b9748d15995e3953b
Commit By: hartmans
Revision: 22097
Changed Files:
U trunk/src/include/k5-int.h
U trunk/src/lib/krb5/krb/Makefile.in
A trunk/src/lib/krb5/krb/t_authdata.c
From: tlyu@mit.edu
Subject: SVN Commit
Download (untitled) / with headers
text/plain 1.1KiB

pull up r22096, r22097 from trunk

------------------------------------------------------------------------
r22097 | hartmans | 2009-03-16 12:50:30 -0400 (Mon, 16 Mar 2009) | 6 lines
Changed paths:
M /trunk/src/include/k5-int.h
M /trunk/src/lib/krb5/krb/Makefile.in
A /trunk/src/lib/krb5/krb/t_authdata.c

ticket: 6422

Implement tests for authdata functions

Implement some test cases for krb5_merge_authdata and
krb5int_find_authdata
------------------------------------------------------------------------
r22096 | hartmans | 2009-03-16 12:50:26 -0400 (Mon, 16 Mar 2009) | 5 lines
Changed paths:
M /trunk/src/lib/krb5/krb/copy_auth.c

subject: Implement krb5int_find_authdata
ticket: 6422

Implement a function to find all instances of a particular ad_type in
ticket or authenticator authdata.

https://github.com/krb5/krb5/commit/2c37608ead53685da16599f888beec2d612b065f
Commit By: tlyu
Revision: 22229
Changed Files:
U branches/krb5-1-7/src/include/k5-int.h
U branches/krb5-1-7/src/lib/krb5/krb/Makefile.in
U branches/krb5-1-7/src/lib/krb5/krb/copy_auth.c
A branches/krb5-1-7/src/lib/krb5/krb/t_authdata.c