aboutsummaryrefslogtreecommitdiff
path: root/src/util
AgeCommit message (Expand)AuthorFilesLines
2015-12-02Fix minor utf8-to-ucs2s read overrun bugGreg Hudson1-1/+1
2015-01-16Check for null *iter_p in profile_iterator()Greg Hudson1-1/+1
2014-08-21Updates for krb5-1.13-alpha1krb5-1.13-alpha1Tom Yu1-3/+4
2014-08-06Fix the build on windowsBen Kaduk1-4/+1
2014-07-30Add KCM credential cache type (client only)Greg Hudson1-0/+6
2014-07-30Modify k5buf interfaces for easier useGreg Hudson7-204/+127
2014-07-29Add profile tests for deletion bugsGreg Hudson1-0/+74
2014-07-29Fix creation/rename of top-level profile sectionsGreg Hudson1-2/+4
2014-07-29Fix deleted node handling in libprofileGreg Hudson1-1/+3
2014-07-19Rename --with-proxy-tls-impl to --with-tls-implGreg Hudson1-2/+2
2014-07-12Remove unused variablesLukas Slebodnik1-1/+1
2014-07-08make dependGreg Hudson1-0/+3
2014-07-08Include autoconf.h before system headersGreg Hudson15-57/+20
2014-07-08Simplify usage of strerror_rGreg Hudson3-28/+2
2014-07-08Define k5-platform.h wrapper for strerror_rGreg Hudson3-1/+101
2014-07-04Avoid using length fields in socket addressesGreg Hudson1-9/+0
2014-06-27Use sa_setport and sa_getport where appropriateGreg Hudson1-9/+2
2014-06-26Load plugins with RTLD_NODELETE if possibleGreg Hudson1-5/+14
2014-06-05Remove DEBUG_ERROR_LOCATIONS supportGreg Hudson2-33/+1
2014-06-02Add a simple KDC proxy test serverNalin Dahyabhai1-0/+18
2014-06-02Have k5test.py provide 'runenv' to python testsNalin Dahyabhai1-5/+10
2014-05-19Fix typo in k5test.pyBen Kaduk1-1/+1
2014-05-17Add k5_buf_get_spaceGreg Hudson2-0/+11
2014-04-30Remove compile_et.cGreg Hudson7-790/+6
2014-04-15Update sample configs to include master_kdcGreg Hudson2-8/+9
2014-03-20Always stat profile files after reopening themWill Fiveash1-0/+1
2014-03-18Rewrite GSS sequence state tracking codeGreg Hudson2-6/+6
2014-03-18Improve internal API for GSS sequence numbersGreg Hudson1-2/+2
2014-02-26Fix two omissions in stdint.h changesGreg Hudson1-4/+2
2014-02-26Eliminate internal fixed-width type wrappersGreg Hudson3-16/+14
2014-02-26Assume <stdint.h> and fixed-width typesGreg Hudson2-9/+1
2014-01-28Remove krb5-send-prTom Yu12-1462/+11
2014-01-17Avoid assertion failure in error_messageGreg Hudson1-2/+3
2013-12-10make dependTom Yu1-0/+3
2013-10-21Fix race in util/profile/Makefile.inGreg Hudson1-7/+1
2013-10-03Add an internal constant-time comparison functionGreg Hudson3-1/+49
2013-09-28Add "which" function to k5testGreg Hudson1-0/+13
2013-09-19Use macros instead of magic numbers in json.cZhanna Tsitkov1-6/+7
2013-08-12Remove redundant domain_realm mappingsBen Kaduk1-12/+7
2013-07-30Add base64 functions to libkrb5support exportsRobbie Harwood (frozencemetery)1-0/+2
2013-07-16Clarify and improve k5_json_object_setGreg Hudson2-3/+25
2013-06-07Fix various warningsGreg Hudson1-9/+7
2013-05-27Fix rc4 string-to-key on unterminated inputsGreg Hudson1-16/+20
2013-05-16Reduce boilerplate in makefilesGreg Hudson8-53/+3
2013-05-14Assume mutex locking cannot failGreg Hudson9-177/+97
2013-05-02Add missing plugins.c to SRCS in util/supportGreg Hudson2-0/+5
2013-04-08Avoid passing null pointers to memcpy/memcmpGreg Hudson2-2/+4
2013-03-29Free unconditionally in plugins.cGreg Hudson1-8/+8
2013-03-26Export verto_set_flags from libvertoGreg Hudson1-0/+1
2013-03-24make dependGreg Hudson1-42/+31