aboutsummaryrefslogtreecommitdiff
path: root/src/plugins
AgeCommit message (Expand)AuthorFilesLines
2011-09-05Initialize some more variablesKen Raeburn1-1/+1
2011-09-05Fix "may be used uninitialized" warnings in db2 code, even though allKen Raeburn6-9/+11
2011-09-05Silence various "may be used uninitialized" warnings from GCC causedKen Raeburn1-1/+1
2011-09-05Change output type of pkinit_init_kdc_req_context so as not to requireKen Raeburn1-3/+3
2011-09-04Reindent per krb5-batch-reindent.el.Ken Raeburn5-59/+61
2011-09-04Get rid of variables triggering gcc's "defined but not used"Ken Raeburn3-12/+0
2011-08-10Clean up some ldap #define'sZhanna Tsitkov5-11/+7
2011-07-26Define KRB5_TL_DB_ARGS unconditionally in kdb.hGreg Hudson1-3/+0
2011-07-01make dependEzra Peisach1-20/+26
2011-06-28Get static linking working again, mostlyGreg Hudson2-4/+2
2011-06-23Fix multiple libkdb_ldap memory leaksGreg Hudson4-43/+40
2011-06-23Use AI_ADDRCONFIG for more efficient getaddrinfoGreg Hudson1-0/+1
2011-06-17Convert preauth_plugin.h to new plugin frameworkGreg Hudson11-328/+389
2011-06-10Add setlocale() calls to main functionsGreg Hudson1-0/+1
2011-06-10Mark up strings for translationGreg Hudson21-431/+541
2011-04-01only reset greeting if provided attribute is urn:greet:greetingLuke Howard1-0/+3
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