aboutsummaryrefslogtreecommitdiff
path: root/src/plugins
AgeCommit message (Expand)AuthorFilesLines
2011-03-09Adjust most C source files to match the new standards for copyrightGreg Hudson56-159/+75
2011-02-25Make dependGreg Hudson5-155/+123
2011-02-09KDC denial of service attacks [MITKRB5-SA-2011-002 CVE-2011-0281 CVE-2011-028...Tom Yu4-17/+30
2011-01-26When building PKINIT against OpenSSL 1.0 or later, use the CMS APIs forGreg Hudson1-46/+93
2011-01-21Fix edge case in LDAP last_admin_unlock processingGreg Hudson1-0/+1
2010-12-20Eliminate some unused variable warningsGreg Hudson1-1/+0
2010-11-30SA-2010-007 Checksum vulnerabilities (CVE-2010-1324 and others)Greg Hudson1-10/+1
2010-11-28Use for loops for recursion in the Windows build, cutting down on theGreg Hudson22-22/+22
2010-11-06After a failed kdb5_util load, make a subsequent load operation workGreg Hudson2-631/+483
2010-11-04Further kdb_db2 code cleanup: make gen_dbsuffix return aGreg Hudson2-55/+30
2010-11-03Simplify kdb_db2's open_db() a little further, avoiding a suspiciousGreg Hudson1-7/+11
2010-11-03Avoid running off the end of the spares array in db2's page_to_oaddr()Greg Hudson1-1/+1
2010-11-02Clean up the DB2 KDB module code a bit, making it more conformant withGreg Hudson1-141/+96
2010-10-24WhitespaceGreg Hudson3-68/+57
2010-10-19SecurID build supportSam Hartman2-2/+19
2010-10-19securID error handling fixSam Hartman2-29/+29
2010-10-19securID code fixesSam Hartman3-18/+35
2010-10-08Encoding cleanup: curly quotes to ASCII quotes, and some ISO-8859-1Tom Yu2-2/+2
2010-10-07Fix a typo in kerberos.ldif. Reported by nalin@redhat.comGreg Hudson1-1/+1
2010-10-07Performance issue in LDAP policy fetchGreg Hudson1-6/+14
2010-10-05Propagate modprinc -unlock from master to slave KDCsGreg Hudson9-5/+93
2010-10-05Add additional NRL copyrightSam Hartman1-0/+13
2010-10-02Copyright statements, whitespace, and other code formattingGreg Hudson3-666/+772
2010-10-01Add empty src/plugins/preauth/securid_sam2/deps to allow build to work againTom Yu1-0/+0
2010-10-01Initial securid2 support.Sam Hartman5-0/+1005
2010-09-30WhitespaceGreg Hudson1-5/+4
2010-09-29make dependSam Hartman1-0/+14
2010-09-29Automated tests for kadm5_hook pluginSam Hartman4-0/+143
2010-09-22Initialize kdb5_ldap_util's context with kadm5_init_krb5_context, likeGreg Hudson1-1/+1
2010-09-16Follow-on to r24315: remove get/set_mkey_list from export list ofGreg Hudson1-2/+0
2010-09-15In the PKINIT OpenSSL crypto code, use a signed int to hold the resultGreg Hudson1-3/+3
2010-09-15Remove dead code from DAL and kdb pluginsSam Hartman8-126/+0
2010-09-15In the PKINIT OpenSSL code, ensure that appropriate cerficiate fieldsGreg Hudson1-0/+2
2010-09-15Use correct CRL stack macros in pkinit OpenSSL code. Patch from OlafGreg Hudson1-3/+3
2010-09-08Make dependGreg Hudson5-137/+137
2010-09-08X509_verify_cert can return without setting cert_ctx.current_cert. IfGreg Hudson1-2/+5
2010-08-24In the LDAP KDB module's populate_krb5_db_entry, fix the checks forGreg Hudson1-2/+2
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 Hudson5-13/+7
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-15Add check_allowed_to_delegate to the DAL with a corresponding libkdb5Greg Hudson10-161/+40
2010-07-15Add refresh_config to the DAL with a corresponding libkdb5 API,Greg Hudson2-0/+2
2010-07-13Addendum to r24185: make audit_as_req return void, since it's anGreg Hudson5-11/+11
2010-07-13Add audit_as_req to the DAL with a corresponding libkdb5 API,Greg Hudson9-48/+36
2010-07-13Add check_policy_as and check_policy_tgs to the DAL table withGreg Hudson9-52/+50
2010-07-12Add check_transited_realms to the DAL table with a correspondingGreg Hudson2-1/+2
2010-07-12Add sign_authdata to the DAL table with a corresponding libkdb5 API,Greg Hudson2-1/+2
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