summaryrefslogtreecommitdiff
path: root/security/heimdal-devel/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* security/heimdal-devel: Correct patch file nameCy Schubert2024-01-101-0/+0
| | | | files/patch-ch_pthreads.m4 name was typoed.
* security/heimdal-devel: Update to the latest Heimdal github commitCy Schubert2023-06-261-4/+4
|
* Partially revert "security/heimdal*: Remove LLVM_DEFAULT build prerequisite"Cy Schubert2022-11-241-12/+3
| | | | | | | | | | | | The suggested workaround will only work when autoreconf is not run. The devel port still needs LLVM_DEFAULT while the non-devel port does not PR: 267814 Fixes: 22a683a337ef MFH: 2022Q4 This partially reverts commit 22a683a337efe7169b61de8c9ec63e2c0d561891.
* security/heimdal*: Handle other types of garbage dataCy Schubert2022-11-241-2/+30
| | | | | | | | | In addition to garbage realm data, also handle garbage dbname, acl_file, stash_file, and invalid bitmask garbage data. PR: 267912 Reported by: Robert Morris <rtm@lcs.mit.edu> MFH: 2022Q4
* security/heimdal*: Fix NULL dereference when mangled realm messageCy Schubert2022-11-241-0/+16
| | | | | | | | | Fix a NULL dereference in _kadm5_s_init_context() when the client sends a mangled realm message. PR: 267912 Reported by: Robert Morris <rtm@lcs.mit.edu> MFH: 2022Q4
* security/heimdal*: The version string must always contain a terminating NULCy Schubert2022-11-241-0/+42
| | | | | | | | | | | Should the sender send a string without a terminating NUL, ensure that the NUL terminates the string regardless. And while at it only process the version string when bytes are returned. PR: 267884 Reported by: Robert Morris <rtm@lcs.mit.edu> MFH: 2022Q4
* security/heimdal*: Remove LLVM_DEFAULT build prerequisiteCy Schubert2022-11-241-3/+12
| | | | | | | | | Adjust ./configure to set the correct CLANG_FORMAT value when clang-format is not found (when none of the llvm ports are installed). PR: 267814 Submitted by: Tatsuki Makino <tatsuki_makino@hotmail.com> MFH: 2022Q4
* security/heimdal-devel: New port tracking Heimdal develpmentCy Schubert2022-11-1712-0/+213
This new heimdal port tracks the Heimdal development branch. The last security advisory showed us we might want to track its development.