summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
...
* Fix multiple libkdb_ldap memory leaksGreg Hudson2011-06-234-43/+40
* Use AI_ADDRCONFIG for more efficient getaddrinfoGreg Hudson2011-06-231-0/+1
* Convert preauth_plugin.h to new plugin frameworkGreg Hudson2011-06-1711-328/+389
* Add setlocale() calls to main functionsGreg Hudson2011-06-101-0/+1
* Mark up strings for translationGreg Hudson2011-06-1021-431/+541
* only reset greeting if provided attribute is urn:greet:greetingLuke Howard2011-04-011-0/+3
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-0956-159/+75
* Make dependGreg Hudson2011-02-255-155/+123
* KDC denial of service attacks [MITKRB5-SA-2011-002 CVE-2011-0281 CVE-2011-028...Tom Yu2011-02-094-17/+30
* When building PKINIT against OpenSSL 1.0 or later, use the CMS APIs forGreg Hudson2011-01-261-46/+93
* Fix edge case in LDAP last_admin_unlock processingGreg Hudson2011-01-211-0/+1
* Eliminate some unused variable warningsGreg Hudson2010-12-201-1/+0
* SA-2010-007 Checksum vulnerabilities (CVE-2010-1324 and others)Greg Hudson2010-11-301-10/+1
* Use for loops for recursion in the Windows build, cutting down on theGreg Hudson2010-11-2822-22/+22
* After a failed kdb5_util load, make a subsequent load operation workGreg Hudson2010-11-062-631/+483
* Further kdb_db2 code cleanup: make gen_dbsuffix return aGreg Hudson2010-11-042-55/+30
* Simplify kdb_db2's open_db() a little further, avoiding a suspiciousGreg Hudson2010-11-031-7/+11
* Avoid running off the end of the spares array in db2's page_to_oaddr()Greg Hudson2010-11-031-1/+1
* Clean up the DB2 KDB module code a bit, making it more conformant withGreg Hudson2010-11-021-141/+96
* WhitespaceGreg Hudson2010-10-243-68/+57
* SecurID build supportSam Hartman2010-10-192-2/+19
* securID error handling fixSam Hartman2010-10-192-29/+29
* securID code fixesSam Hartman2010-10-193-18/+35
* Encoding cleanup: curly quotes to ASCII quotes, and some ISO-8859-1Tom Yu2010-10-082-2/+2
* Fix a typo in kerberos.ldif. Reported by nalin@redhat.comGreg Hudson2010-10-071-1/+1
* Performance issue in LDAP policy fetchGreg Hudson2010-10-071-6/+14
* Propagate modprinc -unlock from master to slave KDCsGreg Hudson2010-10-059-5/+93
* Add additional NRL copyrightSam Hartman2010-10-051-0/+13
* Copyright statements, whitespace, and other code formattingGreg Hudson2010-10-023-666/+772
* 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