similar to: [PATCH] configure.in: fix AC_ARG_ENABLE and AC_ARG_WITH

Displaying 9 results from an estimated 9 matches similar to: "[PATCH] configure.in: fix AC_ARG_ENABLE and AC_ARG_WITH"

2009 Sep 09
3
tinc for iphone & ipod touch
Hello, I've managed to create a tinc build for IPhone and IPod touch. Since the device does not support TUN interface, TUNEMU was used: http://code.gerade.org/tunemu/ Please find the patch in the attachment (to be used with tinc-1.0.9). The patch does the following: - updates src/Makefile.in & src/Makefile.am so required libraries are attached and tunemu.c is compiled - updates
2013 Apr 25
1
Install Tinc in iPhone / iPad.
Hi everybody, I have seen in some sites that Tinc can be downloaded and installed from Cydia, but I have tried and it not appear in Cydia. Knows somebody if I need add a special repo to Cydia to download and install tunemu and tinc? Do I need download both sources and compile them? Or do I have another way to install both packages? Best resgards, Rams?s -------------- next part
2013 Mar 03
2
[Announcement] Tinc version 1.0.20 released
With pleasure we announce the release of tinc version 1.0.20. Here is a summary of the changes: * Use /dev/tap0 by default on FreeBSD and NetBSD when using switch mode. * Minor improvements and clarifications in the documentation. * Allow tinc to be cross-compiled with Android's NDK. * The discovered PMTU is now also applied to VLAN tagged traffic. * The LocalDiscovery option now
2013 Mar 03
2
[Announcement] Tinc version 1.0.20 released
With pleasure we announce the release of tinc version 1.0.20. Here is a summary of the changes: * Use /dev/tap0 by default on FreeBSD and NetBSD when using switch mode. * Minor improvements and clarifications in the documentation. * Allow tinc to be cross-compiled with Android's NDK. * The discovered PMTU is now also applied to VLAN tagged traffic. * The LocalDiscovery option now
2004 Dec 01
1
Possible Memory Leak
Hi there, We're using tinc to create a vpn between two halfs of a linux cluster situated in geographically disparate locations. As time progresses, the two tinc daemons use more and more memory, to the point that after a few days running, their vm size is around the 400 megabyte mark. The version of tinc that we're using is 1.0.3, and we are running on a 'slightly' customised
2012 Jul 23
2
Mobile Device Options
Hello, I'm looking to use tinc. What are my options for connecting from a mobile device, e.g. iPhone/iPad or a droid? Is there any backwards compatibility with IPSec or PPTP or anything? Or would it be possible to implement a solution where a pptp vpn is bridged to the tinc vpn so clients can 'see' other clients on either network? Thanks, Adam
2013 Jan 20
0
[Announcement] Tinc version 1.1pre5 released
With pleasure we announce the release of tinc version 1.1pre5. Here is a summary of the changes: * Fixed long delays and possible hangs on Windows. * Fixed support for the tunemu device on iOS, the UML and VDE devices. * Small improvements to the documentation and error messages. * Fixed broadcast packets not reaching the whole VPN. * Tincctl now connects via a UNIX socket to the tincd
2013 Jan 20
0
[Announcement] Tinc version 1.1pre5 released
With pleasure we announce the release of tinc version 1.1pre5. Here is a summary of the changes: * Fixed long delays and possible hangs on Windows. * Fixed support for the tunemu device on iOS, the UML and VDE devices. * Small improvements to the documentation and error messages. * Fixed broadcast packets not reaching the whole VPN. * Tincctl now connects via a UNIX socket to the tincd
2015 May 10
3
Packet compression benchmark
Hello, Darik Horn sent a pull request adding support for LZ4. LZ4 is supposed to be a very fast compression algorithm, especially when it comes to decompression. I did a quick benchmark with zlib, LZO and LZ4. Now, there are many benchmarks you can find online, but most of them deal with compressing large files. Tinc on the other hand has to compress small packets individually. So I did the