Initial commit of `icmpmonitor-1.2` from http://www.crocodile.org/software.html
[icmpmonitor] / ChangeLog
... / ...
CommitLineData
12004-05-27 Vadim Zaliva <lord@zembla.avistar.com>
2
3 * icmpmonitor.c: Per suggestion of Mats Peterson in bug
4 #933033 'ident' type changed to unsigned short.
5 (main): Applied patch from A.Mavrin which solves problems
6 with big PIDs causing ICMPmonitor not to recognize its own
7 pings if PID>0xFFFF.
8 * NEWS: Version 1.2
9
102000-07-24 Vadim Zaliva <lord@crocodile.org>
11
12 * icmpmonitor.man:
13 * icmpmonitor.c: Patch #100504 incorporated.
14
15 * Makefile.in (install):
16 * icmpmonitor.spec (Source): fix for bug #107029 (install to sbin)
17
181999-11-21 Vadim Zaliva <lord@crocodile.org>
19
20 * icmpmonitor.init: init script for redhat linux-6.1 added.
21
22 * icmpmonitor.man: Project moved to sourceforge.net. Now we have publicly accessible CVS and bug tracking system!
23
24 * icmpmonitor.c (init_hosts): ping delay is now calculated as GCD. Bug #100166
25
261999-09-24 Vadim Zaliva <lord@crocodile.org>
27
28 * icmpmonitor.c (start_daemon): few warnings to make Compaq compiler happy.
29
30 * cfg.c (cfg_new_entry): bug found by compaque compiler corrected.
31
321999-09-17 Vadim Zaliva <lord@crocodile.org>
33
34 * NEWS: Version 1.1
35
361999-09-16 Vadim Zaliva <lord@crocodile.org>
37
38 * icmpmonitor.c: new OLD_ICMPHEADER code from Bernhard Lutzmann <belu@gmx.at>
39 Event better Slacware 4 problem handling from Bernhard Lutzmann <belu@gmx.at>
40 Tested to compile on Solaris 7.
41
421999-09-15 Vadim Zaliva <lord@crocodile.org>
43
44 * cfg.c (readcfg): problem with very long tokens in cfg corrected.
45
46 * icmpmonitor.c: headers order corrected for FreeBSD-3.3RC compatibility.
47 (main): problem with -r option handling corrected.
48
49 * icmpmonitor.man (tabs): lots of typos corrected, thanks to Bernhard Lutzmann <belu@gmx.at>.
50
511999-09-14 Vadim Zaliva <lord@crocodile.org>
52
53 * icmpmonitor.c (main): new -r option added per Chris Montgomery <chris@trinsec.com> request.
54
55 * cfg.c: new implementation of cfg file handling.
56
57 * icmpmonitor.c: Added workaround for broken ip_icmp header on Slackware 4.0 from Bernhard Lutzmann <belu@gmx.at>
58
591999-09-12 Vadim Zaliva <lord@crocodile.org>
60
61 * icmpmonitor.c (read_hosts): applyed patch from Bernhard Lutzmann <belu@gmx.at> correcting error message when cfg format is incorrect.
62
631999-08-17 Vadim Zaliva <lord@crocodile.org>
64
65 * cfg.c (readcfg): small memory leak corrected
66
671999-06-28 Vadim Zaliva <lord@crocodile.org>
68
69 * cfg.c (cfgfind): bug fixed. find works fine now. (it is not used in current code anyway).
70
711999-06-14 Vadim Zaliva <lord@crocodile.org>
72
73 * icmpmonitor.spec: spec file created, man page finished, 'install' goal added to makefile. This would be version 1.0
74
751999-06-12 Vadim Zaliva <lord@crocodile.org>
76
77 * icmpmonitor.c (read_icmp_data): completely done with zombies
78
791999-05-12 Vadim Zaliva <lord@crocodile.org>
80
81 * icmpmonitor.c (main): avoiding zombie processes.
82
83 * cfg.h (struct Cfg): memory structures changed.
84
851999-05-05 Vadim Zaliva <lord@crocodile.org>
86
87 * icmpmonitor.c: verbose command line option added. More consistent use of LOG_DEBUG and LOG_INFO.
88
89 * configure.in: checks for openlog, closelog, syslog.
90
91 * icmpmonitor.c (main): reading command line options,
92 (start_daemon): daemon mode.
93
94 * cfg.c (freecfg): small potenial bug corrected.
95
961999-05-04 Vadim Zaliva <lord@crocodile.org>
97
98 * cfg.c (freecfg): bug corrected, thanks to FreeBSD malloc diagnostics.
99
1001999-05-04 Vadim Zaliva <lord@freefall.freebsd.org>
101
102 * Made it compile under FreeBSD. Still coredumps.
103
1041999-05-04 Vadim Zaliva <lord@crocodile.org>
105
106 * configure.in: GNU autoconf used.
107
108 * icmpmonitor.c (pinger): up/down command execution.
109
1101999-05-01 Vadim Zaliva <lord@crocodile.org>
111
112 * icmpmonitor.c (read_hosts): reading cfg file implemented.
113
114 * cfg.c: rewritten
115
1161999-04-27 Vadim Zaliva <lord@crocodile.org>
117
118 * icmpmonitor.c: works as basic ping.
119 (read_icmp_data): calculate round trip time.
120
1211999-04-26 Vadim Zaliva <lord@crocodile.org>
122
123 * icmpmonitor.c (read_icmp_data): base reading code.
124
1251999-04-23 Vadim Zaliva <lord@crocodile.org>
126
127 * icmpmonitor.c: Started keeping chnagelog.
128 BSD license inserted.
129 (pinger): basic sending code implemented.
130