summaryrefslogtreecommitdiffstats
path: root/usr.sbin/snmpd/usm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* The ber_* namespace is used by liblber since time immemorial,tb2019-10-241-31/+31
* Implement SHA-2 (RFC7860) support for authentication.martijn2019-06-111-1/+33
* The digestlength is not always 12 bytes. Make this value variable inmartijn2019-06-111-9/+40
* According to RFC3414 section 4 applications should be able to discover themartijn2019-05-131-16/+21
* Change ber_write_elements() to return ssize_t instead of int.rob2018-08-121-4/+4
* Kill ber.c support for direct fd read/writesjca2018-02-081-5/+1
* Use snmpd_env as the only global variable for env to simplify the daemonrzalamena2016-10-281-14/+14
* use EVP_CipherFinal_ex instead of EVP_CipherFinaldlg2016-10-031-2/+2
* first batch of cleanup to programs based upon the namespace cleanupsderaadt2015-01-161-2/+1
* file overlooked in previous snmpd commitblambert2014-11-191-2/+2
* shuffle some snmpd functions to make them visible in smi.c for snmpctl.reyk2013-09-261-5/+5
* Even if there's no special seclevel required in snmpd.conf, we have togerhard2013-01-241-12/+19
* sm_usmerr should be initialized with OIDVAL, not MIB; ok reyk@miod2013-01-141-2/+2
* knfreyk2012-09-181-8/+8
* let the debug message look like the configuration syntaxreyk2012-09-171-3/+4
* silence gccreyk2012-09-171-4/+4
* Add initial SNMPv3 support to snmpd(8).reyk2012-09-171-0/+658