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