Skip Menu |
 

From: ghudson@mit.edu
Subject: SVN Commit

Fix oid set construction in gss_inquire_cred()

Use gssapi calls to construct the oid sets. It is not safe on windows
to use malloc to hand-construct the set and then call gss_release_oid_set()
to clean it up.

Signed-off-by: Kevin Wasserman <kevin.wasserman@painless-security.com>

https://github.com/krb5/krb5/commit/4cfdf8da69f52c778af4faaea663981a67634bb6
Author: Kevin Wasserman <kevin.wasserman@painless-security.com>
Committer: Greg Hudson <ghudson@mit.edu>
Commit: 4cfdf8da69f52c778af4faaea663981a67634bb6
Branch: master
src/lib/gssapi/mechglue/g_inq_cred.c | 32 ++++++++++----------------------
1 files changed, 10 insertions(+), 22 deletions(-)
From: tlyu@mit.edu
Subject: SVN Commit

Fix oid set construction in gss_inquire_cred()

Use gssapi calls to construct the oid sets. It is not safe on windows
to use malloc to hand-construct the set and then call gss_release_oid_set()
to clean it up.

Signed-off-by: Kevin Wasserman <kevin.wasserman@painless-security.com>

(cherry picked from commit 4cfdf8da69f52c778af4faaea663981a67634bb6)

https://github.com/krb5/krb5/commit/bd8f713b254daa4f24f6fb9b8ea15f1eaff3f17d
Author: Kevin Wasserman <kevin.wasserman@painless-security.com>
Committer: Tom Yu <tlyu@mit.edu>
Commit: bd8f713b254daa4f24f6fb9b8ea15f1eaff3f17d
Branch: krb5-1.10
src/lib/gssapi/mechglue/g_inq_cred.c | 32 ++++++++++----------------------
1 files changed, 10 insertions(+), 22 deletions(-)