aboutsummaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)AuthorFilesLines
2010-08-31For the password quality interface:Greg Hudson6-11/+18
2010-08-28Revise the password quality pluggable interface to match the projectGreg Hudson8-136/+388
2010-08-28Pull in r24264 from trunk to fix a make check build issueGreg Hudson1-1/+1
2010-08-26Create specific error codes for plugin-related failures, now that weGreg Hudson4-6/+13
2010-08-26Merge trunk changes from r24202 to r24258 to plugins2 branchGreg Hudson15-220/+356
2010-07-29On the plugins2 branch, improve the generic plugin support so that itGreg Hudson1-80/+64
2010-07-26In the plugins2 branch, untabify new files which accidentally usedGreg Hudson4-114/+114
2010-07-26In the plugins2 branch, rename "init" to "initvt" in all reference toGreg Hudson6-24/+24
2010-07-23On the plugins2 branch, add a comment to pwqual_dict.c labeling thatGreg Hudson1-0/+2
2010-07-22Proof of concept code for a candidate plugin frameworkGreg Hudson14-361/+944
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