summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Load cred store functions from GSS modulesSimo Sorce2013-07-211-0/+4
* Add non-JSON APIs for PKINIT responder itemsNalin Dahyabhai2013-07-175-0/+225
* Add kadmin support for principals without keysGreg Hudson2013-07-152-3/+9
* Avoid allocating zero key_data structuresGreg Hudson2013-07-152-21/+20
* Use pipe instead of sigwait for krad testsGreg Hudson2013-07-142-27/+17
* Fix minor type issues in krad testsGreg Hudson2013-07-142-2/+2
* Use k5calloc instead of k5alloc where appropriateGreg Hudson2013-07-1114-18/+18
* Add libkradNathaniel McCallum2013-07-1121-1/+3427
* Fix uninitialized variable bugsGreg Hudson2013-06-271-1/+1
* Rely on module ordering for localauthGreg Hudson2013-06-271-25/+6
* Provide plugin module ordering guaranteesGreg Hudson2013-06-271-188/+265
* Fix spin loop reading from KDC TCP socketViktor Dukhovni2013-06-261-2/+2
* Fix various warningsGreg Hudson2013-06-0729-199/+89
* 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
* Fix spurious clock skew caused by preauth delayGreg Hudson2013-06-021-0/+3
* Properly handle use_master in k5_init_creds_getGreg Hudson2013-05-311-2/+4
* Fix non-builtin crypto module buildsGreg Hudson2013-05-2911-24/+39
* Make empty passwords work via init_creds APIsGreg Hudson2013-05-274-86/+60
* Add AES-NI support on LinuxGreg Hudson2013-05-242-5/+138
* 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 transited handling for GSSAPI acceptorsGreg Hudson2013-05-211-3/+5
* Try to use best DNS search functions in dnsglue.cGreg Hudson2013-05-191-23/+45
* Reduce boilerplate in makefilesGreg Hudson2013-05-1657-413/+23
* Fix windows buildBen Kaduk2013-05-162-0/+2
* Fix NSS crypto back end for mutex changesGreg Hudson2013-05-161-5/+2
* Assume mutex locking cannot failGreg Hudson2013-05-1422-514/+176
* Don't use "bool" for ASN.1 boolean macrosNate Rosenblum2013-05-141-2/+2
* Rename internal Camellia symbolsGreg Hudson2013-05-131-0/+12
* fix crypto openssl hmac warningGilles Espinasse2013-05-091-1/+1
* Fix mismatched spnego_mech.c declarationsGreg Hudson2013-05-031-3/+4
* Fix link line for t_fortunaGilles Espinasse2013-05-011-1/+1
* Don't use portmapper in RPC testsGreg Hudson2013-05-014-32/+48
* Disable the gssrpc expired-cred testGreg Hudson2013-05-011-2/+3
* Better fix for not using expired TGTs in TGS-REQsGreg Hudson2013-04-291-53/+91
* Don't use expired TGTs in TGS-REQsNicolas Williams2013-04-261-8/+10
* Include default DIR::file ccache in collectionGreg Hudson2013-04-222-3/+41
* Simplify sendto_kdc exception handlingGreg Hudson2013-04-121-83/+25
* Remove sendto_kdc debugging codeGreg Hudson2013-04-125-257/+2
* Dynamically expand timeout when TCP connectsNathaniel McCallum2013-04-121-1/+27
* Use millisecond timeouts in sendto_kdc.cNathaniel McCallum2013-04-121-68/+51
* Get rid of cm.c and cm.hGreg Hudson2013-04-129-171/+137
* Trace log with a subset of struct conn_stateGreg Hudson2013-04-124-56/+59
* Tighten up fixed buffer usage in hst_realm.cGreg Hudson2013-04-101-9/+10
* Allow numeric addresses as service hostnamesGreg Hudson2013-04-091-47/+66
* Update hst_realm.c coding styleGreg Hudson2013-04-091-337/+236
* Initialize outpos in krb5int_utf8_normalizeGreg Hudson2013-04-091-3/+1