summaryrefslogtreecommitdiff
path: root/crypto/external/bsd/heimdal
AgeCommit message (Expand)Author
2023-06-22fix sun2christos
2023-06-20Use PROGDPLIBS instead of LDADD/DPADD; remove ui.c kludgeschristos
2023-06-20Don't use the hcrypto version, use the OpenSSL one.christos
2023-06-20Add hcrypto/ui.h to avoid -I gymnastics everywhere elsechristos
2023-06-20re-fix the previous - i had only fixed one case, not the general one.mrg
2023-06-20don't try to setup things in objdir before it exists.mrg
2023-06-20XXX stop gap to fix the builds in a way that doesn't make them useless.mrg
2023-06-19fix missing header issues.mrg
2023-06-19Adjust the build to include ui.c from hcrypto.christos
2023-06-19need the hcrypto/ui.h header for UI_UTIL_read_pw_string/UI_UTIL_FLAG_VERIFY*christos
2023-06-19Merge differences between 7.7.0 and 7.8.0christos
2023-06-19Import heimdal-7.8.0 (previous was 7.7.0)christos
2023-06-01Add checks to EVP_CipherInit_ex() where they were missing and add a cheesychristos
2023-05-09Handle OpenSSL-3.xchristos
2023-05-08handle OpenSSL-3 deprecationschristos
2021-06-20remove generated files, custom #define prefixes to hide lex/yacc symbolschristos
2021-06-20hide yyerrflag, yyval; centralize lex and yacc settingschristos
2020-11-17Support aarch64eb in */config.guess.rin
2020-07-23move $VERSION from Makefile.inc into the single Makefile that uses it.mrg
2019-12-17Find and set a version to a make(1) variable.christos
2019-12-17PR/54773: David Shao: krb5-config.in needs to be evaluated by the shell nowchristos
2019-12-15resolve conflicts, document HEAD vs release import process.christos
2019-12-15Release Notes - Heimdal - Version Heimdal 7.7christos
2019-10-28Merge 85acd57c8a288ce92f42bcf62737eebe385bce90 from Heimdal on Github:joerg
2019-10-19- factor out common codechristos
2018-07-12Provide an explicit dependency on heimbasemartin
2018-07-10Explicit heimbase dependency (similar to other recent MKREPRO fixes)martin
2018-07-06Explicit libheimbase dependency, similar to Christos' change tomartin
2018-07-06Add explicit path to libwind - patch from Christos, may fix some MKREPROmartin
2018-06-16Do not reference buffer after the code scope {}kamil
2018-05-01Create a new bsd.hostinit.mk file and put the build definitions for all hostchristos
2018-04-29avoid busy-waiting on a dead childspz
2018-04-06- use c99 initializerschristos
2018-04-06don't forget to initialize the kdc_offset (it was random before)christos
2018-03-13add *template.x to CLEANFILES.mrg
2018-02-25add LIBKRB5_LDADD/LIBKRB5_DPADD and their static counterpartsmrg
2018-02-09fix BN_to_integer to get rid of __UNCONST. Trick question:christos
2018-02-05port to openssl-1.1christos
2018-02-04switch everyone to openssl.oldchristos
2017-09-08Use getpwuid_r instead of getpwuid, so that we don't trash getpw*() internalchristos
2017-09-08This is why we have libroken...christos
2017-09-08always use rk_getpwnam_r...christos
2017-07-11fix typo.christos
2017-07-11https://orpheus-lyre.info/design/index.htmlchristos
2017-02-21reproduced also on the regular (not -m32) build.christos
2017-02-11Add hack for profiling bimodal label generation with -m32 on sparc64christos
2017-01-30minimize changes with branchchristos
2017-01-30fix deleted line.christos
2017-01-30Fix host tools build for asn1_compile, compile_et, and slc.jakllsch
2017-01-30fix printf argschristos