Leon Busch-George
Leon Busch-George
``` File "../lib/python3.8/site-packages/chameleon/exc.py", line 321, in __call__ exc = create_formatted_exception(exc, type(exc), exc._original__str__) File "../lib/python3.8/site-packages/chameleon/utils.py", line 227, in create_formatted_exception inst = cls.__new__(new) TypeError: BaseException.__new__(SyntaxError) is not safe, use SyntaxError.__new__() ``` ```...
In it's current form, libevent requires multiple `struct evhttp` objects to be created in order to enable listening on sockets with more than one type of encryption. This change allows...
@jlund still active?
Current state: I'm happy with it. Removing "WIP". The patch for spi-nor works differently upstream (adding `PARSE_SFDP` instead of manually fiddling around with capabs and opcodes). Previous message: The image...
# Description Fail2ban closes all fds on startup using `OPEN_MAX` (nofile) to determine the range. In some Docker environments, nofile is set ridiculously high. Then, fail2ban-server is busy closing files...
### Miscellaneous first checks - [X] I checked that all ports are open and not blocked by my ISP / hosting provider. - [X] I know that SSL errors are...
This is now a small collection of changes I implemented to make the use of the WWAN modems easier. These are open topics I see as being relevant: - ~~the...
`ipcalc.sh` doesn't work well with very small networks. This PR also aims to improve the automatic correction of the range. If no correction is possible, it returns with an error...
In a fresh clone, just running make leaves me with this error: ``` £ make npx eslint -c ./.eslintrc.js ./glassygnome@emiapwil/*.js npx: installed 118 in 13.857s Oops! Something went wrong! :(...
This patch enables the use of passwords that are exactly 64 characters long with SAE. With SAE, there is no distinction based on length like there is for PSK (the...