aboutsummaryrefslogtreecommitdiff
path: root/src/util
AgeCommit message (Expand)AuthorFilesLines
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
2013-02-27Add missing .gitignore entries and clean rulesGreg Hudson1-1/+1
2013-02-14Modernize k5bufGreg Hudson6-161/+183
2013-02-13Add k5_json_array_fmt and use it in export_cred.cGreg Hudson3-0/+121
2013-02-13Make internal JSON functions return error codesGreg Hudson2-273/+346
2013-02-07Add kprop Python testsGreg Hudson1-3/+9
2013-01-31Fix COPY_FIRST_CANONNAME hostent searchViktor Dukhovni1-11/+11
2013-01-22Verify iprop test results more thoroughlyGreg Hudson1-2/+2
2013-01-11Add k5test support for KDC special environmentsGreg Hudson1-11/+15
2013-01-10make dependGreg Hudson7-7/+7
2012-12-20Fix signed overflow check in k5_ucs2s_to_utf8sGreg Hudson1-3/+1
2012-12-20Simplify k5test.py environmentsGreg Hudson3-250/+170
2012-12-20Don't output trailing whitespace in depfix.plGreg Hudson1-1/+1
2012-12-19Separate clpreauth and kdcpreauth interfacesGreg Hudson2-34/+38
2012-12-19Simplify error message retrievalGreg Hudson1-85/+37
2012-12-19Style cleanup for internal error handlingGreg Hudson4-78/+84
2012-12-12Update mkrel for SPHINX_ARGSTom Yu1-2/+2
2012-11-20Update mkrel for new doc build processTom Yu1-1/+4
2012-11-15Add automated tests for LDAP KDB moduleGreg Hudson1-0/+3
2012-10-24Don't save empty cc_config_out in ccacheGreg Hudson2-0/+7
2012-10-19Improve C style checkingGreg Hudson1-22/+34
2012-10-12Make t_iprop.py faster and more robustGreg Hudson1-7/+27
2012-10-11Fix cast regexp in C style checkerGreg Hudson1-1/+1
2012-10-09De-conditionalize Camellia codeGreg Hudson1-9/+8
2012-10-08Prep k5test.py for iprop (add start_kpropd(), ...)Nicolas Williams1-6/+42
2012-10-04Add Python scripts to check for C style issuesGreg Hudson2-0/+450
2012-09-25Remove some dead Makefile codeBen Kaduk2-30/+0
2012-09-12Fix typo in util/support/Makefile.inGreg Hudson1-1/+1
2012-09-12make dependGreg Hudson1-0/+11
2012-09-11Add internal JSON encoding and decoding supportGreg Hudson4-2/+1237
2012-09-11Add internal base64 encoding and decoding supportGreg Hudson3-3/+266
2012-09-06Define SED in util/verto/Makefile.inGreg Hudson1-0/+1
2012-09-04Avoid libdl dependencies in bundled libvertoGreg Hudson21-322/+63
2012-09-03Update bundled libverto to 0.2.5Greg Hudson7-63/+363
2012-09-03Try harder not to use clock_gettime in verto-k5evGreg Hudson1-1/+2
2012-08-11Stop misusing gss_release_buffer in test programsGreg Hudson1-3/+3
2012-07-16Remove the UNICODE defines from wshelperAlexey Melnikov1-1/+1
2012-07-16Use %i, not %s to Tprintf GetLastError()Kevin Wasserman1-1/+1
2012-07-11Allow full ccache name in k5test's K5Realm.klistGreg Hudson1-1/+4
2012-07-06Pass the user's CPPFLAGS in ALL_CFLAGSBen Kaduk1-1/+1
2012-07-06Enable all localizations in main functionsBen Kaduk1-2/+3
2012-07-02Add krb5_kt_client_default APIGreg Hudson1-0/+5