aboutsummaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)AuthorFilesLines
2010-08-03Massage the CCM encrypt/decrypt code. Mostly minor comment and styleGreg Hudson1-110/+100
2010-08-02Rename derive_random_sp800_cmac to include the full name of the NISTGreg Hudson1-12/+20
2010-08-02Parameterize krb5int_derive_random() instead of guessing whichGreg Hudson14-74/+91
2010-07-30Fix/clarify some comments in the CMAC test program and untabify itGreg Hudson1-12/+13
2010-07-30Add comments to the CMAC implementation relating it to specific stepsGreg Hudson4-14/+168
2010-07-30Remove some unnecessary casts in the camellia-ccm code. (make_dataGreg Hudson2-10/+10
2010-07-29Merge and edit some of the changes from r23983 of trunk to r24216 ofGreg Hudson48-290/+5254
2010-07-26Use xdr_int32 instead of xdr_u_int in xdr_krb5_enctype(), sinceGreg Hudson1-1/+1
2010-07-26Fix XDR decoding of large values in xdr_u_intGreg Hudson1-1/+1
2010-07-21Revert the part of r24157 which added the dal_version argument to theGreg Hudson1-2/+8
2010-07-19Allow Microsoft HMAC-MD5 checksum types to use non-RC4 keysGreg Hudson2-4/+6
2010-07-15Add check_allowed_to_delegate to the DAL with a corresponding libkdb5Greg Hudson2-11/+11
2010-07-15Add refresh_config to the DAL with a corresponding libkdb5 API,Greg Hudson2-0/+13
2010-07-13Addendum to r24185: make audit_as_req return void, since it's anGreg Hudson1-7/+4
2010-07-13Add audit_as_req to the DAL with a corresponding libkdb5 API,Greg Hudson2-0/+18
2010-07-13Add check_policy_as and check_policy_tgs to the DAL table withGreg Hudson2-0/+41
2010-07-12Add check_transited_realms to the DAL table with a correspondingGreg Hudson2-0/+19
2010-07-12Add sign_authdata to the DAL table with a corresponding libkdb5 API,Greg Hudson2-0/+25
2010-07-08Fix a memory leak in libkadm5clnt's get_init_creds()Greg Hudson1-4/+3
2010-07-08Create a KRB5_KDB_FLAG_ALIAS_OK to control whether plugin modulesGreg Hudson1-1/+2
2010-07-06Remove count parameters from get_principal, put_principal,Greg Hudson14-967/+767
2010-07-03In kdb5.c, simplify the code for getting the profile config sectionGreg Hudson1-93/+54
2010-07-03Remove assertions for non-nullity of init_module and fini_module inGreg Hudson1-3/+0
2010-07-03Make the APIs for iterate, get_master_key_list, set_master_key_list,Greg Hudson2-38/+14
2010-07-03Use KRB5_PLUGIN_OP_NOTSUPP uniformly as the error code for operationsGreg Hudson1-19/+19
2010-07-02Remove store_master_key from the DAL table, and implementGreg Hudson3-29/+6
2010-07-02Make krb5_db_free_principal and krb5_db_free_mkey_list return void.Greg Hudson1-8/+4
2010-07-02Remove verify_master_key from the DAL table, as well as its associatedGreg Hudson4-89/+0
2010-07-02Remove db_ and similar prefixes from DAL function names, forGreg Hudson1-55/+54
2010-07-02Rename krb5_dbekd_encrypt_key_data and krb5_dbekd_decrypt_key_data toGreg Hudson9-82/+68
2010-07-02Remove the set_master_key and get_master_key DAL interfaces and theirGreg Hudson4-53/+0
2010-07-02Remove errcode_2_string and release_errcode_string from the DAL table,Greg Hudson1-104/+29
2010-07-02Remove db_supported_realms and db_free_supported_realms from the DALGreg Hudson1-32/+0
2010-07-02DAL improvementsGreg Hudson3-3/+5
2010-06-30Factor out a common socket creation sequence in net-server.c, whichGreg Hudson1-116/+67
2010-06-30Eliminate warnings in net-server.cGreg Hudson1-8/+8
2010-06-30Improve coding style conformance in net-server.cGreg Hudson1-131/+155
2010-06-26Fix a bug in r24147 where svctcp_create() was passing the wrong lengthGreg Hudson1-1/+1
2010-06-26Make kadmin work over IPv6Greg Hudson6-45/+145
2010-06-25Adjust function names and declarations in libkadm5's client_init.c; inGreg Hudson1-149/+95
2010-06-25Simplify the iprop conditionalization of _kadm5_init_any()Greg Hudson1-25/+19
2010-06-21Make OFFLINE!=no work againTom Yu1-6/+9
2010-06-21Add correct error table when initializing gss-krb5Greg Hudson1-1/+1
2010-06-18only test t_locate_kdc if known-good DNS name is presentTom Yu1-6/+20
2010-06-11Remove the code for krb5_append_addresses(), which was never used andGreg Hudson1-58/+0
2010-06-11Eliminate actx_copy_addr in auth_con.c; use krb5_copy_addr insteadGreg Hudson1-23/+6
2010-06-10In yarrow.c, undefine k5-trace.h's TRACE before defining it to avoid aGreg Hudson1-0/+1
2010-06-10Fix a couple of minor defects in trace.cGreg Hudson1-3/+2
2010-06-08Stop checking the current time against the context expiration time inGreg Hudson3-29/+3
2010-06-08Stop checking the current time against the context expiration time inGreg Hudson1-14/+0