core: move SSO from flag to sipe_core_allocate()
[siplcs.git] / NEWS
blob5bb24f3a288198c963d36b6a296f454f41edc6b1
1 version 1.15.0 "Authentication & Autodiscovery Update" (2013-XX-XX)
2         - Feature #3578135: Support Kerberos for HTTP(S) authentication w/o SSPI (Stefan Becker)
3           * effective for all platforms that support --with-krb5
4           * this triggered a series of cleanup & simplification changes and
5             functionality & memory leak fixes in the sip-sec modules
6           * special thanks to Jarek Polok for the logs and testing
7         - Feature #3594094: Add HTTPS to autodiscover probe (Stefan Becker)
8         - Fixed #3603228: Crash on 1.14.1 when connecting to server (Stefan Becker)
9         - Fixed #3604671: sip uri with apostrophe is not valid (Stefan Becker)
10         - fixed HTTP redirect crash (Stefan Becker)
11         - unified Single Sign-On handling in all places (Stefan Becker)
12           * if SSO is enabled then "Login" & "Password" settings are ignored
13           * SSO is now off by default for new accounts
14           * NOTE: if you do *NOT* use SSO, then be sure to disable it in the
15                   "Advanced" tab of the account settings after updating!
16         - added implementation for HTTP "WWW-Authenticate: Negotiate" scheme (Stefan Becker)
17           * effective for all platforms that support --with-krb5
18           * it will try Kerberos first, then fall back to NTLM
19           * valid Kerberos Single Sign-On setup will be detected automatically
20           * setup for a mixed Kerberos/NTLM HTTP environment:
21             - login name:     DOMAIN\account
22             - password:       domain password
23             - authentication: Kerberos
24             - Single Sign-On: OFF(!)          (see above)
25         - enabled TLS-DSK support in Windows SSPI version
26         - TLS-DSK: don't ask for password if SSPI or Kerberos are compiled in
27         - Farstream 0.1.1 compatibility fix (Jakub Adam)
28         - support conf:sip: meeting URIs (Jakub Adam)
29         - updated Adium port (Michael Lamb)