aboutsummaryrefslogtreecommitdiffstats
path: root/config/tftp2/tftp.inc
Commit message (Collapse)AuthorAgeFilesLines
* Redmine #5727 TFTP protect against empty stuffPhil Davis2016-01-031-1/+16
| | | | | | | | | | 1) If the user presses Save when there was no interface selected, and the user has still not selected an interface, then do not attempt to unset() tftpdinterface in the config when it is already unset. 2) If the user does backup/restore or other similar stuff when the tftpboot directory has no files in it, then do not do chmod of the (non-existent) files. This avoids a "No such file or directory" message being logged.
* Add missing includesdoktornotor2015-12-121-0/+3
|
* Use mwexec(), cleanupsdoktornotor2015-10-311-6/+4
|
* Remove useless remount callsdoktornotor2015-08-251-4/+0
| | | These are dealt with by install_package() and uninstall_package() from pkg-utils.inc.
* tftp.inc - code improvements and cleanupdoktornotor2015-08-061-79/+39
| | | | | | | - Fix copyright header - Remove unused functions - Use safe_mkdir() - Improve the backup restore code - Indentation and code style fixes
* Remove ugly copy files around and use additional_files_needed to install ↵Renato Botelho2015-04-241-5/+0
| | | | files in proper place. Bump package version
* Misc TFTP package fixes. Whitespace, interface selection, adding nat rules, ↵jim-p2011-05-161-0/+13
| | | | fixing broken links.
* Add a TFTP package fixed for pfSense 2.0jim-p2011-05-061-0/+126