Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-20 | Add missing doxygen comments | Matthias Schiffer | |
2016-02-22 | capabilities: guard packet mark check with USE_PACKET_MARK | Matthias Schiffer | |
At the moment, both capabilities and packet marks are supported on Linux only, so this doesn't really matter except for testing. | |||
2016-02-22 | capabilities: print message about retained capabilities | Matthias Schiffer | |
2016-02-22 | Retain CAP_NET_ADMIN if a packet mark is configured and dynamic binds are ↵ | Matthias Schiffer | |
required | |||
2016-02-22 | Add "drop privileges force" option which allows to drop CAP_NET_ADMIN even ↵ | Matthias Schiffer | |
when fastd thinks it might still need it | |||
2016-02-22 | Improve capability handling, retain required capabilities | Matthias Schiffer | |
2016-02-22 | Update copyright years | Matthias Schiffer | |
2016-02-22 | Handle optional features (capabilities, status socket) more consistently | Matthias Schiffer | |
2015-01-14 | Update copyright years | Matthias Schiffer | |
2014-05-31 | Make log levels verbose and info more useful | Matthias Schiffer | |
2014-05-28 | Still more documentation | Matthias Schiffer | |
2014-05-25 | Completely document fastd.h | Matthias Schiffer | |
2014-04-20 | Make ctx global | Matthias Schiffer | |
2014-03-14 | Adjust copyright years | Matthias Schiffer | |
2013-08-20 | Fix lots of -Wextra warnings | Matthias Schiffer | |
Everything clang and GCC warn about, except GCC's missing-field-initializers which are just stupid as they don't allow {} syntax to zero a field. | |||
2013-01-10 | Be less verbose about acquiring capabilities | Matthias Schiffer | |
2013-01-05 | Adjust copyright years | Matthias Schiffer | |
2012-12-26 | And another unused include... | Matthias Schiffer | |
2012-12-26 | Remove unused include | Matthias Schiffer | |
2012-12-25 | Remove capability locking feature | Matthias Schiffer | |
This isn't our job, so there is no reason to support this. | |||
2012-12-24 | Add user switching and capability support | Matthias Schiffer | |