aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2010-09-01Expand the pwqual_plugin.h documentation to tell module implementorsplugins2Greg Hudson1-1/+7
2010-08-31Adjust password quality interface documentation slightlyGreg Hudson1-3/+3
2010-08-31Add documentation of the plugins section to krb5.conf.M andGreg Hudson1-0/+56
2010-08-31For the password quality interface:Greg Hudson7-16/+31
2010-08-30Bring back <kadm5/admin.h> as a dependency of <krb5/pwqual_plugin.h> soGreg Hudson1-1/+6
2010-08-28Revise the password quality pluggable interface to match the projectGreg Hudson9-142/+394
2010-08-28Pull in r24264 from trunk to fix a make check build issueGreg Hudson1-1/+1
2010-08-27Add documentation to k5-int.h aimed at developers of new pluggableGreg Hudson2-1/+83
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 Hudson27-256/+650
2010-07-29On the plugins2 branch, improve the generic plugin support so that itGreg Hudson1-80/+64
2010-07-26On the plugins2 branch, use function typedefs in pwqual_plugin.h soGreg Hudson1-14/+25
2010-07-26In the plugins2 branch, untabify new files which accidentally usedGreg Hudson5-116/+116
2010-07-26In the plugins2 branch, rename "init" to "initvt" in all reference toGreg Hudson8-38/+38
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 Hudson18-361/+1111
2010-07-21Addendum to r24200: fix kdb5_ldap_util call site ofGreg Hudson1-1/+1
2010-07-21Revert the part of r24157 which added the dal_version argument to theGreg Hudson7-20/+19
2010-07-20Get the kdb_hdb module to compile again. Probably still buggy,Greg Hudson4-293/+161
2010-07-19In kdb5_util's kdb5_ldap_create(), add back the assignment ofGreg Hudson1-0/+1
2010-07-19Allow Microsoft HMAC-MD5 checksum types to use non-RC4 keysGreg Hudson2-4/+6
2010-07-19In the DAL documentation, describe how a module can supply referralGreg Hudson1-1/+4
2010-07-15Add check_allowed_to_delegate to the DAL with a corresponding libkdb5Greg Hudson14-236/+72
2010-07-15Addendum to r24182: Fix a comment referencing the db_invokeGreg Hudson1-4/+2
2010-07-15Add refresh_config to the DAL with a corresponding libkdb5 API,Greg Hudson6-9/+25
2010-07-13Addendum to r24185: make audit_as_req return void, since it's anGreg Hudson8-33/+24
2010-07-13Add audit_as_req to the DAL with a corresponding libkdb5 API,Greg Hudson13-103/+77
2010-07-13Add check_policy_as and check_policy_tgs to the DAL table withGreg Hudson14-174/+156
2010-07-12Add check_transited_realms to the DAL table with a correspondingGreg Hudson6-40/+40
2010-07-12Add sign_authdata to the DAL table with a corresponding libkdb5 API,Greg Hudson8-116/+111
2010-07-09Addendum to r24180: make sure osa_adb_get_policy sets its outputGreg Hudson1-0/+1
2010-07-09Improve output variable handling of osa_adb_get_policy() in the db2Greg Hudson1-19/+20
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 Hudson5-36/+20
2010-07-07Add a missing break in the parsing of krb5kdc's -P option. ReportedGreg Hudson1-0/+1
2010-07-06Remove count parameters from get_principal, put_principal,Greg Hudson45-2504/+1908
2010-07-04Follow-on to r24168: in kdb5_ldap_util, indirect throughGreg Hudson1-5/+5
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 Hudson3-62/+24
2010-07-03Use KRB5_PLUGIN_OP_NOTSUPP uniformly as the error code for operationsGreg Hudson7-35/+33
2010-07-03Remove return value from void functionKen Raeburn1-1/+0
2010-07-02Remove store_master_key from the DAL table, and implementGreg Hudson6-52/+7
2010-07-02Make krb5_db_free_principal and krb5_db_free_mkey_list return void.Greg Hudson7-25/+18
2010-07-02Remove verify_master_key from the DAL table, as well as its associatedGreg Hudson12-152/+22
2010-07-02Remove db_ and similar prefixes from DAL function names, forGreg Hudson10-303/+279
2010-07-02Rename krb5_dbekd_encrypt_key_data and krb5_dbekd_decrypt_key_data toGreg Hudson20-190/+145
2010-07-02Remove setup_master_key_name from the DAL table as it was not usedGreg Hudson3-8/+1
2010-07-02Remove the set_master_key and get_master_key DAL interfaces and theirGreg Hudson18-269/+24
2010-07-02Follow-up to r24157: return correctly from krb5_ldap_lib_init() ifGreg Hudson1-0/+1