Closed ramijebara closed 12 months ago
Hey @ramijebara ,
Thanks a lot for your contribution!
Can you please make a separate PR for the second suggestion (commit adding the [sign,seal] to the samba/lib/com/dcom/main.c)?
Reviewing your first suggestion will unfortunately take a lot longer than reviewing your second suggestion.
@ArnoStiefvater thanks a lot for taking a look. I will make two separate PRs as suggested. I will close this PR in the mean time.
Two cents from my side, we wont replace the base debian slim container image with alpine. We could provide an alpine image additionally if somebody is willing to maintain it.
Separate PRs created. @ArnoStiefvater
What & Why
This PR contains two suggested changes. These changes represent an integration of existing community work that I have tested myself over the last few months.
Alpine Linux docker container support. The Debian slim based container usually fails compliance scans due to outdated packages or known vulnerabilities. Alpine is more lightweight and will pass compliance container scans more often then not.
Added sign, seal to the bindstr variable, to samba/lib/com/dcom/main.c. Based on my experience, communication with newer versions of windows is much more reliable. queries that fail with the un-patched code work with this change.
Just contributing back to upstream & community. I hope you find this work useful.