projects
/
tinc
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Add basic pledge/unveil sandbox on OpenBSD
[tinc]
/
src
/
net_packet.c
2022-04-28
Kirill Isakov
Use hardening option to add only hardening flags
blob
|
commitdiff
|
raw
2022-04-12
Kirill Isakov
Refactor crypto RNG; add getrandom() support
blob
|
commitdiff
|
raw
|
diff to current
2022-04-10
Kirill Isakov
Correct close() function when building with MSVC
blob
|
commitdiff
|
raw
|
diff to current
2022-04-01
Guus Sliepen
Prevent underflow when sending UDP probes.
blob
|
commitdiff
|
raw
|
diff to current
2022-03-28
Kirill Isakov
Add support for building tinc with MSVC
blob
|
commitdiff
|
raw
|
diff to current
2022-03-23
Kirill Isakov
Add support for meson build system
blob
|
commitdiff
|
raw
|
diff to current
2022-01-24
Guus Sliepen
Enable and fix many extra warnings supported by GCC...
blob
|
commitdiff
|
raw
|
diff to current
2022-01-16
Guus Sliepen
Fix potential crash during failing PMTU discovery.
blob
|
commitdiff
|
raw
|
diff to current
2021-08-23
Guus Sliepen
Use xoshiro256** to generate pseudo-random numbers.
blob
|
commitdiff
|
raw
|
diff to current
2021-08-18
Kirill Isakov
Move repeating MIN/MAX macros into dropin.h.
blob
|
commitdiff
|
raw
|
diff to current
2021-08-18
Kirill Isakov
Rename base64 funcs to show they're not RFC-compliant.
blob
|
commitdiff
|
raw
|
diff to current
2021-08-11
Kirill Isakov
Use splay trees inside node_t directly.
blob
|
commitdiff
|
raw
|
diff to current
2021-08-11
Kirill Isakov
Replace pointers to global splay trees with structs.
blob
|
commitdiff
|
raw
|
diff to current
2021-08-10
Fufu Fang
Reduce pointer indirection for global list_t variables
blob
|
commitdiff
|
raw
|
diff to current
2021-08-02
Kirill Isakov
Assign more suitable types and fix narrowing conversion...
blob
|
commitdiff
|
raw
|
diff to current
2021-07-29
Kirill Isakov
Remove unused '#include's.
blob
|
commitdiff
|
raw
|
diff to current
2021-07-20
Kirill Isakov
LZ4: try system library first, fallback to builtin
blob
|
commitdiff
|
raw
|
diff to current
2021-07-20
Darik Horn
Add LZ4 compression support
blob
|
commitdiff
|
raw
|
diff to current
2021-06-30
Mathew Heard
Fail early in send_udp_probe_packet().
blob
|
commitdiff
|
raw
|
diff to current
2021-06-30
Mathew Heard
Check interval bounds for UDP probe size.
blob
|
commitdiff
|
raw
|
diff to current
2021-06-30
Mathew Heard
Ensure send_udp_probe_packet len is valid for the buffe...
blob
|
commitdiff
|
raw
|
diff to current
2021-06-30
Mathew Heard
perform cheap checks first
blob
|
commitdiff
|
raw
|
diff to current
2021-06-27
Guus Sliepen
Update copyright notices.
blob
|
commitdiff
|
raw
|
diff to current
2021-06-27
Guus Sliepen
Don't try to forward packets to a node we don't have...
blob
|
commitdiff
|
raw
|
diff to current
2018-12-18
Guus Sliepen
Prevent large amounts of UDP probes being sent consecut...
blob
|
commitdiff
|
raw
|
diff to current
2018-10-21
Guus Sliepen
Fix warnings when compiling for Windows.
blob
|
commitdiff
|
raw
|
diff to current
2018-10-18
Guus Sliepen
Fix building with --disable-legacy-protocol.
blob
|
commitdiff
|
raw
|
diff to current
2018-10-06
Guus Sliepen
Fix all warnings when compiling with -Wall -W -pedantic.
blob
|
commitdiff
|
raw
|
diff to current
2018-09-09
Guus Sliepen
Prevent oracle attacks in the legacy protocol (CVE...
blob
|
commitdiff
|
raw
|
diff to current
2018-06-23
Guus Sliepen
Remove address cache debug messages printed to stderr.
blob
|
commitdiff
|
raw
|
diff to current
2018-06-23
Guus Sliepen
Avoid treating compressed MTU probes as having a negati...
blob
|
commitdiff
|
raw
|
diff to current
2018-06-13
Guus Sliepen
Merge remote-tracking branch 'volth/release-1.1pre16...
blob
|
commitdiff
|
raw
|
diff to current
2018-06-13
volth
minor
blob
|
commitdiff
|
raw
|
diff to current
2018-06-13
volth
keep track of round trip times of UDP pings
blob
|
commitdiff
|
raw
|
diff to current
2018-04-02
Guus Sliepen
Reformat all code using astyle.
blob
|
commitdiff
|
raw
|
diff to current
2018-02-18
Guus Sliepen
Reduce memory allocations due to zlib's uncompress().
blob
|
commitdiff
|
raw
|
diff to current
2018-02-17
Guus Sliepen
Reformat all code using astyle.
blob
|
commitdiff
|
raw
|
diff to current
2018-01-07
Etienne Dechamps
Fix "use of GNU empty initializer extension" warning.
blob
|
commitdiff
|
raw
|
diff to current
2018-01-07
Etienne Dechamps
Fix "void function should not return void expression...
blob
|
commitdiff
|
raw
|
diff to current
2018-01-06
Guus Sliepen
Add a cache of recently seen addresses.
blob
|
commitdiff
|
raw
|
diff to current
2018-01-06
Guus Sliepen
Fix all spelling errors found by codespell.
blob
|
commitdiff
|
raw
|
diff to current
2017-12-16
Guus Sliepen
Assume all IPPROTO_* macros exist.
blob
|
commitdiff
|
raw
|
diff to current
2017-10-25
Todd C. Miller
Replace remaining sizeof foo with sizeof(foo).
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-09-02
Guus Sliepen
Ensure packet priority is cleared when sending PMTU...
blob
|
commitdiff
|
raw
|
diff to current
2017-07-27
Guus Sliepen
Forward-port tinc 1.0's handling of device errors.
blob
|
commitdiff
|
raw
|
diff to current
2016-07-26
Guus Sliepen
Log warnings about dropped packets only with debug...
blob
|
commitdiff
|
raw
|
diff to current
2016-06-23
Guus Sliepen
Fix warnings from the Clang static analyzer.
blob
|
commitdiff
|
raw
|
diff to current
2016-05-12
thorkill
Send PKT_PROBE only when handshake has been done already.
blob
|
commitdiff
|
raw
|
diff to current
2016-04-23
Guus Sliepen
Fix a compiler warning on Windows.
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-15
Guus Sliepen
Fix some compiler warnings from MinGW.
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-12-10
Guus Sliepen
Use static buffers for recvmmsg(), initialize them...
blob
|
commitdiff
|
raw
|
diff to current
2015-12-10
Guus Sliepen
Add support for recvmmsg().
blob
|
commitdiff
|
raw
|
diff to current
2015-11-07
Etienne Dechamps
Make sure the packet source MAC address is always set.
blob
|
commitdiff
|
raw
|
diff to current
2015-05-31
Guus Sliepen
Fix missing return value caused by the previous commit.
blob
|
commitdiff
|
raw
|
diff to current
2015-05-31
Etienne Dechamps
Don't try to relay packets to unreachable nodes.
blob
|
commitdiff
|
raw
|
diff to current
2015-05-23
Etienne Dechamps
Fix crashes when trying unreachable nodes.
blob
|
commitdiff
|
raw
|
diff to current
2015-05-18
Etienne Dechamps
Fix direct UDP communciation with pre-relaying 1.1...
blob
|
commitdiff
|
raw
|
diff to current
2015-05-18
Etienne Dechamps
Don't parse node IDs if the sending node doesn't suppor...
blob
|
commitdiff
|
raw
|
diff to current
2015-05-18
Etienne Dechamps
Fix SPTPS condition in try_harder().
blob
|
commitdiff
|
raw
|
diff to current
2015-05-17
Guus Sliepen
Merge remote-tracking branches 'dechamps/sptpsrestart...
blob
|
commitdiff
|
raw
|
diff to current
2015-05-17
Etienne Dechamps
Proactively restart the SPTPS tunnel if we get receive...
blob
|
commitdiff
|
raw
|
diff to current
2015-05-17
Etienne Dechamps
Prevent SPTPS key regeneration packets from entering...
blob
|
commitdiff
|
raw
|
diff to current
2015-05-14
Guus Sliepen
Fix receiving UDP packets from tinc 1.0.x nodes.
blob
|
commitdiff
|
raw
|
diff to current
2015-05-10
Etienne Dechamps
Introduce raw TCP SPTPS packet transport.
blob
|
commitdiff
|
raw
|
diff to current
2015-05-10
Etienne Dechamps
Rename REQ_SPTPS to SPTPS_PACKET.
blob
|
commitdiff
|
raw
|
diff to current
2015-05-10
Etienne Dechamps
Expose the raw SPTPS send interface from net_packet.
blob
|
commitdiff
|
raw
|
diff to current
2015-05-10
Etienne Dechamps
Use the correct originator node when relaying SPTPS...
blob
|
commitdiff
|
raw
|
diff to current
2015-05-10
Etienne Dechamps
When relaying, send probes to the destination, not...
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
Increase the ReplayWindow default from 16 to 32.
blob
|
commitdiff
|
raw
|
diff to current
2015-03-14
Etienne Dechamps
Don't send UDP probes past static relays.
blob
|
commitdiff
|
raw
|
diff to current
2015-03-14
Etienne Dechamps
Add MTU_INFO protocol message.
blob
|
commitdiff
|
raw
|
diff to current
2015-03-14
Etienne Dechamps
Add UDP_INFO protocol message.
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-03-14
Guus Sliepen
Merge remote-tracking branch 'dechamps/sptpsabort'...
blob
|
commitdiff
|
raw
|
diff to current
2015-03-08
Etienne Dechamps
Fix UDP/MTU discovery in intermediate SPTPS UDP relays.
blob
|
commitdiff
|
raw
|
diff to current
2015-03-08
Etienne Dechamps
Fix dynamic UDP SPTPS relaying.
blob
|
commitdiff
|
raw
|
diff to current
2015-02-17
xentec
Fix compile errors introduced in cfe9285adf391ab66faeb5...
blob
|
commitdiff
|
raw
|
diff to current
2015-01-12
Guus Sliepen
Improve packet source detection.
blob
|
commitdiff
|
raw
|
diff to current
2015-01-11
Guus Sliepen
Send gratuitous type 2 probe replies.
blob
|
commitdiff
|
raw
|
diff to current
2015-01-11
Guus Sliepen
Send the size of the largest recently received packets...
blob
|
commitdiff
|
raw
|
diff to current
2015-01-11
Guus Sliepen
Move UDP probe reply code into its own function.
blob
|
commitdiff
|
raw
|
diff to current
2015-01-11
Guus Sliepen
Keep track of the largest UDP packet size received...
blob
|
commitdiff
|
raw
|
diff to current
2015-01-11
Guus Sliepen
Move detection of PMTU decrease to try_mtu().
blob
|
commitdiff
|
raw
|
diff to current
2015-01-11
Guus Sliepen
Send MTU probes only once every PingInterval.
blob
|
commitdiff
|
raw
|
diff to current
2015-01-11
Guus Sliepen
Remove RTT and packet loss estimation code.
blob
|
commitdiff
|
raw
|
diff to current
2015-01-11
Guus Sliepen
Only send small packets during UDP probes.
blob
|
commitdiff
|
raw
|
diff to current
2015-01-11
Guus Sliepen
Always keep UDP mappings alive for nodes that also...
blob
|
commitdiff
|
raw
|
diff to current
2015-01-10
Guus Sliepen
Don't send probe replies if we don't have the other...
blob
|
commitdiff
|
raw
|
diff to current
2015-01-10
Guus Sliepen
Proactively send our own key when we request another...
blob
|
commitdiff
|
raw
|
diff to current
next