File: ChangeLog

package info (click to toggle)
ipv6calc 0.46-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,364 kB
  • ctags: 853
  • sloc: ansic: 33,344; perl: 977; sh: 405; makefile: 249
file content (417 lines) | stat: -rw-r--r-- 12,715 bytes parent folder | download
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
/*
 *  $Id: ChangeLog,v 1.76 2003/09/07 14:25:42 peter Exp $ 
 */

Info:
	PB = Peter Bieringer <pb (at) bieringer.de>
--------------------------------------------------------------------
20030907/PB
	untag version 0.46
	ipv6calcweb.cgi:
	 - replace deprecated hash reference code with proper one
         - add forgotten lacnic support
	 - allow ":" in SERVER_NAME to allow IPv6 addresses here also
	tag version 0.46

20030906/PB
	update databases
	tag version 0.46

20030815/PB
	enable option "printfulluncompressed" on output format octal
	add example for output format octal

20030722/PB
	enable "printprefix", "printsuffix" for normal IPv6 addresses (autoswitch to uncompressed format)
	prefix length of 6to4 addresses changed from 16 to 48 for proper support of format "printprefix"

20030717/PB
	add IPv6 LACNIC range

20030628/PB
	minor adjustments to "ipv6logstats", add a gri example

20030623/PB
	lib/librfc1886.c/librfc1886_addr_to_nibblestring:
	 don't print trailing "." on middle part end

20030615/PB
	add support for new registry LACNIC (in IPv4)
	add new program "ipv6logstats" to create historic address distribution statistics of webservers
	 for use e.g. with gnuplot (add an example cmd script also)
	remove autodetection code for EUI-64 (can misinterpret a proper IPv6 address)
	fix some bugs in autodection

20030404/PB
	add new output format "octal" as requested from Lionel Elie Mamane <lionel at mamane dot lu>
	 to create proper input for tinydns

20030202/PB:
	add new input type "ipv4hex" (hexadecimal IPv4 address)
	add new input type "ipv4revhex" (reverse hexadecimal IPv4 address)
	add support of spaces as delimiter of MAC/EUI-48 addresses
	(above support was added to convert information got by 'martian source' logging)

20021112/PB:
	fix not proper handling of option "-q|--quiet" in some cases
	enhance help options (-h|--help now also valid) on --out|action|in
	ipv6logconf: "make test" can be now also executed by root (su to nobody)
	tag version 0.45

20021104/PB:
	minor cosmetics in IEEE/OUI database

20021104/PB:
	update IPv6 address allocation for 2001::/16
	update IPv4 databases
	remove user/group on "make install" to enable non-root RPM build
	update text on ipv6calcweb.cgi
	minor reviews
	tag version 0.44

20020830/PB:
	add support of dashes on MAC/EUI-48 addresses
	showinfo prints now type of EUI-48 addresses

20020817/PB:
	fix configure.in, learnt now how to proper use AC_CHECK_LIB and AC_CHECK_HEADERS
	 credits to Arkadiusz Miskiewicz!

20020730/PB:
	fix not proper autodetection code for MAC addresses
	tag version 0.43

20020717/PB:
	update URL to OUI database, cosmetic OUI fixes, update databases
	tag version 0.42

20020511/PB:
	bugfix not showing OUI on showinfo "-i"
	update CIDR and OUI data

20020421/PB:
	review inttypes definitions, create new header file
	minor fixes to suppress compiler warnings
	tag version 0.40rc5
	tag version 0.40

20020420/PB:
	fix defines for FreeBSD and OpenBSD
	minor fixes

20020410/PB:
	tag version 0.40rc4

20020410/PB:
	new format feature: printmirrored for reverse dot separated format
	minor fixes

20020409/PB:
	add new feature: printing IPv4 address in reverse PTR/DNS format
	minor help extension

20020408/PB:
	fix completly broken online help
	add some autodetection
	printprefix|suffix now works also for fulluncompressed
	some cleanups
	tag version 0.40rc3

20020407/PB:
	minor cosmetic fixes, import forgotten ipv6logconv changes
	tag version 0.40rc2

20020405/PB:
	fix some database dependencies
	fix NetBSD has inttypes.h instead of stdint.h 
	change back to not splint'ed librfc1924.c because of a self made not easy to find bug :-(
	some minor fixes
	tag version 0.40rc1

20020403/PB:
	more splint'ing, some type review

20020401/PB:
	more splint'ing, some type review
	
20020331/PB:
	more splint'ing
	extend ipv6logconv

20020325/PB:
	ipv6calcweg.cgi: extension for new showinfo extension

20020324/PB:
	fix alignment bugs in libipv4addr.c for word/dword access
	libip4addr.c: add support for registry information
	finish IPv4 registry detection code

20020323/PB:
	new feature: prefix+mac -> IPv6 address

