OpenBSD CVS

CVS log for src/usr.sbin/relayd/Attic/subagentx.c


[BACK] Up to [local] / src / usr.sbin / relayd

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.7, Mon Oct 26 16:52:06 2020 UTC (3 years, 7 months ago) by martijn
Branch: MAIN
CVS Tags: HEAD
Changes since 1.6: +0 -0 lines
FILE REMOVED

Let relayd make use of libagentx. No functional change intended.

OK tb@
Enthousiasm from Mischa Peters

Revision 1.6 / (download) - annotate - [select for diffs], Sun Oct 25 10:17:49 2020 UTC (3 years, 7 months ago) by denis
Branch: MAIN
Changes since 1.5: +8 -9 lines
Diff to previous 1.5 (colored)

Remove trailing spaces & tabs

Revision 1.5 / (download) - annotate - [select for diffs], Wed Sep 30 20:39:20 2020 UTC (3 years, 8 months ago) by martijn
Branch: MAIN
Changes since 1.4: +7 -3 lines
Diff to previous 1.4 (colored)

Sync with libagentx

Revision 1.4 / (download) - annotate - [select for diffs], Tue Sep 29 14:23:54 2020 UTC (3 years, 8 months ago) by martijn
Branch: MAIN
Changes since 1.3: +11 -5 lines
Diff to previous 1.3 (colored)

Sync with libagentx

Revision 1.3 / (download) - annotate - [select for diffs], Tue Sep 15 10:03:26 2020 UTC (3 years, 8 months ago) by martijn
Branch: MAIN
CVS Tags: OPENBSD_6_8_BASE, OPENBSD_6_8
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

s/sizeof(ipaddress)/sizeof(*ipaddress)/g
This is no issue, since a pointer is always >= 4 bytes, but incorrect is
incorrect.
Found by tb's static analyzer.

OK beck@

Revision 1.2 / (download) - annotate - [select for diffs], Tue Sep 15 09:23:22 2020 UTC (3 years, 8 months ago) by martijn
Branch: MAIN
Changes since 1.1: +1 -1 lines
Diff to previous 1.1 (colored)

Fix a dead store and a wrong-level NULL-check.
Found the static analyzer from tb@

OK beck@

Revision 1.1 / (download) - annotate - [select for diffs], Mon Sep 14 11:30:25 2020 UTC (3 years, 8 months ago) by martijn
Branch: MAIN

Rewrite the agentx code of relayd. This new framework should allow us
to add new objects easier if so desired and should handle a lot more
corner-cases.

This commit should also fix the following:
- On most (all) tables it omits the *Entry elements, making it not map to
  OPENBSD-RELAYD-MIB.txt.
- sstolen returns the size of the sockaddr_in{,6}, instead of the
  sin{,6}_addr resulting in garbage data to be put in the ip-field.
- relaydSessionPortIn and relaydSessionPortOut are swapped
- relaydSessions only uses relaydSessionIndex, while
  OPENBSD-RELAYD-MIB.txt says it should have 2 indices
- miscellaneous minor things related to the AGENTX-protocol, like wonky
  index handeling and returning NOSUCHINSTANCE where NOSUCHOBJECT
  should be returned, etc.

This commit does remove traps, but it's large enough as is and I intent
on adding it soon(tm). It also deprecates the snmp keyword in favour of
an agentx keyword. The snmp keyword is still available, but will be
removed in the future.

Tweaks and OK denis@ on the relayd parts
Tweaks and OK claudio@ on the agentx parts
"Get it in" deraadt@

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.