<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/src, branch 1.3.5</title>
<subtitle>VyOS command definitions, scripts, and utilities (mirror of https://github.com/vyos/vyos-1x.git)
</subtitle>
<id>https://git.amelek.net/vyos/vyos-1x.git/atom?h=1.3.5</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-1x.git/atom?h=1.3.5'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/'/>
<updated>2023-12-04T17:38:23+00:00</updated>
<entry>
<title>https: T5772: return from verify if None</title>
<updated>2023-12-04T17:38:23+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2023-12-04T17:16:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=7c6de792279350c980160096887524836b44be47'/>
<id>urn:sha1:7c6de792279350c980160096887524836b44be47</id>
<content type='text'>
​

Signed-off-by: Daniil Baturin &lt;daniil@baturin.org&gt;
</content>
</entry>
<entry>
<title>https: T5772: require that at least one valid API key is present</title>
<updated>2023-12-04T15:38:11+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@baturin.org</email>
</author>
<published>2023-12-04T15:38:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=976c800c4ba5bd1f4856ea2fa112e89af979bacf'/>
<id>urn:sha1:976c800c4ba5bd1f4856ea2fa112e89af979bacf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "https api: T5772: check if keys are configured"</title>
<updated>2023-12-04T15:36:57+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@baturin.org</email>
</author>
<published>2023-12-04T15:36:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=a148b81659afb02947594cc9255b3162069f86f5'/>
<id>urn:sha1:a148b81659afb02947594cc9255b3162069f86f5</id>
<content type='text'>
This reverts commit 57ba2fa91573ad2ecd03f0c2eb89507dfc397f1e.
</content>
</entry>
<entry>
<title>https: T5772: remove the default API key</title>
<updated>2023-11-30T13:58:39+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@baturin.org</email>
</author>
<published>2023-11-30T13:58:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=ad72670a1f7410a3c4a7e2021f0b7511156f5850'/>
<id>urn:sha1:ad72670a1f7410a3c4a7e2021f0b7511156f5850</id>
<content type='text'>
The new verification code prevents it from being used,
but it's not a reason to keep it
</content>
</entry>
<entry>
<title>Merge pull request #2536 from c-po/backport-pr-2527</title>
<updated>2023-11-28T14:27:07+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-11-28T14:27:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=50a78a29e3bbe6ccc2e070706133c06f6053a612'/>
<id>urn:sha1:50a78a29e3bbe6ccc2e070706133c06f6053a612</id>
<content type='text'>
pppoe: T5630: make MRU default to MTU if unspecified (backport #2527)</content>
</entry>
<entry>
<title>T5763: fix imprecise check for remote file name</title>
<updated>2023-11-27T13:44:48+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2023-11-20T15:40:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=9e97aa8764b369c90d42497c0897efd7b76634ea'/>
<id>urn:sha1:9e97aa8764b369c90d42497c0897efd7b76634ea</id>
<content type='text'>
(cherry picked from commit fe9b08665367b8e7d9b906a0760d44efc9b5cafb)
</content>
</entry>
<entry>
<title>pppoe: T5630: make MRU default to MTU if unspecified</title>
<updated>2023-11-23T11:06:31+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-11-22T10:40:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=220750b9e747c7f539849e96889cfef695300313'/>
<id>urn:sha1:220750b9e747c7f539849e96889cfef695300313</id>
<content type='text'>
This fixes the implementation in e062a8c11 ("pppoe: T5630: allow to specify MRU
in addition to already configurable MTU") and restores the bahavior that MRU
defaults to MTU if MRU is not explicitly set.

This was the behavior in VyOS 1.3.3 and below before we added ability to define
the MRU value.

(cherry picked from commit ffd7339e2ea3eafdd97ac0763ca4a3913fe71bf3)
</content>
</entry>
<entry>
<title>https api: T5772: check if keys are configured</title>
<updated>2023-11-23T10:24:58+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@baturin.org</email>
</author>
<published>2023-11-22T00:53:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=57ba2fa91573ad2ecd03f0c2eb89507dfc397f1e'/>
<id>urn:sha1:57ba2fa91573ad2ecd03f0c2eb89507dfc397f1e</id>
<content type='text'>
unless PAM auth is enabled for GraphQL

(cherry picked from commit 8c450ea7f538beb0b2cd21d35c05d18db49a1802)
</content>
</entry>
<entry>
<title>PAM: T5577: Optimized RADIUS PAM config</title>
<updated>2023-11-20T17:07:11+00:00</updated>
<author>
<name>zsdc</name>
<email>taras@vyos.io</email>
</author>
<published>2023-09-26T08:27:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=d7457268fcaa5626e512eb00a9aab36f4a617f28'/>
<id>urn:sha1:d7457268fcaa5626e512eb00a9aab36f4a617f28</id>
<content type='text'>
- Added system `radius` group
- Added `mandatory` and `optional` modes for RADIUS
- Improved PAM config for RADIUS

New modes:

- `mandatory` - if RADIUS answered with `Access-Reject`, authentication must be
stopped and access denied immediately.
- `optional` (default) - if RADIUS answers with `Access-Reject`, authentication
continues using the next module.

In `mandatory` mode authentication will be stopped only if RADIUS clearly
answered that access should be denied (no user in RADIUS database, wrong
password, etc.). If RADIUS is not available or other errors happen, it will be
skipped and authentication will continue with the next module, like in
`optional` mode.
</content>
</entry>
<entry>
<title>T4940: new interfaces debugging command equuleus</title>
<updated>2023-11-16T05:02:29+00:00</updated>
<author>
<name>mkorobeinikov</name>
<email>92354771+mkorobeinikov@users.noreply.github.com</email>
</author>
<published>2023-11-16T04:43:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=bb5baa44ef82d2e888ece14bad13df60b13cf62e'/>
<id>urn:sha1:bb5baa44ef82d2e888ece14bad13df60b13cf62e</id>
<content type='text'>
</content>
</entry>
</feed>
