projects
/
tinc
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅
next
Start of a test suite.
[tinc]
/
src
/
2012-09-04
Guus Sliepen
Remove some debug messages.
tree
|
commitdiff
2012-08-30
Guus Sliepen
Properly handle SPTPS packets with stripped Ethernet...
tree
|
commitdiff
2012-08-30
Guus Sliepen
Fix node name check for "connect" and "disconnect"...
tree
|
commitdiff
2012-08-05
Guus Sliepen
Quit when "exit" or "quit" commands are used in tincctl...
tree
|
commitdiff
2012-08-05
Guus Sliepen
Fix segfault when using tincctl's shell without readline.
tree
|
commitdiff
2012-08-03
Guus Sliepen
Make sure the top command can be used more than once...
tree
|
commitdiff
2012-08-03
Guus Sliepen
Fork when using the "start" command in tincctl.
tree
|
commitdiff
2012-08-03
Guus Sliepen
Add readline completion for tincctl config and tincctl...
tree
|
commitdiff
2012-08-02
Guus Sliepen
Optionally compress and/or strip Ethernet header from...
tree
|
commitdiff
2012-08-02
Guus Sliepen
Have tincctl act as a shell when no command is given.
tree
|
commitdiff
2012-08-02
Guus Sliepen
Clear struct sptps before reusing it.
tree
|
commitdiff
2012-08-01
Guus Sliepen
Stricter checks for netname and node names.
tree
|
commitdiff
2012-08-01
Guus Sliepen
Add missing configuration variables.
tree
|
commitdiff
2012-08-01
Guus Sliepen
Add the ability to query configuration variables to...
tree
|
commitdiff
2012-08-01
Guus Sliepen
tincctl restart should work even if no tincd is running.
tree
|
commitdiff
2012-08-01
Guus Sliepen
Try sending SIGTERM if we cannot connect to a tincd...
tree
|
commitdiff
2012-07-31
Guus Sliepen
Use a status bit to track which nodes use SPTPS.
tree
|
commitdiff
2012-07-31
Guus Sliepen
Add Brandon Black's replay window code to SPTPS.
tree
|
commitdiff
2012-07-31
Guus Sliepen
Handle SPTPS datagrams in try_mac().
tree
|
commitdiff
2012-07-31
Guus Sliepen
Remove unused #include.
tree
|
commitdiff
2012-07-30
Guus Sliepen
Use datagram SPTPS for packet exchange between nodes.
tree
|
commitdiff
2012-07-27
Guus Sliepen
Merge branch 'master' into 1.1
tree
|
commitdiff
2012-07-22
Guus Sliepen
tincctl init now also creates a template tinc-up script.
tree
|
commitdiff
2012-07-21
Guus Sliepen
Fix exit code when installing tincd as a service on...
tree
|
commitdiff
2012-07-21
Guus Sliepen
Windows doesn't like quotes around "edit" when calling...
tree
|
commitdiff
2012-07-21
Guus Sliepen
Use backslashes on Windows.
tree
|
commitdiff
2012-07-21
Guus Sliepen
Don't try to mkdir(CONFDIR) on Windows when there is...
tree
|
commitdiff
2012-07-21
Guus Sliepen
Fix crash when no netname is specified.
tree
|
commitdiff
2012-07-21
Guus Sliepen
Fix some compiler warnings.
tree
|
commitdiff
2012-07-21
Guus Sliepen
Have tincd and tincctl use the same method of determini...
tree
|
commitdiff
2012-07-21
Guus Sliepen
Add a newline to a configuration file if it is missing.
tree
|
commitdiff
2012-07-21
Guus Sliepen
Add some checks when changing configuration.
tree
|
commitdiff
2012-07-21
Guus Sliepen
Call event_init() after detaching.
tree
|
commitdiff
2012-07-21
Guus Sliepen
Fix various compiler warnings.
tree
|
commitdiff
2012-07-21
Guus Sliepen
Make sure sptps.h and info.h are in the tarball.
tree
|
commitdiff
2012-07-21
Guus Sliepen
Make sure tinc compiles on Windows.
tree
|
commitdiff
2012-07-20
Guus Sliepen
Prefer routes with lower weight as long as they do...
tree
|
commitdiff
2012-07-20
Guus Sliepen
Allow more configuration variables to be changed when...
tree
|
commitdiff
2012-07-20
Guus Sliepen
Split setup_myself() into two functions, one for reload...
tree
|
commitdiff
2012-07-20
Guus Sliepen
Never remove items from cmdline_conf.
tree
|
commitdiff
2012-07-19
Guus Sliepen
Use minor protocol version to determine whether to...
tree
|
commitdiff
2012-07-17
Guus Sliepen
Put minor protocol version in connection options so...
tree
|
commitdiff
2012-07-16
Guus Sliepen
When exporting configuration files, don't copy Name...
tree
|
commitdiff
2012-07-16
Guus Sliepen
Add an easy way to export and import host configuration...
tree
|
commitdiff
2012-07-15
Guus Sliepen
Strip default subnet weight from output.
tree
|
commitdiff
2012-07-15
Guus Sliepen
Give an error message when tincctl info cannot parse...
tree
|
commitdiff
2012-07-15
Guus Sliepen
"tincctl info" gives more human readable information...
tree
|
commitdiff
2012-07-15
Guus Sliepen
Move all functions related to subnet parsing to subnet_...
tree
|
commitdiff
2012-07-15
Guus Sliepen
Fix tincctl dump.
tree
|
commitdiff
2012-07-15
Guus Sliepen
Let tincctl ignore tincd options, so they will be passe...
tree
|
commitdiff
2012-07-15
Guus Sliepen
Fix tincctl start.
tree
|
commitdiff
2012-07-15
Guus Sliepen
Have tincctl notify a running tincd of configuration...
tree
|
commitdiff
2012-07-15
Guus Sliepen
Add an easy way to edit a configuration file.
tree
|
commitdiff
2012-07-15
Guus Sliepen
Stricter checks for node names.
tree
|
commitdiff
2012-07-15
Guus Sliepen
Allow configuration variables to be added/removed using...
tree
|
commitdiff
2012-07-15
Guus Sliepen
Put every command in its own function.
tree
|
commitdiff
2012-07-15
Guus Sliepen
"tincctl init" creates initial directory structure...
tree
|
commitdiff
2012-07-14
Guus Sliepen
Merge branch 'master' into 1.1
tree
|
commitdiff
2012-07-12
Guus Sliepen
Use /dev/tap0 by default on FreeBSD and NetBSD when...
tree
|
commitdiff
2012-06-26
Guus Sliepen
Fix crash when handling the ALRM signal.
tree
|
commitdiff
2012-06-26
Guus Sliepen
Merge branch 'master' of git://tinc-vpn.org/tinc into 1.1
tree
|
commitdiff
2012-06-25
Guus Sliepen
Fix crash when using Broadcast = direct.
tree
|
commitdiff
2012-06-25
Guus Sliepen
Fix compiler warnings.
tree
|
commitdiff
2012-06-25
Guus Sliepen
Small fixes in proxy code.
tree
|
commitdiff
2012-05-13
Guus Sliepen
Don't forget to send a newline when forwarding requests.
tree
|
commitdiff
2012-05-08
Guus Sliepen
Always pass request strings to other functions as const...
tree
|
commitdiff
2012-05-08
Sven-Haegar Koch
free_connection_partially(): also reset remote protocol...
tree
|
commitdiff
2012-05-08
Sven-Haegar Koch
Silence SPTPS log messages, reduce them from DEBUG_ALWA...
tree
|
commitdiff
2012-05-08
Sven-Haegar Koch
terminate_connection(): delete non-outgoing (aka incomi...
tree
|
commitdiff
2012-05-08
Sven-Haegar Koch
Label control connections for log output as "<control...
tree
|
commitdiff
2012-05-08
Sven-Haegar Koch
free_connection_partially(): Avoid possible use-after...
tree
|
commitdiff
2012-05-08
Sven-Haegar Koch
terminate_connection(): only kill c->node->connection...
tree
|
commitdiff
2012-05-08
Sven-Haegar Koch
terminate_connection(): Avoid use-after-free and double...
tree
|
commitdiff
2012-04-19
Guus Sliepen
Add support for proxying through an external command.
tree
|
commitdiff
2012-04-19
Guus Sliepen
Add support for SOCKS 5 proxies.
tree
|
commitdiff
2012-04-18
Guus Sliepen
Add basic support for SOCKS 4 and HTTP CONNECT proxies.
tree
|
commitdiff
2012-04-15
Guus Sliepen
Allow broadcast packets to be sent directly instead...
tree
|
commitdiff
2012-04-15
Sven-Haegar Koch
ecdh & ecdsa: avoid some possible memory leaks in error...
tree
|
commitdiff
2012-04-15
Sven-Haegar Koch
Remove confusing error message for failed reading in...
tree
|
commitdiff
2012-04-14
Sven-Haegar Koch
sptps_stop(): clear pointers after free to avoid double...
tree
|
commitdiff
2012-03-29
Guus Sliepen
Allow environment variables to be used for Name.
tree
|
commitdiff
2012-03-26
Guus Sliepen
Merge branch 'master' of git://tinc-vpn.org/tinc into 1.1
tree
|
commitdiff
2012-03-26
Guus Sliepen
Add support for systemd style socket activation.
tree
|
commitdiff
2012-03-26
Guus Sliepen
Remove newline from log message.
tree
|
commitdiff
2012-03-25
Guus Sliepen
Merge branch 'master' of git://tinc-vpn.org/tinc into 1.1
tree
|
commitdiff
2012-03-25
Guus Sliepen
Support :: in IPv6 Subnets.
tree
|
commitdiff
2012-03-25
Guus Sliepen
Releasing 1.0.18.
release-1.0.18
tree
|
commitdiff
2012-03-25
Guus Sliepen
Fix return type of vde_recv() as well.
tree
|
commitdiff
2012-03-25
Guus Sliepen
Fix some more compiler warnings.
tree
|
commitdiff
2012-03-25
Guus Sliepen
Fix return value type of vde_send().
tree
|
commitdiff
2012-03-25
Guus Sliepen
Fix compiler warnings.
tree
|
commitdiff
2012-03-25
Guus Sliepen
Allow scoped addresses to be used for IPv6 multicast...
tree
|
commitdiff
2012-03-25
Guus Sliepen
Add #ifdefs in case not all platforms support IPv4...
tree
|
commitdiff
2012-03-23
Guus Sliepen
Set default value of DecrementTTL to "no".
tree
|
commitdiff
2012-03-21
Guus Sliepen
Add support for multicast communication with UML/QEMU...
tree
|
commitdiff
2012-03-21
Guus Sliepen
Allow a port to be specified in BindToAddress statements.
tree
|
commitdiff
2012-03-20
Guus Sliepen
Always try next Address when an outgoing connection...
tree
|
commitdiff
2012-03-18
Guus Sliepen
Make sure the signature also covers the session label.
tree
|
commitdiff
2012-03-18
Guus Sliepen
Don't send an ACK message after the first key exchange...
tree
|
commitdiff
2012-03-18
Guus Sliepen
Test SPTPS messages sent while key renegotation is...
tree
|
commitdiff
next