index
:
fastd
master
Fast and Secure Tunnelling Daemon
Matthias Schiffer <mschiffer@universe-factory.net>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2013-08-12
config: check (and fix) some integer limits
Matthias Schiffer
2013-08-12
lexer: enter NEEDSPACE context after an IP address
Matthias Schiffer
2013-08-11
Fix librt check
Matthias Schiffer
2013-08-11
Only link with librt when necessary
Matthias Schiffer
2013-08-11
OpenBSD fastd_tuntap_open implementation
Matthias Schiffer
2013-08-09
Merge Linux and FreeBSD fastd_tuntap_{read,write} implementations
Matthias Schiffer
2013-08-08
Check for AI_ADDRCONFIG
Matthias Schiffer
2013-08-08
Add some includes needed on OpenBSD
Matthias Schiffer
2013-08-08
aes128-gcm: don't restore buffer on verification failure
Matthias Schiffer
2013-08-07
Use multi-af tun mode on FreeBSD to make IPv6 work on tun
Matthias Schiffer
2013-08-07
Fix segfault on --generate-key
Matthias Schiffer
2013-08-07
Add FreeBSD implementation of fastd_tuntap_open()
Matthias Schiffer
2013-08-07
Unset msg_control when no ancillary data is to be sent
Matthias Schiffer
2013-08-07
Move tun/tap initialization to a dedicated source file
Matthias Schiffer
2013-08-07
Move some includes to compat.h
Matthias Schiffer
2013-08-07
Implement get_current_dir_name() for *BSD systems
Matthias Schiffer
2013-08-07
Guard socket options not available on FreeBSD
Matthias Schiffer
2013-08-07
Define ethhdr when it is not available
Matthias Schiffer
2013-08-07
FreeBSD doesn't have alloca.h
Matthias Schiffer
2013-08-07
Add some more newlines to CMakeLists.txt to make it more readable
Matthias Schiffer
2013-08-07
Disable incompatible CMake options on non-Linux systems
Matthias Schiffer
2013-08-07
Include net/if_tun.h instead of linux/if_tun.h on non-Linux systems
Matthias Schiffer
2013-08-07
Add sys/wait.h includes where necessary on FreeBSD
Matthias Schiffer
2013-08-07
Add some compatiblity definitions for FreeBSD
Matthias Schiffer
2013-08-07
Reorder includes to make FreeBSD happy
Matthias Schiffer
2013-08-07
Add sys/types.h include
Matthias Schiffer
2013-08-07
Move _GNU_SOURCE definition to CMake
Matthias Schiffer
2013-08-07
Use netinet/if_ether.h instead of linux/if_ether.h
Matthias Schiffer
2013-07-29
Fix assertion fail on key renewal handshakes with peers without remotes
Matthias Schiffer
2013-07-29
char* constness cleanup in config parser
Matthias Schiffer
2013-07-25
Move command line handling out of config.c
Matthias Schiffer
2013-07-25
Move more code out of fastd.c
Matthias Schiffer
2013-07-25
Move send functions out of fastd.c
Matthias Schiffer
2013-07-25
Move socket handling out of fastd.c
Matthias Schiffer
2013-07-25
Move _GNU_SOURCE define to types.h
Matthias Schiffer
2013-07-25
Improve handling of similar remote resolves
Matthias Schiffer
2013-07-25
Make PMTU discovery configurable
Matthias Schiffer
2013-07-25
Set IP_MTU_DISCOVER on sockets
Matthias Schiffer
2013-07-25
Introduce tristate type
Matthias Schiffer
2013-07-24
Fix remote record memory leak
Matthias Schiffer
2013-07-24
Fix fastd_peer_claim_address for peers with different addresses
Matthias Schiffer
2013-07-24
Include IP address in "sending handshake" debug messages
Matthias Schiffer
2013-07-24
Allow specifying multiple remote entries for a single peer
Matthias Schiffer
2013-07-24
Remove dead code handling resolves triggered by received packets
Matthias Schiffer
2013-07-24
Remove handing for packets received on wrong sockets (this shouldn't happen)
Matthias Schiffer
2013-07-24
Don't let resolves delay handshakes
Matthias Schiffer
2013-07-24
Don't initialize peers before dropping privileges
Matthias Schiffer
2013-07-23
Use schedule_handshake in handle_resolv_returns
Matthias Schiffer
2013-07-23
Don't trigger a resolve when a packet from an unknown peer is received
Matthias Schiffer
2013-07-23
Prepare for improved peer state handling
Matthias Schiffer
[prev]
[next]