|
|
@ -34,6 +34,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
#include "tdekrbclientsocket.h"
|
|
|
|
#include "tdekrbclientsocket.h"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#if SASL_VERSION_FULL < 0x020119
|
|
|
|
|
|
|
|
typedef int (*sasl_callback_ft)(void);
|
|
|
|
|
|
|
|
#endif // SASL_VERSION_FULL
|
|
|
|
|
|
|
|
|
|
|
|
#define NET_SEC_BUF_SIZE (2048)
|
|
|
|
#define NET_SEC_BUF_SIZE (2048)
|
|
|
|
|
|
|
|
|
|
|
|
// When control comes back from processEvents() my object may be completely gone! This attempts to mitigate the risk
|
|
|
|
// When control comes back from processEvents() my object may be completely gone! This attempts to mitigate the risk
|
|
|
|