aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-06-19Suppress y2038 GSS tests when time_t is 32-bitGreg Hudson1-3/+4
2017-06-15Turn off -Wmaybe-uninitializedGreg Hudson3-44/+38
2017-06-13Add ktutil add_entry option to specify saltMubashir Kazia4-10/+25
2017-06-13Allow unspecified kvno in keytab entriesLuke Howard4-5/+7
2017-06-05Pass local address to DAL audit_as_reqAndreas Schneider12-19/+37
2017-06-05Pass full local address to dispatch functionsAndreas Schneider5-15/+17
2017-06-05Consistently name and constify address variablesAndreas Schneider13-58/+65
2017-06-05Kill TCP connections if getsockname failsAndreas Schneider2-17/+9
2017-05-31Fix gmt_mktime for y2038Greg Hudson1-9/+8
2017-05-24Update man pagesGreg Hudson25-87/+175
2017-05-24Free GSS checksum data deterministicallyTomas Kuthan1-3/+1
2017-05-24Modernize coding style of most client programsMichael Mattioli8-686/+607
2017-05-23Remove ksetpwdGreg Hudson3-320/+3
2017-05-18Pass client address to DAL audit_as_reqAndreas Schneider10-30/+33
2017-05-18Remove vestigial svr_principal.c codeGreg Hudson1-58/+2
2017-05-18Use krb5_timestamp where appropriateGreg Hudson16-26/+34
2017-05-18Fix more time manipulations for y2038Greg Hudson4-7/+7
2017-05-16Add timestamp testsGreg Hudson11-16/+395
2017-05-16Make timestamp manipulations y2038-safeGreg Hudson63-257/+232
2017-05-16Add timestamp helper functionsGreg Hudson2-0/+40
2017-05-04Remove stray exit in t_referral.pyGreg Hudson1-1/+0
2017-04-26Use a random nonce in TGS requestsGreg Hudson3-19/+27
2017-04-26Don't cache referral and alternate TGT repliesGreg Hudson3-13/+46
2017-04-26Fix uninitialized flags in MSLSA ccache typeAlexander Karaivanov1-0/+1
2017-04-24Fix in_clock_skew() and use it in AS client codeGreg Hudson3-4/+5
2017-04-24Use krb5_check_clockskew() in KDC preauth mechsGreg Hudson2-25/+15
2017-04-24Allow clock skew in krb5 gss_context_time()Greg Hudson1-1/+4
2017-04-21Apply TCP timeouts to HTTPS (KKDCP) transportGreg Hudson1-2/+1
2017-04-21Replace UCS-2 conversions with UTF-16Greg Hudson10-52/+235
2017-04-20Add various bound checksMartin Kittel4-4/+22
2017-04-20Initialize some magic fieldsMartin Kittel3-1/+4
2017-04-20Replace references to OS XMichael Mattioli19-36/+36
2017-04-18make dependGreg Hudson5-12/+27
2017-04-18Reduce dependencies of k5-input.hGreg Hudson2-4/+4
2017-04-17Ignore warnings in libev codeGreg Hudson1-0/+12
2017-04-17Modernize UTF-8/UCS-2 conversion codeRobbie Harwood6-413/+72
2017-04-17Make RC4 string-to-key more robustGreg Hudson1-2/+6
2017-04-14Add FAST encrypted challenge auth indicatorMatt Rogers3-1/+33
2017-04-14Remove {GETSOCKNAME,GETPEERNAME}_ARG2_TYPERobbie Harwood4-20/+15
2017-04-14Fix unused finalizer function warningRobbie Harwood1-6/+10
2017-04-14Fix self-assign of void * in profile_tcl.cRobbie Harwood1-2/+0
2017-04-14Avoid using tmpnam(3) in db2's hash.cRobbie Harwood1-16/+3
2017-04-14Fix designated initializer check to be definedRobbie Harwood1-5/+8
2017-04-14Remove tautological NULL checks in kdc_j_encode.cRobbie Harwood1-16/+13
2017-04-14Fix types for t_fortuna.cRobbie Harwood1-1/+1
2017-04-14Remove use of caddr_t in kpropd.cRobbie Harwood1-7/+5
2017-04-14Avoid increased alignment restriction warningsRobbie Harwood5-13/+12
2017-04-14Mute shift/reduce conflicts in getdate.yRobbie Harwood1-1/+4
2017-04-14Avoid deprecated call in kdc5_hammer.cRobbie Harwood1-28/+19
2017-04-12Fix unknown pragma with clang on x-deltat.yRobbie Harwood2-37/+41