Age | Commit message (Collapse) | Author |
|
|
|
|
|
By the use of a the new lib/checksrc.pl script that checks that our
basic source style rules are followed.
|
|
Found with codespell.
|
|
warning C4146: unary minus operator applied to unsigned type, result still unsigned
|
|
|
|
|
|
|
|
while () => while()
and some other minor re-indentings
|
|
consistency
|
|
|
|
setup_once.h
|
|
since they're already included through "setup.h".
|
|
|
|
to verify winsock API availability.
|
|
|
|
VS2005.
|
|
|
|
|
|
|
|
|
|
warnings. Minor edits by me.
|
|
us some trouble.
|
|
|
|
|
|
|
|
subjectAltNames when matching certs. This is apparently detailed in RFC2818
as the right thing to do. I had to add configure checks for inet_pton() and
our own (strictly speaking, code from BIND written by Paul Vixie) provided
code for the function for platforms that miss it.
|