aboutsummaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)AuthorFilesLines
2010-10-02Be more parsimonious with /dev/random when using the NSS PRNGnssGreg Hudson1-3/+6
2010-10-02Make the NSS back end compile and work again in the presence of theGreg Hudson6-18/+197
2010-09-30Merge r24242:24397 from trunk to branches/nss. This will break theGreg Hudson186-3040/+11072
2010-09-30Wrap cached symkeys in a structure containing the current pid, so thatGreg Hudson1-16/+41
2010-09-30Apply Red Hat copyright and license statements (using the one fromGreg Hudson14-365/+385
2010-09-30Follow-up to r24365: call both PK11_Finalize and PK11_DestroyContextGreg Hudson1-5/+16
2010-09-29Make DO_FAST_XOR code unconditional in the NSS back endGreg Hudson1-6/+0
2010-09-29Make USE_OPAQUE_KEYS unconditional in the NSS back endGreg Hudson1-28/+0
2010-09-29Remove NSS_LOOKUP_STRING code since we aren't likely to need itGreg Hudson1-26/+0
2010-09-28Clean up hash and digest contexts in the back end to avoid refcountGreg Hudson2-2/+2
2010-09-28Use the PK11_DestroyContext() instead of PK11_Finalize() to destroyGreg Hudson1-1/+1
2010-09-27Use the PK11_DestroyContext() instead of PK11_Finalize() to destroyGreg Hudson1-6/+6
2010-09-27Revert unintended change in last commit to k5_nss_init()Greg Hudson1-1/+1
2010-09-27Fix cleanup handler in k5_nss_init to return an error if there is oneGreg Hudson1-2/+2
2010-09-26When using stream ciphers with NSS, use a loopback pointer instead ofGreg Hudson1-15/+37
2010-09-25When NSS is the crypto implementation, use the NSS PRNG. Avoids theGreg Hudson3-12/+81
2010-09-25In the NSS crypto back end, add mutex protection and fork protectionGreg Hudson6-25/+149
2010-09-11In the NSS mit_des_string_to_key_int, zero out pbe_params beforeGreg Hudson1-0/+1
2010-08-21Style pass over the NSS back endGreg Hudson24-664/+627
2010-08-19Remove unneeded file in NSS back endGreg Hudson1-3/+0
2010-08-19Make NSS back-end build when the build directory is separate from theGreg Hudson2-2/+2
2010-08-19Merge changes from branches/krb5-1-8-nss. Omit the t_encrypt.c changesGreg Hudson46-1/+3561
2010-08-19Allow krb5_gss_register_acceptor_identity to unset keytab nameGreg Hudson2-10/+8
2010-08-12Add GIC option for password/account expiration callbackGreg Hudson6-24/+227
2010-08-12Remove two unused source files in lib/gssapi/genericGreg Hudson2-118/+0
2010-08-10Move the password expiry warning code out ofGreg Hudson1-84/+92
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