OpenBSD CVS

CVS log for src/usr.bin/snmp/usm.c


[BACK] Up to [local] / src / usr.bin / snmp

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.7 / (download) - annotate - [select for diffs], Wed Jan 5 16:41:07 2022 UTC (2 years, 5 months ago) by tb
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, HEAD
Changes since 1.6: +22 -9 lines
Diff to previous 1.6 (colored) to selected 1.4.2.1 (colored)

Add error checking for EVP_Digest*() to snmp(1).

ok martijn

Revision 1.6 / (download) - annotate - [select for diffs], Wed Jan 5 10:59:21 2022 UTC (2 years, 5 months ago) by tb
Branch: MAIN
Changes since 1.5: +31 -23 lines
Diff to previous 1.5 (colored) to selected 1.4.2.1 (colored)

Straightforward conversion to EVP_* on the heap.

ok martijn

Revision 1.4.2.1 / (download) - annotate - [selected], Sun Oct 27 20:05:12 2019 UTC (4 years, 7 months ago) by tb
Branch: OPENBSD_6_6
Changes since 1.4: +27 -27 lines
Diff to previous 1.4 (colored) next main 1.5 (colored)

The ber_* namespace is used by liblber since time immemorial,
so move our BER API to the unused ober_* prefix to avoid some
breakage in ports.

Problem diagnosed by jmatthew with ber_free() in samba, but
there are many others as pointed out by sthen.

tests & ok rob
ok sthen (who had an almost identical diff for libutil)
"go head hit it" deraadt

OpenBSD 6.6 errata 002

Revision 1.5 / (download) - annotate - [select for diffs], Thu Oct 24 12:39:26 2019 UTC (4 years, 7 months ago) by tb
Branch: MAIN
CVS Tags: OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7
Changes since 1.4: +27 -27 lines
Diff to previous 1.4 (colored) to selected 1.4.2.1 (colored)

The ber_* namespace is used by liblber since time immemorial,
so move our BER API to the unused ober_* prefix to avoid some
breakage in ports.

Problem diagnosed by jmatthew with ber_free() in samba, but
there are many others as pointed out by sthen.

tests & ok rob
ok sthen (who had an almost identical diff for libutil)
"go head hit it" deraadt

Revision 1.4 / (download) - annotate - [select for diffs], Wed Sep 18 09:59:05 2019 UTC (4 years, 8 months ago) by martijn
Branch: MAIN
CVS Tags: OPENBSD_6_6_BASE
Branch point for: OPENBSD_6_6
Changes since 1.3: +19 -1 lines
Diff to previous 1.3 (colored) to selected 1.4.2.1 (colored)

Add support for some HP LaserJet systems. These systems don't return the
boots and time on probing, but only return those on a fully encrypted
packet. Add a minor workaround for these systems.

Feedback and OK jmatthew@

Revision 1.3 / (download) - annotate - [select for diffs], Wed Sep 18 09:54:36 2019 UTC (4 years, 8 months ago) by martijn
Branch: MAIN
Changes since 1.2: +210 -22 lines
Diff to previous 1.2 (colored) to selected 1.4.2.1 (colored)

Add support for SNMPv3/USM privacy.
net-snmp's -3K is supported via the -K parameter, -3K is not supported.

Feedback and OK jmatthew@

Revision 1.2 / (download) - annotate - [select for diffs], Wed Sep 18 09:52:47 2019 UTC (4 years, 8 months ago) by martijn
Branch: MAIN
Changes since 1.1: +221 -12 lines
Diff to previous 1.1 (colored) to selected 1.4.2.1 (colored)

Add support for SNMPv3/USM authentication.
net-snmp's -3k is supported via the -k parameter, -3m is not supported.

Feedback and OK jmatthew@

Revision 1.1 / (download) - annotate - [select for diffs], Wed Sep 18 09:48:14 2019 UTC (4 years, 8 months ago) by martijn
Branch: MAIN
Diff to selected 1.4.2.1 (colored)

Initial SNMPv3/USM support.
This commit only implements noAuthNoPriv.

Feedback and OK jmatthew@

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.