Changeset 547 for trunk/src/ocatv6conv.c


Ignore:
Timestamp:
04/26/10 13:29:15 (2 years ago)
Author:
eagle
Message:
  • configure.ac refined
  • OC now compiles and runs on Solaris 10 using the Universal TUN/TAP driver version 1.1 (http://vtun.sourceforge.net/tun/index.html)
  • ocathosts.[ch] added. It reads IPv6 addresses from /etc/hosts
  • /etc/hosts reverse lookup for I2P .b32 names added
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ocatv6conv.c

    r534 r547  
    8181   { 
    8282      shl5((char*) ip6); 
    83       j = toupper(onion[i]); 
     83      j = toupper((int) onion[i]); 
    8484      if ((j < '2') || (j > 'Z')) 
    8585         return -1; 
Note: See TracChangeset for help on using the changeset viewer.