20020320/PB:
	showinfo: add new info: registry, fix a bug in output of non machinereadable
	some snprintf fixes

20020318/PB:
	move files to dedicated subdirectories
	add program information on ipv6calc -m
	enhance ipv6calcweb.cgi
	begin to replace "sprintf" with "snprintf" (for security reasons)
	-> release 0.40pre7

20020317/PB:
	ipv6calc: fix not working showtypes	
	new: ipv6calcweb.cgi: Perl wrapper program for web interface
	replace all "strtok" to "strtok_r" because of problems due calls in subfunctions (thanks to manpage...)
          remove "-ansi" from compiling options
	ipv6logconv: add output format "any", fills address, referer and user with proper information
	some code lint

20020316/PB:
	new: ipv6logconv is able to convert addresses of webserver logs into special domain names
	new: analog example for creating stats from converted logfiles
	some fixes and enhancements

20020311/PB:
	new: add vendor database for global EUI-64/48 identifiers
	new: libieee to display an OUI, if available
	showinfo: machinereadable now printout one info per line (switchable later)
	minor fixes
	tag release 0.40pre5

20020306/PB:
	enhance help, adapt format to 80 chars per line
	bugfix in showinfo.c relating to display EUI-64 id
	began some code audit using splint

20020303/PB:
	migrate eui64 to privacy into new style
	more cleanup
	extend test script
	tag release 0.40pre2
	implement auto detection for input
	showinfo now understands IPv4 address extraction of autoconfigured link local addresses
	check format options against matrix
	understand now input of revnibble (limited support) and bitstring labels
	tag release 0.40pre3

20020302/PB:
	major work of redesign is done, test script runs well, unused files removed
	tag release 0.40pre1

20020301/PB:
	start redesign

20020227/PB:
	libipv6addr.c: fixed a bug in ipv6addr_setoctett.c regarding num limit (oops..)
	ipv6calc.c: move structure definitions to...
	libmac.h: add related structure definition ipv6calc.c
	libipv6addr.h: add related structure definition from ipv6calc.c
	libipv4addr.*: new for handling IPv4 addresses
	ipv4_to_6to4addr.*: new for handling conversion IPv4 -> IPv6to4
	librfc3056.*: library for conversion IPv4 -> IPv6to4
	libipv6calc.c: fix array index bug of compat[] (oops..)
	tag release 0.39

20020226/PB:
	add original getopt tarball into samplecode, fill related READMEs
	tag release 0.38

20020224/PB:
	move nibble string function to librfc1886
	minor fixes
	restore original samplecode files and remove CVS id to prevent CVS changes
	add original getopt code to samplecode
	tag release 0.37

20020224/PB:
	minor Makefile fixes
	fix getopt Makefile
	minor cosmetic fix in test script
	cosmetic cleanups
	some code cleanup and minor redesign, some optimizing
	fixes stupid help call bugs
	format options can be used now in more functions
	add support of "printstart" and "printend" in "ip6int", "bitstring"
	extend "showinfo", add "machine_readable" for easier postprocessing

20020223/PB:
	complete limited support of bistring labels
	change examples to 6bone dummy address (3ffe:ffff:...)
	add a trailling dot on ip6.[int|arpa] output
	migrate getopt patch for OpenBSD submitted by Vladimir Kotal <vlada at openbsd dot cz>
	minor Makefile fixes
	tag release 0.37pre1

20020219/PB:
	fix a minor bug
	tag release 0.36
	
20020218/PB:
	fix bug relating to ipv6calc.h (changes now in ipv6calc.h.in)
	start preparation for implementing bitstring conversions
	tag release 0.35

20020218/PB:
	add new options: --addr_to_ip6arpa|-a
	 does the same like --addr_to_ip6int|-r, but ends with "ip6.arpa" instead of "ip6.int"
	addr_to_ip6int now understands "--uppercase|--lowercase"
	tag release 0.35

20020127/PB:
	tag release 0.34

20020124/PB:
	use now "-lcrypto" instead of full defined lib name	

20020121/PB:
	update "COPYING" to current GPLv2, add "LICENSE" with some comments to make Debian people happy
        add both in spec file

20020120/PB:
	showinfo now understands "solicited-node link-local multicast", "ISATAP", SLA on 6bone addresses
	input now understands also "ISATAP" addresses

20011227/PB:
	Make tarball ready to use

20011218/PB:
	Change version numbering to autoconf/configure
	Extend "showinfo" a little bit

20011009/PB: release 0.30

20011009/PB:
	Fix missing scope initialization "base85_to_ipv6addr" 
	 bug found by Greg Daley <greg.daley # eng.monash.edu.au>
	 changed:
		libipv6addr.c/ipv6addr_clear
		librfc1924.c/base85_to_ipv6addrstruct

