gss-ntlmssp icon indicating copy to clipboard operation
gss-ntlmssp copied to clipboard

A complete implementation of the MS-NLMP documents as a GSSAPI mechanism

Results 7 gss-ntlmssp issues
Sort by recently updated
recently updated
newest added

Currently gss-ntlmssp only adds the MIC to the authentication message if the caller has also called `gss_inquire_sec_context_by_oid(ctx, spnego_req_mechlistMIC_oid)`. This sets an internal flag that tells `gss-ntlmssp` that the caller knows...

enhancement
help wanted

Implements anonymous auth for initiators only, ie only the initiator can be anonymous, not the server. Both client and server support this. Resolves #9

If you support GSS_C_ANON_FLAG, you should list GSS_C_MA_AUTH_INIT_ANON as a supported mechanism attribute. Future versions of Heimdal may exclude mechanisms from negotiation that do not support this attribute, if the...

bug
help wanted

This is in reference to: https://github.com/simo5/gss-ntlmssp/blob/e498737a96e8832a2cb9141ab1fe51e129185a48/src/ntlm.c#L821. Could you please explain why this is done like this: Why MIC calculation depends on srv_time? The reason I ask is that I am...

Hi, In Linux kernel 5.17 the client started to use Version in the Negotiate message - `commit 52d005337b2c94ab37273d9ad8382d4fb051defd Author: Steve French Date: Wed Jan 19 22:00:29 2022 -0600 smb3: send...

I have a problem, maybe you can help me. I am using the gss-ntlmssp GSS plugin from Java on Linux by setting the system property "-Dsun.security.jgss.native=true". I am testing HTTP...

I'm building gss-ntlmssp from this repo in a docker container using the image python:3.11.2-alpine3.17 as a base but i'm getting some errors while configuring and building the package. Hosts used...

help wanted