aboutsummaryrefslogtreecommitdiff
path: root/src/lib/kadm5/kadm_rpc_xdr.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-06Ensure array count consistency in kadm5 RPCGreg Hudson1-3/+8
2020-04-08Fix typos in commentsGreg Hudson1-1/+1
2020-01-05Fix xdr_bytes() strict-aliasing violationsGreg Hudson1-3/+5
2019-05-28Remove support for single-DES and CRCRobbie Harwood1-10/+0
2019-04-11Remove kadmin RPC support for setting v4 keyRobbie Harwood1-19/+0
2016-02-19Add get_principal_keys RPC to kadminSimo Sorce1-0/+34
2016-02-19Add kadm5_setkey_principal_4 RPC to kadminSimo Sorce1-0/+35
2016-01-27Verify decoded kadmin C strings [CVE-2015-8629]Greg Hudson1-1/+8
2015-04-15Expand kadmin protocol kvno rangeGreg Hudson1-14/+1
2015-04-15Use unsigned 16-bit type for key data kvnoGreg Hudson1-1/+1
2015-02-04Fix kadm5/gssrpc XDR double free [CVE-2014-9421]Greg Hudson1-0/+2
2013-06-07Fix various warningsGreg Hudson1-1/+2
2012-07-30Policy extensions + new policy: allowed ks typesNicolas Williams1-6/+34
2011-09-21Add kadmin functionality for string attributesGreg Hudson1-0/+69
2010-10-08Add a kadm5 RPC for purging old keys from the KDB (e.g., fromTom Yu1-0/+16
2010-07-26Use xdr_int32 instead of xdr_u_int in xdr_krb5_enctype(), sinceGreg Hudson1-1/+1
2009-11-04Reindent and manually restore some BSD-style files that wereTom Yu1-2/+3
2009-10-31make mark-cstyleTom Yu1-15/+15
2009-10-25Account lockoutGreg Hudson1-11/+40
2009-08-13Remove kadmin v1 API supportGreg Hudson1-92/+44
2009-02-06Do not assume sizeof(bool_t) == sizeof(krb5_boolean)Ezra Peisach1-3/+26
2009-02-02Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn1-2/+2
2006-05-16* lib/kadm5/alt_prof.c (kadm5_get_config_params): Replace filename andKen Raeburn1-1/+1
2006-04-13Partial merge from Novell LDAP integration branch, not including theKen Raeburn1-84/+0
2005-11-18Fix additional cases where krb5.h is included before k5-int.h. In most cases,Ken Raeburn1-1/+1
2005-06-21Novell Database Abstraction Layer merge.Ken Raeburn1-1/+91
2004-06-25more namespace cleanup: remove uses of rpc_int32 and rpc_u_int32Tom Yu1-8/+8
2001-07-25 * kadm_rpc_xdr.c: Add xdr_krb5_ui_2.Ezra Peisach1-1/+25
2001-02-18 * server_internal.h: Add prototype forEzra Peisach1-0/+1
2000-02-27Remove keepold argument from create_principal_3, since it is ratherTom Yu1-3/+0
2000-02-19 * kadm_rpc_xdr.c (xdr_chpass3_arg):Tom Yu1-2/+2
2000-02-14Add client-side stubs and functions with additional capabilities toTom Yu1-2/+122
1998-02-14 * admin.h:Tom Yu1-7/+1
1997-07-01 * kadm_rpc.h, kadm_rpc_xdr.c: Add support for setv4keyTom Yu1-0/+19
1997-04-23add kadm5_setkey_principalBarry Jaspan1-0/+17
1996-11-11 * kadm_rpc_xdr.c: fix memory leak handling key_data and tl_dataBarry Jaspan1-2/+31
1996-11-06 * kadm_rpc_xdr.c (xdr_krb5_principal): handle a NULL principalBarry Jaspan1-8/+13
1996-10-18 * kadm_rpc_xdr.c, misc_free.c, server_internal.h: include stdlib.hBarry Jaspan1-1/+1
1996-08-02 * alt_prof.c (kadm5_get_config_params): alloc enough bytes forBarry Jaspan1-0/+2
1996-07-22this commit includes all the changes on the OV_9510_INTEGRATION andMarc Horowitz1-0/+830