Age | Commit message (Collapse) | Author | |
---|---|---|---|
13 hours | Merge pull request #4420 from c-po/veth-mtuHEADcurrent | Christian Breunig | |
virtual-ethernet: T7293: add support to define interface MTU | |||
13 hours | Merge pull request #4424 from c-po/acme-race-T7299 | Christian Breunig | |
pki: T7299: race condition for acme requested certificates / CA chain | |||
13 hours | Merge pull request #4425 from jestabro/submod-typo | Christian Breunig | |
T7289: fix typo in git submodule status check | |||
13 hours | Merge pull request #4426 from jestabro/restrict-opam-package-version | Christian Breunig | |
T7296: update hash for restrict opam ppx_deriving_yojson <= v3.9.1 | |||
31 hours | T7296: update hash for restrict opam ppx_deriving_yojson <= v3.9.1 | John Estabrook | |
33 hours | T7289: fix typo in git submodule status check | John Estabrook | |
35 hours | pki: T7299: race condition for acme requested certificates / CA chain | Christian Breunig | |
When using the VyOS internal PKI subsystem to request a certificate using ACME, the issuer CA is not automatically imported in the PKI subsystem on the first run due to a race condition. Issue is fixed by adding all newly requested and granted ACME certificates to the list of ACME certificates "on disk" which are used to extract the issuing CA certificate. | |||
2 days | Merge pull request #4417 from jestabro/submod-libvyosconfig | John Estabrook | |
T7289: add libvyosconfig as git submodule for builds from private repos | |||
3 days | Merge pull request #4409 from woodsb02/patch-2 | Christian Breunig | |
syslog: T7270: fix typos in rsyslog.conf | |||
3 days | Merge pull request #4416 from sever-sever/T7286 | Christian Breunig | |
T7286: Add CLI option to disable LDP establish packets | |||
3 days | Merge pull request #4418 from kumvijaya/current | Christian Breunig | |
T7291: disabled codeowners review | |||
3 days | Merge pull request #4423 from jestabro/preserve-symlinks | Christian Breunig | |
T7294: preserve /config symlinks on image upgrade | |||
3 days | T7286: Add CLI option to disable LDP establish packets | Viacheslav Hletenko | |
If a router has not formed an LDP neighbor adjacency yet, it answers all received LDP Hello packets from non-neighbors with new Hello packets. This leads to flooding LDP packets to all routers for each LDP incoming packet. Add configuration option to disable this behavior ``` set protocols mpls ldp interface eth0 disable-establish-hello ``` | |||
3 days | T7294: preserve /config symlinks on image upgrade | John Estabrook | |
The service certbot expects symbolic links for /config/auth/letsencrypt/live/<cert_name>/*.pem however, the default behavior of copytree copies the linked files during image upgrade. Set copytree argument to preserve symlinks. | |||
3 days | virtual-ethernet: T7293: add support to define interface MTU | Christian Breunig | |
3 days | Merge pull request #4421 from dmbaturin/T7295-tzdata-dependency | Daniil Baturin | |
fixup: T7295: add an explicit dependency on tzdata > 2025 to prevent APT from pulling that package from buster | |||
3 days | fixup: T7295: add an explicit dependency on tzdata > 2025 | Daniil Baturin | |
to prevent APT from pulling that package from buster | |||
4 days | T7291: disabled codeowners review | kumvijaya | |
4 days | T7289: attempt to update submodule if status inconsistent | John Estabrook | |
4 days | T7289: set url as relative path | John Estabrook | |
5 days | T7289: update Makefile for libvyosconfig as git submodule | John Estabrook | |
5 days | T7289: add libvyosconfig as git submodule | John Estabrook | |
6 days | Merge pull request #4415 from jestabro/strip-version | John Estabrook | |
T7246: update hash for strip version on config load | |||
6 days | T7246: update hash for strip version on config load | John Estabrook | |
6 days | Merge pull request #4413 from oniko94/fix/T7278-fix-cracklib-dep-build | John Estabrook | |
T7278: Remove cracklib hack from postconfig script template | |||
7 days | Merge pull request #4326 from Embezzle/T5493 | Daniil Baturin | |
firewall: T5493: Implement remote-group | |||
7 days | syslog: T7270: improve descriptions of format options | Ben Woods | |
7 days | T7278: Remove cracklib hack from postinstall script template | oniko94 | |
10 days | firewall: T5493: Implement remote-group | Alex W | |
11 days | syslog: T7270: fix SyslogProtocol23Format typo in rsyslog.conf | Ben Woods | |
11 days | syslog: T7270: fix octed-counted typo in rsyslog.conf | Ben Woods | |
11 days | Merge pull request #4397 from c-po/T861-secure-boot-certs | Christian Breunig | |
T861: rename Secure Boot MOK (Machine Owner Key) file | |||
11 days | Merge pull request #4400 from l0crian1/current | Christian Breunig | |
T7138: Fix show qos | |||
11 days | Merge pull request #4402 from c-po/wireguard-key-T7246 | Christian Breunig | |
wireguard: T7246: verify Base64 encoded 32byte boundary on keys | |||
11 days | wireguard: T7246: verify Base64 encoded 32byte boundary on keys | Christian Breunig | |
Not 31 bytes or 33 bytes, but exactly 32. This matters, because 32 does not divide evenly by .75, so there's a padding character and the penultimate character does not include the whole base64 alphabet. Extend the base64 validator with an optional argument to define the length to match of the decrypted Base64 encoded string. Source: https://lists.zx2c4.com/pipermail/wireguard/2020-December/006222.html | |||
11 days | Merge pull request #4407 from jestabro/relax-lexer-test | John Estabrook | |
T7246: update libvyosconfig hash and add nosetest | |||
12 days | T7246: update libvyosconfig hash and add nosetest | John Estabrook | |
12 days | Merge pull request #4406 from jestabro/relax-lexer | John Estabrook | |
T7246: do not pass unneeded version string to parser | |||
13 days | T7246: do not pass unneeded version string to parser | John Estabrook | |
Previously the parser would ignore lines beginning with '//', however this is unnecessarily restrictive. Pass only config information to parser, as the version string is saved separately for reconstruction on render. | |||
14 days | Merge pull request #4398 from jestabro/commitd | Daniil Baturin | |
T7121: Set up communication vyconfd to vyos-commitd | |||
14 days | Merge pull request #4405 from c-po/certbot-T7249 | Daniil Baturin | |
pki: T7249: fix shebang to support CLI backend | |||
14 days | T7121: T6946: update hash for commit algorithm/commitd messaging | John Estabrook | |
14 days | Merge pull request #4399 from sever-sever/T7252 | Daniil Baturin | |
T7252: Allow vpptun and vpptap for constraint validator | |||
14 days | bgp: T7157: Allow using route-maps for VRF route leaking in BGP (#4404) | aapostoliuk | |
* bgp: T7157: Allow using route-maps for VRF route leaking in BGP Added the possibility of using route-map in route leaking. * Improve the constraint error message --------- Co-authored-by: Daniil Baturin <daniil@baturin.org> | |||
14 days | Merge pull request #4390 from ↵ | Viacheslav Hletenko | |
oniko94/feature/T6353-add-password-complexity-validation T6353: Add password complexity validation for system login user | |||
14 days | pki: T7249: fix shebang to support CLI backend | Christian Breunig | |
Fixes an error: interpreter/vyatta-cfg-run: line 162: `vyatta_config_commit-confirm': not a valid identifier Which prevented to renew the certificates. This will only fix renewing of the certificates. Nothing changed in how daemons will be restarted if a certificate is updated. | |||
14 days | T6353: Change cli_commit to return the command output | oniko94 | |
14 days | T6353: Add password strength check and user warning | oniko94 | |
2025-03-17 | Merge pull request #4401 from dmbaturin/T7217-generate-dropbear-keys | Christian Breunig | |
console-server: T7217: generate Dropbear SSH keys if they do not exist | |||
2025-03-17 | console-server: T7217: generate Dropbear SSH keys if they do not exist | Daniil Baturin | |