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
path:
root
/
CMakeLists.txt
Age
Commit message (
Collapse
)
Author
2013-08-14
Allow disabling redundant command line options
Matthias Schiffer
2013-08-14
Implement new lexer that is not generated by flex to reduce code size
Matthias Schiffer
2013-08-11
Fix librt check
Matthias Schiffer
2013-08-11
Only link with librt when necessary
Matthias Schiffer
2013-08-08
Check for AI_ADDRCONFIG
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
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-03-30
Set development version
Matthias Schiffer
2013-03-10
fastd v8
v8
Matthias Schiffer
2013-02-25
Rewrite 'git describe' version support to update the version whenever needed
Matthias Schiffer
2013-02-23
Use 'git describe' output as version string when available
Matthias Schiffer
2013-01-15
Move version number to build system
Matthias Schiffer
2013-01-09
Update to libuecc v3, check EC points for validity
Matthias Schiffer
2012-12-24
Add WITH_CAPABILITIES CMake flag and check for libcap
Matthias Schiffer
2012-12-23
Use new pkg-config support of libuecc
Matthias Schiffer
2012-09-21
Nicely encapsulate different crypto algorithm implementations
Matthias Schiffer
2012-06-27
Primitive aes128-gcm implementation
Matthias Schiffer
2012-04-16
Add support for peers specified by hostnames
Matthias Schiffer
2012-04-15
Fix minimum required CMake version
Matthias Schiffer
2012-04-14
Separate handshake from encryption method
Matthias Schiffer
2012-04-03
Require Bison 2.5
Matthias Schiffer
2012-03-25
Add include command
Matthias Schiffer
2012-03-24
Rename methods to protocols; fix some command line parse bugs; implement ↵
Matthias Schiffer
most of the config file parser
2012-03-24
Partial implementation of a config files parser
Matthias Schiffer
2012-03-14
Require libuecc; rename cfxp to ecfxp; add some basic infrastructure for ↵
Matthias Schiffer
crypto implementation
2012-03-08
Add curve25519-fhmqvc-xsalsa20-poly1305 method stub
Matthias Schiffer
2012-02-28
CMake: Correctly mark project language as C
Matthias Schiffer
2012-02-28
Migrate to CMake
Matthias Schiffer