1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570
|
Fri Sep 9 09:39:47 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
* README:
* asnmp/transaction.h:
* asnmp/wpdu.cpp:
Layout/doxygen changes
Wed Sep 7 09:13:29 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
* README:
* agent/agent_impl.h:
* asnmp/address.h:
* asnmp/counter.h:
* asnmp/gauge.h:
* asnmp/integer.h:
* asnmp/pdu.h:
* asnmp/sagent.h:
* asnmp/smival.h:
* asnmp/snmp.cpp:
* asnmp/target.h:
* asnmp/timetick.h:
* asnmp/transaction.h:
* asnmp/wpdu.h:
* examples/trap/trap.cpp:
Layout changes
Mon Apr 6 09:57:22 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>
* asnmp/wpdu.cpp:
Added support for Gauge32, thanks to Shai Kedem
<shai_kedem at hotmail dot com> for reporting this
Wed Mar 8 10:46:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
* asnmp/*.h:
Converted to doxygen style of documentation
Wed Jan 4 22:47:13 UTC 2006 J.T. Conklin <jtc@acorntoolworks.com>
* ChangeLog:
Untabify.
Delete-trailing-whitespace.
Added "Local Variables" section defining "add-log-time-format"
to a really ugly lambda expression that formats changelog
timestamps in UTC and works with both GNU Emacs and XEmacs.
Fri Dec 30 11:11:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
* asnmp/transaction.cpp:
Updated because the ACE_Time_Value constructors are now explicit
Fri Dec 23 09:56:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
* asnmp/address.{h,cpp}:
Added LEN as postfix for HASH0, HASH1 and HASH2. VxWorks 6.1 PPC
defines HASH1 and HASH2
Wed Oct 5 10:23:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
* asnmp/asn1.cpp:
* asnmp/pdu.cpp:
Fixed might be used uninitialized warnings in MinGW build
Fri Jul 15 10:12:19 2005 Douglas C. Schmidt <schmidt@cs.wustl.edu>
* Removed the asnmp.mwc file so that it can be regenerated by MPC
automatically. Thanks to Sam Mesh <sam.mesh@gmail.com> for
reporting this. This fixes bugid 2190.
Sun Oct 3 20:12:43 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
* asnmp/oid.cpp:
Fixed a double deletion problem reported by Shlomi Yaakobovich.
Thu Sep 30 10:54:39 2004 Steve Huston <shuston@riverace.com>
* examples/get/get.cpp:
* examples/get/get_async.cpp:
* examples/next/next.cpp:
* examples/set/set.cpp:
* examples/trap/trap.cpp:
* examples/walk/walk.cpp: Added #include "ace/Argv_Type_Converter.h".
Wed Sep 29 15:33:29 2004 Steve Huston <shuston@riverace.com>
* asnmp/sagent.cpp:
* agent/snmp_agent.cpp:
* examples/get/get.cpp:
* examples/get/get_async.cpp:
* examples/next/next.cpp:
* examples/set/set.cpp:
* examples/trap/trap.cpp:
* examples/walk/walk.cpp:
* tests/test_config.h:
* tests/Address_Test.cpp:
* tests/Counter64_Test.cpp:
* tests/Counter_Test.cpp:
* tests/Gauge_Test.cpp:
* tests/Integer_Test.cpp:
* tests/Octet_Test.cpp:
* tests/Oid_Test.cpp:
* tests/Target_Test.cpp:
* tests/Varbind_Test.cpp: Adjustments to build with wide-char.
Fri Aug 6 08:14:12 2004 Douglas C. Schmidt <schmidt@cs.wustl.edu>
* asnmp/transaction.{h,cpp}: Added a get_handle() call to
session. Thanks to Geo Sebastian <geosebastian@onmobile.com>
for this fix.
Fri May 7 14:42:22 2004 Ossama Othman <ossama@dre.vanderbilt.edu>
* tests/Counter_Test.cpp (TestCounter):
* tests/Gauge_Test.cpp (TestGuage):
* tests/Integer_Test.cpp (TestUnsignedInteger32):
More "comparison between signed and unsigned integer"
warning fixes.
Thu May 6 11:03:26 2004 Ossama Othman <ossama@dre.vanderbilt.edu>
* tests/Counter_Test.cpp (TestCounter):
* tests/Counter64_Test.cpp (TestCounter64):
* tests/Gauge_Test.cpp (TestGuage):
* tests/Integer_Test.cpp (TestUnsignedInteger32):
Fixed "comparison between signed and unsigned integer"
warnings.
Mon Apr 26 18:37:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
* examples/get/get.cpp:
* examples/get/get_async.cpp:
* examples/next/next.cpp:
* examples/set/set.cpp:
* examples/trap/trap.cpp:
* examples/walk/walk.cpp:
Don't use deprecated methods of ACE_Get_Opt and ACE_Reactor
Mon Apr 26 15:14:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
* examples/trap/purify4.1.txt:
Removed this file, it contains purify results and shouldn't
belong in the repo.
Thu Apr 22 20:45:27 2004 Ossama Othman <ossama@dre.vanderbilt.edu>
* tests/Octet_Test.cpp:
* tests/Oid_Test.cpp:
Changed all return types for equality, relational and logical
operators to "bool", as is the norm for modern C++.
Fri Apr 16 16:53:20 2004 Ossama Othman <ossama@dre.vanderbilt.edu>
* tests/Gauge_Test.cpp (TestGuage):
* tests/Integer_Test.cpp (TestInteger32, TestUnsignedInteger32):
Fixed some "comparison between signed and unsigned integer"
warnings.
Mon Mar 29 06:56:11 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
* tests/Integer_Test.cpp:
Fixed a warning in Win32 builds.
Fri Mar 26 09:49:10 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
* tests/Integer_Test.cpp:
Fixed a warning in Win32 builds.
Fri Aug 29 07:56:19 2003 Ossama Othman <ossama@dre.vanderbilt.edu>
* tests/Octet_Test.cpp (TestOctet):
Fixed "string literal converted to char *" warning. String
literals are now considered "const" by standard C++.
Sun Nov 24 17:04:33 2002 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
* agent/main.cpp (main): Added ACE::init() to the beginning of
main() to prevent crashes on Windows. Thanks to Huseyin Calgin
<calgin@yahoo.com> for reporting this.
Fri Feb 8 04:42:21 2002 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
* asnmp/transaction.cpp (run): Changed the code to use ACE_Reactor::instance ()
rather than a local ACE_Reactor on the stack. Thanks to Paresh
Raote <p_raote@yahoo.com> for reporting this.
Thu Jan 25 12:48:33 2001 Craig Rodrigues <crodrigu@bbn.com>
* agent/Makefile.orig
asnmp/address.h.orig
examples/next/next.cpp
examples/trap/trap.cpp
examples/walk/walk.cpp
tests/test_config.h
tests/Varbind_Test.cpp
tests/Counter64_Test.cpp
tests/run_tests.sh
New agent Makefile, and compilation fixes.
Sun Jun 4 14:51:33 2000 Darrell Brunsch <brunsch@uci.edu>
* asnmp-overview.html:
Added missing CVS Id string.
Tue Dec 21 16:22:21 1999 David L. Levine <levine@cs.wustl.edu>
* tests/*.cpp: removed the unnecessary explicit template
instantiation. Other instantiations were necessary
with it, and it seemed to serve no useful purpose:
there was no use of an ACE_Unbounded_Set<Log_Msg *>.
Thanks to Jose Rubio <jrubio@tr.comm.mot.com> for
reporting link failures with Sun CC 5.0, with explicit
template instantiation enabled.
* tests/test_config.h: added #include of "ace/ACE.h",
because the file uses it later. g++ 2.91.66 on Linux
needed it.
Wed Jul 14 08:26:42 1999 Brian Raven <brianr@liffe.com>
* asnmp/snmp.{h,cpp},wpdu.cpp:
SYNOPSIS:
1) The agent IP address in traps originating from logical
domains on an Enterprise 10000 is that of the physical domain.
2) The code that gets the IP address uses gethostbyname
which is unsafe in a MT environment (according to the man page).
DESCRIPTION:
1) The problem seems to be caused by hostname only returning
the physical domain name.
SAMPLE FIX/WORKAROUND:
1) To get around this problem I added the capability to
override the local host name.
2) I would suggest using the GenAddress class to obtain the
IP address.
Tue Jun 22 13:34:54 1999 David L. Levine <levine@cs.wustl.edu>
* agent/Makefile: replaced rm -f with $(RM).
Thu Apr 29 06:46:46 1999 David L. Levine <levine@cs.wustl.edu>
* tests/Makefile: changed SRC to PSRC (for make depend).
Thanks to Sandeep Goyal <sagoyal@hss.hns.com> for reporting
that the Makefile was broken.
Mon Dec 28 22:03:57 1998 David L. Levine <levine@cs.wustl.edu>
* agent/main.cpp: added #include "ace/inc_user_config.h", for
ACE_RCSID definition. Thanks to wym <wym@dekang.com> for
reporting that it won't compile without it.
Tue Oct 27 08:52:05 1998 David L. Levine <levine@cs.wustl.edu>
* asnmp/Makefile,tests/Makefile: added SRC definition for make depend, and updated dependencies.
Mon Aug 3 17:50:08 1998 Gonzalo Diethelm <gonzo@tango.cs.wustl.edu>
* examples/get/get_async.cpp:
* examples/get/get.cpp:
Added ACE_RCSID to these files.
Fri Jul 31 19:26:07 1998 Gonzalo Diethelm <gonzo@tango.cs.wustl.edu>
* examples/Makefile:
It had a missing info subdirectory.
* agent/agent_impl.cpp:
* agent/main.cpp:
* agent/snmp_agent.cpp:
* asnmp/address.cpp:
* asnmp/asn1.cpp:
* asnmp/counter.cpp:
* asnmp/ctr64.cpp:
* asnmp/gauge.cpp:
* asnmp/integer.cpp:
* asnmp/octet.cpp:
* asnmp/oid.cpp:
* asnmp/pdu.cpp:
* asnmp/sagent.cpp:
* asnmp/snmp.cpp:
* asnmp/target.cpp:
* asnmp/timetick.cpp:
* asnmp/transaction.cpp:
* asnmp/vb.cpp:
* asnmp/wpdu.cpp:
* examples/get/get.cpp:
* examples/next/next.cpp:
* examples/set/set.cpp:
* examples/trap/trap.cpp:
* examples/walk/walk.cpp:
* tests/Address_Test.cpp:
* tests/Counter64_Test.cpp:
* tests/Counter_Test.cpp:
* tests/Gauge_Test.cpp:
* tests/Integer_Test.cpp:
* tests/Octet_Test.cpp:
* tests/Oid_Test.cpp:
* tests/Target_Test.cpp:
* tests/Varbind_Test.cpp:
Added ACE_RCSID to these files.
Wed Jul 15 20:34:55 CDT 1998
* general fixes for SNMPv1 trap generation code reported by
Hien Nguyen <hnguyen@adcapex.com> and Jeff Hall <jeff@liffe.com>
Added Hien's fixes, plus fixed -c option
in examples/trap to properly set community string.
* release 2.0
Fri Jan 30 15:29:42 CST 1998
* fix vb.cpp to handle Gauge/uInt the same way. While retrieving
ifTable found the bug.
Wed Dec 10 12:09:36 CST 1997
* sagent.cpp, Eric Newton fix. result not checked. v1.8
Mon Dec 8 14:33:59 CST 1997
* Thanks to Eric Newton's <ecn@smart.net> continued patches
Version 1.7 has fixes for: agent, base library
Fix to the response type fixes the interoperability with CMU snmp on
linux. (and SNMP Research as well)
Initialize member of Pdu: output_
Send responses as response messages
Deallocate and reset the io_vec
The transaction object didn't initialize the io_vec used to receive
a packet when it was used for an agent transaction.
Cleans up a warning about using a const object from a previous
patch.
Removes the transaction object from the Reactor.
Sun Nov 30 17:49:12 CST 1997 Mike MacFaden <mrm@tango.cs.wustl.edu>
* Thanks to Eric Newton's <ecn@smart.net> apply patches:
Removed G++ warnings:
Removed unused variables
Cleaned up unused args to functions
Initialized variables
Inserted casts in *printf* functions
Added int return types to function definitions
Converted some variables from int to size_t to cut down on
sign comparison warnings
Reordered constructor initializer lists
Added return statements to functions returning int
Modified for G++ language differences:
Modified for loops for ANSI scoping rules
Fixed Bugs:
Deleted incorrect (cut-n-pasted) header to transaction.h
Removed "assignment in if condition" error
Added missing "break;" in switch statement in wpdu
Features:
Added async interface.
Noise:
Modified makefiles for g++ on Linux RedHat 4.1
* The new async interface has a test example in examples/get/get_async.cpp
that is useful if you are extending the get application.
* Fixed makefile to include -lasnmp when building tests/examples
* Compile and test with ACE 4.4 on Solaris 2.5.1 using Sun CC 4.2
no warnings/errors. get_async will sigbus however in destructors.
Thu Sep 4 18:56:12 1997 Mike MacFaden <mrm@tango.cs.wustl.edu>
* commit agent/ mibs/ and update asnmp/ with sagent.h, cpp
to implement a trivial SNMPv1 agent that hard codes support
for mib II system group only.
Fri Aug 22 23:43:20 1997 Mike MacFaden <mrm@tango.cs.wustl.edu>
* clean up two memory leaks in octet class and one umr
Thu Aug 21 20:59:23 1997 Mike MacFaden <mrm@tango.cs.wustl.edu>
* Added Netbios address support to GenAddress
and added DecNetAddress, AppleTalkAddress classes per CISCO-TC.my
(ftp://ftp.cisco.com/pub/mibs)
Tue Aug 19 20:19:32 1997 Michael R. MacFaden <mrm@mrm-ss20.cisco.com (Michael R. MacFaden)>
* change IpAddress::is_arpa() to is_private() and update the comments
per RFC 1597. Add new test routine to verify this function in
tests/Address_Test.cpp
* add IpAddress::to_octet(OctetStr& val) which is useful when having to
send a network address as an Octet String as in CISCO-PING-MIB.my
Tue Aug 5 12:12:39 1997 Mike MacFaden (mrm@mrm-ss20)
* Thanks to Amos Shapira <amos@gezernet.co.il> apply patches
to support IRIX 6.3. Stated request for:
I think it would make things "righter" to make the code use C++
strings (and maybe vectors?).
* Begin testing on HP-UX 10.01 (missing ucontext.h)
Sat Aug 2 12:07:43 1997 Douglas C. Schmidt <schmidt@flamenco.cs.wustl.edu>
* Started to integrate the code into a more ACE-like style, e.g.,
added a the "asnmp/" prefix to all the header files so that we
don't need to play games with the -I flags and so we can always
know where we're getting the headers from.
Fri Aug 1 19:23:52 1997 Mike MacFaden (mrm@mrm-ss20)
* NOTES: This first version only tested on Solaris 2.5
* review classes for thread safety. Current thread design only
allows for one thread to safely access any ASNMP object created.
* run purify test of get routine no -memory leaks.
* verify both shared archive/static archive types work with
example programs
* << Globals Changes >>
* tested only archiver library version
* reformat code to use one brace style.
* changed all manifest constants defined as _XX to XX_ to stay out
of compiler namespace
* change all OS calls to use ACE_OS:: portability layer, #include
<ace/OS.h>
* reformat code to use one consistent brace layout and redo
header using ACE
* remove semicolons on member functions foo{}; - not necessary
* make get() methods const member functions
* removed unnecessary casts that looked like this: and revamped
all memory allocations via ACE_NEW macro
new_oid = (SmiLPUINT32) new unsigned long [ smival.value.oid.len
To
ACE_NEW(new_oid, SmiUINT32[ smival.value.oid.len])
* Collapsed default constructors with constructors to constructors
with default arguments.
* removed unused #include <iostream.h>
* Added ACE_TRACE() to classes
* change get_printable() to to_string() - there will be more java
programmers in the future so this should be the first step...
* removed ASYNC interface till it can be rebuilt using ACE patterns
* Attempt to make interface more type strict but leaving generic
interfaces as escape hatch. Example: CTarget becomes UdpTarget
for UDP/IP based agents.
* << Class Specific Changes >>
* Oid class:
- remove char * routines, simplify class
- added suboid method and removed get_printable() overloads
* CTarget class:
- renamed to UdpTarget. Stay out of Microsoft Namespace per MSJ
Article by Allen Hollub.
* Varbind class:
- remove generic set_value for char,int, etc. Too easy to get
this wrong. Allow just types defined.
- added overload for equality operator (==)
- added new constructor to allow setting full vb state oid,value, exception
- add to_string()
* Address class:
- change manifest constants to enums for address lengths, add IP V6 lens
- add a netbios name class, still pretty worthless since I don't have spec
in front of me yet...
- rewrite resolver calls to be thread safe and cleaner by moving to two
class (static) member functions:
// thread safe routine to lookup ip address given hostname
// return <> 0 on error
static int resolve_to_addr(const char *hostname, in_addr& quad_addr);
// thread safe routine to lookup name given ip address
// return <> 0 on error
static int resolve_to_hostname(const in_addr& quad_addr, char *hostname)
* added some interrogation routines to class IpAddress:
is_loopback() const;
* Ctr64 class:
- added constructor using long long datatype (needs to be made
portable to NT
* Pdu class: add to_string()
* Classes added wpdu class:
- a new adpater class between CMU and HP pdu, varbind data structures
* transaction class:
- implement get/getnext timeout and retry logic using ACE
Reactor class, ACE_Time_Value
Sat Jul 5 19:13:30 1997 Mike MacFaden (mrm@mrm-ss20)
* unpacked snmp++.tar.Z into ACE_wrappers, remove X11 support. If
you need GUI support in a communications package, something's
wrong, very wrong....
* Change HP-UX Makefiles to use ACE makefile system
* Change includes to use ACE OS Adaption Layer
* change all OS calls to use ACE_OS:: versions
* Add ACE_TRACE macros to all functions.
* clean up the global namespace by puting all global functions
into C++ classes as static member functions and make public only
those that are used (uxsnmp.cpp, eventlist.cpp)
* create README from readme.txt, COPYRIGHT files.
* create tests/ directory rename ConsoleExamples to examples
* cull out dead code modules and dump them into misc dir:
oidname.cpp, ipresolv.cpp
* ipresolv.cpp had broken hostname buffer size (200), when DNS has
aways defined a max FQDN as 256...go figure.
* add General Error handler since existing ones are not very
useful in and of themselves.
* change all _DEF to DEF_ since _ANYTHING is reserved for compiler
writer namespace, NOT app writer
* convert cmu code to use C++ new/delete from malloc/free so
entire library uses C++ new constructor
Local Variables:
mode: change-log
add-log-time-format: (lambda () (progn (setq tz (getenv "TZ")) (set-time-zone-rule "UTC") (setq time (format-time-string "%a %b %e %H:%M:%S %Z %Y" (current-time))) (set-time-zone-rule tz) time))
indent-tabs-mode: nil
End:
|