projects
/
tinc
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Fix "use of GNU empty initializer extension" warning.
[tinc]
/
src
/
net_setup.c
2017-12-16
Guus Sliepen
Assume all IPPROTO_* macros exist.
blob
|
commitdiff
|
raw
2017-11-06
Guus Sliepen
Don't log errors when autoconnecting fails and debuglev...
blob
|
commitdiff
|
raw
|
diff to current
2017-10-23
Guus Sliepen
Disable PMTU discovery when TCPOnly is used.
blob
|
commitdiff
|
raw
|
diff to current
2017-10-07
Guus Sliepen
Reformat all code using astyle.
blob
|
commitdiff
|
raw
|
diff to current
2017-10-07
Guus Sliepen
Convert sizeof foo to sizeof(foo).
blob
|
commitdiff
|
raw
|
diff to current
2017-07-09
Guus Sliepen
Add configurable experation time for invitations.
blob
|
commitdiff
|
raw
|
diff to current
2017-03-21
Guus Sliepen
Put script environment creation/deletion in functions.
blob
|
commitdiff
|
raw
|
diff to current
2017-03-20
Guus Sliepen
Merge remote-tracking branch 'dechamps/sleep' into 1.1
blob
|
commitdiff
|
raw
|
diff to current
2017-03-01
Pacien TRAN-GIRARD
Add fd_device
blob
|
commitdiff
|
raw
|
diff to current
2016-10-30
Guus Sliepen
Use AES256 and SHA256 by default for the legacy protocol.
blob
|
commitdiff
|
raw
|
diff to current
2016-07-14
Etienne Dechamps
Fix error handling when setting up the UDP socket.
blob
|
commitdiff
|
raw
|
diff to current
2016-04-30
Guus Sliepen
AutoConnect now only chooses from nodes for which we...
blob
|
commitdiff
|
raw
|
diff to current
2016-04-17
Guus Sliepen
Don't call terminate_connection(myself->connection).
blob
|
commitdiff
|
raw
|
diff to current
2016-04-15
Guus Sliepen
Stop using SOL_TCP, SOL_IP and SOL_IPV6.
blob
|
commitdiff
|
raw
|
diff to current
2016-04-10
Guus Sliepen
Support ToS/DiffServ for IPv6 meta and UDP connections.
blob
|
commitdiff
|
raw
|
diff to current
2016-01-17
Guus Sliepen
Merge remote-tracking branch 'mweinelt/tinc-gui' into 1.1
blob
|
commitdiff
|
raw
|
diff to current
2015-11-21
Etienne Dechamps
Add UPnP support to tincd.
blob
|
commitdiff
|
raw
|
diff to current
2015-07-04
Guus Sliepen
Coalesce two if statements that check for the same...
blob
|
commitdiff
|
raw
|
diff to current
2015-07-04
thorkill
Fixed 2 leaks in setup_myself()
blob
|
commitdiff
|
raw
|
diff to current
2015-05-19
Guus Sliepen
Allocate temporary filenames on the stack.
blob
|
commitdiff
|
raw
|
diff to current
2015-04-24
Guus Sliepen
Fix a possible segmentation fault during key upgrades.
blob
|
commitdiff
|
raw
|
diff to current
2015-04-12
Guus Sliepen
Merge remote-tracking branch 'dechamps/wintapver' into 1.1
blob
|
commitdiff
|
raw
|
diff to current
2015-04-12
Guus Sliepen
Always call res_init() before getaddrinfo().
blob
|
commitdiff
|
raw
|
diff to current
2015-04-12
Guus Sliepen
Merge remote-tracking branch 'dechamps/windevice' into 1.1
blob
|
commitdiff
|
raw
|
diff to current
2015-04-12
Guus Sliepen
Merge remote-tracking branch 'dechamps/winmtu' into 1.1
blob
|
commitdiff
|
raw
|
diff to current
2015-04-12
Guus Sliepen
Merge remote-tracking branch 'dechamps/fsckwin' into 1.1
blob
|
commitdiff
|
raw
|
diff to current
2015-04-12
Guus Sliepen
Merge remote-tracking branch 'dechamps/staticfix' into 1.1
blob
|
commitdiff
|
raw
|
diff to current
2015-03-15
Etienne Dechamps
Set the default for UDPRcvBuf and UDPSndBuf to 1M.
blob
|
commitdiff
|
raw
|
diff to current
2015-03-14
Etienne Dechamps
Fix HAVE_DECL_RES_INIT conditionals.
blob
|
commitdiff
|
raw
|
diff to current
2015-03-14
Etienne Dechamps
Throttle the rate of MTU_INFO messages.
blob
|
commitdiff
|
raw
|
diff to current
2015-03-14
Etienne Dechamps
Throttle the rate of UDP_INFO messages.
blob
|
commitdiff
|
raw
|
diff to current
2015-03-14
Guus Sliepen
Merge remote-tracking branch 'seehuhn/1.1' into 1.1
blob
|
commitdiff
|
raw
|
diff to current
2015-02-16
Guus Sliepen
Suppress warnings about parsing Ed25519 keys when they...
blob
|
commitdiff
|
raw
|
diff to current
2015-02-09
Guus Sliepen
Always call res_init() before getaddrinfo().
blob
|
commitdiff
|
raw
|
diff to current
2015-01-10
Guus Sliepen
Remember whether we sent our key to another node.
blob
|
commitdiff
|
raw
|
diff to current
2015-01-03
Etienne Dechamps
Use a different UDP discovery interval if the tunnel...
blob
|
commitdiff
|
raw
|
diff to current
2015-01-01
Etienne Dechamps
Add UDP discovery mechanism.
blob
|
commitdiff
|
raw
|
diff to current
2014-12-29
Guus Sliepen
Allow tinc to be compiled without OpenSSL.
blob
|
commitdiff
|
raw
|
diff to current
2014-12-26
Guus Sliepen
Allow running tinc without RSA keys.
blob
|
commitdiff
|
raw
|
diff to current
2014-12-25
Guus Sliepen
Merge remote-tracking branch 'groxxda/gui-fixes' into 1.1
blob
|
commitdiff
|
raw
|
diff to current
2014-12-24
Guus Sliepen
Fix memory leaks found by Valgrind.
blob
|
commitdiff
|
raw
|
diff to current
2014-12-24
Guus Sliepen
Don't use myself->name in device_disable(), it's alread...
blob
|
commitdiff
|
raw
|
diff to current
2014-08-25
William A. Kenning...
utils: Refactor get_name's functionality into util...
blob
|
commitdiff
|
raw
|
diff to current
2014-07-12
Guus Sliepen
Merge branch 'keysegfault' of https://github.com/decham...
blob
|
commitdiff
|
raw
|
diff to current
2014-07-12
Etienne Dechamps
Check if devops is valid before closing the device.
blob
|
commitdiff
|
raw
|
diff to current
2014-07-08
Guus Sliepen
Fix compiler warnings.
blob
|
commitdiff
|
raw
|
diff to current
2014-07-06
Etienne Dechamps
Make sure myport is set correctly when running with...
blob
|
commitdiff
|
raw
|
diff to current
2014-06-29
Etienne Dechamps
Make IPv4 multicast space 224.0.0.0/4 broadcast by...
blob
|
commitdiff
|
raw
|
diff to current
2014-06-29
Etienne Dechamps
Make broadcast addresses configurable.
blob
|
commitdiff
|
raw
|
diff to current
2014-06-29
Etienne Dechamps
Remove broadcast-based local discovery mechanism.
blob
|
commitdiff
|
raw
|
diff to current
2014-06-26
Etienne Dechamps
Fix errno references when handling socket errors.
blob
|
commitdiff
|
raw
|
diff to current
2014-06-22
Etienne Dechamps
Make DeviceStandby control network interface link statu...
blob
|
commitdiff
|
raw
|
diff to current
2014-06-22
Etienne Dechamps
Add DeviceStandby option to only enable the device...
blob
|
commitdiff
|
raw
|
diff to current
2014-06-22
Etienne Dechamps
Cleanly remove the device FD from the event loop before...
blob
|
commitdiff
|
raw
|
diff to current
2014-05-18
Guus Sliepen
Rename ECDSA to Ed25519.
blob
|
commitdiff
|
raw
|
diff to current
2014-05-06
Guus Sliepen
Change AutoConnect from int to bool.
blob
|
commitdiff
|
raw
|
diff to current
2014-02-07
Guus Sliepen
Update copyright notices.
blob
|
commitdiff
|
raw
|
diff to current
2014-01-20
Guus Sliepen
Add the ListenAddress option.
blob
|
commitdiff
|
raw
|
diff to current
2013-12-08
Guus Sliepen
Remove erroneous warning about SPTPS being disabled.
blob
|
commitdiff
|
raw
|
diff to current
2013-12-08
Guus Sliepen
Don't print an error when no ECDSA key is known for...
blob
|
commitdiff
|
raw
|
diff to current
2013-12-08
Guus Sliepen
Allow running without ECDSA keys If ExperimentalProtoco...
blob
|
commitdiff
|
raw
|
diff to current
2013-12-05
Guus Sliepen
If no Port is specified, set myport to actual port...
blob
|
commitdiff
|
raw
|
diff to current
2013-11-28
Guus Sliepen
Allow "none" for Cipher and Digest again.
blob
|
commitdiff
|
raw
|
diff to current
2013-11-15
Guus Sliepen
Fix two warnings from Clang's static analyzer.
blob
|
commitdiff
|
raw
|
diff to current
2013-09-27
Guus Sliepen
Fix segfault when Name = $HOST but $HOST is not set.
blob
|
commitdiff
|
raw
|
diff to current
2013-08-23
Guus Sliepen
Use PATHEXT when checking for the presence of scripts...
blob
|
commitdiff
|
raw
|
diff to current
2013-08-18
Guus Sliepen
Remove broadcast of KEY_CHANGED message during tinc...
blob
|
commitdiff
|
raw
|
diff to current
2013-08-18
Guus Sliepen
Fix order of tincd's initialization.
blob
|
commitdiff
|
raw
|
diff to current
2013-08-18
Guus Sliepen
Don't force a .bat extension for scripts under Windows.
blob
|
commitdiff
|
raw
|
diff to current
2013-08-18
Guus Sliepen
Create UNIX socket at the same time as the PID file...
blob
|
commitdiff
|
raw
|
diff to current
2013-08-02
Guus Sliepen
Use umask() to set file and UNIX socket permissions...
blob
|
commitdiff
|
raw
|
diff to current
2013-07-11
Guus Sliepen
Add connection rate limiting.
blob
|
commitdiff
|
raw
|
diff to current
2013-07-05
Guus Sliepen
Set $NAME when calling host-up/down and subnet-up/down...
blob
|
commitdiff
|
raw
|
diff to current
2013-05-31
Guus Sliepen
Add the LocalDiscoveryAddress option.
blob
|
commitdiff
|
raw
|
diff to current
2013-05-31
Guus Sliepen
Use strerror() instead of gai_strerror() when err ...
blob
|
commitdiff
|
raw
|
diff to current
2013-05-29
Guus Sliepen
Add an invitation protocol.
blob
|
commitdiff
|
raw
|
diff to current
2013-05-11
Guus Sliepen
Use read_host_config() where appropriate.
blob
|
commitdiff
|
raw
|
diff to current
2013-05-11
Guus Sliepen
Fix check for presence of ECDSA public key for outgoing...
blob
|
commitdiff
|
raw
|
diff to current
2013-05-10
Guus Sliepen
Enable the SPTPS protocol by default.
blob
|
commitdiff
|
raw
|
diff to current
2013-05-01
Guus Sliepen
Use conditional compilation for cryptographic functions.
blob
|
commitdiff
|
raw
|
diff to current
2013-04-22
Guus Sliepen
Drop packets forwarded via TCP if they are too big...
blob
|
commitdiff
|
raw
|
diff to current
2013-03-08
Guus Sliepen
Avoid calling time(NULL).
blob
|
commitdiff
|
raw
|
diff to current
2013-01-20
Guus Sliepen
Releasing 1.1pre5.
release-1.1pre5
blob
|
commitdiff
|
raw
|
diff to current
2013-01-17
Guus Sliepen
Allow connections via UNIX sockets.
blob
|
commitdiff
|
raw
|
diff to current
2013-01-17
Guus Sliepen
Move make_names() and related variables to its own...
blob
|
commitdiff
|
raw
|
diff to current
2012-11-29
Guus Sliepen
Drop libevent and use our own event handling again.
blob
|
commitdiff
|
raw
|
diff to current
2012-11-10
Guus Sliepen
Using alloca() for a constant sized buffer is very...
blob
|
commitdiff
|
raw
|
diff to current
2012-10-21
Guus Sliepen
Slightly randomize all timeouts.
blob
|
commitdiff
|
raw
|
diff to current
2012-10-21
Guus Sliepen
Add the AutoConnect option.
blob
|
commitdiff
|
raw
|
diff to current
2012-10-14
Guus Sliepen
Log more messages using logger().
blob
|
commitdiff
|
raw
|
diff to current
2012-10-14
Guus Sliepen
Make sure the ReplayWindow option works for SPTPS as...
blob
|
commitdiff
|
raw
|
diff to current
2012-10-10
Guus Sliepen
Fix whitespace.
blob
|
commitdiff
|
raw
|
diff to current
2012-10-09
Guus Sliepen
Fix memory leaks found by valgrind.
blob
|
commitdiff
|
raw
|
diff to current
2012-10-07
Guus Sliepen
C99 extravaganza.
blob
|
commitdiff
|
raw
|
diff to current
2012-10-07
Guus Sliepen
Replace the connection_tree with a connection_list.
blob
|
commitdiff
|
raw
|
diff to current
2012-10-07
Guus Sliepen
Fix warnings from cppcheck.
blob
|
commitdiff
|
raw
|
diff to current
2012-10-06
Guus Sliepen
When terminating, keep control connections open until...
blob
|
commitdiff
|
raw
|
diff to current
2012-10-01
Guus Sliepen
Remove abort() call that accidentily sneaked into commi...
blob
|
commitdiff
|
raw
|
diff to current
2012-09-30
Guus Sliepen
Fix not reading Port statement from host config file.
blob
|
commitdiff
|
raw
|
diff to current
2012-09-30
Guus Sliepen
Merge branch 'master' into 1.1
blob
|
commitdiff
|
raw
|
diff to current
next