]> git.ipfire.org Git - thirdparty/krb5.git/commit
Remove libkdb_ldap null argument checks 1434/head
authorGreg Hudson <ghudson@mit.edu>
Thu, 12 Jun 2025 21:15:24 +0000 (17:15 -0400)
committerGreg Hudson <ghudson@mit.edu>
Mon, 16 Jun 2025 22:01:41 +0000 (18:01 -0400)
commitbb7929a74ad10589a1b2037a5b5bc5368ebdd938
treeb98cabad76061e2e940b68a4811702eee32636be
parentae8801b8e12d198f11f9279c747f8fa6d48c593e
Remove libkdb_ldap null argument checks

libkdb_ldap contains some spotty null argument pointer checks, which
is not the project's practice outside of the GSSAPI.  Remove them.
Also remove krb5_ldap_delete_krbcontainer(), which became unused after
commit 0269810b1aec6c554fb746433f045d59fd34ab3a.
src/plugins/kdb/ldap/libkdb_ldap/ldap_krbcontainer.h
src/plugins/kdb/ldap/libkdb_ldap/ldap_misc.c
src/plugins/kdb/ldap/libkdb_ldap/ldap_pwd_policy.c
src/plugins/kdb/ldap/libkdb_ldap/ldap_realm.c
src/plugins/kdb/ldap/libkdb_ldap/ldap_tkt_policy.c
src/tests/t_kdb.py