Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-24 | [tftp] T1261: always adjust directory permissions of tftproot | Christian Poessinger | |
2019-02-24 | [tftp] T1261: bugfix allow-upload handling | Christian Poessinger | |
2019-02-24 | [tftp] T1261: reorder DAEMON_ARGS | Christian Poessinger | |
2019-02-24 | [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. | |||
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 | |