summaryrefslogtreecommitdiff
path: root/ASNMP/ChangeLog
blob: 81e5effc83271392621a14a0f89b6c7db8650a4b (plain)
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
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)
 
Mon Aug  4 03:25:38 1997  Douglas C. Schmidt  <schmidt@tango.cs.wustl.edu>

	* Added new changes from Mike MacFaden, which add new html
 	  documentation, a new "one-button test" script, and updates so
 	  that the programming style is like ACE.  Thanks Mike!
 
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.

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