~zosrothko/poco/+git/kampbell:feature/ntlm-auth

Last commit made on 2019-04-03
Get this branch:
git clone -b feature/ntlm-auth https://git.launchpad.net/~zosrothko/poco/+git/kampbell

Branch merges

Branch information

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

Recent commits

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

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

Merge branch 'feature/ntlm-auth' of github.com:pocoproject/poco into feature/ntlm-auth

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

Merge branch 'feature/ntlm-auth' of github.com:pocoproject/poco into feature/ntlm-auth

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

Merge branch 'feature/ntlm-auth' of github.com:pocoproject/poco into feature/ntlm-auth

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

minor refactoring; check server challenge for NTLMv2 support

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

minor refactoring; check server challenge for NTLMv2 support

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

fixed c++03 compatibility issue

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

fixed warnings