spike77453
spike77453
This adds an additional option `modPassPlain` to the authldap plugin. Sending a password update to an LDAP server in plaintext is useful is a few cases: - The hashing algorithm...
**Describe the bug** Adding a new IT8511A+ device results in segmentation fault **To Reproduce** Steps to reproduce the behavior: 1. Go to 'Add device' 2. Pick ITECH IT8500 driver 3....
After updating pyroute2 to any version newer that 0.7.6 I'm no longer able to run the following snippet ("Hello world" example from https://docs.pyroute2.org/general.html#ndb-high-level-rtnl-api): ``` from pyroute2 import NDB with NDB()...
This updates the links to the auth-ldap plugin repository to point to https://github.com/threerings/openvpn-auth-ldap/. The challenge/response protocol support patches have been merged from the forked version at https://github.com/guywyers/openvpn-auth-ldap back into the...
Compiling openvpn-otp against OpenSSL 3.0 results in various deprecation warnings: ``` otp.c: In function 'otp_verify': otp.c:415:13: warning: 'HMAC_CTX_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 415 | HMAC_CTX* hmac = HMAC_CTX_new();...
The following files are licensed under Apache-2.0: * [base32.c](https://github.com/evgeny-gridasov/openvpn-otp/blob/master/src/base32.c) * [base32.h](https://github.com/evgeny-gridasov/openvpn-otp/blob/master/src/base32.h) The Apache-2.0 license requires that a copy is given to "any other recipients of the Work or Derivative Works"....
The following files are licensed under APSL-2.0: * [base64.c](https://github.com/evgeny-gridasov/openvpn-otp/blob/master/src/base64.c) * [base64.h](https://github.com/evgeny-gridasov/openvpn-otp/blob/master/src/base64.h) The APSL-2.0 license requires that a copy is distributed "with every copy of Source Code of Covered Code and...
Since the latest release (0.5.0) is quite a few commit behind master and there were some minor bugfixes and improvements since then, I was wondering if you could create a...
Hi, I'm trying to set up an `ip6tnl` interface (mode `ipip6`) with the `IP6_TNL_F_IGN_ENCAP_LIMIT` flag set. With `ip link` this can be done by running ``` ip link add mytunnel...
Hi, I ran into issue https://github.com/oscaracena/pygattlib/issues/12 which is already fixed in the master branch. Thanks a bunch for that! Would you consider releasing a new version including https://github.com/oscaracena/pygattlib/commit/018d852f860c415bf68897820570432ba9b0ba04? It'd be...