summaryrefslogtreecommitdiffstats
path: root/usr.sbin/snmpd/usm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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