]> git.ipfire.org Git - thirdparty/krb5.git/commit
Add kadm5_setkey_principal_4 RPC to kadmin
authorSimo Sorce <simo@redhat.com>
Tue, 15 Dec 2015 19:49:22 +0000 (14:49 -0500)
committerGreg Hudson <ghudson@mit.edu>
Fri, 19 Feb 2016 20:39:18 +0000 (15:39 -0500)
commit1d4e83625f1c8cde7638702ab404f4594da3f062
tree6118ec4a219de0714e7bbb26c8488f6bda686412
parent2e9f19882c1e127fd7d9b09f9d6c3331ee638bfd
Add kadm5_setkey_principal_4 RPC to kadmin

This new version of the RPC allows a user to set not only the
keyblocks but also the kvno and the salts of a key.

ticket: 8355 (new)
12 files changed:
src/kadmin/server/kadm_rpc_svc.c
src/kadmin/server/server_stubs.c
src/lib/kadm5/admin.h
src/lib/kadm5/admin_xdr.h
src/lib/kadm5/clnt/client_principal.c
src/lib/kadm5/clnt/client_rpc.c
src/lib/kadm5/clnt/libkadm5clnt_mit.exports
src/lib/kadm5/kadm_err.et
src/lib/kadm5/kadm_rpc.h
src/lib/kadm5/kadm_rpc_xdr.c
src/lib/kadm5/srv/libkadm5srv_mit.exports
src/lib/kadm5/srv/svr_principal.c