aboutsummaryrefslogtreecommitdiff
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 Hudson2-5/+6
2010-08-31Add documentation of the plugins section to krb5.conf.M andGreg Hudson3-2/+120
2010-08-31For the password quality interface:Greg Hudson8-18/+37
2010-08-30Bring back <kadm5/admin.h> as a dependency of <krb5/pwqual_plugin.h> soGreg Hudson2-2/+6
2010-08-29Update the plugins2 branch documentationGreg Hudson1-19/+18
2010-08-29Update sample password quality module to match new interface. WorkGreg Hudson1-1/+2
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-27In the design section of the plugins2 branch documentation, mentionGreg Hudson1-0/+4
2010-08-26Create specific error codes for plugin-related failures, now that weGreg Hudson6-12/+14
2010-08-26Merge trunk changes from r24202 to r24258 to plugins2 branchGreg Hudson28-256/+665
2010-08-24k5_ as an internal prefix is now formally okay, so remove that bulletGreg Hudson1-6/+0
2010-07-29On the plugins2 branch, improve the generic plugin support so that itGreg Hudson2-100/+81
2010-07-26On the plugins2 branch, use function typedefs in pwqual_plugin.h soGreg Hudson2-24/+25
2010-07-26In the plugins2 branch, untabify new files which accidentally usedGreg Hudson6-130/+130
2010-07-26In the plugins2 branch, rename "init" to "initvt" in all reference toGreg Hudson10-54/+47
2010-07-23Add another note to the "What's wrong with this branch" section of theGreg Hudson1-0/+5
2010-07-23On the plugins2 branch, add a comment to pwqual_dict.c labeling thatGreg Hudson1-0/+2
2010-07-23Fix a typo in the plugins2 README.BRANCH file and flesh out theGreg Hudson1-1/+24
2010-07-22Proof of concept code for a candidate plugin frameworkGreg Hudson21-361/+1483
2010-07-22Create a branch for a proof of concept of a second candidate pluginGreg Hudson0-0/+0
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