summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2023-12-04https: Add a missing import of vyos.configtreeDaniil Baturin
2023-12-04https: T5772: return from verify if HTTPS API is not configuredDaniil Baturin
2023-12-04https: T5772: require that at least one API key is presentDaniil Baturin
2023-12-04Revert "https api: T5772: check if keys are configured unless PAM auth is ↵Daniil Baturin
enabled for GraphQL" This reverts commit 1b7e8f9ff7a86125ca7c8a2035650d5203dc54c5.
2023-12-04Revert "https api: T5772: fix Python version not supporting f-ormated ↵Daniil Baturin
strings and dict parsing" This reverts commit e7efd65483e7f6e1902a9ab88f8453d5fbb63c09.
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-23https api: T5772: check if keys are configured unless PAM auth is enabled ↵Daniil Baturin
for GraphQL (cherry picked from commit 8c450ea7f538beb0b2cd21d35c05d18db49a1802)
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-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-29powerctl: T3862: Fix for reboot at 00:00Viacheslav
2021-10-29bgp: T3745: Sorting output show vpn ipsec saViacheslav
2021-10-29op-mode: T3942: Add generate IPSec debug-archiveViacheslav
2021-10-17syslog: T3396: Allow remote IPv6 hostViacheslav
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-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-28ipsec: T3333: Fix status for SA state op-modesever-sever
2021-03-11dhcp-server: T2927: Add empty args if does not possible to determine variablesChristian Poessinger
(cherry-picked from commit 2f8b33a26e63e5b9ac4e697b9312f2238d6241f3)
2021-02-21dhcp-server: T2521: Change pgrep search nameDmitriyEshenko
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-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)
2020-12-04pim: igmp: igmp-proxy: T2744: Add check to prevent pimd and igmp-proxy conflictDmitriyEshenko
2020-10-11tftp-server: T2973: bugfix IPv6 listen address/port combinationChristian Poessinger
The mandatory colon for separating the IPv6 address and port was missing. (cherry picked from commit c30849469492d05db9f4a8be49cc6705e139171e)
2020-10-04pppoe-server: T2829: add missing migrator for mppe leafNodeChristian Poessinger
This is the companioned commit for 1bb1a388 ("pppoe-server: T2829: bugfix MPPE node definition ") which actually migrates the PPPoE server configuration to the new CLI format.
2020-10-01T2949: Fix restart methodology for pdnskroy-the-rabbit
pdns update removed the /etc/init.d script
2020-09-25syslog: T2899: add migration script for change in port syntaxJohn Estabrook
2020-09-23op-mode: T2856: Fix broken pipe in show version allsever-sever
2020-09-04qat: T2853: fix "show system acceleration qat status" commandChristian Poessinger
Intel script sytax had changed.
2020-09-04qat: T2853: fix op-mode path to Intel scriptsChristian Poessinger
Ammendmend to commit 9a95a7b4e3bf ("qat: T2853: fix path to init script from Intel source tarball").
2020-09-04qat: T2853: fix path to init script from Intel source tarballChristian Poessinger
2020-09-03ddclient: T2852: cleanup files after service deletionChristian Poessinger
2020-09-03ddclient: T2852: bugfix service deletionChristian Poessinger
When service was deleted we tried accessing a dictionary which was actually of type None which is not possible.
2020-08-22lcd: T2564: add CLI supportChristian Poessinger
- set system lcd model - set system lcd device
2020-08-17Syslog: T2332: Added port to syslog server optionszsdc
Backported changes from equuleus to add port into syslog server options.
2020-07-27pppoe-server: T2067: Allow setting multiple service-namesDmitriyEshenko
2020-07-27pppoe-server: T1956: support PADO-delayDmitriyEshenko
2020-07-26pppoe-server: T1985: backport Enable ipv6 modules if ipv6 not deniedJohn Estabrook
2020-07-26T1949: backport the IPv6 BFD validation improvements from PR#199Daniil Baturin
2020-07-12snmp: T1575: Adding additional check for lspciDmitriyEshenko
(cherry-picked from commits dc936192e87f114df6ab6a4df44967ce0f2b8390 c291d18377eb6eea6693050c338b0392e1297e74)
2020-06-19[T2311] name servers via cmdline can't take effectMaple Wang
Please refer to https://phabricator.vyos.net/T2311
2020-06-14pim: T1729: Add PIM and IGMPv2/v3 supportDmitriyEshenko
2020-05-29dynamic-dns: T2528: bugfix FileNotFoundError in "update dns dynamic"Christian Poessinger
Stopping and starting ddclient should only happen if the DNS dynamic service is actually configured. In addition it should always be checked if the file we try to delete really exists. (cherry picked from commit 0525e443fa68cda451c9f4c838e1f55cec913d2a)
2020-05-20[dhcp-server] T103: wrong hostnames in hosts fileChristian Poessinger
(cherry picked from commit 09df82d3a4ff2e0912992cb5c73d5d9fce7070dd)
2020-04-28syslog: T2131: add generic fqdn validatorChristian Poessinger