v0.3.1
Fix resource leak in gpm_accept_sec_context().
Fix missing break statement found by Coverity
Use secure_getenv in client and mechglue module
Move client lib files in their own directory
Fix unchecked return values found by Coverity
Fix infinite loop due to bad sign of variable
Fix copy and paste error found by Coverity
Use gp_strerror() everywhere instead of strerror()
Add name handle wrapper
Add context handle wrapper
Fix dereference before null error fund by Coverity
Implement gpm_wrap()
Implement gpm_wrap_size_limit().
Fix includes