summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Expand the pwqual_plugin.h documentation to tell module implementorsplugins2Greg Hudson2010-09-011-1/+7
* Adjust password quality interface documentation slightlyGreg Hudson2010-08-312-5/+6
* Add documentation of the plugins section to krb5.conf.M andGreg Hudson2010-08-313-2/+120
* For the password quality interface:Greg Hudson2010-08-318-18/+37
* Bring back <kadm5/admin.h> as a dependency of <krb5/pwqual_plugin.h> soGreg Hudson2010-08-302-2/+6
* Update the plugins2 branch documentationGreg Hudson2010-08-291-19/+18
* Update sample password quality module to match new interface. WorkGreg Hudson2010-08-291-1/+2
* Revise the password quality pluggable interface to match the projectGreg Hudson2010-08-289-142/+394
* Pull in r24264 from trunk to fix a make check build issueGreg Hudson2010-08-281-1/+1
* Add documentation to k5-int.h aimed at developers of new pluggableGreg Hudson2010-08-272-1/+83
* In the design section of the plugins2 branch documentation, mentionGreg Hudson2010-08-271-0/+4
* Create specific error codes for plugin-related failures, now that weGreg Hudson2010-08-266-12/+14
* Merge trunk changes from r24202 to r24258 to plugins2 branchGreg Hudson2010-08-2628-256/+665
* k5_ as an internal prefix is now formally okay, so remove that bulletGreg Hudson2010-08-241-6/+0
* On the plugins2 branch, improve the generic plugin support so that itGreg Hudson2010-07-292-100/+81
* On the plugins2 branch, use function typedefs in pwqual_plugin.h soGreg Hudson2010-07-262-24/+25
* In the plugins2 branch, untabify new files which accidentally usedGreg Hudson2010-07-266-130/+130
* In the plugins2 branch, rename "init" to "initvt" in all reference toGreg Hudson2010-07-2610-54/+47
* Add another note to the "What's wrong with this branch" section of theGreg Hudson2010-07-231-0/+5
* On the plugins2 branch, add a comment to pwqual_dict.c labeling thatGreg Hudson2010-07-231-0/+2
* Fix a typo in the plugins2 README.BRANCH file and flesh out theGreg Hudson2010-07-231-1/+24
* Proof of concept code for a candidate plugin frameworkGreg Hudson2010-07-2221-361/+1483
* Create a branch for a proof of concept of a second candidate pluginGreg Hudson2010-07-220-0/+0
* Addendum to r24200: fix kdb5_ldap_util call site ofGreg Hudson2010-07-211-1/+1
* Revert the part of r24157 which added the dal_version argument to theGreg Hudson2010-07-217-20/+19
* Get the kdb_hdb module to compile again. Probably still buggy,Greg Hudson2010-07-204-293/+161
* In kdb5_util's kdb5_ldap_create(), add back the assignment ofGreg Hudson2010-07-191-0/+1
* Allow Microsoft HMAC-MD5 checksum types to use non-RC4 keysGreg Hudson2010-07-192-4/+6
* In the DAL documentation, describe how a module can supply referralGreg Hudson2010-07-191-1/+4
* Add check_allowed_to_delegate to the DAL with a corresponding libkdb5Greg Hudson2010-07-1514-236/+72
* Addendum to r24182: Fix a comment referencing the db_invokeGreg Hudson2010-07-151-4/+2
* Add refresh_config to the DAL with a corresponding libkdb5 API,Greg Hudson2010-07-156-9/+25
* Addendum to r24185: make audit_as_req return void, since it's anGreg Hudson2010-07-138-33/+24
* Add audit_as_req to the DAL with a corresponding libkdb5 API,Greg Hudson2010-07-1313-103/+77
* Add check_policy_as and check_policy_tgs to the DAL table withGreg Hudson2010-07-1314-174/+156
* Add check_transited_realms to the DAL table with a correspondingGreg Hudson2010-07-126-40/+40
* Add sign_authdata to the DAL table with a corresponding libkdb5 API,Greg Hudson2010-07-128-116/+111
* Addendum to r24180: make sure osa_adb_get_policy sets its outputGreg Hudson2010-07-091-0/+1
* Improve output variable handling of osa_adb_get_policy() in the db2Greg Hudson2010-07-091-19/+20
* Fix a memory leak in libkadm5clnt's get_init_creds()Greg Hudson2010-07-081-4/+3
* Create a KRB5_KDB_FLAG_ALIAS_OK to control whether plugin modulesGreg Hudson2010-07-085-36/+20
* Add a missing break in the parsing of krb5kdc's -P option. ReportedGreg Hudson2010-07-071-0/+1
* Remove count parameters from get_principal, put_principal,Greg Hudson2010-07-0645-2504/+1908
* Follow-on to r24168: in kdb5_ldap_util, indirect throughGreg Hudson2010-07-041-5/+5
* In kdb5.c, simplify the code for getting the profile config sectionGreg Hudson2010-07-031-93/+54
* Remove assertions for non-nullity of init_module and fini_module inGreg Hudson2010-07-031-3/+0
* Make the APIs for iterate, get_master_key_list, set_master_key_list,Greg Hudson2010-07-033-62/+24
* Use KRB5_PLUGIN_OP_NOTSUPP uniformly as the error code for operationsGreg Hudson2010-07-037-35/+33
* Remove return value from void functionKen Raeburn2010-07-031-1/+0
* Remove store_master_key from the DAL table, and implementGreg Hudson2010-07-026-52/+7