Skip Menu |
 

From: ghudson@mit.edu
Subject: git commit

Fix kadmin with e2fsprogs libss

The libss in e2fsprogs exports ss_execute_command(), but does not
prototype it (as of this writing; a patch has been submitted
upstream). When using the system ss library, check if a prototype is
needed and provide one if so.

https://github.com/krb5/krb5/commit/fd0b693f00f4d0b7b603bf4a2b8812869ad1df19
Author: Greg Hudson <ghudson@mit.edu>
Commit: fd0b693f00f4d0b7b603bf4a2b8812869ad1df19
Branch: master
src/aclocal.m4 | 1 +
src/kadmin/cli/ss_wrapper.c | 4 ++++
2 files changed, 5 insertions(+), 0 deletions(-)
From: tlyu@mit.edu
Subject: git commit

Fix kadmin with e2fsprogs libss

The libss in e2fsprogs exports ss_execute_command(), but does not
prototype it (as of this writing; a patch has been submitted
upstream). When using the system ss library, check if a prototype is
needed and provide one if so.

(cherry picked from commit fd0b693f00f4d0b7b603bf4a2b8812869ad1df19)

https://github.com/krb5/krb5/commit/c01d9df461f68079245880066c5cbc2e447b5cb7
Author: Greg Hudson <ghudson@mit.edu>
Committer: Tom Yu <tlyu@mit.edu>
Commit: c01d9df461f68079245880066c5cbc2e447b5cb7
Branch: krb5-1.14
src/aclocal.m4 | 1 +
src/kadmin/cli/ss_wrapper.c | 4 ++++
2 files changed, 5 insertions(+), 0 deletions(-)