summaryrefslogtreecommitdiff
path: root/tests/server/tftpd.c
Commit message (Expand)AuthorAgeFilesLines
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-3/+3
* setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse2012-12-141-6/+1
* test servers: build adjustmentYang Tse2012-04-101-3/+1
* write: add return code checks when usedDaniel Stenberg2011-06-111-1/+2
* Changed some nonportable typesDan Fandrich2011-04-051-12/+12
* tftpd: avoid buffer overflow report from glibcPaul Howarth2010-12-171-2/+4
* test servers: fix strict aliasing compiler warningsYang Tse2010-11-191-56/+93
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* convert Curl_ultous() and Curl_ultouc() functions to curlx_ultous() andYang Tse2010-02-221-2/+1
* fix compiler warningYang Tse2010-02-191-1/+2
* fix compiler warningYang Tse2010-02-181-4/+3
* Overhauled test suite getpart() function. Fixing potential out of boundsYang Tse2010-02-141-1/+5
* Validate server port argumentYang Tse2010-02-041-1/+10
* avoid possibility of using obsoleted stuffYang Tse2010-02-021-0/+2
* PKTSIZE might have been already defined in arpa/tftp.hYang Tse2010-01-231-0/+2
* Remove extra line feedYang Tse2010-01-081-1/+1
* sws and tftpd command line option naming adjustmentsYang Tse2010-01-081-7/+36
* Fix 'uploaded' file descriptor leakYang Tse2009-12-031-0/+10
* signal handling to cleanup on SIGINT and SIGTERMYang Tse2009-12-021-140/+355
* Only attempt to clear the server-logs lock when previously set by this same s...Yang Tse2009-11-261-3/+14
* Enhance some debug messages for initialization failures.Yang Tse2009-11-231-14/+21
* Attempt to silence bogus compiler warning: "Potential null pointer dereference"Yang Tse2009-09-171-1/+1
* fix compiler warningYang Tse2009-06-111-2/+2
* Use build-time configured curl_socklen_t instead of socklen_tYang Tse2009-05-021-2/+2
* Include <arpa/inet.h> if HAVE_ARPA_INET_H is definedYang Tse2009-04-271-0/+3
* test 1099: "TFTP get first a non-existing file then an existing" added disabledDaniel Stenberg2009-04-241-7/+10
* add back most likely acciedently removed function name justtimeout to fix aut...Gunter Knauf2009-04-091-1/+1
* Avoid warnings when HAVE_ALRM and SIGALRM are not defined.Gisle Vanem2009-04-081-7/+9
* moved some definitions from tftp.h to tftpd.cYang Tse2008-10-231-0/+5
* fix compiler warningYang Tse2008-10-231-11/+11
* attempt to fix compiler warning:Yang Tse2008-10-141-36/+38
* revert change introduced in tftpd.c revision 1.44Yang Tse2008-10-031-6/+6
* fix compiler warning: `variable' might be clobbered by `longjmp' or `vfork'Yang Tse2008-10-021-6/+6
* Avoid the use of the '? :' operator inside the call to ourYang Tse2008-09-261-4/+8
* fix compiler warning: defined but not usedYang Tse2008-09-211-6/+1
* fix compiler warning: external definition with no prior declarationYang Tse2008-09-201-19/+21
* fix print formatting string directivesYang Tse2008-09-041-1/+1
* Undo using the sreadfrom() wrapper to replace recvfrom() in our code, for rea...Yang Tse2008-07-301-2/+2
* Undo using the sreadfrom() wrapper to replace recvfrom() in our code.Yang Tse2008-07-301-6/+8
* fix compiler warning: implicit conversion from "long" to "int"Yang Tse2008-07-211-2/+2
* Use the sreadfrom() wrapper to replace recvfrom() in our code.Yang Tse2008-07-211-9/+7
* improve synchronization between test harness runtests.pl scriptYang Tse2008-04-231-5/+19
* header inclusion cleanupYang Tse2008-02-281-13/+5
* refactor some code out to write_pidfile() in util.cYang Tse2008-02-261-14/+1
* Don't try to compare more than strlen charsYang Tse2008-02-061-1/+1
* Use a long int data type to handle getpid() resultYang Tse2008-02-061-2/+7
* Replace isupper with our uppercase macro versionYang Tse2007-11-151-1/+1
* Fixed the test TFTP server to support the >10000 test number notationDan Fandrich2007-10-241-3/+15
* Close log/server.input ASAP to avoid lengthy file lock on cygwinPatrick Monnerat2007-10-241-16/+17
* Enabled a few more gcc warnings with --enable-debug. Renamed a fewDan Fandrich2007-09-271-8/+8