| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
files/patch-ch_pthreads.m4 name was typoed.
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
| |
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
|
|
|
This new heimdal port tracks the Heimdal development branch. The
last security advisory showed us we might want to track its development.
|