]> git.meshlink.io Git - meshlink/commitdiff
Change my email address.
authorGuus Sliepen <guus@meshlink.io>
Sat, 12 Apr 2014 13:16:33 +0000 (15:16 +0200)
committerGuus Sliepen <guus@meshlink.io>
Sat, 12 Apr 2014 13:16:33 +0000 (15:16 +0200)
85 files changed:
AUTHORS
README
doc/CONNECTIVITY
doc/NETWORKING
doc/PROTOCOL
doc/SECURITY2
src/buffer.c
src/cipher.h
src/conf.c
src/conf.h
src/connection.c
src/connection.h
src/crypto.h
src/digest.h
src/dropin.c
src/dropin.h
src/ecdh.h
src/ecdsa.h
src/ecdsagen.h
src/edge.c
src/edge.h
src/ethernet.h
src/event.c
src/event.h
src/graph.c
src/graph.h
src/hash.c
src/hash.h
src/have.h
src/invitation.c
src/invitation.h
src/ipv4.h
src/ipv6.h
src/libmeshlink.c
src/libmeshlink.h
src/list.c
src/list.h
src/logger.c
src/logger.h
src/meta.c
src/meta.h
src/net.c
src/net.h
src/net_packet.c
src/net_setup.c
src/net_socket.c
src/netutl.c
src/netutl.h
src/node.c
src/node.h
src/openssl/cipher.c
src/openssl/crypto.c
src/openssl/digest.c
src/openssl/digest.h
src/openssl/ecdh.c
src/openssl/ecdsa.c
src/openssl/ecdsagen.c
src/openssl/prf.c
src/openssl/rsa.c
src/openssl/rsagen.c
src/prf.h
src/protocol.c
src/protocol.h
src/protocol_auth.c
src/protocol_edge.c
src/protocol_key.c
src/protocol_misc.c
src/route.c
src/route.h
src/rsa.h
src/rsagen.h
src/splay_tree.c
src/splay_tree.h
src/sptps.c
src/sptps.h
src/sptps_speed.c
src/sptps_test.c
src/system.h
src/tincctl.c
src/tincctl.h
src/tincd.c
src/utils.c
src/utils.h
src/xalloc.h
test/pong.c

diff --git a/AUTHORS b/AUTHORS
index 07939e8be535b95a37058fe3f49d6cdf0c30e890..bd3fc6fe4ad5bd9374cf3d9e6d30a096bace5e61 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,6 +1,6 @@
 Main tinc authors:
 
-- Guus Sliepen <guus@tinc-vpn.org>
+- Guus Sliepen <guus@meshlink.io>
 - Ivo Timmermans (inactive)
 
 Significant code contributions from:
diff --git a/README b/README
index 03b74b15fce2316690d4de4a3bb58ae83d9a7e07..fc7f34f6d377dc9c1e6d8f591de781141535f86b 100644 (file)
--- a/README
+++ b/README
@@ -4,7 +4,7 @@ instructions may be found in the INSTALL file.
 tinc is Copyright (C) 1998-2014 by:
 
 Ivo Timmermans,
-Guus Sliepen <guus@tinc-vpn.org>,
+Guus Sliepen <guus@meshlink.io>,
 and others.
 
 For a complete list of authors see the AUTHORS file.
index bf31451ede901435c48fbcdc7aa1b246d117a305..05a9eaf330824b5df479ffa88ee466c1aaa5cd78 100644 (file)
@@ -1,7 +1,7 @@
 This document describes how nodes in a VPN find and connect to eachother and
 maintain a stable network.
 
-   Copyright 2001-2006 Guus Sliepen <guus@tinc-vpn.org>
+   Copyright 2001-2006 Guus Sliepen <guus@meshlink.io>
 
    Permission is granted to make and distribute verbatim copies of
    this documentation provided the copyright notice and this
index 5cb4b69e2cc68e86b24bbf35d315866a8bf21dae..eb4f6bc61a3384331aeb3458c1f252db634815be 100644 (file)
@@ -1,7 +1,7 @@
 This is the network infrastructure documentation for tinc, a Virtual Private
 Network daemon.
 
-   Copyright 2001-2006 Guus Sliepen <guus@tinc-vpn.org>
+   Copyright 2001-2006 Guus Sliepen <guus@meshlink.io>
 
    Permission is granted to make and distribute verbatim copies of
    this documentation provided the copyright notice and this
index b8d37ed937ab4e821633b2db87a40c7d7fccd276..3e2915bdc226d82aeddea8296d96bb4f2e9a8ec2 100644 (file)
@@ -1,6 +1,6 @@
 This is the protocol documentation for tinc, a Virtual Private Network daemon.
 
-   Copyright 2000-2006 Guus Sliepen <guus@tinc-vpn.org>,
+   Copyright 2000-2006 Guus Sliepen <guus@meshlink.io>,
              2000-2005 Ivo Timmmermans
 
    Permission is granted to make and distribute verbatim copies of
index 62d6a07c6b8cdf7231957dbd34bbc1facce0bf02..56db6b600b8f95be9dbe87d5d084f6504bf70f2f 100644 (file)
@@ -1,6 +1,6 @@
 This is the security documentation for tinc, a Virtual Private Network daemon.
 
-   Copyright 2001-2006 Guus Sliepen <guus@tinc-vpn.org>,
+   Copyright 2001-2006 Guus Sliepen <guus@meshlink.io>,
              2001-2006 Wessel Dankers <wsl@tinc-vpn.org>
 
    Permission is granted to make and distribute verbatim copies of
