File: v0.2.2.md

package info (click to toggle)
gssproxy 0.9.2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,472 kB
  • sloc: ansic: 19,391; python: 1,196; xml: 611; makefile: 458; sh: 200
file content (35 lines) | stat: -rw-r--r-- 984 bytes parent folder | download | duplicates (4)
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.