Age | Commit message (Collapse) | Author |
|
* Addsed /etc/fwknop/access.conf parsing to show QR codes.
Signed-off-by: Oldřich Jedlička <oldium.pro@gmail.com>
|
|
* Use client-side rendering.
* Asynchronous QR code generation and on-the-fly updates.
* Added button to generate keys.
* Added keys validation (empty, __CHANGEME__ and CHANGEME values are not
valid).
* Added SOURCE option non-empty validation (SOURCE is mandatory field).
* Added network and DESTINATION options.
* Use checkboxes for Y/N options instead of text fields.
* Fix the qrencode tool, which currently has only `--inline` option, not
`-I`. Use `--inline` instead.
* Improve configuration handling by removing the key type from the config
file. The key type is deduced from the actual values (normal/base64).
* Provide migration script (clean-up of stale keytype/hkeytype values in
config).
* Fixed usage of translations.
Signed-off-by: Oldřich Jedlička <oldium.pro@gmail.com>
|
|
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
|
|
Fixes: #3866
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
|
|
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
|
|
The qrencode update in the packages repo includes a patch that
adds the --inline option. We use that option to generate a
proper inline SVG image.
Signed-off-by: Jonathan Bennett <JBennett@Incomsystems.biz>
|
|
Thanks to spacezorro on Github for suggesting this. The quiet tag suppresses the error messages if no key is present.
|
|
An update for libqrencode requires that we explicitly ask for an SVG output. This continues to work properly with the old version. Making the change here before updating the libqrencode package.
Signed-off-by: Jonathan Bennett <JBennett@Incomsystems.biz>
|
|
In some cases, the missing quotation marks can cause error messages. Although harmless, adding the quotation marks for correctness.
Signed-off-by: Jonathan Bennett <JBennett@Incomsystems.biz>
|
|
Also adds NAT-DNS as a default setting, and enables a QR-code per access.conf entry
Signed-off-by: Jonathan Bennett <JBennett@incomsystems.biz>
|
|
Signed-off-by: Jonathan Bennett <jbennett@incomsystems.biz>
|