Aman Deep Gautam

Results 11 issues of Aman Deep Gautam

When we try to acquire creds, we ignore the recommendation from the server and try to use SPNEGO. Referring to a TODO here: https://github.com/sahlberg/libsmb2/blob/master/lib/krb5-wrapper.c#L215 The problem which we are facing...

I am working with the PurwFlashblade SMB server (which is relying on the Samba server internally). The server allows writing 4MB of data on the connection as part of 1...

Hi, This is not an issue, but more of a question. It is about the following error: ``` Failed to parse variable part of command payload ``` I have seen...

Hi! We have been using the library and find it difficult to remap all smb2 codes to errno. For example, if we would like to differentiate between 0 sized reads...

when we use compound pdus, for example, smb2_cmd_open_async, smb2_cmd_read_async and smb2_cmd_close_async we do not get any error string from smb2_get_error() as probably it is not set. Is there any particular...

Hi, I found the discussion hard to follow. I want to use cxxd with its accompanying vim plugin. Can you please outline the steps what needs to be done.

If we do ClangFormatAutoEnable, the whole file is formatted. Is there a way to just format the unsaved buffer and not touch the whole file?

Hi, Is there a plan to support v4.1? If no, how much work would be needed if one plans to do it? What parts of the lib needs to change.

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...

Fix for: https://github.com/google/glog/issues/872