Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-15 | fastd v16v16 | Matthias Schiffer | |
2014-11-15 | fastd v16 release notes | Matthias Schiffer | |
2014-11-15 | Use the peer key instead of the name as keys in the status socket output | Matthias Schiffer | |
This fixes the status socket segfault in a nicer way than the reverted commit "Use peer specifier from log instead of the peer name for the status output". | |||
2014-11-15 | ec25519-fhmqvc: extend describe_peer to return the whole key | Matthias Schiffer | |
2014-11-15 | Revert "Use peer specifier from log instead of the peer name for the status ↵ | Matthias Schiffer | |
output" This reverts commit be929dbe2dffa82ca1f91538f56a1bb0490000bd. | |||
2014-11-15 | Fix segfault when checking peer addresses | Matthias Schiffer | |
This segfault would occur when a peer with a static IP address (e.i. not a hostname resolved via DNS) is read, and any other peer after that. | |||
2014-11-12 | doc: add documentation for the status socket option | Matthias Schiffer | |
2014-11-12 | Use peer specifier from log instead of the peer name for the status output | Matthias Schiffer | |
This fixes a crash when status sockets are used with peers without names, but the JSON output format is changed: named peers will now use "<name>" as key instead of "name". | |||
2014-11-11 | Development version | Matthias Schiffer | |
2014-11-11 | fastd v15v15 | Matthias Schiffer | |
2014-11-11 | ec25519-fhmqvc: add missing Doxygen comment | Matthias Schiffer | |
2014-11-11 | doc: update manpage | Matthias Schiffer | |
2014-11-11 | docs: examples/openwrt: support all handler commands via UCI | Matthias Schiffer | |
2014-11-07 | examples: openwrt/fastd.init: allow specifying bind interfaces | Matthias Schiffer | |
2014-11-06 | docs: even more release note fixes... | Matthias Schiffer | |
2014-11-06 | docs: another release note fix | Matthias Schiffer | |
2014-11-05 | v15 release note improvement | Matthias Schiffer | |
2014-11-05 | Add fastd v15 release notes | Matthias Schiffer | |
2014-11-05 | docs: update config example | Matthias Schiffer | |
2014-11-05 | docs: documentation of crypto algorithms | Matthias Schiffer | |
2014-10-27 | docs: fix typo | Matthias Schiffer | |
2014-10-27 | docs: fixes for PDF build | Matthias Schiffer | |
2014-10-27 | docs: FHMQV-C | Matthias Schiffer | |
2014-10-26 | docs: ec25519 | Matthias Schiffer | |
2014-10-26 | docs: handshake documentation | Matthias Schiffer | |
2014-10-22 | Use big endian for handshake field values by default | Matthias Schiffer | |
At the moment the only multi-byte field is the MTU; it is kept in little endian to provide backwards compatiblity. Future fields will be big endian. | |||
2014-10-13 | ec25519-fhmqvc: improve unknown key message | Matthias Schiffer | |
2014-09-26 | Don't forward frames with local destination MAC address | Matthias Schiffer | |
2014-09-26 | Move get_source_address and get_dest_address to fastd.h | Matthias Schiffer | |
2014-09-26 | Add some (very incomplete) protocol documentation | Matthias Schiffer | |
2014-09-20 | Some handshake fixes for future protocol extensions | Matthias Schiffer | |
Extensions for arbitrary-length integers. | |||
2014-09-18 | Make CMake fail if json-c is required, but not found | Matthias Schiffer | |
2014-09-16 | More fixes for zero-length VLAs | Matthias Schiffer | |
2014-09-16 | Fix undefined behaviour due to zero length VLAs in null+* methods | Matthias Schiffer | |
2014-09-16 | Add status socket option to OpenWrt example files | Matthias Schiffer | |
2014-09-15 | Add status.pl example script | Matthias Schiffer | |
2014-09-15 | Don't try to poll on invalid status socket FD | Matthias Schiffer | |
2014-09-15 | Reorder fields of the peer structure | Matthias Schiffer | |
This tries to get the structure a bit smaller and improve cache locality. | |||
2014-09-15 | status: add uptime and established times | Matthias Schiffer | |
2014-09-12 | Add per-peer stats | Matthias Schiffer | |
2014-09-12 | Restructure traffics stats to keep all stats in a single structure | Matthias Schiffer | |
2014-09-10 | ec25519-fhmqvc: refactor old session check code | Matthias Schiffer | |
2014-09-09 | Add current method of connections to status output | Matthias Schiffer | |
2014-09-09 | Fix copyright of the OpenWrt init script | Matthias Schiffer | |
I wrote it myself, so it's better if the copyright notice matches the rest of fastd. | |||
2014-09-08 | Move systemd unit to a new doc/examples dir, add OpenWrt example config and ↵ | Matthias Schiffer | |
init script | |||
2014-09-08 | Make stats of reordered packets | Matthias Schiffer | |
2014-09-06 | Move UNUSED attribute to the start of arguments to help editors understand ↵ | Matthias Schiffer | |
the syntax | |||
2014-09-06 | Don't count stats when WITH_STATUS_SOCKET is not set | Matthias Schiffer | |
2014-09-06 | Fix async command waitpid error handling (again...) | Matthias Schiffer | |
2014-09-06 | Fix poll initialization on systems without epoll | Matthias Schiffer | |