Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-28 | Merge pull request #154 from zdc/T1772 | Christian Poessinger | |
[XML templates] T1772: Add escaping of `\` symbol in `<regex>` | |||
2019-10-28 | [XML templates] T1772: Changed old hacks to proper regex, according to the fix | zsdc | |
2019-10-27 | snmp: T1769: remove TSM (Transport Security Mode) support | Christian Poessinger | |
The SNMPv3 TSM is very complex and I know 0 users of it. Also this is untested and I know no way how it could be tested. Instead of carrying on dead and unused code we should favour a drop of it using a proper config migration script. | |||
2019-10-27 | snmp: T818: T1738: remove per user/trap engine id | Christian Poessinger | |
As of the SNMP specification an SNMP engine ID should be unique per device. To not make it more complicated for users - only use the global SNMP engine ID. | |||
2019-10-17 | snmp: T1737: add missing completion helpers | Christian Poessinger | |
2019-07-15 | [T1299] - SNMP extension with custom scripts | hagbard | |
2018-06-26 | T716: allow only alphanumerical chars, underscore and hyphen | hagbard | |
T717: limited to 100 chars in total | |||
2018-06-08 | snmp.xml: make help messages match net-snmp naming | Christian Poessinger | |
2018-06-04 | T652: Add SNMPv3 TSM handling and commit verification | Christian Poessinger | |
2018-06-04 | T655: Add support for SNMPv3 'noAuthNoPriv' security level | Christian Poessinger | |
2018-06-04 | T652: read SNMPv3 config into python dictionary | Christian Poessinger | |
2018-06-04 | T654: Support IPv6 configuration for SNMP listen address | Christian Poessinger | |
2018-06-04 | T652: first SNMP version using XML interface definition | Christian Poessinger | |