index ac57d1c459e1e97790285425fb38b436cea27a28..bfb6eb1d89677a0548a7f24da97d57f7e1a333b6 100644 (file)
@@ -1,6 +1,6 @@
 /*
     buffer.c -- buffer management
-    Copyright (C) 2011 Guus Sliepen <guus@tinc-vpn.org>,
+    Copyright (C) 2011 Guus Sliepen <guus@meshlink.io>,
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
index bbba5690bccbd95ca0e0fbb4740533775a041764..2c1ac499c234e1f7e975a3d28f050e9f4d15b4ef 100644 (file)
@@ -1,6 +1,6 @@
 /*
     cipher.h -- header file cipher.c
-    Copyright (C) 2007-2013 Guus Sliepen <guus@tinc-vpn.org>
+    Copyright (C) 2007-2013 Guus Sliepen <guus@meshlink.io>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
index 16247570c25cc617ffe2e78f8808ca0f76e771a0..81d8359799ef3c7dc6d380a0709253a8d3feee6a 100644 (file)
@@ -4,7 +4,7 @@
                   1998-2005 Ivo Timmermans
                   2000      Cris van Pelt
                   2010-2011 Julien Muchembled <jm@jmuchemb.eu>
-                  2000-2013 Guus Sliepen <guus@tinc-vpn.org>
+                  2000-2013 Guus Sliepen <guus@meshlink.io>
                   2013      Florent Clairambault <florent@clairambault.fr>
 
     This program is free software; you can redistribute it and/or modify
index 17dcc5955538df01095aa40b6f851c2c28da5118..2254f2b2a8036b0c9329c59da4a20f41cf2d11a9 100644 (file)
@@ -1,7 +1,7 @@
 /*
     conf.h -- header for conf.c
     Copyright (C) 1998-2005 Ivo Timmermans
-                  2000-2013 Guus Sliepen <guus@tinc-vpn.org>
+                  2000-2013 Guus Sliepen <guus@meshlink.io>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
index 55a7c981d3e7d46ef91e5a6aafe36474d42d8fbe..30cee02fa98374510a917d389ee46d344dd2f398 100644 (file)
@@ -1,6 +1,6 @@
 /*
     connection.c -- connection list management
-    Copyright (C) 2000-2013 Guus Sliepen <guus@tinc-vpn.org>,
+    Copyright (C) 2000-2013 Guus Sliepen <guus@meshlink.io>,
                   2000-2005 Ivo Timmermans
                   2008      Max Rijevski <maksuf@gmail.com>
 
index 1410c5cc7d6d333f1a5cb61e46a8d7840a545035..357d17e1619e53bdd7c7e1837a4957f7a2eda555 100644 (file)
@@ -1,6 +1,6 @@
 /*
     connection.h -- header for connection.c
-    Copyright (C) 2000-2013 Guus Sliepen <guus@tinc-vpn.org>,
+    Copyright (C) 2000-2013 Guus Sliepen <guus@meshlink.io>,
                   2000-2005 Ivo Timmermans
 
     This program is free software; you can redistribute it and/or modify
index cd3654fec4849805c004e86eb6fd68c7729c5b6e..4a905d2cc8fd247c5927014f42b89a14d408dcdb 100644 (file)
@@ -1,6 +1,6 @@
 /*
     crypto.h -- header for crypto.c
-    Copyright (C) 2007-2013 Guus Sliepen <guus@tinc-vpn.org>
+    Copyright (C) 2007-2013 Guus Sliepen <guus@meshlink.io>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
index 1e149456124aa8bef876bb2f62df1a891115d642..75be4554c2f6cf6ca36a9ebedf672d6c7d73936e 100644 (file)
@@ -1,6 +1,6 @@
 /*
     digest.h -- header file digest.c
-    Copyright (C) 2007-2013 Guus Sliepen <guus@tinc-vpn.org>
+    Copyright (C) 2007-2013 Guus Sliepen <guus@meshlink.io>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
index 6d40850763d00b5867e7b853e3d35527a4b1447a..2ad369525f6aca13fd91b39b712bf0b602b6f9b0 100644 (file)
@@ -1,7 +1,7 @@
 /*
     dropin.c -- a set of drop-in replacements for libc functions
     Copyright (C) 2000-2005 Ivo Timmermans,
-                  2000-2013 Guus Sliepen <guus@tinc-vpn.org>
+                  2000-2013 Guus Sliepen <guus@meshlink.io>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
index 5601a312fd26ec7288d3e71c4b9990b472da2c35..dead180cd0b221c6103ccbd7db0cdeee710a79af 100644 (file)
@@ -1,7 +1,7 @@
 /*
     dropin.h -- header file for dropin.c
     Copyright (C) 2000-2005 Ivo Timmermans,
-                  2000-2013 Guus Sliepen <guus@tinc-vpn.org>
+                  2000-2013 Guus Sliepen <guus@meshlink.io>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
index fbd47292b614ca06098dd3153974b918918266c8..bd4c13adf08287d4a554df2ef06d649201a2bf12 100644 (file)
@@ -1,6 +1,6 @@
 /*
     ecdh.h -- header file for ecdh.c
-    Copyright (C) 2011-2013 Guus Sliepen <guus@tinc-vpn.org>
+    Copyright (C) 2011-2013 Guus Sliepen <guus@meshlink.io>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
index d03a58edc5760dbd5811084b867dc2b4b220d8f8..9d7c34d866ba048b71b0896764bc8843a499ef48 100644 (file)
@@ -1,6 +1,6 @@
 /*
     ecdsa.h -- ECDSA key handling
-    Copyright (C) 2011-2013 Guus Sliepen <guus@tinc-vpn.org>
+    Copyright (C) 2011-2013 Guus Sliepen <guus@meshlink.io>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
index 12e5c0032c5c25b7b7fa209a7570daf45675de61..b7dc548703bdc42d4a452bfeeff764ac73321ac5 100644 (file)
@@ -1,6 +1,6 @@
 /*
     ecdsagen.h -- ECDSA key generation and export
-    Copyright (C) 2011-2013 Guus Sliepen <guus@tinc-vpn.org>
+    Copyright (C) 2011-2013 Guus Sliepen <guus@meshlink.io>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
index 56537a5752a898b2870f7903ad90cbc24ce7e224..03f4cd11e97b3dcd018932b589a197527ea48be4 100644 (file)
@@ -1,6 +1,6 @@
 /*
     edge.c -- edge tree management
-    Copyright (C) 2000-2013 Guus Sliepen <guus@tinc-vpn.org>,
+    Copyright (C) 2000-2013 Guus Sliepen <guus@meshlink.io>,
                   2000-2005 Ivo Timmermans
 
     This program is free software; you can redistribute it and/or modify
index c6afdf6e19be9132c016a159119aa2cdc512663e..c93318f2353340ea418b6eb98bf2809a8e5863c9 100644 (file)
@@ -1,6 +1,6 @@
 /*
     edge.h -- header for edge.c
-    Copyright (C) 2001-2012 Guus Sliepen <guus@tinc-vpn.org>,
+    Copyright (C) 2001-2012 Guus Sliepen <guus@meshlink.io>,
                   2001-2005 Ivo Timmermans
 
     This program is free software; you can redistribute it and/or modify
index a8b642033d7185ab35113cc71a24420877201117..e4a7ff85ebc93f9539e0f11ca2d98bbe7aac6dd0 100644 (file)
@@ -1,7 +1,7 @@
 /*
     ethernet.h -- missing Ethernet related definitions
     Copyright (C) 2005 Ivo Timmermans
-                  2006 Guus Sliepen <guus@tinc-vpn.org>
+                  2006 Guus Sliepen <guus@meshlink.io>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
index 5a1e4f5b7dbf49ba45ea8a2aba63985c44cc3afd..58dfa1a3fb437fc93966b5e11fa1914f7d7816e2 100644 (file)
@@ -1,6 +1,6 @@
 /*
     event.c -- I/O, timeout and signal event handling
-    Copyright (C) 2012-2013 Guus Sliepen <guus@tinc-vpn.org>
+    Copyright (C) 2012-2013 Guus Sliepen <guus@meshlink.io>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
index c6522c0ea006d5ed35d5d5c06e615258889373e7..7201b9a31d1fb6ecc5629d2cfb3a36e4ecd0059f 100644 (file)
@@ -1,6 +1,6 @@
 /*
     event.h -- I/O, timeout and signal event handling
-    Copyright (C) 2012-2013 Guus Sliepen <guus@tinc-vpn.org>
+    Copyright (C) 2012-2013 Guus Sliepen <guus@meshlink.io>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
index f8c906b017bb6b04e00dd7953614551d8eb001e0..fbb90bc1f3535cdd80efd9394ddddcd6d7e6515c 100644 (file)
@@ -1,6 +1,6 @@
 /*
     graph.c -- graph algorithms
-    Copyright (C) 2001-2013 Guus Sliepen <guus@tinc-vpn.org>,
+    Copyright (C) 2001-2013 Guus Sliepen <guus@meshlink.io>,
                   2001-2005 Ivo Timmermans
 
     This program is free software; you can redistribute it and/or modify
index 00912b96bbf83dc07d1df3863b52c2cde56b762e..16cae13402daa3f6c796d712bdde888405d859a4 100644 (file)
@@ -1,6 +1,6 @@
 /*
     graph.h -- header for graph.c
-    Copyright (C) 2001-2012 Guus Sliepen <guus@tinc-vpn.org>,
+    Copyright (C) 2001-2012 Guus Sliepen <guus@meshlink.io>,
                   2001-2005 Ivo Timmermans
 
     This program is free software; you can redistribute it and/or modify
index 8fb9ca69fd7f5e20b403a74052f733681b605c05..c2f0903162709a8ab0efea9b9966f2b86efa4a07 100644 (file)
@@ -1,6 +1,6 @@
 /*
     hash.c -- hash table management
-    Copyright (C) 2012-2013 Guus Sliepen <guus@tinc-vpn.org>
+    Copyright (C) 2012-2013 Guus Sliepen <guus@meshlink.io>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
index 83ed6afff9e3b714991af3c63176984ca3403ef8..eb36ddabfd26bd2b59236b3b0c7173eeebf9ed90 100644 (file)
@@ -1,6 +1,6 @@
 /*
     hash.h -- header file for hash.c
-    Copyright (C) 2012 Guus Sliepen <guus@tinc-vpn.org>
+    Copyright (C) 2012 Guus Sliepen <guus@meshlink.io>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
index 4d9a97bd630ba1b9bc93954dee31b791920088cc..1a6cc54ba749ceae41603b269d0f8075f01498b9 100644 (file)
@@ -1,7 +1,7 @@
 /*
     have.h -- include headers which are known to exist
     Copyright (C) 1998-2005 Ivo Timmermans
-                  2003-2013 Guus Sliepen <guus@tinc-vpn.org>
+                  2003-2013 Guus Sliepen <guus@meshlink.io>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
index b6486c84a158f50ed254259fe99994e8fee7ca71..04578a252fa7cb0fd3e82b693a3bc1e6bdd599eb 100644 (file)
@@ -1,6 +1,6 @@
 /*
     invitation.c -- Create and accept invitations
-    Copyright (C) 2013-2014 Guus Sliepen <guus@tinc-vpn.org>
+    Copyright (C) 2013-2014 Guus Sliepen <guus@meshlink.io>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
index 3d017e92ef32ce50d02a509eec53a7aa242c8ef1..7202c56d639a4e69a0694e960112c694d7213851 100644 (file)
@@ -1,6 +1,6 @@
 /*
     invitation.h -- header for invitation.c.
-    Copyright (C) 2013 Guus Sliepen <guus@tinc-vpn.org>
+    Copyright (C) 2013 Guus Sliepen <guus@meshlink.io>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
index 6cb969bd0136858035a465c69646aeb496ee4466..c3feb29af01e6d57774bf07dc2e5e47f96a653e2 100644 (file)
@@ -1,7 +1,7 @@
 /*
     ipv4.h -- missing IPv4 related definitions
     Copyright (C) 2005 Ivo Timmermans
-                  2006-2012 Guus Sliepen <guus@tinc-vpn.org>
+                  2006-2012 Guus Sliepen <guus@meshlink.io>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
index 37d999a13d8ae7526397069b1ce046611a72ddb7..883590bf16b8ccac10c5adc6f8b7a557a07be391 100644 (file)
@@ -1,7 +1,7 @@
 /*
     ipv6.h -- missing IPv6 related definitions
     Copyright (C) 2005 Ivo Timmermans
-                  2006-2012 Guus Sliepen <guus@tinc-vpn.org>
+                  2006-2012 Guus Sliepen <guus@meshlink.io>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
index e88b20c46d64dd2c8ea22826869617fbf96a45e4..76dae6bff008d49ccce96d28c2b111c683a7f573 100644 (file)
@@ -1,6 +1,6 @@
 /*
     libmeshlink.h -- Tincd Library
-    Copyright (C) 2014 Guus Sliepen <guus@tinc-vpn.org> Saverio Proto <zioproto@gmail.com>
+    Copyright (C) 2014 Guus Sliepen <guus@meshlink.io> Saverio Proto <zioproto@gmail.com>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
index 4c7c4a95a5d81afd4957e92b64a0d62b400b29d6..7cbd6374e303fd76b44721ced426ccb17a593a8e 100644 (file)
@@ -1,6 +1,6 @@
 /*
     libmeshlink.h -- Tincd Library
-    Copyright (C) 2014 Guus Sliepen <guus@tinc-vpn.org> Saverio Proto <zioproto@gmail.com>
+    Copyright (C) 2014 Guus Sliepen <guus@meshlink.io> Saverio Proto <zioproto@gmail.com>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
index 0bbc5d42aeb23563f947cfe10c4c3d5654556ff9..bfac7455322b4d9b000c1fa718021f3271f5a4fa 100644 (file)
@@ -1,7 +1,7 @@
 /*
     list.c -- functions to deal with double linked lists
     Copyright (C) 2000-2005 Ivo Timmermans
-                  2000-2013 Guus Sliepen <guus@tinc-vpn.org>
+                  2000-2013 Guus Sliepen <guus@meshlink.io>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
index 0437bd9297ebe86c54e16767a442091db497b76f..9d1c81b8bbf16f37d2fc91c8ad9aeea507028816 100644 (file)
@@ -1,7 +1,7 @@
 /*
     list.h -- header file for list.c
     Copyright (C) 2000-2005 Ivo Timmermans
-                  2000-2012 Guus Sliepen <guus@tinc-vpn.org>
+                  2000-2012 Guus Sliepen <guus@meshlink.io>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
index bceccbc62f9cfbfe1a2a507115485d6ab666588f..bac5afac9f3faa363441108c1af5c5fb6cfe0128 100644 (file)
@@ -1,6 +1,6 @@
 /*
     logger.c -- logging code
-    Copyright (C) 2004-2013 Guus Sliepen <guus@tinc-vpn.org>
+    Copyright (C) 2004-2013 Guus Sliepen <guus@meshlink.io>
                   2004-2005 Ivo Timmermans
 
     This program is free software; you can redistribute it and/or modify
index f417b78304efb7d58041294cfae3a6ec42c9f071..8f2d9cd928540f95d9adbf7efdf5a45be62f5328 100644 (file)
@@ -1,7 +1,7 @@
 /*
     logger.h -- header file for logger.c
     Copyright (C) 1998-2005 Ivo Timmermans
-                  2000-2012 Guus Sliepen <guus@tinc-vpn.org>
+                  2000-2012 Guus Sliepen <guus@meshlink.io>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
index 887da4a85ae9532d7e89ce9848f93f5356a49a36..f68e077a8706ac5be2544d43f991eb8f564834ae 100644 (file)
@@ -1,6 +1,6 @@
 /*
     meta.c -- handle the meta communication
-    Copyright (C) 2000-2013 Guus Sliepen <guus@tinc-vpn.org>,
+    Copyright (C) 2000-2013 Guus Sliepen <guus@meshlink.io>,
                   2000-2005 Ivo Timmermans
                   2006      Scott Lamb <slamb@slamb.org>
 
index 2a7122838bde4794e99671481e8201ec712f8503..2f033de8abea1f2809f0399858a302d26a06c161 100644 (file)
@@ -1,6 +1,6 @@
 /*
     meta.h -- header for meta.c
-    Copyright (C) 2000-2012 Guus Sliepen <guus@tinc-vpn.org>,
+    Copyright (C) 2000-2012 Guus Sliepen <guus@meshlink.io>,
                   2000-2005 Ivo Timmermans
 
     This program is free software; you can redistribute it and/or modify
index 23dfc6a6c7e2179dd58f8833b47782781289f5ed..adec200393001353c60340d9f2fe1c79ada28935 100644 (file)
--- a/src/net.c
+++ b/src/net.c
@@ -1,7 +1,7 @@
 /*
     net.c -- most of the network code
     Copyright (C) 1998-2005 Ivo Timmermans,
-                  2000-2013 Guus Sliepen <guus@tinc-vpn.org>
+                  2000-2013 Guus Sliepen <guus@meshlink.io>
                   2006      Scott Lamb <slamb@slamb.org>
                   2011      Loïc Grenié <loic.grenie@gmail.com>
 
index f534efdda46efc3f1acf7e89c59959ade976669d..7bea4a6b59e75ad275659eaf713fcfa5c9eda372 100644 (file)
--- a/src/net.h
+++ b/src/net.h
@@ -1,7 +1,7 @@
 /*
     net.h -- header for net.c
     Copyright (C) 1998-2005 Ivo Timmermans
-                  2000-2014 Guus Sliepen <guus@tinc-vpn.org>
+                  2000-2014 Guus Sliepen <guus@meshlink.io>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
index 30ad3e504c3cf56c68650d9897c2c4551230db28..df67efaf3945eaf21c2811e674cde50f5677352b 100644 (file)
@@ -1,7 +1,7 @@
 /*
     net_packet.c -- Handles in- and outgoing VPN packets
     Copyright (C) 1998-2005 Ivo Timmermans,
-                  2000-2013 Guus Sliepen <guus@tinc-vpn.org>
+                  2000-2013 Guus Sliepen <guus@meshlink.io>
                   2010      Timothy Redaelli <timothy@redaelli.eu>
                   2010      Brandon Black <blblack@gmail.com>
 
index 35b301d828f9eb672defd4461eb30bc5f8b385f4..b55d4c17ef38773643606a60a6794d0be812aec4 100644 (file)
@@ -1,7 +1,7 @@
 /*
     net_setup.c -- Setup.
     Copyright (C) 1998-2005 Ivo Timmermans,
-                  2000-2014 Guus Sliepen <guus@tinc-vpn.org>
+                  2000-2014 Guus Sliepen <guus@meshlink.io>
                   2006      Scott Lamb <slamb@slamb.org>
                   2010      Brandon Black <blblack@gmail.com>
 
index b8ed76d83a5a4e6a3928bed85c7f63e767265898..6a769a3aeb883ad2d7de07be40e2d29a9141034b 100644 (file)
@@ -1,7 +1,7 @@
 /*
     net_socket.c -- Handle various kinds of sockets.
     Copyright (C) 1998-2005 Ivo Timmermans,
-                  2000-2014 Guus Sliepen <guus@tinc-vpn.org>
+                  2000-2014 Guus Sliepen <guus@meshlink.io>
                   2006      Scott Lamb <slamb@slamb.org>
                   2009      Florian Forster <octo@verplant.org>
 
index 989a152643db59ea7e7e2350bca35e483c838b5b..7a27618b08600174d9b8019f8bfd8227c7ebfa47 100644 (file)
@@ -1,7 +1,7 @@
 /*
     netutl.c -- some supporting network utility code
     Copyright (C) 1998-2005 Ivo Timmermans
-                  2000-2013 Guus Sliepen <guus@tinc-vpn.org>
+                  2000-2013 Guus Sliepen <guus@meshlink.io>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
index 471cae7ff36da6adefcbb56cbefbd527a6f050c9..577e60a1e49429d774fcc77a2339043748889850 100644 (file)
@@ -1,7 +1,7 @@
 /*
     netutl.h -- header file for netutl.c
     Copyright (C) 1998-2005 Ivo Timmermans
-                  2000-2013 Guus Sliepen <guus@tinc-vpn.org>
+                  2000-2013 Guus Sliepen <guus@meshlink.io>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
index 28b77a418fc7e5a8260294f2990d8ac8b3a8087e..171b95fe78544753a43cf633a6a9106e8f9f8aef 100644 (file)
@@ -1,6 +1,6 @@
 /*
     node.c -- node tree management
-    Copyright (C) 2001-2013 Guus Sliepen <guus@tinc-vpn.org>,
+    Copyright (C) 2001-2013 Guus Sliepen <guus@meshlink.io>,
                   2001-2005 Ivo Timmermans
 
     This program is free software; you can redistribute it and/or modify
index fa27bfd2926ce90ad81becd1a9052cf03a2f6d2e..29efac00f85e5ccd35ce5e38c5363e7e641034d9 100644 (file)
@@ -1,6 +1,6 @@
 /*
     node.h -- header for node.c
-    Copyright (C) 2001-2013 Guus Sliepen <guus@tinc-vpn.org>,
+    Copyright (C) 2001-2013 Guus Sliepen <guus@meshlink.io>,
                   2001-2005 Ivo Timmermans
 
     This program is free software; you can redistribute it and/or modify
index 5172d82e69b81c3cd439f8d48b263e4b44345f55..3bf469aa2a2b9c2d8cfc8400500afdffdc78c01b 100644 (file)
@@ -1,6 +1,6 @@
 /*
     cipher.c -- Symmetric block cipher handling
-    Copyright (C) 2007-2013 Guus Sliepen <guus@tinc-vpn.org>
+    Copyright (C) 2007-2013 Guus Sliepen <guus@meshlink.io>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
index 6c5cbc880fded4662911115a5db45877b0f4b5fd..495aa0494addfd34133a2b43002de2bf34561f79 100644 (file)
@@ -1,6 +1,6 @@
 /*
     crypto.c -- Cryptographic miscellaneous functions and initialisation
-    Copyright (C) 2007-2013 Guus Sliepen <guus@tinc-vpn.org>
+    Copyright (C) 2007-2013 Guus Sliepen <guus@meshlink.io>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
index 0e600b9d07d31a0e83bfcecab08809442fbd467d..1797ec2b8d6f5a74911651851e5a48225a7360fd 100644 (file)
@@ -1,6 +1,6 @@
 /*
     digest.c -- Digest handling
-    Copyright (C) 2007-2013 Guus Sliepen <guus@tinc-vpn.org>
+    Copyright (C) 2007-2013 Guus Sliepen <guus@meshlink.io>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
index 0a32707eadbf9de4785299d505a41f1200a454e6..c590422b0839f78f84b3e68293a15dcafc7d3856 100644 (file)
@@ -1,6 +1,6 @@
 /*
     digest.h -- header file digest.c
-    Copyright (C) 2013 Guus Sliepen <guus@tinc-vpn.org>
+    Copyright (C) 2013 Guus Sliepen <guus@meshlink.io>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
index d997007f0c6d65634805751a934e1bfa55b1decf..71f2bd7782e197a5375fb56bfbcbc62d22e5922d 100644 (file)
@@ -1,6 +1,6 @@
 /*
     ecdh.c -- Diffie-Hellman key exchange handling
-    Copyright (C) 2011-2013 Guus Sliepen <guus@tinc-vpn.org>
+    Copyright (C) 2011-2013 Guus Sliepen <guus@meshlink.io>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
index bca89fc5623719e77d69b93a77206124be84dfcb..9f458b0c0eaa03497116360f156830ed2e89cec9 100644 (file)
@@ -1,6 +1,6 @@
 /*
     ecdsa.c -- ECDSA key handling
-    Copyright (C) 2011-2013 Guus Sliepen <guus@tinc-vpn.org>
+    Copyright (C) 2011-2013 Guus Sliepen <guus@meshlink.io>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
index 1affce05333f98e59395d84eefeabfc83e12d824..c10f6d6c658e7ec3b5b8f4e5b2c76d5ea8be0c1a 100644 (file)
@@ -1,6 +1,6 @@
 /*
     ecdsagen.c -- ECDSA key generation and export
-    Copyright (C) 2011-2013 Guus Sliepen <guus@tinc-vpn.org>
+    Copyright (C) 2011-2013 Guus Sliepen <guus@meshlink.io>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
index 4f5a52befc65a98bbaf8338aa7dda5d4fe2a3d11..066127683057edb72a78771bb2a9c92902f28553 100644 (file)
@@ -1,6 +1,6 @@
 /*
     prf.c -- Pseudo-Random Function for key material generation
-    Copyright (C) 2011-2013 Guus Sliepen <guus@tinc-vpn.org>
+    Copyright (C) 2011-2013 Guus Sliepen <guus@meshlink.io>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
index 9c1f4984ba1f4fbbddf0715643ea37a4a10fa7f4..5a773f0acdf90803806a2edb39e2ce900d2a71af 100644 (file)
@@ -1,6 +1,6 @@
 /*
     rsa.c -- RSA key handling
-    Copyright (C) 2007-2013 Guus Sliepen <guus@tinc-vpn.org>
+    Copyright (C) 2007-2013 Guus Sliepen <guus@meshlink.io>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
index 3a8c8ad2efbfba49524a567a5d93f148a2db787f..b9ba736dd451ed7e39b7aa816fa8a2773d057e85 100644 (file)
@@ -1,6 +1,6 @@
 /*
     rsagen.c -- RSA key generation and export
-    Copyright (C) 2008-2013 Guus Sliepen <guus@tinc-vpn.org>
+    Copyright (C) 2008-2013 Guus Sliepen <guus@meshlink.io>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
index ef4b99bbf8639a525ff2d221abcd7bf27710c33d..879b69c743673fa31f09aa5467e6bf04235111f3 100644 (file)
--- a/src/prf.h
+++ b/src/prf.h
@@ -1,6 +1,6 @@
 /*
     prf.h -- header file for prf.c
-    Copyright (C) 2011-2013 Guus Sliepen <guus@tinc-vpn.org>
+    Copyright (C) 2011-2013 Guus Sliepen <guus@meshlink.io>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
index 65aabd8101ababb82b1e258c95f96e5aba007d1c..634199656e4f1cd02e2e5871f07be72cd5421eff 100644 (file)
@@ -1,7 +1,7 @@
 /*
     protocol.c -- handle the meta-protocol, basic functions
     Copyright (C) 1999-2005 Ivo Timmermans,
-                  2000-2013 Guus Sliepen <guus@tinc-vpn.org>
+                  2000-2013 Guus Sliepen <guus@meshlink.io>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
index d6060650021f85fb46d32cbb178710a77c18658f..c7f1faddea32ed8769754273c9314622053af06f 100644 (file)
@@ -1,7 +1,7 @@
 /*
     protocol.h -- header for protocol.c
     Copyright (C) 1999-2005 Ivo Timmermans,
-                  2000-2013 Guus Sliepen <guus@tinc-vpn.org>
+                  2000-2013 Guus Sliepen <guus@meshlink.io>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
index 4caaf20396bc08883abcb99a1ed706d140e6a818..4f09f0af8b12db7d75ebfcc1eabedaef213a5cc7 100644 (file)
@@ -1,7 +1,7 @@
 /*
     protocol_auth.c -- handle the meta-protocol, authentication
     Copyright (C) 1999-2005 Ivo Timmermans,
-                  2000-2014 Guus Sliepen <guus@tinc-vpn.org>
+                  2000-2014 Guus Sliepen <guus@meshlink.io>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
index e285a6deaac66161a44a334436c7bfba41acf74e..ca8ec3e252d6d23cb56caef54deee920a40d8c2f 100644 (file)
@@ -1,7 +1,7 @@
 /*
     protocol_edge.c -- handle the meta-protocol, edges
     Copyright (C) 1999-2005 Ivo Timmermans,
-                  2000-2012 Guus Sliepen <guus@tinc-vpn.org>
+                  2000-2012 Guus Sliepen <guus@meshlink.io>
                   2009      Michael Tokarev <mjt@corpit.ru>
 
     This program is free software; you can redistribute it and/or modify
index e41ec42223f149782bc98c90ca5f832311632175..69569a63a9aaea7dced8297f24ce38c7ffca4e18 100644 (file)
@@ -1,7 +1,7 @@
 /*
     protocol_key.c -- handle the meta-protocol, key exchange
     Copyright (C) 1999-2005 Ivo Timmermans,
-                  2000-2013 Guus Sliepen <guus@tinc-vpn.org>
+                  2000-2013 Guus Sliepen <guus@meshlink.io>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
index 022438ec91802edecb3202a555d636deeba618ae..58b090c21664a86e550e0fc4e9d9513443505c2a 100644 (file)
@@ -1,7 +1,7 @@
 /*
     protocol_misc.c -- handle the meta-protocol, miscellaneous functions
     Copyright (C) 1999-2005 Ivo Timmermans,
-                  2000-2013 Guus Sliepen <guus@tinc-vpn.org>
+                  2000-2013 Guus Sliepen <guus@meshlink.io>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
index 5d967dc3c937dcbfd76119dd59b220ebcdd766d9..fabb90ff54f9626ee1bd196a93b8edf3516f25ea 100644 (file)
@@ -1,7 +1,7 @@
 /*
     route.c -- routing
     Copyright (C) 2000-2005 Ivo Timmermans,
-                  2000-2013 Guus Sliepen <guus@tinc-vpn.org>
+                  2000-2013 Guus Sliepen <guus@meshlink.io>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
index a0121d7d9f2562184d5e14465fa329a216496b01..1c680529942642f82a7988d8baeec4952fa56975 100644 (file)
@@ -1,7 +1,7 @@
 /*
     route.h -- header file for route.c
     Copyright (C) 2000-2005 Ivo Timmermans
-                  2000-2012 Guus Sliepen <guus@tinc-vpn.org>
+                  2000-2012 Guus Sliepen <guus@meshlink.io>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
index f4290d443377e920da06d52a1eb949747ec32dae..7fb29e582059b6b96783c5612f14038059f556c0 100644 (file)
--- a/src/rsa.h
+++ b/src/rsa.h
@@ -1,6 +1,6 @@
 /*
     rsa.h -- RSA key handling
-    Copyright (C) 2007-2013 Guus Sliepen <guus@tinc-vpn.org>
+    Copyright (C) 2007-2013 Guus Sliepen <guus@meshlink.io>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
index 58ce29f0cb20da3a18469b6168b0481ec3c73cb4..3006861490e656cae5758d19f09d93dbad33b5a9 100644 (file)
@@ -1,6 +1,6 @@
 /*
     rsagen.h -- RSA key generation and export
-    Copyright (C) 2008-2013 Guus Sliepen <guus@tinc-vpn.org>
+    Copyright (C) 2008-2013 Guus Sliepen <guus@meshlink.io>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
index bd0f06b657709c908409537b81696a1892457b6d..aed91561d577ba734e902d88e2141daf73410924 100644 (file)
@@ -1,6 +1,6 @@
 /*
     splay_tree.c -- splay tree and linked list convenience
-    Copyright (C) 2004-2013 Guus Sliepen <guus@tinc-vpn.org>
+    Copyright (C) 2004-2013 Guus Sliepen <guus@meshlink.io>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
index 584887078d95e486d7cd6c63bdd4eac498944cf3..d2aa8ed5803ff03f96590641a9789bbdcaa0c246 100644 (file)
@@ -1,6 +1,6 @@
 /*
     splay_tree.h -- header file for splay_tree.c
-    Copyright (C) 2004-2013 Guus Sliepen <guus@tinc-vpn.org>
+    Copyright (C) 2004-2013 Guus Sliepen <guus@meshlink.io>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
index 0369d2831a1190a9104e95738d878048889fb128..370883fd0715f579bd4edec4a8c76a44b374648d 100644 (file)
@@ -1,6 +1,6 @@
 /*
     sptps.c -- Simple Peer-to-Peer Security
-    Copyright (C) 2011-2013 Guus Sliepen <guus@tinc-vpn.org>,
+    Copyright (C) 2011-2013 Guus Sliepen <guus@meshlink.io>,
                   2010      Brandon L. Black <blblack@gmail.com>
 
     This program is free software; you can redistribute it and/or modify
index 3a8e65f7a7630853dc890426b1efff8693430482..3f3d0945b1d5046530955778db41c1599e464b69 100644 (file)
@@ -1,6 +1,6 @@
 /*
     sptps.h -- Simple Peer-to-Peer Security
-    Copyright (C) 2011-2013 Guus Sliepen <guus@tinc-vpn.org>,
+    Copyright (C) 2011-2013 Guus Sliepen <guus@meshlink.io>,
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
index 268e6c9bf0ce388af2cc269b635d6db1f10131fb..206ee4face8cc873abcc3450d5d1174ae1e560a9 100644 (file)
@@ -1,6 +1,6 @@
 /*
     sptps_speed.c -- SPTPS benchmark
-    Copyright (C) 2013 Guus Sliepen <guus@tinc-vpn.org>,
+    Copyright (C) 2013 Guus Sliepen <guus@meshlink.io>,
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
index 44cdeb73b64132ecbc77a503fb8b1823538f4a05..2f3facf3fd39eb12ab7b8e513344b5b98226a625 100644 (file)
@@ -1,6 +1,6 @@
 /*
     sptps_test.c -- Simple Peer-to-Peer Security test program
-    Copyright (C) 2011-2013 Guus Sliepen <guus@tinc-vpn.org>,
+    Copyright (C) 2011-2013 Guus Sliepen <guus@meshlink.io>,
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -81,7 +81,7 @@ static void usage() {
                        "  -R, --replay-window N   Set replay window to N bytes.\n"
                        "  -v, --verbose           Display debug messages.\n"
                        "\n");
-       fprintf(stderr, "Report bugs to tinc@tinc-vpn.org.\n");
+       fprintf(stderr, "Report bugs to bugs@meshlink.io.\n");
 }
 
 int main(int argc, char *argv[]) {
index 7180b87090537a82749fd2f0e74ab5b57f24bca6..58b6dc23a478ab2c64f926462fbbbafe7e0339fb 100644 (file)
@@ -1,7 +1,7 @@
 /*
     system.h -- system headers
     Copyright (C) 1998-2005 Ivo Timmermans
-                  2003-2013 Guus Sliepen <guus@tinc-vpn.org>
+                  2003-2013 Guus Sliepen <guus@meshlink.io>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
index a706f4846625caf2f3f58f789b54671d067a7946..8fe2fcc456ee1207b9a60f665e497b5d0f3d25b7 100644 (file)
@@ -1,6 +1,6 @@
 /*
     tincctl.c -- Controlling a running tincd
-    Copyright (C) 2007-2014 Guus Sliepen <guus@tinc-vpn.org>
+    Copyright (C) 2007-2014 Guus Sliepen <guus@meshlink.io>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -143,7 +143,7 @@ static void usage(bool status) {
                                "  join INVITATION            Join a VPN using an INVITIATION\n"
                                "  network [NETNAME]          List all known networks, or switch to the one named NETNAME.\n"
                                "\n");
-               printf("Report bugs to tinc@tinc-vpn.org.\n");
+               printf("Report bugs to bugs@meshlink.io.\n");
        }
 }
 
index e6368878a03c7421c0eb004c9b2a7b4bf3ed13e6..5ed45135da7463e1f5366bdece483255c5fc6aab 100644 (file)
@@ -1,6 +1,6 @@
 /*
     tincctl.h -- header for tincctl.c.
-    Copyright (C) 2011-2013 Guus Sliepen <guus@tinc-vpn.org>
+    Copyright (C) 2011-2013 Guus Sliepen <guus@meshlink.io>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
index 8c4655cde0d39455ef182a1f7ab8c6b5cf245655..1e84f5a7db005531267fdea3276695b26698c696 100644 (file)
@@ -1,7 +1,7 @@
 /*
     tincd.c -- the main file for tincd
     Copyright (C) 1998-2005 Ivo Timmermans
-                  2000-2014 Guus Sliepen <guus@tinc-vpn.org>
+                  2000-2014 Guus Sliepen <guus@meshlink.io>
                   2008      Max Rijevski <maksuf@gmail.com>
                   2009      Michael Tokarev <mjt@tls.msk.ru>
                   2010      Julien Muchembled <jm@jmuchemb.eu>
@@ -121,7 +121,7 @@ static void usage(bool status) {
 #endif
                                "      --help                    Display this help and exit.\n"
                                "      --version                 Output version information and exit.\n\n");
-               printf("Report bugs to tinc@tinc-vpn.org.\n");
+               printf("Report bugs to bugs@meshlink.io.\n");
        }
 }
 
index edaa354fdf905a08e9902be3cfd2cea9fe096aeb..e80fdd9be10f7db8031a8e2851eeec86fc432bd5 100644 (file)
@@ -1,7 +1,7 @@
 /*
     utils.c -- gathering of some stupid small functions
     Copyright (C) 1999-2005 Ivo Timmermans
-                  2000-2013 Guus Sliepen <guus@tinc-vpn.org>
+                  2000-2013 Guus Sliepen <guus@meshlink.io>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
index 85d6bf22532757777aca5ca8507c08a52d26f151..a3d3b462f97da705150288ca78351b8895867331 100644 (file)
@@ -1,7 +1,7 @@
 /*
     utils.h -- header file for utils.c
     Copyright (C) 1999-2005 Ivo Timmermans
-                  2000-2013 Guus Sliepen <guus@tinc-vpn.org>
+                  2000-2013 Guus Sliepen <guus@meshlink.io>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
index 28960fbd4e06efccb19ba01a5dfc49c32da353fd..f9cc1021a366b21c4161d80af09bae748a7bdf00 100644 (file)
@@ -1,7 +1,7 @@
 /*
    xalloc.h -- malloc and related fuctions with out of memory checking
    Copyright (C) 1990, 91, 92, 93, 94, 95, 96, 97 Free Software Foundation, Inc.
-   Copyright (C) 2011-2013 Guus Sliepen <guus@tinc-vpn.org>
+   Copyright (C) 2011-2013 Guus Sliepen <guus@meshlink.io>
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
index 65a9075cd77ba744a66a6c3e68bcfaa637c6954e..80d4ca6e601380d50cd92f46fa65523680e714c5 100644 (file)
@@ -1,6 +1,6 @@
 /*
     pong.c -- ICMP echo reply generator
-    Copyright (C) 2013 Guus Sliepen <guus@tinc-vpn.org>
+    Copyright (C) 2013 Guus Sliepen <guus@meshlink.io>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by