Daniel Wozniak
Daniel Wozniak
### What does this PR do? This is an example onedir build using make to compile python and install salt. The build process does the following to make things portable:...
**Description** When using SSL with the TLS transport we may run into this exception: ``` 2022-05-05 12:16:04,536 [tornado.general :555 ][ERROR ][777326] Uncaught exception, closing connection: ('REDACTED', 54603) Traceback (most recent...
**Description** This fix prevents crashes but the token caching mechanism still broken. https://github.com/saltstack/salt/pull/62195 When multiple threads are trying to access the vault token the 'cache' gets overwrote causing the threads...
What's the possibility that we condense down to one codebase that supports both python2 and 3 rather than separate directories? [https://github.com/dwoz/pysmb/tree/master/smb3](https://github.com/dwoz/pysmb/tree/master/smb3)
It would be nice to have an Appveyor build run on pull requests to help validate changes are not breaking windows.
Good day. I am wondering how much interest there is in someone contributing a TLS mechanism. Have other's asked about this?
### What does this PR do? See title. ### What issues does this PR fix or reference? Fixes: #66091 ### Merge requirements satisfied? **[NOTICE] Bug fixes or features added to...
### What does this PR do? - Upgrade relenv to 0.15.0, fixes salt-pip installation of namespaced packages. ### What issues does this PR fix or reference? Fixes: #65433 #66094 ###...
**Description** Sister issue: [saltstackrelenv/171](https://github.com/saltstack/relenv/issues/171)
### What does this PR do? Initial purge of community extensions for 3008 #65970 ### Merge requirements satisfied? **[NOTICE] Bug fixes or features added to Salt require tests.** - [...