summaryrefslogtreecommitdiff
path: root/usr.sbin/snmpd/usm.c
AgeCommit message (Expand)Author
2023-12-22Remove a log_debug from usm_checkuser(). It would only display what is inMartijn van Duren
2023-12-21Clean up snmpd's header situation.Martijn van Duren
2023-11-08Don't do the time window check if we're noAuthNoPriv. It's only neededMartijn van Duren
2023-11-08Let usm_make_report() utilize appl_report(). usm_make_report utilizedMartijn van Duren
2023-05-08Fix a potential mem-leak in usm_decrypt().Gerhard Roth
2022-12-20When writing out a PDU with authpriv that's larger than READ_BUF_SIZEMartijn van Duren
2022-01-05Switch snmpd(8) to using EVP_Digest{Init,Final}_ex() and drop a noTheo Buehler
2022-01-05Add error checking for EVP_Digest* to snmpd(8).Theo Buehler
2022-01-05snmpd: Straightforward conversion to EVP_* on the heap.Theo Buehler
2021-08-01Set smi_application in usm's ber as well.Martijn van Duren
2021-06-20Tighten default security for snmpd(8). This is done by doing severalMartijn van Duren
2021-05-20Rename context to pdutype. This is in line with the naming schema from theMartijn van Duren
2021-02-22Make use of the new '$' feature of ober_scanf_elements to enforce stricterMartijn van Duren
2019-10-24The ber_* namespace is used by liblber since time immemorial,Theo Buehler
2019-06-11Implement SHA-2 (RFC7860) support for authentication.Martijn van Duren
2019-06-11The digestlength is not always 12 bytes. Make this value variable inMartijn van Duren
2019-05-13According to RFC3414 section 4 applications should be able to discover theMartijn van Duren
2018-08-12Change ber_write_elements() to return ssize_t instead of int.rob
2018-02-08Kill ber.c support for direct fd read/writesJeremie Courreges-Anglas
2016-10-28Use snmpd_env as the only global variable for env to simplify the daemonRafael Zalamena
2016-10-03use EVP_CipherFinal_ex instead of EVP_CipherFinalDavid Gwynne
2015-01-16first batch of cleanup to programs based upon the namespace cleanupsTheo de Raadt
2014-11-19file overlooked in previous snmpd commitBret Lambert
2013-09-26shuffle some snmpd functions to make them visible in smi.c for snmpctl.Reyk Floeter
2013-01-24Even if there's no special seclevel required in snmpd.conf, we have toGerhard Roth
2013-01-14sm_usmerr should be initialized with OIDVAL, not MIB; ok reyk@Miod Vallat
2012-09-18knfReyk Floeter
2012-09-17let the debug message look like the configuration syntaxReyk Floeter
2012-09-17silence gccReyk Floeter
2012-09-17Add initial SNMPv3 support to snmpd(8).Reyk Floeter