inejge
inejge
I managed to do some work on a Catalina machine and run a test program with `MallocStackLogging=1`. The program is basically that in the original bug report, but instead of...
> I think it's probably best, though, to show of asynchronous DNS solutions, so let's just go ahead and switch over to using TRust-DNS entirely. Want to send a PR...
Thanks for the heads up, if an algorithm is in glibc it should also be in `pwhash`. I can't work on it right away, but it will be on my...
BindResponse is fully defined as: ``` BindResponse ::= [APPLICATION 1] SEQUENCE { COMPONENTS OF LDAPResult, serverSaslCreds [7] OCTET STRING OPTIONAL } ``` For a challenge-response flow, you need the `serverSaslCreds`...
I believe that the quoted line is meant to be executed on the server when accepting the security context sent from the client. So, the channel bindings must have been...
I would like to have the rough equivalent of the `chan_bindings` parameter to `gss_init_sec_context()` in GSSAPI (RFC 2743), which lets one specify the channel bindings when initializing the security context...
I'm using it all the time for short programs with a couple of dependencies. The much more comprehensive (and complicated) support is being integrated into [Cargo itself](https://github.com/rust-lang/cargo/issues/12207). I'll see what...
FYI: I'll be mostly offline for the next ten days or so, and I won't be able to handle any issues.
NTLM handling in the library is very experimental, and may not even end up in the released code, depending on how extensive the support for other things (like channel bindings)...
Since the channel binding PR has been accepted in `sspi-rs`, the future of NTLM support in `ldap3` is clearer to me. First of all, I _will_ include NTLM in the...