aboutsummaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)AuthorFilesLines
2013-06-07Fix various warningsGreg Hudson29-199/+89
2013-06-05Use KDC clock skew for AS-REQ timestampsGreg Hudson1-5/+12
2013-06-05Refactor AS-REQ nonce and timestamp handlingGreg Hudson3-67/+78
2013-06-02Fix spurious clock skew caused by preauth delayGreg Hudson1-0/+3
2013-05-31Properly handle use_master in k5_init_creds_getGreg Hudson1-2/+4
2013-05-29Fix non-builtin crypto module buildsGreg Hudson11-24/+39
2013-05-27Make empty passwords work via init_creds APIsGreg Hudson4-86/+60
2013-05-24Add AES-NI support on LinuxGreg Hudson2-5/+138
2013-05-24Adjust AESNI sources for krb5 treeGreg Hudson2-2588/+17
2013-05-24Add Intel AESNI assembly filesGreg Hudson2-0/+4280
2013-05-24Refactor AES, Camellia builtin enc providersGreg Hudson2-302/+309
2013-05-24Simplify crypto IOV helpersGreg Hudson15-768/+375
2013-05-21Fix transited handling for GSSAPI acceptorsGreg Hudson1-3/+5
2013-05-19Try to use best DNS search functions in dnsglue.cGreg Hudson1-23/+45
2013-05-16Reduce boilerplate in makefilesGreg Hudson57-413/+23
2013-05-16Fix windows buildBen Kaduk2-0/+2
2013-05-16Fix NSS crypto back end for mutex changesGreg Hudson1-5/+2
2013-05-14Assume mutex locking cannot failGreg Hudson22-514/+176
2013-05-14Don't use "bool" for ASN.1 boolean macrosNate Rosenblum1-2/+2
2013-05-13Rename internal Camellia symbolsGreg Hudson1-0/+12
2013-05-09fix crypto openssl hmac warningGilles Espinasse1-1/+1
2013-05-03Fix mismatched spnego_mech.c declarationsGreg Hudson1-3/+4
2013-05-01Fix link line for t_fortunaGilles Espinasse1-1/+1
2013-05-01Don't use portmapper in RPC testsGreg Hudson4-32/+48
2013-05-01Disable the gssrpc expired-cred testGreg Hudson1-2/+3
2013-04-29Better fix for not using expired TGTs in TGS-REQsGreg Hudson1-53/+91
2013-04-26Don't use expired TGTs in TGS-REQsNicolas Williams1-8/+10
2013-04-22Include default DIR::file ccache in collectionGreg Hudson2-3/+41
2013-04-12Simplify sendto_kdc exception handlingGreg Hudson1-83/+25
2013-04-12Remove sendto_kdc debugging codeGreg Hudson5-257/+2
2013-04-12Dynamically expand timeout when TCP connectsNathaniel McCallum1-1/+27
2013-04-12Use millisecond timeouts in sendto_kdc.cNathaniel McCallum1-68/+51
2013-04-12Get rid of cm.c and cm.hGreg Hudson9-171/+137
2013-04-12Trace log with a subset of struct conn_stateGreg Hudson4-56/+59
2013-04-10Tighten up fixed buffer usage in hst_realm.cGreg Hudson1-9/+10
2013-04-09Allow numeric addresses as service hostnamesGreg Hudson1-47/+66
2013-04-09Update hst_realm.c coding styleGreg Hudson1-337/+236
2013-04-09Initialize outpos in krb5int_utf8_normalizeGreg Hudson1-3/+1
2013-04-08Avoid passing null pointers to memcpy/memcmpGreg Hudson15-49/+50
2013-04-08Simplify principal access within libkrb5Greg Hudson28-200/+144
2013-04-01Add krb5_kt_dup API and use it in two placesGreg Hudson4-25/+18
2013-04-01Add support for client keytab from cred storeSimo Sorce2-10/+44
2013-03-29Fix zap size in confounder checksum mk_xorkeyGreg Hudson1-1/+1
2013-03-29Using k5-int.h data helpers for some functionsGreg Hudson3-21/+14
2013-03-29Clean up cksum handling in CMAC token functionsGreg Hudson1-3/+1
2013-03-28Get rid of krb5_xfreeGreg Hudson1-4/+4
2013-03-28Fix unused assignment in mechglue loadConfigFileGreg Hudson1-1/+1
2013-03-28Fix an error case in krb5int_fcc_new_uniqueGreg Hudson1-1/+0
2013-03-28Fix an error case in krb5_sendauthGreg Hudson1-3/+1
2013-03-24Fix import_sec_context with interposersSimo Sorce1-21/+14