projects
/
tinc
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅
next
Update .gitignore.
[tinc]
/
src
/
2015-12-10
Guus Sliepen
Use static buffers for recvmmsg(), initialize them...
tree
|
commitdiff
2015-12-10
Guus Sliepen
Add support for recvmmsg().
tree
|
commitdiff
2015-11-26
Guus Sliepen
list_delete() already free()s the deleted element.
tree
|
commitdiff
2015-11-24
Guus Sliepen
Don't leave dead outgoing_t's in the outgoing_list.
tree
|
commitdiff
2015-11-22
Etienne Dechamps
Add upnp.h to tincd SOURCES.
tree
|
commitdiff
2015-11-22
Etienne Dechamps
Don't unset validkey when receiving SPTPS handshakes...
tree
|
commitdiff
2015-11-21
Etienne Dechamps
Try to ensure we build correctly against various libmin...
tree
|
commitdiff
2015-11-21
Etienne Dechamps
Add UPnP support to tincd.
tree
|
commitdiff
2015-11-07
Etienne Dechamps
Make sure the packet source MAC address is always set.
tree
|
commitdiff
2015-11-04
Etienne Dechamps
Revert "Cache node IDs in a hash table for faster lookups."
tree
|
commitdiff
2015-11-04
Etienne Dechamps
Use a splay tree for node UDP addresses in order to...
tree
|
commitdiff
2015-10-26
Guus Sliepen
Avoid undefined behavior.
tree
|
commitdiff
2015-09-25
Guus Sliepen
Fix a few memory leaks in the CLI found by AddressSanit...
tree
|
commitdiff
2015-09-25
Guus Sliepen
Fix struct node_status_t.
tree
|
commitdiff
2015-09-12
Nathan Stratton...
Fix invalid checksum generation.
tree
|
commitdiff
2015-07-22
Guus Sliepen
In sssp_bfs(), never try to update myself.
tree
|
commitdiff
2015-07-19
thorkill
Do not access e->to->prevedge if not defined
tree
|
commitdiff
2015-07-12
Guus Sliepen
Fix the PRF function when compiling without OpenSSL.
tree
|
commitdiff
2015-07-12
thorkill
Prevent tinc from forgeting e->local_address
tree
|
commitdiff
2015-07-12
thorkill
Make sure we do not allocate new edge when talking...
tree
|
commitdiff
2015-07-12
Guus Sliepen
Make subnet caches static.
tree
|
commitdiff
2015-07-12
thorkill
Included missing names.h
tree
|
commitdiff
2015-07-12
Guus Sliepen
Remove unused code that caused warnings about an uninit...
tree
|
commitdiff
2015-07-12
thorkill
Removed double break;
tree
|
commitdiff
2015-07-12
Guus Sliepen
Fix undefined behaviour when left-shifting signed integers.
tree
|
commitdiff
2015-07-04
Guus Sliepen
Call sockaddrfree(&e->local_address) in free_edge(...
tree
|
commitdiff
2015-07-04
Guus Sliepen
Coalesce two if statements that check for the same...
tree
|
commitdiff
2015-07-04
Jo-Philipp Wich
fix musl compatibility
tree
|
commitdiff
2015-07-04
Guus Sliepen
Don't #include OpenSSL headers when compiling without...
tree
|
commitdiff
2015-07-04
thorkill
Cleanup local_address in protocol_edge.c
tree
|
commitdiff
2015-07-04
thorkill
Cleanup edges stored in edge_weight_tree on exit
tree
|
commitdiff
2015-07-04
thorkill
Fixed 2 leaks in setup_myself()
tree
|
commitdiff
2015-07-02
Florian Klink
setup_outgoing_connection: log to LOG_DEBUG on if no...
tree
|
commitdiff
2015-07-02
Florian Klink
(read|append)_config_file: log open errors as LOG_DEBUG
tree
|
commitdiff
2015-06-20
Etienne Dechamps
Protect against callbacks removing items from the io...
tree
|
commitdiff
2015-06-10
Guus Sliepen
Fix crash is sptps_logger().
tree
|
commitdiff
2015-06-07
Guus Sliepen
Fix alignment of output of sptps_speed.
tree
|
commitdiff
2015-06-07
Guus Sliepen
Fix receiving SPTPS data in sptps_speed and sptps_test.
tree
|
commitdiff
2015-06-07
Guus Sliepen
Fix warnings about missing return value checks.
tree
|
commitdiff
2015-05-31
Guus Sliepen
Fix missing return value caused by the previous commit.
tree
|
commitdiff
2015-05-31
Etienne Dechamps
Don't try to relay packets to unreachable nodes.
tree
|
commitdiff
2015-05-24
Etienne Dechamps
Fix invalid pointer use in get_my_hostname().
tree
|
commitdiff
2015-05-24
Etienne Dechamps
Fix wrong format string type in send_sptps_tcppacket().
tree
|
commitdiff
2015-05-23
Etienne Dechamps
Don't set up an ongoing connection to myself.
tree
|
commitdiff
2015-05-23
Etienne Dechamps
Fix crashes when trying unreachable nodes.
tree
|
commitdiff
2015-05-21
Guus Sliepen
Update copyright notices.
tree
|
commitdiff
2015-05-21
Guus Sliepen
Set the CLOEXEC flag on the umbilical socket.
tree
|
commitdiff
2015-05-20
Guus Sliepen
Use socketpair() instead of pipe() for the umbilical.
tree
|
commitdiff
2015-05-20
Guus Sliepen
Don't write log messages to the umbilical pipe if we...
tree
|
commitdiff
2015-05-20
Guus Sliepen
Ensure "tinc start" knows if the daemon really started...
tree
|
commitdiff
2015-05-20
Guus Sliepen
Fix check for LOCALSTATEDIR accessibility for the CLI.
tree
|
commitdiff
2015-05-19
Guus Sliepen
Allocate temporary filenames on the stack.
tree
|
commitdiff
2015-05-19
Guus Sliepen
Allow dumping a list of outstanding invitations.
tree
|
commitdiff
2015-05-19
Guus Sliepen
Add "list" as an alias for "dump" in the CLI.
tree
|
commitdiff
2015-05-19
Guus Sliepen
Quit with an error message if ioctl(TUNSETIFF) fails.
tree
|
commitdiff
2015-05-19
Guus Sliepen
If LOCALSTATEDIR is inaccessible, store the pid and...
tree
|
commitdiff
2015-05-19
Guus Sliepen
Don't log seqno failures in sptps_verify_datagram().
tree
|
commitdiff
2015-05-19
Guus Sliepen
Add source of SPTPS errors to log messages.
tree
|
commitdiff
2015-05-19
Guus Sliepen
Add newline at end of precomp_data.h and sc.h.
tree
|
commitdiff
2015-05-19
Guus Sliepen
Fix src/Makefile.am for *BSD.
tree
|
commitdiff
2015-05-18
Etienne Dechamps
Fix direct UDP communciation with pre-relaying 1.1...
tree
|
commitdiff
2015-05-18
Etienne Dechamps
Don't parse node IDs if the sending node doesn't suppor...
tree
|
commitdiff
2015-05-18
Etienne Dechamps
Fix SPTPS condition in try_harder().
tree
|
commitdiff
2015-05-17
Etienne Dechamps
Don't pollute the system header directory namespace.
tree
|
commitdiff
2015-05-17
Etienne Dechamps
Make sure the MIN() macro is defined.
tree
|
commitdiff
2015-05-17
Guus Sliepen
Merge remote-tracking branches 'dechamps/sptpsrestart...
tree
|
commitdiff
2015-05-17
Etienne Dechamps
Don't send KEY_CHANGED messages if we don't support...
tree
|
commitdiff
2015-05-17
Etienne Dechamps
Proactively restart the SPTPS tunnel if we get receive...
tree
|
commitdiff
2015-05-17
Etienne Dechamps
Trivial: make sptps_receive_data_datagram() a little...
tree
|
commitdiff
2015-05-17
Guus Sliepen
Don't send local_address in ADD_EDGE messages if it...
tree
|
commitdiff
2015-05-17
Sven-Haegar Koch
Let sockaddr2hostname() handle AF_UNSPEC addresses.
tree
|
commitdiff
2015-05-17
Etienne Dechamps
Prevent SPTPS key regeneration packets from entering...
tree
|
commitdiff
2015-05-16
Guus Sliepen
Let sockaddr2str() handle AF_UNSPEC addresses.
tree
|
commitdiff
2015-05-15
Guus Sliepen
Try all addresses for the hostname in an invitation...
tree
|
commitdiff
2015-05-15
Guus Sliepen
Be more liberal accepting ADD_EDGE messages with confli...
tree
|
commitdiff
2015-05-15
Guus Sliepen
Use AF_UNSPEC instead of AF_UNKNOWN for unspecified...
tree
|
commitdiff
2015-05-14
Guus Sliepen
Fix receiving UDP packets from tinc 1.0.x nodes.
tree
|
commitdiff
2015-05-13
Guus Sliepen
Fix invitations.
tree
|
commitdiff
2015-05-10
Etienne Dechamps
Introduce raw TCP SPTPS packet transport.
tree
|
commitdiff
2015-05-10
Etienne Dechamps
Only read one record at a time in sptps_receive_data().
tree
|
commitdiff
2015-05-10
Etienne Dechamps
Rename REQ_SPTPS to SPTPS_PACKET.
tree
|
commitdiff
2015-05-10
Etienne Dechamps
Try to use UDP to relay SPTPS packets received over...
tree
|
commitdiff
2015-05-10
Etienne Dechamps
Expose the raw SPTPS send interface from net_packet.
tree
|
commitdiff
2015-05-10
Etienne Dechamps
Use the correct originator node when relaying SPTPS...
tree
|
commitdiff
2015-05-10
Etienne Dechamps
When relaying, send probes to the destination, not...
tree
|
commitdiff
2015-05-09
Etienne Dechamps
Add support for out-of-tree ("VPATH") builds.
tree
|
commitdiff
2015-05-08
Pierre Emeriaud
Fix typo in tincctl help.
tree
|
commitdiff
2015-05-05
Guus Sliepen
Don't include build-time generated version_git.h in...
tree
|
commitdiff
2015-05-05
Guus Sliepen
Remove "release-" from displayed git version.
tree
|
commitdiff
2015-05-04
Etienne Dechamps
Use git description as the tinc version.
tree
|
commitdiff
2015-04-24
Guus Sliepen
Fix typo 0fda572c88d02b0b200ef81d72cc4da594fa0e38 that...
tree
|
commitdiff
2015-04-24
Guus Sliepen
Don't log an error message when receiving a TERMREQ.
tree
|
commitdiff
2015-04-24
Guus Sliepen
Fix a possible segmentation fault during key upgrades.
tree
|
commitdiff
2015-04-24
Guus Sliepen
Allow one-sided upgrades to Ed25519.
tree
|
commitdiff
2015-04-12
Guus Sliepen
Merge remote-tracking branch 'dechamps/wintapver' into 1.1
tree
|
commitdiff
2015-04-12
Guus Sliepen
Always call res_init() before getaddrinfo().
tree
|
commitdiff
2015-04-12
Guus Sliepen
Merge remote-tracking branch 'dechamps/windevice' into 1.1
tree
|
commitdiff
2015-04-12
Guus Sliepen
Merge remote-tracking branch 'dechamps/winmtu' into 1.1
tree
|
commitdiff
2015-04-12
Guus Sliepen
Merge remote-tracking branch 'dechamps/fsckwin' into 1.1
tree
|
commitdiff
2015-04-12
Guus Sliepen
Merge remote-tracking branch 'dechamps/staticfix' into 1.1
tree
|
commitdiff
next