summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-03-28fastd v18v18Matthias Schiffer
2016-03-27doc: update build instructionsMatthias Schiffer
2016-03-27android: update libuecc to v7, libsodium to 1.0.8Matthias Schiffer
2016-03-27build: fix build with nonstandard libsodium include pathMatthias Schiffer
2016-03-26build: fix nacl dependency (without libsodium)Matthias Schiffer
2016-03-26build: fix removal of previously required dependenciesMatthias Schiffer
2016-03-26poll: fix epoll supportMatthias Schiffer
2016-03-26iface: improve error handling, especially on non-Linux systemsMatthias Schiffer
2016-03-26iface: improve handling of name fieldMatthias Schiffer
2016-03-26doc: update build dependenciesMatthias Schiffer
2016-03-25doc: build-fastd-android: fix fastd build dir existence checkMatthias Schiffer
2016-03-25build: always try to find libraries without CMAKE_FIND_ROOT_PATH firstMatthias Schiffer
2016-03-25Remove gcc-{ar,nm,ranlib} hackMatthias Schiffer
2016-03-25doc: add preliminary v18 release notesMatthias Schiffer
2016-03-20doc: update with new configuration optionsMatthias Schiffer
2016-03-20doc: examples/openwrt: update init script and example config with new optionsMatthias Schiffer
2016-03-20doc: examples/openwrt/fastd.init: print error message when used without insta...Matthias Schiffer
2016-03-20doc: examples/openwrt/fastd.init: add help text for custom commandsMatthias Schiffer
2016-03-20Add missing doxygen commentsMatthias Schiffer
2016-03-20ec25519_fhmqvc: simplify protocol_handle_recv control flowMatthias Schiffer
2016-03-19ec25519_fhmqvc: update to follow new libuecc recommendationsMatthias Schiffer
2016-02-22capabilities: guard packet mark check with USE_PACKET_MARKMatthias Schiffer
2016-02-22capabilities: print message about retained capabilitiesMatthias Schiffer
2016-02-22Retain CAP_NET_ADMIN if a packet mark is configured and dynamic binds are req...Matthias Schiffer
2016-02-22Add "drop privileges force" option which allows to drop CAP_NET_ADMIN even wh...Matthias Schiffer
2016-02-22Improve capability handling, retain required capabilitiesMatthias Schiffer
2016-02-22Update copyright yearsMatthias Schiffer
2016-02-22socket: improve and simplify error handlingMatthias Schiffer
2016-02-22peer: remove dead code in fastd_peer_reset_socket()Matthias Schiffer
2016-02-22types: replace static consts with definesMatthias Schiffer
2016-02-22Handle optional features (capabilities, status socket) more consistentlyMatthias Schiffer
2016-02-21Print UID and GID as unsigned in log messageMatthias Schiffer
2016-02-21Replace setuid/setgid with setresuid/setresgid (or setreuid/setregid)Matthias Schiffer
2015-12-21Don't block fatal signalsMatthias Schiffer
2015-12-21Terminate with the received signalMatthias Schiffer
2015-11-25log: clean up fastd_logfMatthias Schiffer
2015-11-18Unify periodic handshakes and peer maintenanceMatthias Schiffer
2015-11-18Clean up peer task handlingMatthias Schiffer
2015-11-17Use task queue for peer resets and keepalivesMatthias Schiffer
2015-11-16Call ethernet address cleanup from generic maintenance taskMatthias Schiffer
2015-11-10Add lots of missing doxygen commentsMatthias Schiffer
2015-11-10Implement generic task queue to handle handshakes and maintenanceMatthias Schiffer
2015-11-10pqueue: remove some unnessasary assignmentsMatthias Schiffer
2015-11-10Remove now unused doubly-linked list implementationMatthias Schiffer
2015-11-10Use heap-based priority queue to schedule handshakes instead of a linked listMatthias Schiffer
2015-11-10Add efficient priority queue implementationMatthias Schiffer
2015-11-09Destroy interfaces on OpenBSD as wellMatthias Schiffer
2015-11-09Implement interface cleanup on FreeBSDMatthias Schiffer
2015-11-09Add generic interface cleanup infrastructureMatthias Schiffer
2015-11-09Check return value of sodium_init()Matthias Schiffer