~zosrothko/poco/+git/poco:feature/sspi-ntlm

Last commit made on 2019-05-15
Get this branch:
git clone -b feature/sspi-ntlm https://git.launchpad.net/~zosrothko/poco/+git/poco

Branch merges

Branch information

Name:
feature/sspi-ntlm
Repository:
lp:~zosrothko/poco/+git/poco

Recent commits

63a011e... by =?utf-8?q?G=C3=BCnter_Obiltschnig?= <email address hidden>

regenerated vs projects

a335f6d... by =?utf-8?q?G=C3=BCnter_Obiltschnig?= <email address hidden>

fixes for macOS/Linux

e821a2a... by =?utf-8?q?G=C3=BCnter_Obiltschnig?= <email address hidden>

added support for SSPI-based NTLM authentication using the credentials of the currently logged in Windows user (Windows only)

e1435a6... by Joerg-Christian Boehme <email address hidden>

Fix cross-compilation against Poco pre-built (#2599) (#2679)

* Use ZLIB and PCRE imported target to improve portability
* Set EXPAT and SQLite3 library for XML and SQL if POCO_UNBUNDLED is true in cmake build

02d5743... by Joerg-Christian Boehme <email address hidden>

Fix check of cmake version (#2672)

Verify cmake version in Foundation library build.

196540c... by =?utf-8?q?G=C3=BCnter_Obiltschnig?= <email address hidden>

added new commands; fixed handling of broken connections

2e26da9... by =?utf-8?q?G=C3=BCnter_Obiltschnig?= <email address hidden>

added HTTPClientSession::flushRequest()

42cf54b... by =?utf-8?q?G=C3=BCnter_Obiltschnig?= <email address hidden>

fixed NTLM SMTP authentication; added additional check for malformed server challenge to HTTPNTLMCredentials

6ec6b58... by =?utf-8?q?G=C3=BCnter_Obiltschnig?= <email address hidden>

added comment and link to MS-SMTPNTLM

fa84db6... by =?utf-8?q?G=C3=BCnter_Obiltschnig?= <email address hidden>

added NTLM authentication to SMTPClientSession