Adding challenge/response authentication to network protocol. Build is currently broken until gsasl integration is complete.
This commit is contained in:
@@ -33,6 +33,10 @@ HEADERS += src/third_party/asn1/AllInShowCardsMessage.h \
|
||||
src/third_party/asn1/AnonymousLogin.h \
|
||||
src/third_party/asn1/AskKickDeniedMessage.h \
|
||||
src/third_party/asn1/AskKickPlayerMessage.h \
|
||||
src/third_party/asn1/AuthMessage.h \
|
||||
src/third_party/asn1/AuthClientResponse.h \
|
||||
src/third_party/asn1/AuthServerChallenge.h \
|
||||
src/third_party/asn1/AuthServerVerification.h \
|
||||
src/third_party/asn1/asn_application.h \
|
||||
src/third_party/asn1/asn_codecs.h \
|
||||
src/third_party/asn1/asn_codecs_prim.h \
|
||||
@@ -155,6 +159,10 @@ SOURCES += src/third_party/asn1/ChatCleanerMessage.c \
|
||||
src/third_party/asn1/CleanerInitAckMessage.c \
|
||||
src/third_party/asn1/CleanerChatRequestMessage.c \
|
||||
src/third_party/asn1/CleanerChatReplyMessage.c \
|
||||
src/third_party/asn1/AuthMessage.c \
|
||||
src/third_party/asn1/AuthClientResponse.c \
|
||||
src/third_party/asn1/AuthServerChallenge.c \
|
||||
src/third_party/asn1/AuthServerVerification.c \
|
||||
src/third_party/asn1/AllInShowCardsMessage.c \
|
||||
src/third_party/asn1/YourActionRejectedMessage.c \
|
||||
src/third_party/asn1/xer_support.c \
|
||||
@@ -285,7 +293,7 @@ mac {
|
||||
# for universal-compilation on PPC-Mac uncomment the following line
|
||||
# on Intel-Mac you have to comment this line out or build will fail.
|
||||
# QMAKE_MAC_SDK=/Developer/SDKs/MacOSX10.4u.sdk/
|
||||
INCLUDEPATH += /Developer/SDKs/MacOSX10.5.sdk/usr/include/
|
||||
INCLUDEPATH += /Developer/SDKs/MacOSX10.5.sdk/usr/include/
|
||||
INCLUDEPATH += /Library/Frameworks/SDL.framework/Headers
|
||||
INCLUDEPATH += /Library/Frameworks/SDL_mixer.framework/Headers
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user