search for: netutl

Displaying 12 results from an estimated 12 matches for "netutl".

1999 Oct 20
3
patch for tinc-0.3
...>sq); 276a325,326 > if(debug_lvl > 1) > dump_pkt_queue(cl->sq); 278a329,330 > dump_pkt_queue(cl->sq); > if(debug_lvl > 1) 768a821 > dump_pkt_queue(f->rq); 769a823 > dump_pkt_queue(f->rq); Only in tinc-0.3-patched/src: net.c.org diff -r tinc-0.3/src/netutl.c tinc-0.3-patched/src/netutl.c 219a220,238 > void dump_pkt_queue(packet_queue_t *pq) > { > int i=0; > real_packet_t *vp; > queue_element_t *p, *q; > > if(debug_lvl > 1) syslog(LOG_DEBUG, "dumping queue"); > > if (!pq) return; > > for(p =...
2015 May 16
1
tinc 1.1 "Got ADD_EDGE ... which does not match existing entry"
On Sat, 16 May 2015, Guus Sliepen wrote: > On Sat, May 16, 2015 at 12:09:52AM +0200, Sven-Haegar Koch wrote: > > > This change is not so good: > > > > Connection with aaa_vpnhub1 (1.2.3.4 port 443) activated > > Error while translating addresses: ai_family not supported > > > > (And then the tinc process exists) > > Hm, I couldn't reproduce
2001 Aug 25
0
problems with rsync version 2.4.6 protocol version 24 on solaris 2.8
...d their info: Filesystem kbytes used avail capacity Mounted on Number of files burd1p0:/nettmp 258120 37144 220976 15% /nfs/burd1p0/nettmp 2102 burd1p0:/user 29443776 16160480 13283296 55% /nfs/burd1p0/user 68171 burd2p0:/netutl 14721376 4515128 10206248 31% /nfs/burd2p0/netutl 13611 burd3p0:/netconfig 14721376 1010336 13711040 7% /nfs/burd3p0/netconfig 33198 burd2p0:/aqptmp 258120 10664 247456 5% /nfs/burd2p0/aqptmp 546 burd3p0:/reports 14721376 3868000 1085337...
2000 Jun 23
2
tinc 0.3.3 vs. 1.0pre2
...nux.org.) I did it today. > We > have some ideas for the future, and I'm now putting up a bug tracking > system for tinc. In our company we set up Bugzilla for that. *** Problems with tinc 1.0pre2 *** Since there is nothing like the ProxyMode you tried to introduce I have to modify netutl.c like I did for tinc 0.3.3 (which is working fine that way): diff -u tinc-1.0pre2/src/netutl.c tinc-1.0pre2-i2c/src/netutl.c --- tinc-1.0pre2/src/netutl.c Wed May 31 20:23:06 2000 +++ tinc-1.0pre2-i2c/src/netutl.c Fri Jun 23 14:14:42 2000 @@ -56,6 +56,9 @@ for(p = conn_list; p != NULL;...
2000 Jun 27
1
[CVS] humbolt:/tinc/cabal/src net.c netutl.c protocol.c
> - Indirectdata finally REALLY REALLY works now! > - More precise debug messages Hmmm ... I can't prove that using the CVS code I checked out this morning. Everything works like yesterday: I can ping the peer but I canot go beyond: *** SERVER *** Jun 27 09:04:56 lemon tinc.9[10186]: tincd 1.0pre3 (Jun 27 2000 08:53:56) startin g, debug level 4 Jun 27 09:04:56 lemon tinc.9[10186]:
2009 Oct 27
1
using tinc in a mixed ipv4/ipv6 network
...A is a reverse lookupable dns and B's reverse lookup does not match its original dns name in Address = ... statement (as it is a dynamic dialin host). I've configured tinc to be in Mode=Switch and put all public keys of all nodes on all hosts. It is not difficult to trace the error back to netutl.c line 94 (sockaddr2str, tinc 1.0.10) but I ask myself whether it is intended to stop tinc from working if just some hosts in the network are connected by ipv6? Or is there some way to circumvent this problem? Thanks Michael -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment:...
2006 Jun 01
1
compile cvs trunk
...ctory `/usr/src/tinc/src' gcc -g -O2 -DCONFDIR=\"/usr/local/etc\" -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALSTATEDIR=\"/usr/local/var\" -g -O2 -o tincd conf.o connection.o edge.o event.o graph.o logger.o meta.o net.o net_packet.o net_setup.o net_socket.o netutl.o node.o process.o protocol.o protocol_auth.o protocol_edge.o protocol_misc.o protocol_key.o protocol_subnet.o route.o subnet.o tincd.o ../lib/libvpn.a -lcrypto -lz -llzo graph.o: In function `sssp_bfs':/usr/src/tinc/src/graph.c:278: undefined reference to `device' ... tincd.o: In func...
2014 Nov 22
2
Tinc 1.0.24 build failed on OSX Mavericks
...tried to compile tinc-1.0.24: gcc -g -O2 -pie -L/opt/local/lib -o tincd avl_tree.o conf.o connection.o dropin.o dummy_device.o edge.o event.o fake-getaddrinfo.o fake-getnameinfo.o getopt.o getopt1.o graph.o list.o logger.o meta.o multicast_device.o net.o net_packet.o net_setup.o net_socket.o netutl.o node.o pidfile.o process.o protocol.o protocol_auth.o protocol_edge.o protocol_misc.o protocol_key.o protocol_subnet.o raw_socket_device.o route.o subnet.o tincd.o utils.o xmalloc.o bsd/device.o -lcrypto -lz -llzo2 clang: warning: argument unused during compilation: '-pie' Und...
2001 Jun 19
2
Question about building tinc pre4
...== gcc -g -O2 -I/usr/local/openssl/include -DPKGLIBDIR=/usr/local/tinc_new/lib /tinc -DCONFDIR=\"/usr/local/tinc_new/etc\" -DLOCALEDIR=\"/usr/local /tinc_new/share/locale\" -DLOCALSTATEDIR=\"/usr/local/tinc_new/var\" -o tincd conf.o connection.o meta.o net.o netutl.o process.o protocol.o route.o subnet.o tincd.o ../lib/libvpn.a -L/usr/local/openssl/lib -lcrypto /usr/local/lib/libcrypto.a(dso_dlfcn.o): In function `dlfcn_load': dso_dlfcn.o(.text+0x99): undefined reference to `dlopen' dso_dlfcn.o(.text+0xb4): undefined reference to `dlopen' dso_dlfc...
2008 Sep 23
2
fatal signal 11 (segmentation)
...2]: Checkpoint trace: meta.c:42 <- protocol.c:76 <- node.c:157 <- node.c:157 <- protocol_key.c:168 <- protocol.c:137 <- meta.c:141 <- net.c:294 <- net.c:121 <- event.c:115 <- net.c:294 <- connection.c:79 <- connection.c:111 <- net.c:121 <- event.c:115 <- netutl.c:20 8... Sep 21 18:30:31 tinc.vpn[11682]: Trying to re-execute in 5 seconds... Sep 21 18:30:36 tinc.vpn[11702]: tincd 1.0.8 (Jul 4 2008 13:24:07) starting, debug level 0 Sep 21 18:30:36 tinc.vpn[11702]: /dev/net/tun is a Linux tun/tap device (tun mode) Sep 21 18:30:36 tinc.vpn[11702]: Rea...
2014 Dec 05
4
Build On CentOS
...ll in src make[2]: Entering directory `/adev/tinc-1.1pre10/src' gcc -std=gnu99 -DCONFDIR=\"/tinc/etc\" -DLOCALSTATEDIR=\"/tinc/var\" -DSBINDIR=\"/tinc/sbin\" -g -O2 -pie -Wl,-z,relro -Wl,-z,now -o tinc dropin.o getopt.o getopt1.o info.o invitation.o list.o names.o netutl.o script.o sptps.o subnet_parse.o tincctl.o top.o utils.o openssl/cipher.o openssl/crypto.o openssl/digest.o openssl/ecdh.o openssl/ecdsa.o openssl/ecdsagen.o openssl/prf.o openssl/rsa.o openssl/rsagen.o -lreadline -lncurses -lcrypto -lz -llzo2 -ldl /usr/bin/../libexec/gcc/x86_64-redhat-linux/4.8....
2003 Aug 04
1
OpenBSD 3.2 and Release 1
...c/src/edge.c U tinc/src/edge.h U tinc/src/event.c U tinc/src/event.h U tinc/src/graph.c U tinc/src/graph.h U tinc/src/logger.c U tinc/src/logger.h U tinc/src/meta.c U tinc/src/meta.h U tinc/src/net.c U tinc/src/net.h U tinc/src/net_packet.c U tinc/src/net_setup.c U tinc/src/net_socket.c U tinc/src/netutl.c U tinc/src/netutl.h U tinc/src/node.c U tinc/src/node.h U tinc/src/process.c U tinc/src/process.h U tinc/src/protocol.c U tinc/src/protocol.h U tinc/src/protocol_auth.c U tinc/src/protocol_edge.c U tinc/src/protocol_key.c U tinc/src/protocol_misc.c U tinc/src/protocol_subnet.c U tinc/src/route.c...