]> git.ipfire.org Git - thirdparty/krb5.git/commit
Simplify principal and policy manipulation code 453/head
authorGreg Hudson <ghudson@mit.edu>
Tue, 17 May 2016 23:28:25 +0000 (19:28 -0400)
committerGreg Hudson <ghudson@mit.edu>
Thu, 26 May 2016 15:20:22 +0000 (11:20 -0400)
commitd0168227a062bc70b1ec04295cdaa512c33c2233
tree84b5d5953060f3f6370332e9665f940f32609bd7
parent03d34fcfa329fbc2f686a0b34e2731e37f483a34
Simplify principal and policy manipulation code

Now that principal entry and policy fields are allocated using the
malloc visible to the krb5 libraries, we don't need to use
krb5_db_alloc() and krb5_db_free() when modifying them within our
code.

ticket: 8414
src/kadmin/dbutil/dump.c
src/kadmin/dbutil/kdb5_create.c
src/lib/kadm5/srv/svr_policy.c
src/lib/kadm5/srv/svr_principal.c
src/lib/kdb/encrypt_key.c
src/lib/kdb/kdb5.c
src/lib/kdb/kdb_convert.c
src/lib/kdb/kdb_cpw.c
src/lib/kdb/t_stringattr.c
src/plugins/kdb/ldap/ldap_util/kdb5_ldap_realm.c
src/tests/create/kdb5_mkdums.c