summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-11-29Merge pull request #2538 from c-po/crux-pr-2522-fixupDaniil Baturin
https api: T5772: fix Python version not supporting f-ormated strings and dict parsing
2023-11-23https 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-23Merge pull request #2535 from c-po/crux-pr-2522Daniil Baturin
https api: T5772: check if keys are configured unless PAM auth is enabled for GraphQL (backport #2522)
2023-11-23https api: T5772: check if keys are configured unless PAM auth is enabled ↵Daniil Baturin
for GraphQL (cherry picked from commit 8c450ea7f538beb0b2cd21d35c05d18db49a1802)
2022-11-13Version update for 1.2.91.2.9-S11.2.9Daniil Baturin
2022-01-02Revert "snmp: T4093: add missing verify() step for required group per snmp ↵Christian Poessinger
v3 user" This reverts commit 522c9d916e390f797290c8b4c9af36cf9639cbbc.
2021-12-27snmp: T4093: add missing verify() step for required group per snmp v3 userChristian Poessinger
(cherry picked from commit a70a4001fe0b3a91a7d86191ff32dcc7205d2eae)
2021-11-11Merge pull request #1061 from srividya0208/T3796Christian Poessinger
T3796:op-mode: wireguard interface not shown
2021-11-08T3796:op-mode: wireguard interface not shownsrividya0208
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-07Merge pull request #1056 from sever-sever/T3626-cruxDaniil Baturin
dhcp: T3626: Prevent to disable only one configured network
2021-10-30dhcp: T3626: Prevent to disable only one configured networkViacheslav
2021-10-29Merge pull request #1053 from sever-sever/T3942-cruxChristian Poessinger
op-mode: T3942: Add generate IPSec debug-archive
2021-10-29Merge pull request #1055 from sever-sever/T3862Daniil Baturin
powerctl: T3862: Fix for reboot at 00:00
2021-10-29powerctl: T3862: Fix for reboot at 00:00Viacheslav
2021-10-29Merge pull request #1054 from sever-sever/T3745-cruxDaniil Baturin
bgp: T3745: Sorting output show vpn ipsec sa
2021-10-29bgp: T3745: Sorting output show vpn ipsec saViacheslav
2021-10-29op-mode: T3942: Add generate IPSec debug-archiveViacheslav
2021-10-19Merge pull request #1029 from sever-sever/T3396-cruxChristian Poessinger
syslog: T3396: Allow remote IPv6 host
2021-10-17syslog: T3396: Allow remote IPv6 hostViacheslav
2021-07-08Version update.Daniil Baturin
2021-07-08T3663: add a dependency on python3-inotify.Daniil Baturin
2021-07-08T3663: use inotify-based waiting for keepalived in `show vrrp`Daniil Baturin
2021-06-10dhcp-server: T2717: Fix DHCP pool size in statisticsRobert 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-19op-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-17ddclient: T3557: fix FileNotFoundError when querying status informationChristian 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-14ntp: T2809: Fix migration script if server not existsever-sever
(cherry picked from commit d96336a808e500934fc4fd9423345d0b965d35ac)
2021-04-30Merge pull request #824 from sever-sever/T3333-cruxChristian Poessinger
ipsec: T3333: Fix status for SA state op-mode
2021-04-28ipsec: T3333: Fix status for SA state op-modesever-sever
2021-04-03Debian: T2108: add minisign dependencyChristian Poessinger
(cherry picked from commit 52323dcd620ef1b6d716787c9c4729b9ae9ee7e0)
2021-03-11dhcp-server: T2927: Add empty args if does not possible to determine variablesChristian Poessinger
(cherry-picked from commit 2f8b33a26e63e5b9ac4e697b9312f2238d6241f3)
2021-02-21Merge pull request #738 from DmitriyEshenko/crux-2102212101Daniil Baturin
dhcp-server: T2521: Change pgrep search name
2021-02-21dhcp-server: T2521: Change pgrep search nameDmitriyEshenko
2021-02-06Merge pull request #722 from DmitriyEshenko/FixHelpCrux0602202101Christian Poessinger
service: T3289: Add help value
2021-02-05Jenkins: reference build pipeline library from vyos-buildChristian Poessinger
2021-02-05T3289: sort XML interface definitions to get predictable resultChristian Poessinger
2021-02-05T3289: add help string for "service" nodeChristian Poessinger
2021-02-05service: T3289: Add help valueDmitriyEshenko
2021-01-30bgp: T3037: add migration scriptChristian Poessinger
2021-01-24T1773: add a script for converting the config to JSON.Daniil Baturin
It also exposes those functions in vyos.configtree
2021-01-24T1774: fix error outputJohn Estabrook
2021-01-24T1773, T1774: add a show config operation with JSON and raw options.Daniil Baturin
2021-01-24pppoe-server: T1957: Implementation CLI commands for maintenance modeDmitriyEshenko
2021-01-21dhcp: T3237: add constraint to static-mapping mac-address nodeChristian Poessinger
The format of the CLI specified MAC address was not validated as only addresses with a colon as seperator are supported. Constraint has been added. (cherry picked from commit 79af3560e7b2f88b6850739b0e30ee372c51f63b)
2021-01-02ddclient: T3175: update supported protocol listChristian Poessinger
(cherry picked from commit da738cde326fe8974ae270de93c1bce1290aba05)
2020-12-04Merge pull request #634 from DmitriyEshenko/1x-crux-pim01Christian Poessinger
pim: igmp: igmp-proxy: T2744: Add check to prevent pimd and igmp-prox…
2020-12-04pim: igmp: igmp-proxy: T2744: Add check to prevent pimd and igmp-proxy conflictDmitriyEshenko
2020-11-30Merge pull request #627 from erkin/cruxDaniil Baturin
limericks: Fix typos and rhyme
2020-11-30limericks: Fix typos and rhymeerkin
2020-11-29[dhcp-relay] add completion helper to relay-agents-packetsChristian Poessinger
(cherry picked from commit 2656fe516907aab9321877a28ad857059a534637)
2020-10-26Merge pull request #582 from sever-sever/T2982_cruxDaniil Baturin
bfd: T2982: Fixed show command for BFD peers