master
Fix various small logic errors
Use PKG_CHECK_MODULES for system library com_err
Eliminate old-style function declarations
Eliminate use of the 'register' keyword
Fix typos
Fix xdr_bytes() strict-aliasing violations
Fix bindresvport_sa port byte swap bug
Clean up gssrpc timeout code
Squash apparent forward-null in clnttcp_create()
Fix typos in comments
make depend
make mark-cstyle make reindent
Encoding cleanup: curly quotes to ASCII quotes, and some ISO-8859-1 files to UTF-8.
Fix more non-prototype functions
Include autoconf.h before system headers
Adjust most C source files to match the new standards for copyright and license comments.
Remove svcauth_gss_creds
Fix two unlikely memory leaks
Eliminate preprocessor-disabled dead code
Fix various issues detected by static analysis
Prevent read overrun in svc_auth_gssapi
Avoid undefined memcpy/memmove invocations