Displaying 7 results from an estimated 7 matches for "redaelli".
Did you mean:
radaelli
2009 Oct 07
2
RMagick problem on Windows
Hi all,
for first sorry for my english.
I''ve a little problem with RMagick on Windows Vista.
I''ve decided to use the "Paperclip" plugin an it works fine, than I''ve
decided to install RMagick in order to create image thumbs but ... even
if i followed the instructions i can see an error like:
"Unable to load module ...
2013 Aug 04
1
10th anniversary of tinc 1.0
...us Goetz, Martin Kihlgren,
Martin Schobert, Martin Sch?rrer, Matias Carrasco, Max Rijevski, Menno Smits,
Mesar Hameed, Michael Tokarev, Miles Nordin, Nick Hibma, Nick Patavalis,
Paul Littlefield, Philipp Babel, Robert van der Meulen, Rumko, Scott Lamb,
Sven-Haegar Koch, Teemu Kiviniemi, Timothy Redaelli, Tonnerre Lombard,
Vil Brekin, Wessel Dankers and Wouter van Heyst.
And finally, thank you for using tinc!
--
Met vriendelijke groet / with kind regards,
Guus Sliepen <guus at tinc-vpn.org>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature....
2013 Aug 04
1
10th anniversary of tinc 1.0
...us Goetz, Martin Kihlgren,
Martin Schobert, Martin Sch?rrer, Matias Carrasco, Max Rijevski, Menno Smits,
Mesar Hameed, Michael Tokarev, Miles Nordin, Nick Hibma, Nick Patavalis,
Paul Littlefield, Philipp Babel, Robert van der Meulen, Rumko, Scott Lamb,
Sven-Haegar Koch, Teemu Kiviniemi, Timothy Redaelli, Tonnerre Lombard,
Vil Brekin, Wessel Dankers and Wouter van Heyst.
And finally, thank you for using tinc!
--
Met vriendelijke groet / with kind regards,
Guus Sliepen <guus at tinc-vpn.org>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature....
2011 May 08
0
[Announcement] Version 1.0.14 released
...rs for performance tuning.
* Try harder to get UDP communication back after falling back to TCP.
* Initial support for attaching tinc to a VDE switch.
* DragonFly BSD support.
* Allow linking with OpenSSL 1.0.0.
Thanks to Brandon Black, Julien Muchembled, Michael Tokarev, Rumko and Timothy
Redaelli for their contributions to this version of tinc.
This version of tinc is compatible with 1.0pre8, 1.0 and later, but not
with earlier version of tinc.
--
Met vriendelijke groet / with kind regards,
Guus Sliepen <guus at tinc-vpn.org>
-------------- next part --------------
A non-text...
2011 May 08
0
[Announcement] Version 1.0.14 released
...rs for performance tuning.
* Try harder to get UDP communication back after falling back to TCP.
* Initial support for attaching tinc to a VDE switch.
* DragonFly BSD support.
* Allow linking with OpenSSL 1.0.0.
Thanks to Brandon Black, Julien Muchembled, Michael Tokarev, Rumko and Timothy
Redaelli for their contributions to this version of tinc.
This version of tinc is compatible with 1.0pre8, 1.0 and later, but not
with earlier version of tinc.
--
Met vriendelijke groet / with kind regards,
Guus Sliepen <guus at tinc-vpn.org>
-------------- next part --------------
A non-text...
2017 Oct 12
0
[ANNOUNCE] nftables 0.8 release
...uate: Fix debug output
Shyam Saini (4):
tests: py: Add test for ambiguity while setting the value
tests: shell: Add test for incomplete set add set command
tests: shell: Test input descriptors for included files
tests: py: Fail test forcefully when bug is not fixed
Timothy Redaelli (1):
tests: py: fix some typos in README
Tobias Klauser (1):
build: add missing backslash to list of CFLAGS
Varsha Rao (18):
src: Remove expire information from list stateless ruleset.
src: Pass stateless, numeric, ip2name and handle variables as structure members.
i...
2010 Feb 10
0
[PATCH] Use /dev/tap0 by default on BSD if mode != router
---
src/bsd/device.c | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/src/bsd/device.c b/src/bsd/device.c
index c2cd34c..b835b59 100644
--- a/src/bsd/device.c
+++ b/src/bsd/device.c
@@ -33,6 +33,7 @@
#endif
#define DEFAULT_DEVICE "/dev/tun0"
+#define DEFAULT_DEVICE_TAP "/dev/tap0"
typedef enum device_type {
DEVICE_TYPE_TUN,
@@ -60,8