]> git.ipfire.org Git - thirdparty/krb5.git/commit
Remove LDAP osa_princ_ent_rec XDR functions 848/head
authorGreg Hudson <ghudson@mit.edu>
Fri, 21 Sep 2018 19:00:11 +0000 (15:00 -0400)
committerGreg Hudson <ghudson@mit.edu>
Wed, 26 Sep 2018 19:24:45 +0000 (15:24 -0400)
commitbb700a29b368d7e0cdd7bc18454b046b1e9113c4
tree4462c84a646a9fabb27f7219000aece4700cded8
parente095b436d92d9aa30106509b5ccf76719e1668b3
Remove LDAP osa_princ_ent_rec XDR functions

The LDAP KDB module contained a duplicate set of functions to marshal
osa_princ_ent_ret structures, perhaps to avoid a circular dependency
on libkadm5srv before KDB modules were dynamically loaded.  We have
been using the libkadm5srv versions of those functions from the DB2
KDB module since release 1.8.  Use them from the LDAP KDB module as
well.

Since no rpcgen output remains in princ_xdr.c and princ_xdr.h, add
emacs mode lines for the krb5 C style to those files and make small
formatting adjustments to match.
src/Makefile.in
src/plugins/kdb/ldap/deps
src/plugins/kdb/ldap/libkdb_ldap/deps
src/plugins/kdb/ldap/libkdb_ldap/lockout.c
src/plugins/kdb/ldap/libkdb_ldap/princ_xdr.c
src/plugins/kdb/ldap/libkdb_ldap/princ_xdr.h