1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
## Highlights
- Minor bugfix release. No new features.
## Detailed Changelog
Günther Deschner (14):
- Add --with-gpp-default-behavior configure switch.
- Make error message in read_config() more precise, we fail in that case.
- Fix unresolved symbol gp_boolean_is_true() in mechglue plugin.
- Fix reallocation in gp_dinglibs_get_string_array().
- Fix typo in gssi_import_name_by_mech().
- Use counter when freeing cred_store configuration.
- Don't forget to free gp_ini_context struct in load_config().
- Fix two memleaks in the configuration code.
- Add dlopen script to check for unresolved symbols.
- Disable gss_export_name_composite() for now.
- Overwrite existing GSS_USE_PROXY variable in the server.
- Fix documentation of "mechs" parameter in gssproxy.conf(5).
- Bump version for 0.2.2 release.
- Make sure dlopen.sh is part of the tarball
Simo Sorce (3):
- Neutralize gssi_export_name.
- Fix secondary socket detection at runtime.
- Fix socket error handling.
|