fb9a78223c5a481630436ac80c95eecaced4a153
Our logging framework used to strnvisx(3) each and every line iff it is written to a FILE. This is often unhelpful because the line usually contains a number of elements that have already been quoted and it makes the logs much more difficult to read in this case. An example if krb5_unparse_name() which will already quote most characters that one cares about. We change the behaviour to simply drop unprintable characters rather than encoding them. We thus rely on the rest of the code to properly encode data elements written into the logs.
Heimdal
Heimdal is an implementation of:
- ASN.1/DER,
- PKIX, and
- Kerberos.
For information how to install see here.
There are man pages for most of the commands.
Bug reports and bugs are appreciated. Use GitHub issues or send e-mail to heimdal-bugs@h5l.org.
For more information see the project homepage https://www.h5l.org/ or the mailing lists:
- heimdal-announce@sics.se low-volume announcement
- heimdal-discuss@sics.se high-volume discussion
Send e-mail to heimdal-announce-request@sics.se and heimdal-discuss-request@sics.se respectively to subscribe.
Build Status
Description
Languages
C
92.1%
Roff
2.8%
Shell
2.3%
Makefile
0.7%
M4
0.5%
Other
1.4%