aboutsummaryrefslogtreecommitdiff
path: root/lib/libnet/tftp.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-28Fix typos in the lib/libnet folderThomas Huth1-2/+2
2018-05-29libnet: Put code for determing TFTP error strings into a separate functionThomas Huth1-0/+101
2018-05-29libnet: Pass ip_version via struct filename_ipThomas Huth1-2/+2
2018-05-25libnet: Get rid of unused huge_load and block_size parametersThomas Huth1-10/+3
2018-05-14libnet: Get rid of unnecessary (char *) castsThomas Huth1-8/+8
2017-07-10libnet: Move parse_tftp_args to tftp.cThomas Huth1-0/+104
2017-07-07libnet: Make the code compilable with -Wformat-securityThomas Huth1-1/+1
2017-06-30libnet/tftp: Allow loading to address 0Thomas Huth1-5/+6
2016-08-16libnet: Re-initialize global variables at the beginning of tftp()Thomas Huth1-15/+23
2016-06-27net: Move files from clients/net-snk/app/netlib/ to lib/libnet/Thomas Huth1-0/+586