summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add tests for pwqual modules and plugin orderingGreg Hudson2013-06-2710-4/+466
* Rely on module ordering for localauthGreg Hudson2013-06-271-25/+6
* Provide plugin module ordering guaranteesGreg Hudson2013-06-272-200/+267
* Fix spin loop reading from KDC TCP socketViktor Dukhovni2013-06-261-2/+2
* Build with Visual Studio 2012Ben Kaduk2013-06-252-1/+12
* [Leash] Notify the user of password change successBen Kaduk2013-06-251-0/+2
* Fix timing edge cases in t_renew.pyGreg Hudson2013-06-161-6/+6
* Fix sentinel position in sample u2u serverGreg Hudson2013-06-131-4/+4
* Fix various warningsGreg Hudson2013-06-0754-305/+177
* Refactor KDC renewable ticket handlingGreg Hudson2013-06-066-64/+124
* Use KDC clock skew for AS-REQ timestampsGreg Hudson2013-06-051-5/+12
* Refactor AS-REQ nonce and timestamp handlingGreg Hudson2013-06-053-67/+78
* Untabify and reindent t_authpkinit.pyGreg Hudson2013-06-031-17/+16
* Fix spurious clock skew caused by preauth delayGreg Hudson2013-06-021-0/+3
* Fix warnings in dbtest.cGilles Espinasse2013-05-311-20/+38
* Link dbtest with libkrb5supportGreg Hudson2013-05-311-2/+2
* Properly handle use_master in k5_init_creds_getGreg Hudson2013-05-311-2/+4
* Change message macro for configure selectionGilles Espinasse2013-05-291-5/+5
* Fix non-builtin crypto module buildsGreg Hudson2013-05-2911-24/+39
* Make empty passwords work via init_creds APIsGreg Hudson2013-05-278-90/+166
* Fix rc4 string-to-key on unterminated inputsGreg Hudson2013-05-271-16/+20
* Don't warn or error on variadic macrosGreg Hudson2013-05-251-1/+1
* Add AES-NI support on LinuxGreg Hudson2013-05-243-5/+171
* Adjust AESNI sources for krb5 treeGreg Hudson2013-05-242-2588/+17
* Add Intel AESNI assembly filesGreg Hudson2013-05-242-0/+4280
* Refactor AES, Camellia builtin enc providersGreg Hudson2013-05-242-302/+309
* Simplify crypto IOV helpersGreg Hudson2013-05-2415-768/+375
* Fix krb5_rd_req usage in user-to-user sample appGreg Hudson2013-05-221-2/+2
* Clarify krb5_rd_req documentationGreg Hudson2013-05-221-9/+19
* Fix transited handling for GSSAPI acceptorsGreg Hudson2013-05-212-3/+18
* Try to use best DNS search functions in dnsglue.cGreg Hudson2013-05-191-23/+45
* Reduce boilerplate in makefilesGreg Hudson2013-05-16121-797/+63
* Remove unused build system variablesGreg Hudson2013-05-163-34/+4
* Fix windows buildBen Kaduk2013-05-163-19/+12
* Fix NSS crypto back end for mutex changesGreg Hudson2013-05-161-5/+2
* Assume mutex locking cannot failGreg Hudson2013-05-1436-736/+296
* Don't use "bool" for ASN.1 boolean macrosNate Rosenblum2013-05-141-2/+2
* Rename internal Camellia symbolsGreg Hudson2013-05-131-0/+12
* Fix kpasswd UDP ping-pong [CVE-2002-2443]Tom Yu2013-05-131-4/+4
* Fixes for leaking of refcounted resourcesNalin Dahyabhai2013-05-131-11/+22
* In PKINIT NSS crypto, support encrypted PEM keysNalin Dahyabhai2013-05-131-0/+26
* Get better at locating the just-loaded certificateNalin Dahyabhai2013-05-131-58/+35
* In PKINIT NSS crypto code, load certificates firstNalin Dahyabhai2013-05-131-61/+62
* When DEBUG=1, log why we fail to log in to a tokenNalin Dahyabhai2013-05-101-4/+6
* Traverse tokens like we do with OpenSSL for NSSNalin Dahyabhai2013-05-101-15/+14
* Only call SEC_PKCS12DecoderFinish() onceNalin Dahyabhai2013-05-101-1/+0
* Make the text of NSS's prompts look like OpenSSL'sNalin Dahyabhai2013-05-101-4/+8
* Don't fail if a candidate certificate has no SANsNalin Dahyabhai2013-05-101-6/+2
* Fix type mismatch in db2_exp.cGreg Hudson2013-05-101-1/+1
* Fix check for KDB: prefix in kinitRichard Basch2013-05-101-1/+1