summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Avoid passing null pointers to memcpy/memcmpGreg Hudson2013-04-0815-49/+50
* Simplify principal access within libkrb5Greg Hudson2013-04-0828-200/+144
* Add krb5_kt_dup API and use it in two placesGreg Hudson2013-04-014-25/+18
* Add support for client keytab from cred storeSimo Sorce2013-04-012-10/+44
* Fix zap size in confounder checksum mk_xorkeyGreg Hudson2013-03-291-1/+1
* Using k5-int.h data helpers for some functionsGreg Hudson2013-03-293-21/+14
* Clean up cksum handling in CMAC token functionsGreg Hudson2013-03-291-3/+1
* Get rid of krb5_xfreeGreg Hudson2013-03-281-4/+4
* Fix unused assignment in mechglue loadConfigFileGreg Hudson2013-03-281-1/+1