core: move SSO from flag to sipe_core_allocate()
commit63318bd027782772d35e560098ff539679d9b339
authorStefan Becker <chemobejk@gmail.com>
Thu, 7 Mar 2013 05:25:35 +0000 (7 07:25 +0200)
committerStefan Becker <chemobejk@gmail.com>
Thu, 7 Mar 2013 06:50:01 +0000 (7 08:50 +0200)
tree820ccf128f0bc64f7552466e76f367fa47d60337
parent5c9227a1f23ac7cf2faff5f7be8804f4ae8fbab6
core: move SSO from flag to sipe_core_allocate()

Remove another left-over from the old Single Sign-On implementation.

Conceptionally the SSO flag belongs to the user data and therefore
should be given to the core at the same time. The core can now
immediately reject empty login & password if SSO isn't enabled.

All backends updated accordingly.
12 files changed:
src/api/sipe-core.h
src/core/sip-sec-krb5.c
src/core/sip-sec-ntlm.c
src/core/sip-sec-sspi.c
src/core/sip-transport.c
src/core/sipe-cal.c
src/core/sipe-core-private.h
src/core/sipe-core.c
src/core/sipe-svc.c
src/miranda/miranda-plugin.c
src/purple/purple-plugin.c
src/telepathy/telepathy-connection.c