Include string.h to get proper memcpy prototype.
The function isspace does not take a string argument. I have no idea howthis compiled before; it only worked by accident.
Move the Internet Society copyright message so that it appears in theformatted page as well as the source.
Use the correct shared-library version number (the same as the one usedby the standalone version of heimdal GSS-API). If any compat issuesarise, I may increment the version number once more.
Add a new extensible GSS-API layer which can support GSS-API plugins,similar the the Solaris implementation. Repackage the krb5 GSS mechanismas a plugin library for the new implementation. This als
Add a new extensible GSS-API layer which can support GSS-API plugins,similar the the Solaris implementation. Repackage the krb5 GSS mechanismas a plugin library for the new implementation. This also includes acomprehensive set of manpages for the GSS-API functions with text mostlytaken from the RFC.Reviewed by: Love Hörnquist Åstrand <lha@it.su.se>, ru (build system), des (openssh parts)
show more ...
1234