summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
...
* Allow config of dh_min_bits < 2048Tom Yu2013-04-122-3/+5
* Simplify pkinit_check_dh_paramsTom Yu2013-04-121-67/+47
* Ignore missing Q in dh_paramsTom Yu2013-04-121-4/+4
* Avoid passing null pointers to memcpy/memcmpGreg Hudson2013-04-081-1/+2
* Simplify krb5_ldap_readpasswordGreg Hudson2013-03-291-19/+2
* Fix kdb_ldap_create_principal cleanupGreg Hudson2013-03-281-2/+2
* Fix more password_policy cleanup codeGreg Hudson2013-03-281-11/+6
* Get rid of krb5_xfreeGreg Hudson2013-03-282-23/+23
* Fix krb5_ldap_put_password_policy cleanupGreg Hudson2013-03-281-3/+2
* Init output parameter of krb5_decode_princ_entryGreg Hudson2013-03-281-0/+2
* make dependGreg Hudson2013-03-246-131/+118
* Add PEM password prompter callback in PKINITNalin Dahyabhai2013-03-151-3/+45
* Eliminate unused variablesGreg Hudson2013-03-151-1/+1
* Initialize status in krb5_ldap_parse_db_paramsGreg Hudson2013-03-111-1/+1
* Remove stray include in localauth_plugin.hGreg Hudson2013-03-111-15/+6
* Add tests for localauth interfaceGreg Hudson2013-03-094-0/+223
* Add missing .gitignore entries and clean rulesGreg Hudson2013-02-271-1/+1
* Cleaner fix for #7570Ben Kaduk2013-02-151-4/+2
* PKINIT null pointer deref [CVE-2013-1415]Xi Wang2013-02-151-2/+1
* Modernize k5bufGreg Hudson2013-02-144-49/+39
* Add and use k5memdup, k5memdup0 helpersGreg Hudson2013-02-095-38/+21
* Simplify LDAP password decodingGreg Hudson2013-02-012-113/+45
* Remove partial LDAP client cert supportGreg Hudson2013-01-314-138/+40
* Fix prepend_err_str in LDAP KDB moduleGreg Hudson2013-01-291-3/+4
* Add LDAP debug DB optionGreg Hudson2013-01-283-0/+4
* Refactor LDAP DB option parsing codeGreg Hudson2013-01-285-378/+167
* make dependGreg Hudson2013-01-1011-16/+16
* Allow principals to refer to nonexistent policiesGreg Hudson2013-01-091-7/+0
* Stop loading policy for pw_expiration in LDAPGreg Hudson2013-01-091-24/+0
* Fix various result checksNickolai Zeldovich2013-01-072-2/+2
* Avoid null dereference in BDB dbtree error caseGreg Hudson2012-12-201-3/+3
* Get rid of KRB5_KDB_SRV_TYPE_PASSWDGreg Hudson2012-12-201-2/+0
* Generate dependencies for kdb5_ldap_utilGreg Hudson2012-12-202-1/+105
* Remove LDAP realm krbTicketPolicyReference codeGreg Hudson2012-12-202-51/+1
* Simplify LDAP KDB module container DN handlingGreg Hudson2012-12-2011-290/+87
* Remove unneeded code in krb5_ldap_put_principalGreg Hudson2012-12-201-17/+7
* Remove unused functions in the LDAP KDB moduleGreg Hudson2012-12-205-342/+0
* Separate clpreauth and kdcpreauth interfacesGreg Hudson2012-12-195-47/+57
* PKINIT (draft9) null ptr deref [CVE-2012-1016]Nalin Dahyabhai2012-12-141-2/+3
* Fix various integer issuesGreg Hudson2012-12-101-31/+12
* Fix quoting issues in LDAP KDB moduleGreg Hudson2012-11-173-81/+30
* Don't use PA_PSEUDO in pkinit client codeGreg Hudson2012-10-221-1/+1
* make dependGreg Hudson2012-10-171-6/+6
* Use config storage for client identity selectionNalin Dahyabhai2012-10-178-40/+403
* Remove install-oldmanBen Kaduk2012-10-171-3/+0
* Use blocking locks for policy DBGreg Hudson2012-10-161-19/+6
* Remove nroff man pagesBen Kaduk2012-10-161-938/+0
* Handle anonymous-as-signed-data-with-no-signersNalin Dahyabhai2012-10-151-27/+28
* Make sure that pkinit_octetstring_hkdf() inits NSSNalin Dahyabhai2012-10-151-0/+15
* Don't try to free an uninitialized keyblockNalin Dahyabhai2012-10-151-2/+0