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
2015-01-28
Remove a few more instances of strcpy
Matthias Schiffer
2015-01-28
fastd_string_stack_dup[n]: use memcpy instead of strcpy when the length of th...
Matthias Schiffer
2015-01-28
Fix build on non-Linux systems
Matthias Schiffer
2015-01-28
doc: clarify bind option behaviour
Matthias Schiffer
2015-01-27
Release note fix
Matthias Schiffer
2015-01-26
doc: update handshake protocol documentation
Matthias Schiffer
2015-01-26
Add preliminary fastd v17 release notes
Matthias Schiffer
2015-01-26
Bump required libuecc version
Matthias Schiffer
2015-01-26
doc: add build documentation
Matthias Schiffer
2015-01-26
doc: remove now unused pmtu option
Matthias Schiffer
2015-01-23
ec25519-fhmqvc: comment update
Matthias Schiffer
2015-01-23
ec25519-fhmqvc: add sender's public key to a few debug messages
Matthias Schiffer
2015-01-23
ec25519-fhmqvc: use new hexdump logging feature for unknown keys
Matthias Schiffer
2015-01-23
Add hexdump support to fastd logging functions
Matthias Schiffer
2015-01-22
ec25519-fhmqvc: use reduced-bitlength scalar multiplication
Matthias Schiffer
2015-01-21
Downgrade "verification failed" message from verbose to debug2
Matthias Schiffer
2015-01-21
Fix handling of severe packet reordering
Matthias Schiffer
2015-01-21
Always disable PMTU discovery
Matthias Schiffer
2015-01-20
handshake: delay method parsing until the sender key has been handled
Matthias Schiffer
2015-01-20
Another comment fix
Matthias Schiffer
2015-01-20
Implement new hash table to keep track of unknown peers handshakes have been ...
Matthias Schiffer
2015-01-17
Never create sockets for an address family without matching binds
Matthias Schiffer
2015-01-16
Comment typo fixes
Matthias Schiffer
2015-01-14
Refactor handling of platforms without user/group settings (Android)
Matthias Schiffer
2015-01-14
Update OpenWrt scripts
Matthias Schiffer
2015-01-14
Update copyright years
Matthias Schiffer
2015-01-14
android_ctrl_sock: include and whitespace cleanup
Matthias Schiffer
2015-01-14
Add Android 4.1+ support. See doc/README-Android.md for build HOWTO.
Rick Lei
2015-01-14
Reset all connections on SIGUSR2
Matthias Schiffer
2015-01-14
Allow to configure methods per peer group
Matthias Schiffer
2015-01-13
doc: add example C code to read status socket
Matthias Schiffer
2015-01-12
doc: add information about a new paper on FHMQV
Matthias Schiffer
2015-01-12
README: add a hint to the Sphinx documentation
Matthias Schiffer
2015-01-12
Make MTU mismatches fatal
Matthias Schiffer
2015-01-11
doc: move comments from generated source files to headers
Matthias Schiffer
2015-01-11
More doxygen fixes
Matthias Schiffer
2015-01-11
config: allow ipv4/ipv6 keywords before static addresses
Matthias Schiffer
2015-01-10
poll: more include cleanup
Matthias Schiffer
2015-01-10
poll:remove sys/signal.h include
Matthias Schiffer
2015-01-09
Comment typo fix
Matthias Schiffer
2015-01-09
ec25519-fhmqvc: don't check group order of peers' public keys
Matthias Schiffer
2015-01-09
ec25519-fhmqvc: optimize handshake by using embedded group element verification
Matthias Schiffer
2015-01-09
Move protocol-specific TLV specifications to main handshake record enum
Matthias Schiffer
2015-01-09
poll: define SYS_epoll_pwait if it isn't available
Matthias Schiffer
2015-01-09
ec25519-fhmqvc: unpack peers' keys only once
Matthias Schiffer
2015-01-09
poll: directly call epoll_pwait syscall instead of using the libc wrapper
Matthias Schiffer
2015-01-09
More comment fixes
Matthias Schiffer
2015-01-09
Add support for a new big-endian handshake format
Matthias Schiffer
2015-01-08
ecc25519-fhmqvc: add doxygen comments to the key check functions
Matthias Schiffer
2015-01-06
status socket: better error messages on bind errors
Matthias Schiffer
[prev]
[next]