File: Changelog.md

package info (click to toggle)
ruby-gssapi 1.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 208 kB
  • sloc: ruby: 820; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 845 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
## Version 1.1.1
  * Allow GssApiError to be initialized with string.
  * Add display_name wrapper for gss_display_name to GSSAPI::Simple
  * gss_iov examples
  * Ruby 1.8.x support
  * Change loader for MIT and Heimdal to be a bit cleaner. Fix syntax in simple.rb
  * Do a gss_acquire_cred for every connection to the server.
  * updating path to gssapi32.dll

## Version 1.1.2
  * add gss_get_mic

## Version 1.2.0
  * Move IOV and AEAD to gssapi/extensions.rb so it can be loaded separately when needed

## Version 1.3.0

Sorry everyone that this has taken so long to go out. I don't really work much
with GSSAPI so it hasn't been a priority for me.

  * Implemented delegation and added verify_mic. Thanks @mfazekas
  * Add loading of MIT GSS libs for solaris/smartos. Thanks @fac
  * Fix corruption in iov_decrypt example. Thanks @Iristyle