| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
This should make error reporting a little bit better.
|
|
|
|
|
|
| |
These macros prevent the chance of not setting minor_status approproiately.
They also hook into the tracing system, so any time an error is set, then it
can be traced to exactly what finction (and in which line) it was set.
|
|
|
|
|
| |
Also lower the default lm compat level to 3 for broader compatibility.
This allows NTLMv1 with no LM auth.
|
|
|
|
| |
Fixes also condition on when to test for a LM Response on the server.
|
|
|
|
|
|
| |
The worn nt/lm response buffers were being used after the version
specific processing. Use always the same buffers for both protocols
to avoid issues.
|
|
|
|
| |
This allows external auth mechanisms to see all the data they may need.
|
|
|
|
|
|
|
|
|
|
|
|
| |
Based on a patch by David Woodhouse <David.Woodhouse@intel.com>
Original commit message:
We need to screw around with the flags a little, since winbind doesn't
really get it right. Thankfully, it doesn't support MIC and it does at
least generally do the right thing (w.r.t. session negotiation and OEM
vs. Unicode) so it's sufficient just to screw with the flags.
Tested with Negotiate authentication to squid, and NTLM in datagram
mode with pidgin-sipe. Also with Firefox, Chrome and a fixed libcurl.
|
|
|
|
|
| |
This will makes it easier to plug in external auth handlers
like winbind.
|
|
This allows the code to know it has to use an external mechanism,
such as winbind, to handle authentication.
Based on work from David Woodhouse <David.Woodhouse@intel.com>
|