20011007/PB:
	Push source into local CVS system	

0.28: Peter Bieringer <pb@bieringer.de>
	Refixing compiling on BSD
	Add a forgotten include in "eui64_to_privacy.c"

0.27: Peter Bieringer <pb@bieringer.de>
	Migrate files used from Linux kernel for address type resolution to libipv6addr.*
	 add some extended tests (still not catch all)
	"--showinfo" now rudimentary works

0.26: Peter Bieringer <pb@bieringer.de>
	Create wrapper functions to be independend of byte order storage in
	 structure "in6_addr"
	"--eui64_to_privacy" now calculate expected results
	Begin of splitting "ipv6calc.h" into several smaller header files
	Some code cleanup

0.25: Peter Bieringer <pb@bieringer.de>
	Restructure central address structure to use "in6_addr" struct
	Some code cleanup

0.24: Peter Bieringer <pb@bieringer.de>
	Add option "--eui64_to_privacy" to calculate pseudo random suffices
	 (experimental, result is not verified)
	Add option "--showinfo"
	 (experimental, not finnished)	
	Add option "-d|--debug value"
	Partially new debug code

0.23: Peter Bieringer <pb@bieringer.de>
	Fix permissions of doc files in spec file

0.22: Peter Bieringer <pb@bieringer.de>
	ANSI compiling cleanup
	Cleanup special types to ANSI types

0.21: Peter Bieringer <pb@bieringer.de>
	Fix typo (strings.h -> string.h) at ifinet6_to_compressed.c

0.20: Peter Bieringer <pb@bieringer.de>
	Activate "--printsuffix" + "--printprefix" for "--addr_to_uncompressed"
	Change format of "--mac_to_eui64" to described one (now without prefix)

0.19: Peter Bieringer <pb@bieringer.de>
	Extend "TODO" list
	Print also info on "-?"
	Fixes in spec file, see changelog at the end of that file
	Add "COPYING" and "INSTALLING"
	Add "installonly" on "Makefile" to support changes in spec file

0.18: Peter Bieringer <pb@bieringer.de>
	Add "make test" after "make" in spec file to stop build process, if
	 compiling do not result in working code
	Add samplecode directory	

0.17: Peter Bieringer <pb@bieringer.de>
	Fix "addr_to_ip6int" (sprintf)
	Minor reviews

0.16: Peter Bieringer <pb@bieringer.de>
	Review "Makefile" to make it usable on BSD systems
	Minor reviews to enable a clean make on BSD systems

0.15: Peter Bieringer <pb@bieringer.de>
	Create TODO
	Some review
	New option: mac_to_eui64

0.14: Peter Bieringer <pb@bieringer.de>
	Review CREDITS

0.13: Peter Bieringer <pb@bieringer.de>
	Add base85 support
	Add compatv4/mapped support
	Split away some RFC depended libaries
	Rename internal used functions
	Rename options (old ones still work)
	Change IPv6 address compression method from getaddrinfo to
     native calculation (hopefully bugless)
	Some review

0.12: Peter Bieringer <pb@bieringer.de>
	Add some format checks

0.11: Peter Bieringer <pb@bieringer.de>
	Add code for successful compiling under BSD, credits to Hubert Feyrer <hubertf@netbsd.org>
	Cosmetic cleanups

0.10: Peter Bieringer <pb@bieringer.de>
	redesigned to use a central libary for most of the functions
	moved option handling to getopts
	add option --maskprefix, --masksuffix for [full]uncompressed format

0.09: Peter Bieringer <pb@bieringer.de>
	fix in 0.07 (addr2uncompaddr) won't work, refix now

0.08: Peter Bieringer <pb@bieringer.de>
	fix Makefile and spec-file for RedHat 7.0.91

0.07: Peter Bieringer <pb@bieringer.de>
	fix addr2uncompaddr, now ::/prefixlength is well converted

0.06: Peter Bieringer <pb@bieringer.de>
	fix glibc-2.2.2 compilation problems, credits to Pekka Savola <pekkas@netcore.fi> in
	 addr2if_inet6.c, ipv6calc.c

0.05: Peter Bieringer <pb@bieringer.de> 
	if_inet62addr added, printhelp_function moved into related source file

0.04: Peter Bieringer <pb@bieringer.de> 
	addr2if_inet6 will now display scope value in hex
	 (use some sources of kernel files to get scope rather than writing my own)
	cosmetic cleanups

0.03: Peter Bieringer <pb@bieringer.de>
	Splitt away each function in a seperate file
	Working: addr2compaddr, addr2uncompaddr, addr2fulluncompaddr, addr2if_inet6
	 addr2ip6_int

0.02: Peter Bieringer <pb@bieringer.de>
	Never published release, "addr2compaddr" is working

0.01: Peter Bieringer <pb@bieringer.de>
	Initial start