aboutsummaryrefslogtreecommitdiff
path: root/src/plugins
AgeCommit message (Expand)AuthorFilesLines
2013-06-07Fix various warningsGreg Hudson11-53/+46
2013-05-31Fix warnings in dbtest.cGilles Espinasse1-20/+38
2013-05-31Link dbtest with libkrb5supportGreg Hudson1-2/+2
2013-05-16Reduce boilerplate in makefilesGreg Hudson17-182/+4
2013-05-14Assume mutex locking cannot failGreg Hudson4-31/+13
2013-05-13Fixes for leaking of refcounted resourcesNalin Dahyabhai1-11/+22
2013-05-13In PKINIT NSS crypto, support encrypted PEM keysNalin Dahyabhai1-0/+26
2013-05-13Get better at locating the just-loaded certificateNalin Dahyabhai1-58/+35
2013-05-13In PKINIT NSS crypto code, load certificates firstNalin Dahyabhai1-61/+62
2013-05-10When DEBUG=1, log why we fail to log in to a tokenNalin Dahyabhai1-4/+6
2013-05-10Traverse tokens like we do with OpenSSL for NSSNalin Dahyabhai1-15/+14
2013-05-10Only call SEC_PKCS12DecoderFinish() onceNalin Dahyabhai1-1/+0
2013-05-10Make the text of NSS's prompts look like OpenSSL'sNalin Dahyabhai1-4/+8
2013-05-10Don't fail if a candidate certificate has no SANsNalin Dahyabhai1-6/+2
2013-05-10Fix type mismatch in db2_exp.cGreg Hudson1-1/+1
2013-05-08Improve LDAP password file error messagesGreg Hudson1-2/+6
2013-05-08Make reassembled PKCS11 names parseableNalin Dahyabhai2-10/+10
2013-05-08Fix a typo that caused us to not skip removing "."Nalin Dahyabhai1-1/+1
2013-05-08Remove some apparently-accidental debug whitespaceNalin Dahyabhai2-4/+4
2013-04-18Use macro for IANA assigned PA-AS-CHECKSUM numberZhanna Tsitkov2-4/+5
2013-04-12Allow config of dh_min_bits < 2048Tom Yu2-3/+5
2013-04-12Simplify pkinit_check_dh_paramsTom Yu1-67/+47
2013-04-12Ignore missing Q in dh_paramsTom Yu1-4/+4
2013-04-08Avoid passing null pointers to memcpy/memcmpGreg Hudson1-1/+2
2013-03-29Simplify krb5_ldap_readpasswordGreg Hudson1-19/+2
2013-03-28Fix kdb_ldap_create_principal cleanupGreg Hudson1-2/+2
2013-03-28Fix more password_policy cleanup codeGreg Hudson1-11/+6
2013-03-28Get rid of krb5_xfreeGreg Hudson2-23/+23
2013-03-28Fix krb5_ldap_put_password_policy cleanupGreg Hudson1-3/+2
2013-03-28Init output parameter of krb5_decode_princ_entryGreg Hudson1-0/+2
2013-03-24make dependGreg Hudson6-131/+118
2013-03-15Add PEM password prompter callback in PKINITNalin Dahyabhai1-3/+45
2013-03-15Eliminate unused variablesGreg Hudson1-1/+1
2013-03-11Initialize status in krb5_ldap_parse_db_paramsGreg Hudson1-1/+1
2013-03-11Remove stray include in localauth_plugin.hGreg Hudson1-15/+6
2013-03-09Add tests for localauth interfaceGreg Hudson4-0/+223
2013-02-27Add missing .gitignore entries and clean rulesGreg Hudson1-1/+1
2013-02-15Cleaner fix for #7570Ben Kaduk1-4/+2
2013-02-15PKINIT null pointer deref [CVE-2013-1415]Xi Wang1-2/+1
2013-02-14Modernize k5bufGreg Hudson4-49/+39
2013-02-09Add and use k5memdup, k5memdup0 helpersGreg Hudson5-38/+21
2013-02-01Simplify LDAP password decodingGreg Hudson2-113/+45
2013-01-31Remove partial LDAP client cert supportGreg Hudson4-138/+40
2013-01-29Fix prepend_err_str in LDAP KDB moduleGreg Hudson1-3/+4
2013-01-28Add LDAP debug DB optionGreg Hudson3-0/+4
2013-01-28Refactor LDAP DB option parsing codeGreg Hudson5-378/+167
2013-01-10make dependGreg Hudson11-16/+16
2013-01-09Allow principals to refer to nonexistent policiesGreg Hudson1-7/+0
2013-01-09Stop loading policy for pw_expiration in LDAPGreg Hudson1-24/+0
2013-01-07Fix various result checksNickolai Zeldovich2-2/+2