CVS log for ipv6calc/lib/libipv6addr.c |
 |
|
Up to [DeepSpace6] / ipv6calc / lib
Request diff between arbitrary revisions
/ Display revisions graphically
Default branch: MAIN
Bookmark a link to:
HEAD
/
(download)
Revision
1.36
/
(view)
- annotate
- [select for diffs]
, Sat Aug 11 11:04:58 2007 UTC (16 months, 4 weeks ago) by peter
Branch:
MAIN
CVS Tags:
release_0_72_0,
HEAD
Changes since 1.35: +6 -3 lines
Diff to previous 1.35
(colored)
Add an additional link-local-teredo
Revision
1.35
/
(view)
- annotate
- [select for diffs]
, Sat Aug 11 06:07:36 2007 UTC (16 months, 4 weeks ago) by peter
Branch:
MAIN
Changes since 1.34: +5 -1 lines
Diff to previous 1.34
(colored)
detect link-local-teredo addresses
Revision
1.34
/
(view)
- annotate
- [select for diffs]
, Thu Jul 5 19:48:43 2007 UTC (18 months ago) by peter
Branch:
MAIN
Changes since 1.33: +57 -5 lines
Diff to previous 1.33
(colored)
lib/libipv6addr.{c,h}
- fix octal printout
- add hex printout
- support ORCHID in anonymize
lib/libipv4addr.{c,h}
- add octal & hex printout
Revision
1.33
/
(view)
- annotate
- [select for diffs]
, Wed Jul 4 19:46:38 2007 UTC (18 months ago) by peter
Branch:
MAIN
Changes since 1.32: +6 -1 lines
Diff to previous 1.32
(colored)
*** empty log message ***
Revision
1.32
/
(view)
- annotate
- [select for diffs]
, Thu Apr 26 08:57:31 2007 UTC (20 months, 1 week ago) by peter
Branch:
MAIN
CVS Tags:
release_0_71_0
Changes since 1.31: +34 -7 lines
Diff to previous 1.31
(colored)
lib/libipv6addr.{c,h} lib/ipv6calcoptions.h lib/ipv6calccommands.h
ipv6loganon/ipv6loganon*
ipv6calc/ipv6calc.c
- add support for anonymizing IPv6 prefix flexible (mask-ipv6)
- add new preset options for anonmiyzing (careful,paranoid)
Revision
1.31
/
(view)
- annotate
- [select for diffs]
, Mon Feb 5 16:30:47 2007 UTC (23 months ago) by peter
Branch:
MAIN
CVS Tags:
release_0_70_0
Changes since 1.30: +176 -1 lines
Diff to previous 1.30
(colored)
- migrate IPv4/IPv6 address anonymization code into
ipv6loganon to libraries
Revision
1.30
/
(view)
- annotate
- [select for diffs]
, Wed Jan 31 16:21:47 2007 UTC (23 months, 1 week ago) by peter
Branch:
MAIN
Changes since 1.29: +122 -28 lines
Diff to previous 1.29
(colored)
splint result
Revision
1.29
/
(view)
- annotate
- [select for diffs]
, Wed Jan 31 15:10:31 2007 UTC (23 months, 1 week ago) by peter
Branch:
MAIN
Changes since 1.28: +2 -2 lines
Diff to previous 1.28
(colored)
splint result
Revision
1.28
/
(view)
- annotate
- [select for diffs]
, Mon Jun 12 18:55:18 2006 UTC (2 years, 6 months ago) by peter
Branch:
MAIN
CVS Tags:
snapshot_20061022,
release_0_61_0,
release_0_60_1
Changes since 1.27: +3 -2 lines
Diff to previous 1.27
(colored)
lib/libipv6addr.c
- support new Teredo prefix (RFC 4380)
lib/libipv4addr.c
- exclude some RFC1918/RFC3330 addresses from registry lookup, report reserved(reason)
instead
lib/libipv6addr.h
- lower case "teredo"
lib/ipv6calctypes.h
- add new (internal used) format "printembedded"
Revision
1.27
/
(view)
- annotate
- [select for diffs]
, Mon Jun 12 12:29:53 2006 UTC (2 years, 6 months ago) by peter
Branch:
MAIN
Changes since 1.26: +6 -5 lines
Diff to previous 1.26
(colored)
support new Teredo prefix (RFC 4380)
Revision
1.26
/
(view)
- annotate
- [select for diffs]
, Wed Jun 7 13:06:32 2006 UTC (2 years, 7 months ago) by peter
Branch:
MAIN
Changes since 1.25: +3 -3 lines
Diff to previous 1.25
(colored)
Add RFC referenc to ISATAP
Revision
1.25
/
(view)
- annotate
- [select for diffs]
, Wed Oct 26 08:36:54 2005 UTC (3 years, 2 months ago) by peter
Branch:
MAIN
CVS Tags:
release_0_51
Changes since 1.24: +19 -9 lines
Diff to previous 1.24
(colored)
restructure registry database directory
- process now registry files 2 days ago to prevent problems short after local day switches
add support for new registry AFRINIC
extend IPv6 registry data from 32 to 64 bits, adapt related function in lib/libipv6addr
Revision
1.24
/
(view)
- annotate
- [select for diffs]
, Sun Oct 23 19:19:20 2005 UTC (3 years, 2 months ago) by peter
Branch:
MAIN
Changes since 1.23: +3 -1 lines
Diff to previous 1.23
(colored)
Add support for AfriNIC
Revision
1.23
/
(view)
- annotate
- [select for diffs]
, Fri Oct 21 12:42:33 2005 UTC (3 years, 2 months ago) by peter
Branch:
MAIN
Changes since 1.22: +5 -5 lines
Diff to previous 1.22
(colored)
lib/libipv6addr
- fix bug for unique local unicast detection
ipv6calc/showinfo
- minor review
Revision
1.22
/
(view)
- annotate
- [select for diffs]
, Thu Oct 20 15:22:41 2005 UTC (3 years, 2 months ago) by peter
Branch:
MAIN
Changes since 1.21: +6 -1 lines
Diff to previous 1.21
(colored)
Add support for Teredo
Revision
1.21
/
(view)
- annotate
- [select for diffs]
, Thu Sep 15 11:32:21 2005 UTC (3 years, 3 months ago) by peter
Branch:
MAIN
CVS Tags:
release_0_50
Changes since 1.20: +24 -24 lines
Diff to previous 1.20
(colored)
Still snprintf fixes
Revision
1.20
/
(view)
- annotate
- [select for diffs]
, Thu Sep 15 11:14:00 2005 UTC (3 years, 3 months ago) by peter
Branch:
MAIN
Changes since 1.19: +44 -44 lines
Diff to previous 1.19
(colored)
various c files
- fix snprintf size parameter (credits to
Radek Vokál for pointing this out)
Revision
1.19
/
(view)
- annotate
- [select for diffs]
, Thu Sep 15 08:21:34 2005 UTC (3 years, 3 months ago) by peter
Branch:
MAIN
Changes since 1.18: +2 -5 lines
Diff to previous 1.18
(colored)
lib/libipv6addr.c#ipv6addr_copy
- fix bug which causes stack overflow, credits to
Radek Vokál for finding the bug
several Makefiles
- add compiler switch -O2, reason for segfault was found
Revision
1.18
/
(view)
- annotate
- [select for diffs]
, Mon Jul 25 19:59:43 2005 UTC (3 years, 5 months ago) by peter
Branch:
MAIN
CVS Tags:
release_0_49
Changes since 1.17: +8 -3 lines
Diff to previous 1.17
(colored)
add support for Unique Local IPv6 Unicast Addresses
Revision
1.17
/
(view)
- annotate
- [select for diffs]
, Wed Jul 20 06:01:19 2005 UTC (3 years, 5 months ago) by peter
Branch:
MAIN
Changes since 1.16: +25 -25 lines
Diff to previous 1.16
(colored)
Cosmetic fixes for IPv6 registry detection
Revision
1.16
/
(view)
- annotate
- [select for diffs]
, Tue Jul 19 14:48:33 2005 UTC (3 years, 5 months ago) by peter
Branch:
MAIN
Changes since 1.15: +54 -131 lines
Diff to previous 1.15
(colored)
Add support for IPv6 assignment database
Revision
1.15
/
(view)
- annotate
- [select for diffs]
, Thu Jul 14 08:43:29 2005 UTC (3 years, 5 months ago) by peter
Branch:
MAIN
CVS Tags:
snapshot_before_ipv6-assignment
Changes since 1.14: +28 -12 lines
Diff to previous 1.14
(colored)
Further update of TLA assignment
Revision
1.14
/
(view)
- annotate
- [select for diffs]
, Thu Jul 14 07:06:19 2005 UTC (3 years, 5 months ago) by peter
Branch:
MAIN
Changes since 1.13: +61 -7 lines
Diff to previous 1.13
(colored)
Patch from Simon Arlott to fix out of date information for the IPv6 TLAs
Revision
1.13
/
(view)
- annotate
- [select for diffs]
, Mon Aug 30 18:56:29 2004 UTC (4 years, 4 months ago) by peter
Branch:
MAIN
CVS Tags:
release_0_48
Changes since 1.12: +10 -1 lines
Diff to previous 1.12
(colored)
ipv6calc:
- add support for recognizing 6to4 addresses generated by
Microsoft OS
ipv6logconv:
- add support for recognizing 6to4 addresses generated by
Microsoft OS
- add support for ISATAP addresses
Update databases
Revision
1.12
/
(view)
- annotate
- [select for diffs]
, Fri Aug 15 10:58:28 2003 UTC (5 years, 4 months ago) by peter
Branch:
MAIN
CVS Tags:
release_0_47,
release_0_46
Changes since 1.11: +6 -2 lines
Diff to previous 1.11
(colored)
enable option "printfulluncompressed" on output format octal
add example for output format octal
Revision
1.11
/
(view)
- annotate
- [select for diffs]
, Thu Jul 17 19:14:54 2003 UTC (5 years, 5 months ago) by peter
Branch:
MAIN
Changes since 1.10: +7 -2 lines
Diff to previous 1.10
(colored)
Add 2001:1200::/23 -> LACNIC
Revision
1.10
/
(view)
- annotate
- [select for diffs]
, Fri Apr 4 19:23:31 2003 UTC (5 years, 9 months ago) by peter
Branch:
MAIN
Changes since 1.9: +22 -1 lines
Diff to previous 1.9
(colored)
add new output format "octal" to create proper input for tinydns
Revision
1.9
/
(view)
- annotate
- [select for diffs]
, Mon Nov 4 19:49:45 2002 UTC (6 years, 2 months ago) by peter
Branch:
MAIN
CVS Tags:
release_0_45,
release_0_44
Changes since 1.8: +10 -4 lines
Diff to previous 1.8
(colored)
Committing in .
Modified Files:
ChangeLog : update
Committing in databases/ieee-oui
Modified Files:
dbieee_oui.h : update of database
Committing in databases/ipv4-assignment
Modified Files:
dbipv4addr_assignment.h : update database
Committing in lib
Modified Files:
libipv6addr.c : update IPv6 assignment
Revision
1.8
/
(view)
- annotate
- [select for diffs]
, Mon Apr 8 18:04:30 2002 UTC (6 years, 9 months ago) by peter
Branch:
MAIN
CVS Tags:
version_0_43,
release_0_42,
release_0_41,
release_0_40rc4,
release_0_40rc3,
release_0_40
Changes since 1.7: +52 -82 lines
Diff to previous 1.7
(colored)
Fix broken help displaying
Modified Files:
ipv6calc.c showinfo.c
libipv6addr.c libipv6addr.h librfc2874.c
Added Files:
test_showhelp.sh
Minor fix
Modified Files:
ipv6calcweb.cgi
Revision
1.7
/
(view)
- annotate
- [select for diffs]
, Thu Apr 4 20:58:21 2002 UTC (6 years, 9 months ago) by peter
Branch:
MAIN
CVS Tags:
release_0_40rc2,
release_0_40rc1,
release_0_40pre9
Changes since 1.6: +26 -24 lines
Diff to previous 1.6
(colored)
Fixes and splint
Revision
1.6
/
(view)
- annotate
- [select for diffs]
, Thu Apr 4 18:40:27 2002 UTC (6 years, 9 months ago) by peter
Branch:
MAIN
Changes since 1.5: +54 -27 lines
Diff to previous 1.5
(colored)
Review
Committing in ipv6calc
Modified Files:
Makefile ipv6calc.c showinfo.c showinfo.h
Revision
1.5
/
(view)
- annotate
- [select for diffs]
, Wed Mar 27 07:21:20 2002 UTC (6 years, 9 months ago) by peter
Branch:
MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4
(colored)
strncpy fix
Modified Files:
libipv6addr.c
Revision
1.4
/
(view)
- annotate
- [select for diffs]
, Wed Mar 27 07:20:51 2002 UTC (6 years, 9 months ago) by peter
Branch:
MAIN
Changes since 1.3: +9 -2 lines
Diff to previous 1.3
(colored)
Fix a error condition
Modified Files:
test_ipv6calc.sh
Fix an snprintf problem
Modified Files:
libipv6addr.c
Revision
1.3
/
(view)
- annotate
- [select for diffs]
, Tue Mar 26 23:11:15 2002 UTC (6 years, 9 months ago) by peter
Branch:
MAIN
Changes since 1.2: +42 -42 lines
Diff to previous 1.2
(colored)
Not working
snprintf migration
Modified Files:
ipv6logconv.c
Modified Files:
ipv6calchelp.c libieee.c libifinet6.c libipv4addr.c
libipv6addr.c libmac.c librfc1884.c librfc1886.c librfc1924.c
Revision
1.2
/
(view)
- annotate
- [select for diffs]
, Tue Mar 19 23:15:09 2002 UTC (6 years, 9 months ago) by peter
Branch:
MAIN
Changes since 1.1: +64 -11 lines
Diff to previous 1.1
(colored)
Add info
Modified Files:
ChangeLog VERSION
Add new feature, fix a minor bug
Modified Files:
ipv6calc.c showinfo.c test_showinfo.sh
Some snprintf migration, add registry informations
Modified Files:
Makefile libipv6addr.c libipv6addr.h librfc2874.c librfc3041.c
librfc3056.c
Revision
1.1
/
(view)
- annotate
- [select for diffs]
, Mon Mar 18 19:59:24 2002 UTC (6 years, 9 months ago) by peter
Branch:
MAIN
CVS Tags:
release_0_40pre7
Commit new library subdirectory
Added Files:
Makefile create_ieee_oui_headerfile.pl ipv6calchelp.c
ipv6calchelp.h ipv6calcoptions.h ipv6calctypes.c
ipv6calctypes.h libeui64.c libeui64.h libieee.c libieee.h
libieeeoui.h libifinet6.c libifinet6.h libipv4addr.c
libipv4addr.h libipv6addr.c libipv6addr.h libipv6calc.c
libipv6calc.h libipv6calcdebug.h libmac.c libmac.h
librfc1884.c librfc1884.h librfc1886.c librfc1886.h
librfc1924.c librfc1924.h librfc2874.c librfc2874.h
librfc3041.c librfc3041.h librfc3056.c librfc3056.h
This form allows you to request diffs between any two revisions of
a file. You may select a symbolic revision name using the selection
box or you may type in a numeric name using the type-in text box.