<feed xmlns='http://www.w3.org/2005/Atom'>
<title>luci/applications/luci-app-snmpd/root/usr, branch master</title>
<subtitle>Lua Configuration Interface (mirror)</subtitle>
<id>https://git.openwrt.org/project/luci/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/project/luci/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/'/>
<updated>2026-06-29T07:51:40Z</updated>
<entry>
<title>luci-app-snmpd: check against snmpd</title>
<updated>2026-06-29T07:51:40Z</updated>
<author>
<name>Christian Korber</name>
</author>
<published>2026-06-29T06:37:23Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=016b2c41337af25418d662065e0e678d7ec3f681'/>
<id>urn:sha1:016b2c41337af25418d662065e0e678d7ec3f681</id>
<content type='text'>
To keep forward compatibility, the check for libnetsnmp library is
changed to probe `/usr/sbin/snmpd` for libssl.

Signed-off-by: Christian Korber &lt;ckorber@tdt.de&gt;
</content>
</entry>
<entry>
<title>luci-app-snmpd: remove version on shared library reference</title>
<updated>2026-06-26T07:26:57Z</updated>
<author>
<name>Ivan Pavlov</name>
</author>
<published>2026-05-03T18:25:12Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=b9681710f4d6b81eeefec4f863dc0bd8ed3917aa'/>
<id>urn:sha1:b9681710f4d6b81eeefec4f863dc0bd8ed3917aa</id>
<content type='text'>
In next version of the main package, the version of the shared
library was updated. In ssl check function a reference with specified
vesion was used. To prevent subsequent package changes, the main
package was updated to create a symlink without specifying the version,
and the call from the interface was modified to reference to symlink
without version.

Signed-off-by: Ivan Pavlov &lt;AuthorReflex@gmail.com&gt;
</content>
</entry>
<entry>
<title>luci-app-snmpd: add MIB download area</title>
<updated>2025-09-03T18:55:05Z</updated>
<author>
<name>Christian Korber</name>
</author>
<published>2024-08-14T12:57:08Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=3fc405003d5d045a9f4ddf234dc5c507e479c2e2'/>
<id>urn:sha1:3fc405003d5d045a9f4ddf234dc5c507e479c2e2</id>
<content type='text'>
This commit adds a new tab to download all mib files that are stored
in /usr/share/snmp/mibs folder.

Signed-off-by: Christian Korber &lt;ckorber@tdt.de&gt;
</content>
</entry>
<entry>
<title>luci-app-snmpd: convert CBI to JS</title>
<updated>2021-10-08T18:08:41Z</updated>
<author>
<name>Karl Palsson</name>
</author>
<published>2021-10-06T14:22:40Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=d4767c2de61e1122e7b3714b80d34a77a197415e'/>
<id>urn:sha1:d4767c2de61e1122e7b3714b80d34a77a197415e</id>
<content type='text'>
Eliminates luci-compat, but no other changes.

Signed-off-by: Karl Palsson &lt;karlp@etactica.com&gt;
[add final newline, explicitly require `view` class, remove unused require,
 fix commit subject, initialize translation template]
Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>Revert "app-snmpd: convert CBI to JS"</title>
<updated>2021-10-08T18:03:06Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2021-10-08T18:02:54Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=23babd7cd42c88fdc185a68cff7882b43e7ef9af'/>
<id>urn:sha1:23babd7cd42c88fdc185a68cff7882b43e7ef9af</id>
<content type='text'>
This reverts commit 693bf9523ebe5a008baa2ff017e7e267a9e72ceb.

The commit did not contain the mentioned amendmends.

Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>app-snmpd: convert CBI to JS</title>
<updated>2021-10-08T17:59:51Z</updated>
<author>
<name>Karl Palsson</name>
</author>
<published>2021-10-06T14:22:40Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=693bf9523ebe5a008baa2ff017e7e267a9e72ceb'/>
<id>urn:sha1:693bf9523ebe5a008baa2ff017e7e267a9e72ceb</id>
<content type='text'>
Eliminates luci-compat, but no other changes.

Signed-off-by: Karl Palsson &lt;karlp@etactica.com&gt;
[add final newline, explicitly require `view` class, remove unused require,
 resync translations]
Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>treewide: add ACL annotations to menu entries</title>
<updated>2020-04-17T10:40:31Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2020-04-17T10:14:50Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=8f34e105c059575a9c75e43468345e3651210b81'/>
<id>urn:sha1:8f34e105c059575a9c75e43468345e3651210b81</id>
<content type='text'>
Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>treewide: stage ACL rules for legacy applications</title>
<updated>2020-04-10T21:21:35Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2020-04-10T21:21:35Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=43e872871a85dce70509c3c97c10e9c61788c378'/>
<id>urn:sha1:43e872871a85dce70509c3c97c10e9c61788c378</id>
<content type='text'>
Fixes: #3866
Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>treewide: convert simple Lua controllers to declarative JSON</title>
<updated>2020-02-05T15:52:58Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2020-02-05T15:51:19Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=625abbfdbe94dada023ebd8ea69778173d1a7351'/>
<id>urn:sha1:625abbfdbe94dada023ebd8ea69778173d1a7351</id>
<content type='text'>
Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
</feed>
