summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
...
* Add empty src/plugins/preauth/securid_sam2/deps to allow build to work againTom Yu2010-10-011-0/+0
* Initial securid2 support.Sam Hartman2010-10-015-0/+1005
* WhitespaceGreg Hudson2010-09-301-5/+4
* make dependSam Hartman2010-09-291-0/+14
* Automated tests for kadm5_hook pluginSam Hartman2010-09-294-0/+143
* Initialize kdb5_ldap_util's context with kadm5_init_krb5_context, likeGreg Hudson2010-09-221-1/+1
* Follow-on to r24315: remove get/set_mkey_list from export list ofGreg Hudson2010-09-161-2/+0
* In the PKINIT OpenSSL crypto code, use a signed int to hold the resultGreg Hudson2010-09-151-3/+3
* Remove dead code from DAL and kdb pluginsSam Hartman2010-09-158-126/+0
* In the PKINIT OpenSSL code, ensure that appropriate cerficiate fieldsGreg Hudson2010-09-151-0/+2
* Use correct CRL stack macros in pkinit OpenSSL code. Patch from OlafGreg Hudson2010-09-151-3/+3
* Make dependGreg Hudson2010-09-085-137/+137
* X509_verify_cert can return without setting cert_ctx.current_cert. IfGreg Hudson2010-09-081-2/+5
* In the LDAP KDB module's populate_krb5_db_entry, fix the checks forGreg Hudson2010-08-241-2/+2
* 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-215-13/+7
* 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
* Add check_allowed_to_delegate to the DAL with a corresponding libkdb5Greg Hudson2010-07-1510-161/+40
* Add refresh_config to the DAL with a corresponding libkdb5 API,Greg Hudson2010-07-152-0/+2
* Addendum to r24185: make audit_as_req return void, since it's anGreg Hudson2010-07-135-11/+11
* Add audit_as_req to the DAL with a corresponding libkdb5 API,Greg Hudson2010-07-139-48/+36
* Add check_policy_as and check_policy_tgs to the DAL table withGreg Hudson2010-07-139-52/+50
* Add check_transited_realms to the DAL table with a correspondingGreg Hudson2010-07-122-1/+2
* Add sign_authdata to the DAL table with a corresponding libkdb5 API,Greg Hudson2010-07-122-1/+2
* 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
* Create a KRB5_KDB_FLAG_ALIAS_OK to control whether plugin modulesGreg Hudson2010-07-081-25/+1
* Remove count parameters from get_principal, put_principal,Greg Hudson2010-07-0617-836/+736
* Follow-on to r24168: in kdb5_ldap_util, indirect throughGreg Hudson2010-07-041-5/+5
* Use KRB5_PLUGIN_OP_NOTSUPP uniformly as the error code for operationsGreg Hudson2010-07-032-2/+2
* Remove return value from void functionKen Raeburn2010-07-031-1/+0
* Remove store_master_key from the DAL table, and implementGreg Hudson2010-07-022-2/+1
* Make krb5_db_free_principal and krb5_db_free_mkey_list return void.Greg Hudson2010-07-025-9/+9
* Remove verify_master_key from the DAL table, as well as its associatedGreg Hudson2010-07-022-2/+1
* Remove db_ and similar prefixes from DAL function names, forGreg Hudson2010-07-028-190/+168
* Rename krb5_dbekd_encrypt_key_data and krb5_dbekd_decrypt_key_data toGreg Hudson2010-07-021-12/+8
* Remove setup_master_key_name from the DAL table as it was not usedGreg Hudson2010-07-022-2/+1
* Remove the set_master_key and get_master_key DAL interfaces and theirGreg Hudson2010-07-0210-169/+22
* Follow-up to r24157: return correctly from krb5_ldap_lib_init() ifGreg Hudson2010-07-021-0/+1
* Follow-on to r24157: pass KRB5_KDB_DAL_VERSION to krb5_ldap_lib_init()Greg Hudson2010-07-021-1/+1
* Remove errcode_2_string and release_errcode_string from the DAL table,Greg Hudson2010-07-024-22/+0
* Remove db_supported_realms and db_free_supported_realms from the DALGreg Hudson2010-07-025-28/+0
* DAL improvementsGreg Hudson2010-07-023-4/+8
* In PKINIT, notice if DH_compute_key() returns a value less than theGreg Hudson2010-06-141-2/+18
* Adjust the PKINIT DH debugging code:Greg Hudson2010-06-141-7/+8
* make dependGreg Hudson2010-06-075-179/+189
* Update dependenciesKen Raeburn2010-05-161-14/+14
* Add lockout-related performance tuning variablesGreg Hudson2010-05-106-39/+124
* Make KADM5_FAIL_AUTH_COUNT_INCREMENT more robust with LDAPGreg Hudson2010-05-101-22/+29