aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2001-11-14Allow "readline" to be used even if "history" is unavailable...hpa4-7/+16
2001-11-14Move the definition of the blksize2 option.hpa1-8/+8
2001-11-14Add missing space.hpa1-1/+2
2001-11-14Add missing "the output of"hpa1-1/+1
2001-11-14Change tftpd -V => in.tftpd -Vhpa1-2/+2
2001-11-14Remove BUGS section; it isn't really very useful and it makes thehpa1-7/+0
2001-11-14Note about tcpwrappers and performance issues.hpa1-1/+3
2001-11-14Display configuration information when using the -V option...hpa5-14/+45
2001-11-14Move feature test macros into configure.in -> CFLAGS so we don'thpa4-19/+27
2001-11-14Add man page rewrite to the list of things.hpa1-0/+2
2001-11-14Substantially revamp the man pages, revert to "man" macro set.hpa2-165/+201
2001-11-14clean up the various cleaning targetshpa1-2/+6
2001-11-13Correct bogus RFC reference.hpa1-1/+1
2001-11-13Update man page to one written using traditional (-man) macros instead ofhpa1-223/+206
2001-11-13- Better parsing of the "connect" command (tftp).hpa11-57/+146
2001-11-13Fix the Sorcerer's Apprentice bug in both the client and the server.tftp-hpa-0.25hpa3-8/+16
2001-11-13Even more changes to handle block number wrap correctly.tftp-hpa-0.24hpa3-9/+9
2001-11-13(Finally) handle block number wraparound correctly.hpa3-5/+14
2001-11-13Document the fix of egg on face bug :-(tftp-hpa-0.23hpa1-0/+5
2001-11-13Fix the handling of continuation prompts when using readlinehpa1-17/+41
2001-11-13Update install-sh to the one from autoconf 2.52tftp-hpa-0.22hpa1-22/+35
2001-11-12Add pointer to the INSTALL.tftp file.hpa1-1/+1
2001-11-12Reorganize the README for readabilityhpa1-11/+15
2001-11-12Factor out a lot of information out of the README filehpa3-147/+150
2001-11-12Clean up configure --help, add installation instructions.hpa3-3/+261
2001-11-12Add readline support in tftp client; some additional minor cleanups.hpa5-19/+46
2001-11-12Yet more portability hacks.hpa3-0/+9
2001-11-12Update the README to better reflect reality.hpa1-6/+13
2001-11-12Force "autoheader" to behave like a reasonable Makefile-operated program.hpa1-1/+2
2001-11-12Work around Solaris 8 braindamagehpa2-3/+43
2001-11-12Add #define _XOPEN_SOURCE (for Solaris)hpa2-2/+5
2001-11-12A few more renames; fix <inttypes.h> emulation.hpa4-14/+14
2001-11-12Define _XPG4_2 on Solarishpa1-0/+3
2001-11-12Change "Define to 1" to "Define" to match what acheader useshpa2-6/+6
2001-11-12Major overhaul of the portability stuff; port to autoconf 2.52hpa16-176/+236
2001-11-12Add note about tsize and off_thpa1-0/+2
2001-11-12News in 0.22hpa1-0/+7
2001-11-12Even more portability work...hpa9-32/+100
2001-11-12Avoid using basename(), it's way too nasty from a portabilityhpa2-14/+16
2001-08-10Quote version IDtftp-hpa-0.21hpa1-1/+1
2001-08-10Requires autoconf 2.13; add revision IDhpa1-0/+2
2001-08-10Illegal memory access fixed.hpa1-0/+3
2001-08-10Add "make release" target for what goes into the distribution.hpa1-0/+4
2001-08-10Update README file for 0.21.hpa1-2/+5
2001-08-10Avoid possible memory-smashing bug, and rewrite some really stupidhpa1-19/+17
2001-08-10Support "constipation" -- compile cleanly with -Wwrite-stringshpa5-46/+62
2001-08-10Clean up some warnings when compiling without remap support.hpa1-1/+7
2001-08-10Add support for freeing a remap file datastructure, so we avoid ahpa3-3/+26
2001-08-10Add missing #ifdef WITH_REGEXhpa1-0/+2
2001-08-09Cleanup the PA_HEADER_DEFINES() interface somewhat.hpa2-4/+6
2001-08-09Detect if IPPORT_TFTP is defined anywhere (may not be a macro, may behpa4-13/+45
2001-08-07Portability improvements.hpa6-21/+35
2001-08-07Support running without inetd.hpa3-31/+167
2001-08-03Solaris need #define _XPG4_2 for recvmsg()tftp-hpa-0.20hpa3-0/+3
2001-08-03Need <netinet/in.h> to test for struct msghdrhpa1-0/+1
2001-08-03Portability improvements. Now compiles and works on Solaris 8, as wellhpa10-30/+79
2001-07-26"make distclean" must remove config.statustftp-hpa-0.19hpa1-1/+1
2001-07-26"Access denied" in TFTP is "EACCESS" not "EACCES". Bleargh.hpa2-1/+3
2001-07-26MCONFIG is optional; MRULES is nothpa3-3/+3
2001-07-26Document -vvvhpa1-0/+3
2001-07-26"make distclean" -> delete all files not for releasehpa4-6/+9
2001-07-26Improve README file; set the default prefix to /usr; add debugging ofhpa4-4/+31
2001-07-21Quiet final set of warnings.hpa5-19/+36
2001-07-21Quiet more warnings.hpa3-6/+28
2001-07-21Quiet warnings.hpa2-4/+14
2001-07-21Get rid of an "incompatible pointer type" warning.hpa1-2/+2
2001-07-20Update to version 0.19; add info how to find and discuss, and that thishpa1-2/+16
2001-07-20Fork before performing tcpwrappers check.hpa10-710/+861
2001-07-10Add sample rule filetftp-hpa-0.18hpa1-0/+34
2001-07-10Add note about -v option for verbose logginghpa1-0/+2
2001-07-10Move client/filename logging so that it happens even on a file not foundhpa1-11/+10
2001-07-10Add code to tftpd to exit cleanly (master only) on SIGHUPhpa1-6/+24
2001-07-10Fix compilation snafus; add note that mapping file changes require SIGHUP.hpa2-6/+11
2001-07-10Add documentation for matching options; more verbose logging.hpa2-8/+112
2001-07-10Make remap error checking a bit more robust.hpa1-10/+26
2001-07-10Actually integrate the regex rewriting stuffhpa2-10/+50
2001-07-10Recommend kernel-based firewalling rules instead.hpa1-5/+5
2001-07-10Update for version 0.18.hpa1-1/+9
2001-07-10Initial step in integrating regex-based rewrite engine.hpa8-9/+344
2001-04-23Document new options and new configuration setup.tftp-hpa-0.17hpa4-79/+136
2001-04-23Document glibc 2.1.2 workaround.hpa1-0/+2
2001-04-23Document tcpwrapper support.hpa1-1/+6
2001-04-23Actually make the tcpwrapper code work as advertised!hpa1-6/+17
2001-04-23Fix handling of dropped privileges; broken support for libwrap.hpa3-15/+49
2001-04-23Fix definition of PA_STRUCT_IN_PKTINFOhpa1-0/+4
2001-04-23*** empty log message ***hpa3-4/+34
2001-04-23Further fixes to configuration system; don't put configure in CVS.hpa6-2232/+33
2001-04-23Allow compilation without tcpwrappers.hpa3-91/+340
2001-04-23Clean up the Makefile handling of autoconf files; add check forhpa5-60/+184
2001-03-30Document that GNU make may be needed.tftp-hpa-0.16hpa1-1/+1
2001-03-30More merging mania...hpa9-77/+304
2001-03-30Fix massive lossage: 0.15 based on an outdated repository!!!hpa8-421/+339
2001-03-30Fix major lossage: 0.15 got based on an outdated repository!!!hpa2-13/+23
2001-03-30Add replacement library fileshpa4-0/+87
2001-03-28Bump version number to 0.15; document 0.14 and 0.15 changes.tftp-hpa-0.15hpa1-2/+14
2001-03-28Add code to always reply using the queried IP address, if the OShpa8-106/+569
1999-09-26Fix handling of blksize_set flag.hpa1-3/+7
1999-09-26*** empty log message ***hpa1-2/+14
1999-09-26Update rcsid to tftp-hpa conventionhpa1-6/+7
1999-09-26Start work on blksize2 optionhpa1-5/+35
1999-09-26Notes for 0.13hpa1-2/+24
1999-09-26Initial revisionhpa18-0/+4696