Starting gsasl integration to perform challenge response authentication. Note that gsasl 1.3 is required (previous versions are not supported). Authentication is currently broken.

This commit is contained in:
lotodore
2009-10-11 09:20:17 +00:00
parent fe627fe6f5
commit 1f7f045d15
18 changed files with 123 additions and 100 deletions
+16 -18
View File
@@ -295,36 +295,34 @@ win32 {
INCLUDEPATH += ../SDL/include/SDL \
../SDL_mixer/include \
../GnuTLS/include \
../gsasl/include \
../curl/include \
../zlib
LIBPATH += ../boost/stage/lib \
../GnuTLS/lib \
../curl/lib \
../zlib
../GnuTLS/lib \
../gsasl/lib \
../curl/lib \
../SDL/lib \
../SDL_mixer/lib \
../zlib
LIBS += -lpokerth_lib \
-lpokerth_db \
-lpokerth_protocol
win32-msvc2005 {
LIBPATH += Release/lib \
../SDL/VisualC/SDL/Release \
../SDL/VisualC/SDLmain/Release \
../SDL_mixer/VisualC/Release
# LIBPATH += Debug/lib ../SDL/VisualC/SDL/Debug ../SDL/VisualC/SDLmain/Debug ../SDL_mixer/VisualC/Debug
LIBS += -llibgnutls-openssl \
-llibgcrypt
LIBS += -llibcurl
debug:LIBPATH += Debug/lib
release:LIBPATH += Release/lib
win32-msvc2008 {
LIBS += -llibgnutls-openssl-26 \
-llibgcrypt-11 \
-llibgsasl-7 \
-llibcurl
}
win32-g++ {
debug:LIBPATH += Debug/lib
release:LIBPATH += Release/lib
LIBPATH += ../SDL/lib \
../SDL_mixer/lib
LIBS += -lgnutls-openssl \
-lgnutls \
-lgcrypt \
-ltasn1 \
-lgpg-error
-lgpg-error \
-lgsasl
LIBS += -lcurl
LIBS += -lz
LIBS += -llibboost_thread-mgw44-mt