Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-25 | [tftp] T1261: always adjust directory permissions of tftproot | Christian Poessinger | |
(cherry picked from commit 583975299c625d6049be6561d70e4cadc9976242) | |||
2019-02-25 | [tftp] T1261: bugfix allow-upload handling | Christian Poessinger | |
(cherry picked from commit fbfe43b5ae7692e6ee6ce6d5517efdb2cdf8f022) | |||
2019-02-25 | [tftp] T1261: reorder DAEMON_ARGS | Christian Poessinger | |
(cherry picked from commit 3a1e484c69c883af03f355f0349ef218212207e1) | |||
2019-02-25 | [tftp] T1261: bugfix listening on multiple IP addesses | Christian Poessinger | |
tftp-hpa which is the TFTP daemon used by VyOS does not support listening on multiple IP adresses. With this limitation we will start one TFTP daemon instance per configured listen-address via systemd. (cherry picked from commit 735a24d58ddf55294241ce8160471fe9be062498) | |||
2018-09-16 | T850: tftp server: improve non existing listen-address assignments | Christian Poessinger | |
2018-08-29 | tftp_server.py: switch to new IP address validators | Christian Poessinger | |
Commit a30dac7c2 ("vyos package: add IP address validators") added system wide Python validators for IP addresses. Remove duplicated code and switch to a single source. | |||
2018-08-26 | tftp_server.py: change umask for created files | Christian Poessinger | |
2018-08-26 | tftp_server.py: fix copy-paste comment | Christian Poessinger | |
2018-08-26 | tftp_server.py: fix indention and add more verbose comments | Christian Poessinger | |
2018-08-26 | T792: add TFTP server functionality | Christian Poessinger | |