Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-16 | GitHub: add action to auto close PRs for EOLed crux branchcrux | Christian Breunig | |
2023-12-05 | Merge pull request #2571 from dmbaturin/https-api-keys-fix-crux | Viacheslav Hletenko | |
https: T5772: Move API key check to http-api.py | |||
2023-12-04 | https: Add a missing import of vyos.configtree | Daniil Baturin | |
2023-12-04 | https: T5772: return from verify if HTTPS API is not configured | Daniil Baturin | |
2023-12-04 | https: T5772: remove the default API key | Daniil Baturin | |
2023-12-04 | https: T5772: require that at least one API key is present | Daniil Baturin | |
2023-12-04 | Revert "https api: T5772: check if keys are configured unless PAM auth is ↵ | Daniil Baturin | |
enabled for GraphQL" This reverts commit 1b7e8f9ff7a86125ca7c8a2035650d5203dc54c5. | |||
2023-12-04 | Revert "https api: T5772: fix Python version not supporting f-ormated ↵ | Daniil Baturin | |
strings and dict parsing" This reverts commit e7efd65483e7f6e1902a9ab88f8453d5fbb63c09. | |||
2023-11-29 | Merge pull request #2538 from c-po/crux-pr-2522-fixup | Daniil Baturin | |
https api: T5772: fix Python version not supporting f-ormated strings and dict parsing | |||
2023-11-23 | https api: T5772: fix Python version not supporting f-ormated strings and ↵ | Christian Breunig | |
dict parsing cpo@LR3.wue3# commit [ service https ] At least one HTTPS API key is required! [[service https]] failed [[service https api]] failed cpo@LR3.wue3# set service https api keys id foo [edit] cpo@LR3.wue3# commit [ service https ] Missing HTTPS API key string for key id: foo | |||
2023-11-23 | Merge pull request #2535 from c-po/crux-pr-2522 | Daniil Baturin | |
https api: T5772: check if keys are configured unless PAM auth is enabled for GraphQL (backport #2522) | |||
2023-11-23 | https api: T5772: check if keys are configured unless PAM auth is enabled ↵ | Daniil Baturin | |
for GraphQL (cherry picked from commit 8c450ea7f538beb0b2cd21d35c05d18db49a1802) | |||
2022-11-13 | Version update for 1.2.91.2.9-S11.2.9 | Daniil Baturin | |
2022-01-02 | Revert "snmp: T4093: add missing verify() step for required group per snmp ↵ | Christian Poessinger | |
v3 user" This reverts commit 522c9d916e390f797290c8b4c9af36cf9639cbbc. | |||
2021-12-27 | snmp: T4093: add missing verify() step for required group per snmp v3 user | Christian Poessinger | |
(cherry picked from commit a70a4001fe0b3a91a7d86191ff32dcc7205d2eae) | |||
2021-11-11 | Merge pull request #1061 from srividya0208/T3796 | Christian Poessinger | |
T3796:op-mode: wireguard interface not shown | |||
2021-11-08 | T3796:op-mode: wireguard interface not shown | srividya0208 | |
When executed the command 'show interfaces wireguard' command, it is not showing the configured interface in the output. Modified the script to show the interface results. ** Correected the indentation of the properties field of line number 81-83** | |||
2021-11-07 | Merge pull request #1056 from sever-sever/T3626-crux | Daniil Baturin | |
dhcp: T3626: Prevent to disable only one configured network | |||
2021-10-30 | dhcp: T3626: Prevent to disable only one configured network | Viacheslav | |
2021-10-29 | Merge pull request #1053 from sever-sever/T3942-crux | Christian Poessinger | |
op-mode: T3942: Add generate IPSec debug-archive | |||
2021-10-29 | Merge pull request #1055 from sever-sever/T3862 | Daniil Baturin | |
powerctl: T3862: Fix for reboot at 00:00 | |||
2021-10-29 | powerctl: T3862: Fix for reboot at 00:00 | Viacheslav | |
2021-10-29 | Merge pull request #1054 from sever-sever/T3745-crux | Daniil Baturin | |
bgp: T3745: Sorting output show vpn ipsec sa | |||
2021-10-29 | bgp: T3745: Sorting output show vpn ipsec sa | Viacheslav | |
2021-10-29 | op-mode: T3942: Add generate IPSec debug-archive | Viacheslav | |
2021-10-19 | Merge pull request #1029 from sever-sever/T3396-crux | Christian Poessinger | |
syslog: T3396: Allow remote IPv6 host | |||
2021-10-17 | syslog: T3396: Allow remote IPv6 host | Viacheslav | |
2021-07-08 | Version update. | Daniil Baturin | |
2021-07-08 | T3663: add a dependency on python3-inotify. | Daniil Baturin | |
2021-07-08 | T3663: use inotify-based waiting for keepalived in `show vrrp` | Daniil Baturin | |
2021-06-10 | dhcp-server: T2717: Fix DHCP pool size in statistics | Robert Schindler | |
The calculated size of DHCP server address pools was not corrent. The fact that both boundaries of address ranges are inclusive wasn't accounted for, so the calculated size was too small by 1 address per range. (cherry picked from commit 452701bef32c07e0c2a49d37fac93a94038dace1) | |||
2021-05-19 | op-mode: T3521: allowing operator users to execute "show version" | srividya0208 | |
The operator user should atleast be able to see the software version of the server till a proper role-based access control is implemented in the future. Removed "sudo" from the scripts so that "show version" command could be run by non-root user. | |||
2021-05-17 | ddclient: T3557: fix FileNotFoundError when querying status information | Christian Poessinger | |
If ddclient is not problery configured it will start up but no status file is generated. This commit checks if the status file exists before reading it. (cherry picked from commit 041cea6d7a13a804b4e656778048bcefd0a46cb8) | |||
2021-05-14 | ntp: T2809: Fix migration script if server not exist | sever-sever | |
(cherry picked from commit d96336a808e500934fc4fd9423345d0b965d35ac) | |||
2021-04-30 | Merge pull request #824 from sever-sever/T3333-crux | Christian Poessinger | |
ipsec: T3333: Fix status for SA state op-mode | |||
2021-04-28 | ipsec: T3333: Fix status for SA state op-mode | sever-sever | |
2021-04-03 | Debian: T2108: add minisign dependency | Christian Poessinger | |
(cherry picked from commit 52323dcd620ef1b6d716787c9c4729b9ae9ee7e0) | |||
2021-03-11 | dhcp-server: T2927: Add empty args if does not possible to determine variables | Christian Poessinger | |
(cherry-picked from commit 2f8b33a26e63e5b9ac4e697b9312f2238d6241f3) | |||
2021-02-21 | Merge pull request #738 from DmitriyEshenko/crux-2102212101 | Daniil Baturin | |
dhcp-server: T2521: Change pgrep search name | |||
2021-02-21 | dhcp-server: T2521: Change pgrep search name | DmitriyEshenko | |
2021-02-06 | Merge pull request #722 from DmitriyEshenko/FixHelpCrux0602202101 | Christian Poessinger | |
service: T3289: Add help value | |||
2021-02-05 | Jenkins: reference build pipeline library from vyos-build | Christian Poessinger | |
2021-02-05 | T3289: sort XML interface definitions to get predictable result | Christian Poessinger | |
2021-02-05 | T3289: add help string for "service" node | Christian Poessinger | |
2021-02-05 | service: T3289: Add help value | DmitriyEshenko | |
2021-01-30 | bgp: T3037: add migration script | Christian Poessinger | |
2021-01-24 | T1773: add a script for converting the config to JSON. | Daniil Baturin | |
It also exposes those functions in vyos.configtree | |||
2021-01-24 | T1774: fix error output | John Estabrook | |
2021-01-24 | T1773, T1774: add a show config operation with JSON and raw options. | Daniil Baturin | |
2021-01-24 | pppoe-server: T1957: Implementation CLI commands for maintenance mode | DmitriyEshenko | |