summaryrefslogtreecommitdiff
path: root/src/conf_mode/tftp_server.py
AgeCommit message (Collapse)Author
2020-08-31configd: T2582: add scripts to include list for daemonJohn Estabrook
2020-05-29airbag: T2088: explicit enabling of the featureThomas Mangin
airbag must now be explicitly installed. the patch also allow to fully disables the installation of the logging code at setup (and not just installing and doing nothing)
2020-04-13tftp-server: T2185: explicitly specify systemd serviceChristian Poessinger
2020-04-12template: T2230: use render to generate templatesThomas Mangin
convert all call to jinja to use template.render
2020-04-09util: T2226: os.system was wrongly converted to runThomas Mangin
os.system does print the ouput of the command, run() does not. A new function called call() does the printing and return the error code.
2020-04-06util: T2226: covert most calls from os.system to utilThomas Mangin
As little change a possible but the function call The behaviour should be totally unchanged.
2020-04-05tftp-server: T2230: move inlined templates to dedicated filesChristian Poessinger
2019-02-24[tftp] T1261: always adjust directory permissions of tftprootChristian Poessinger
2019-02-24[tftp] T1261: bugfix allow-upload handlingChristian Poessinger
2019-02-24[tftp] T1261: reorder DAEMON_ARGSChristian Poessinger
2019-02-24[tftp] T1261: bugfix listening on multiple IP addessesChristian 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-16T850: tftp server: improve non existing listen-address assignmentsChristian Poessinger
2018-08-29tftp_server.py: switch to new IP address validatorsChristian 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-26tftp_server.py: change umask for created filesChristian Poessinger
2018-08-26tftp_server.py: fix copy-paste commentChristian Poessinger
2018-08-26tftp_server.py: fix indention and add more verbose commentsChristian Poessinger
2018-08-26T792: add TFTP server functionalityChristian Poessinger