Ronnie Sahlberg

Results 244 comments of Ronnie Sahlberg

Hmm. Ignore for now then and let me spend some more time on it. I think I can implement a full usmb2man.irx in less than 10k. This includes creating the...

@Wolf3s @rickgaiser have a look at https://github.com/sahlberg/libsmb2/tree/usmb2 micro-smb2 usmb2.c is completely independent of libsmb2 and will eventiually be split out into its own project. But I leave it in libsmb2/examples...

I moved usmb2 int its own project: https://github.com/sahlberg/usmb2 I also added optional authentication (if compiled with -DUSMB2_FEATURE_NTLM) which allows authentication using NTLMv2. NTLMv2 support adds ~2800bytes of code size on...

Yeah, message_id starts at 0 and is incremented by 1 for each request. So the received message_id should be 1 here and waitqueue should have one entry with message id...

Or if it is going nowhere, you could throw out libsmb2 and replace it with usmb2.c and see if it is able to connect to the server. It is a...

> I'm working on a custom ministack TCP layer to hook this up to. Interesting. If you only do maximum 1024 byte read/write requests then every PDU would be guaranteed...

Easiest way is probably just to have a static buffer, aligne to 4 bytes but skipping the first two bytes. I.e. let eth header start at &buffer[2]. Then all other...

Oh, that was removed in 2010 due to some dependencies. I can try adding it back. How exactly are you using it/running it?

Ok, I will have a look and try to add it back in the coming weekend. Please remind me if you do not see any updates.

I don't have any of these platformsand don't really use cmake myself, so any patches or fixes in this are depends on controbutions.