summaryrefslogtreecommitdiff
path: root/ASNMP/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ASNMP/ChangeLog')
-rw-r--r--ASNMP/ChangeLog177
1 files changed, 72 insertions, 105 deletions
diff --git a/ASNMP/ChangeLog b/ASNMP/ChangeLog
index a2fc9832377..5d6e2c4cff4 100644
--- a/ASNMP/ChangeLog
+++ b/ASNMP/ChangeLog
@@ -1,30 +1,3 @@
-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:
@@ -33,70 +6,70 @@ Wed Oct 5 10:23:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
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.
+ * 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:
+ * asnmp/oid.cpp:
- Fixed a double deletion problem reported by Shlomi Yaakobovich.
+ 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".
+ * 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.
+ * 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.
+ * 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):
+ * tests/Counter_Test.cpp (TestCounter):
+ * tests/Gauge_Test.cpp (TestGuage):
+ * tests/Integer_Test.cpp (TestUnsignedInteger32):
- More "comparison between signed and unsigned integer"
- warning fixes.
+ 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):
+ * 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.
+ Fixed "comparison between signed and unsigned integer"
+ warnings.
Mon Apr 26 18:37:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
@@ -119,60 +92,60 @@ 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++.
+ 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):
+ * tests/Gauge_Test.cpp (TestGuage):
+ * tests/Integer_Test.cpp (TestInteger32, TestUnsignedInteger32):
- Fixed some "comparison between signed and unsigned integer"
- warnings.
+ 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.
+ * 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:
+ * tests/Integer_Test.cpp:
- Fixed a warning in Win32 builds.
+ Fixed a warning in Win32 builds.
Fri Aug 29 07:56:19 2003 Ossama Othman <ossama@dre.vanderbilt.edu>
- * tests/Octet_Test.cpp (TestOctet):
+ * tests/Octet_Test.cpp (TestOctet):
- Fixed "string literal converted to char *" warning. String
- literals are now considered "const" by standard C++.
+ 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.
+ * 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.
+ * 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
+ * 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.
+ New agent Makefile, and compilation fixes.
Sun Jun 4 14:51:33 2000 Darrell Brunsch <brunsch@uci.edu>
@@ -530,9 +503,3 @@ Sat Jul 5 19:13:30 1997 Mike MacFaden (mrm@mrm-ss20)
* 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: