ec37879038217a74cd056001b40d9898b4d86eec

The 'restrict' keyword was introduced in C99 and provides a hint to the compiler that can be used to better optimized code. The 'restrict' keyword results in build failures when the compiler is not C99. auditdns.c:101:37: error: expected ‘;’, ‘,’ or ‘)’ before ‘hints’ const struct addrinfo *restrict hints, ^ auditdns.c:409:45: error: expected ‘;’, ‘,’ or ‘)’ before ‘sa’ getnameinfo(const struct sockaddr *restrict sa, socklen_t salen, ^ This change defines 'register' to nothing if the compiler does not implement the C99 standard. Observed with gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-44).
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.
For more information see the project homepage https://heimdal.software/heimdal/ or the mailing lists:
heimdal-announce@heimdal.software low-volume announcement heimdal-discuss@heimdal.software high-volume discussion
send mail to heimdal-announce-subscribe@heimdal.software and heimdal-discuss-subscribe@heimdal.software 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%