summaryrefslogtreecommitdiffstats
path: root/contrib/bsnmp/lib/asn1.c
Commit message (Collapse)AuthorAgeFilesLines
* MFstable/11 r310901:ngie2016-12-311-4/+4
| | | | | | MFC r310648: style(9): clean up trailing whitespace
* MFC r256678,r256680,r260986,r272878,r286402:ngie2016-06-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | r256678 (by syrinx): Fix SNMP Error response PDUs and properly encode them when using v3 auth/encryption. r256680 (by syrinx): Fix the -Wconversion warnings produced when compiling the SNMP agent. r260986 (by harti): Fix a problem with OBJECT IDENTIFIER encoding: need to check the second subid to be less than 40, not the first when the first subid is 0 or 1. r272878 (by syrinx): Fix a bug in decoding string indexes in snmp_target(3), thus causing bsnmpd(1) to not send v3 notifications properly; while here add two missing return statements which could lead to abort() in case of a rollback r286402 (by araujo): Fix variable 'old' is used uninitialized whenever '&&' condition is false. Spotted by clang.
* In bsnmpd(1) add support for SNMPv3 message processing model, including ↵syrinx2010-12-081-1/+17
| | | | | | | | message authentication, packet encryption & view-based access control (RFC 3412, 3414, 3415). Sponsored by: The FreeBSD Foundation Reviewed by: philip@ (mostly) Approved by: philip@
* Virgin import of bsnmpd 1.12harti2006-02-271-11/+3
|
* Vendor fix for the build problem of snmp_pf. Move the fallback definitionsharti2005-10-051-0/+10
| | | | | for U?INT32_{MAX,MIN} from asn1.h into the .c files that actually require them (the .h file doesn't refer to these macros).
* Virgin import of bsnmpd 1.11harti2005-10-041-1/+5
|
* Virgin import of bsnmpd 1.7harti2004-08-061-40/+36
|
* Virgin import of bsnmpd 1.5aharti2004-01-231-2/+12
|
* Virgin import of bsnmp 1.4harti2003-11-101-0/+994
OpenPOWER on IntegriCloud