projects
/
tinc
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅
next
Remove obsolete lib/ directory.
[tinc]
/
src
/
2009-09-24
Guus Sliepen
K&R style braces.
tree
|
commitdiff
2009-09-24
Guus Sliepen
Update the address of the Free Software Foundation...
tree
|
commitdiff
2009-09-24
Guus Sliepen
Remove Ivo's old email addresses.
tree
|
commitdiff
2009-09-24
Guus Sliepen
Remove all occurences of $Id$.
tree
|
commitdiff
2009-09-24
Guus Sliepen
Update copyright information.
tree
|
commitdiff
2009-09-16
Guus Sliepen
Replace asprintf()s not covered by the merge to xasprin...
tree
|
commitdiff
2009-09-16
Guus Sliepen
Use correct format specifiers.
tree
|
commitdiff
2009-09-16
Guus Sliepen
Add missing #include.
tree
|
commitdiff
2009-09-16
Guus Sliepen
Merge branch 'master' into 1.1
tree
|
commitdiff
2009-09-15
Guus Sliepen
Send large packets we cannot handle properly via TCP.
tree
|
commitdiff
2009-09-15
Guus Sliepen
Raise default RSA key length to 2048 bits.
tree
|
commitdiff
2009-09-15
Guus Sliepen
Use a mutex to allow the TAP reader to process packets...
tree
|
commitdiff
2009-09-15
Guus Sliepen
Raise default crypto algorithms to AES256 and SHA256.
tree
|
commitdiff
2009-09-14
Guus Sliepen
Use access() instead of stat() for checking whether...
tree
|
commitdiff
2009-09-14
Guus Sliepen
Also do not use drand48(), it is not available on Windows.
tree
|
commitdiff
2009-09-14
Guus Sliepen
Use only rand(), not random().
tree
|
commitdiff
2009-09-13
Guus Sliepen
Apparently it's impolite to ask GCC to subtract two...
tree
|
commitdiff
2009-09-13
Guus Sliepen
Remove superfluous call to avl_delete().
tree
|
commitdiff
2009-09-12
Guus Sliepen
Handle unicast packets larger than PMTU in switch mode.
tree
|
commitdiff
2009-09-12
Guus Sliepen
Allow PMTUDiscovery in switch and hub modes again.
tree
|
commitdiff
2009-09-12
Guus Sliepen
Put Subnet weight in a separate environment variable.
tree
|
commitdiff
2009-09-10
Guus Sliepen
Don't stat() on iPhone/iPod.
tree
|
commitdiff
2009-09-10
Guus Sliepen
Add support for iPhones and recent iPods.
tree
|
commitdiff
2009-09-09
Guus Sliepen
Another safe bitfield conversion.
tree
|
commitdiff
2009-09-09
Guus Sliepen
Convert bitfields to integers in a safe way.
tree
|
commitdiff
2009-09-08
Guus Sliepen
Ensure tinc compiles with gcc -std=c99.
tree
|
commitdiff
2009-09-08
Guus Sliepen
UNIX signal numbers start at 1.
tree
|
commitdiff
2009-09-08
Guus Sliepen
Replace asprintf() by xasprintf().
tree
|
commitdiff
2009-09-08
Michael Tokarev
Remove extra semicolon in my definition of setpriority()
tree
|
commitdiff
2009-09-08
Guus Sliepen
Always remove a node from the UDP tree before freeing it.
tree
|
commitdiff
2009-06-11
Guus Sliepen
Change level of some debug messages, zero pointer after...
tree
|
commitdiff
2009-06-11
Guus Sliepen
Do not log errors when recvfrom() returns EAGAIN or...
tree
|
commitdiff
2009-06-11
Guus Sliepen
Remove pending MTU probe events when a node's reachabil...
tree
|
commitdiff
2009-06-11
Guus Sliepen
Don't try to send MTU probes to unreachable nodes.
tree
|
commitdiff
2009-06-06
Guus Sliepen
Fix pointer arithmetic when creating and verifying...
tree
|
commitdiff
2009-06-06
Guus Sliepen
Handle truncated message authentication codes.
tree
|
commitdiff
2009-06-05
Guus Sliepen
Merge branch 'master' into 1.1
tree
|
commitdiff
2009-06-05
Guus Sliepen
Properly set HMAC length for incoming packets.
tree
|
commitdiff
2009-06-05
Michael Tokarev
try outgoing connections before chroot/drop_privs
tree
|
commitdiff
2009-06-05
Michael Tokarev
cleanup setpriority thing to make it readable
tree
|
commitdiff
2009-05-28
Guus Sliepen
Add ProcessPriority option.
tree
|
commitdiff
2009-05-27
Florian Forster
src/net_socket.c: Bind outgoing TCP sockets to `BindToA...
tree
|
commitdiff
2009-05-27
Florian Forster
src/linux/device.c: Fix segfault when running without...
tree
|
commitdiff
2009-05-25
Michael Tokarev
tunnelserver: log which ADD_SUBNET was refused
tree
|
commitdiff
2009-05-25
Guus Sliepen
Do not forward broadcast packets when TunnelServer...
tree
|
commitdiff
2009-05-25
Guus Sliepen
Use packet size before decompression to calculate path...
tree
|
commitdiff
2009-05-25
Guus Sliepen
Add declaration for sockaddrcmp_noport().
tree
|
commitdiff
2009-05-24
Michael Tokarev
Fix ans_key exchange in recent changes
tree
|
commitdiff
2009-05-24
Guus Sliepen
Use xrealloc instead of if(ptr) ptr = xmalloc().
tree
|
commitdiff
2009-05-24
Guus Sliepen
Fix initialisation of packet decryption context broken...
tree
|
commitdiff
2009-05-24
Michael Tokarev
don't log every strange packet coming to the UDP port
tree
|
commitdiff
2009-05-24
Guus Sliepen
If PMTUDiscovery is not set, do not forward packets...
tree
|
commitdiff
2009-05-21
Michael Tokarev
ignore indirect edge registrations in tunnelserver...
tree
|
commitdiff
2009-05-20
Michael Tokarev
TunnelServer: Don't disconnect client on DEL_SUBNET too
tree
|
commitdiff
2009-05-18
Michael Tokarev
format 'not supported on this platform' error message
tree
|
commitdiff
2009-05-18
Michael Tokarev
change error messages in droppriv code to match the...
tree
|
commitdiff
2009-05-18
Michael Tokarev
bugfix: chdir(/) after chroot
tree
|
commitdiff
2009-05-18
Michael Tokarev
bugfix: move mlock to after detach() so it works for...
tree
|
commitdiff
2009-05-18
Michael Tokarev
Implement privilege dropping
tree
|
commitdiff
2009-05-18
Michael Tokarev
Rename setup_network_connections() and split out try_ou...
tree
|
commitdiff
2009-04-02
Guus Sliepen
Handle UDP packets from different and ports than advert...
tree
|
commitdiff
2009-03-09
Guus Sliepen
Merge branch 'master' into 1.1
tree
|
commitdiff
2009-03-09
Guus Sliepen
Use a simple Random Early Drop algorithm in send_tcppac...
tree
|
commitdiff
2009-03-09
Guus Sliepen
Disable PMTUDiscovery in switch and hub modes.
tree
|
commitdiff
2009-03-05
Guus Sliepen
Update THANKS and copyright information.
tree
|
commitdiff
2009-03-05
Guus Sliepen
Allow weight to be assigned to Subnets.
tree
|
commitdiff
2009-03-04
Michael Tokarev
Enable PMTUDiscovery only if BOTH sides wants it.
tree
|
commitdiff
2009-02-17
Guus Sliepen
Handle neighbor solicitation requests without link...
tree
|
commitdiff
2009-02-09
Michael Tokarev
Allow tunnelserver to work with clients that have other...
tree
|
commitdiff
2009-02-03
Guus Sliepen
Disable old RSA keys when generating new ones.
tree
|
commitdiff
2009-01-20
Guus Sliepen
Validate Name before using it in a filename when genera...
tree
|
commitdiff
2009-01-20
Guus Sliepen
Allow reading config files with CRLF endings on Unix...
tree
|
commitdiff
2009-01-20
Guus Sliepen
Remove unused definitions from net.h.
tree
|
commitdiff
2009-01-20
Guus Sliepen
Use a global list to track outgoing connections.
tree
|
commitdiff
2009-01-19
Guus Sliepen
Add missing cleanup functions in close_network_connecti...
tree
|
commitdiff
2009-01-19
Guus Sliepen
Change flush_events() to expire_events().
tree
|
commitdiff
2009-01-09
Guus Sliepen
Move free()s at the end om main() to the proper destruc...
tree
|
commitdiff
2009-01-03
Guus Sliepen
Only send packets via UDP if UDP communication is possible.
tree
|
commitdiff
2009-01-03
Guus Sliepen
Consistently allocate device and iface variables on...
tree
|
commitdiff
2008-12-26
Guus Sliepen
Add missing parentheses in check for IPv4 multicast...
tree
|
commitdiff
2008-12-23
Guus Sliepen
Apply patch from Max Rijevski fixing a memory leak...
tree
|
commitdiff
2008-12-23
Guus Sliepen
Handle broadcast and multicast packets in router mode.
tree
|
commitdiff
2008-12-22
Guus Sliepen
Enable PMTU discovery by default.
tree
|
commitdiff
2008-12-22
Guus Sliepen
Update copyright information.
tree
|
commitdiff
2008-12-22
Guus Sliepen
Make sure IPv6 sockets are IPv6 only.
tree
|
commitdiff
2008-12-22
Guus Sliepen
Use TUNIFHEAD by default on FreeBSD to make sure IPv6...
tree
|
commitdiff
2008-12-21
Guus Sliepen
Treat virtual network device as tap if Mode = switch...
tree
|
commitdiff
2008-12-14
Guus Sliepen
Move RSA key generation into the wrappers.
tree
|
commitdiff
2008-12-11
Guus Sliepen
Make sure IPv6 sockets are IPv6 only.
tree
|
commitdiff
2008-12-11
Guus Sliepen
Use Dijkstra's algorithm. Based on patches from Max...
tree
|
commitdiff
2008-12-11
Guus Sliepen
Remove wrong checks.
tree
|
commitdiff
2008-12-11
Guus Sliepen
Remove unnecessary parentheses from sizeof, apply sizeo...
tree
|
commitdiff
2008-12-11
Guus Sliepen
Fix compiler warnings.
tree
|
commitdiff
2008-12-11
Guus Sliepen
Backport fixes from trunk since revision 1555.
tree
|
commitdiff
2008-12-11
Guus Sliepen
Use the crypto wrappers again instead of calling OpenSS...
tree
|
commitdiff
2008-12-11
Guus Sliepen
Only show meta connection related debug messages when...
tree
|
commitdiff
2008-12-11
Guus Sliepen
Look in the configured sbin directory for the tincd...
tree
|
commitdiff
2008-12-05
Guus Sliepen
Correct debug message.
tree
|
commitdiff
2008-11-18
Guus Sliepen
Prevent freeing a NULL pointer when a hostname is unres...
tree
|
commitdiff
2008-10-25
Guus Sliepen
Do not try to send REQ_KEY or ANS_KEY requests to unrea...
tree
|
commitdiff
next