| Commit message (Expand) | Author | Age | Files | Lines |
* | Add "with" to make the line go smoother. | edwin | 2007-11-23 | 1 | -1/+1 |
* | Add the -W options, which acts the same as -w but will generate | edwin | 2007-11-23 | 3 | -8/+104 |
* | Correct a typo. | bz | 2007-06-03 | 1 | -1/+1 |
* | Markup fixes. | ru | 2006-09-17 | 1 | -1/+1 |
* | - Improve and extend mark-up. | yar | 2006-08-07 | 1 | -20/+32 |
* | o Missed colon in getopt(3) argument makes tftpd(8) crash. Fix that. | maxim | 2005-05-31 | 1 | -1/+1 |
* | NI_WITHSCOPEID cleanup. Neither RFC 2553 nor RFC 3493 defines | ume | 2005-05-13 | 1 | -3/+2 |
* | - Use socklen_t. | stefanf | 2005-02-14 | 1 | -8/+5 |
* | Instead of "OpenFirmware", "openfirmware", etc. use the official spelling | marius | 2004-08-16 | 1 | -1/+1 |
* | mdoc(7) fixes. | ru | 2004-07-07 | 1 | -2/+5 |
* | The call to setuid(2) subsequently causes setgroups(2) to fail. setgroups(2) | csjp | 2004-06-30 | 1 | -2/+2 |
* | Call tzset() at startup. | brian | 2004-06-21 | 1 | -0/+3 |
* | o Reduce path names in RRQ and WRQ packets by: | brian | 2004-06-21 | 1 | -2/+34 |
* | - Close fd if fdopen(fd) fails. | mdodd | 2004-05-25 | 1 | -1/+2 |
* | Add two new flags: -w, which allows new files to be created, | mdodd | 2004-05-24 | 2 | -5/+32 |
* | Fix a bug which causes wrong filename being written into the syslog | sobomax | 2003-11-20 | 1 | -1/+10 |
* | properly refuse a connection in the -c case if the client ip's subdirectory | billf | 2003-04-19 | 1 | -5/+6 |
* | Clean up some warnings that don't result in a change in the object file: | dwmalone | 2003-03-20 | 1 | -17/+20 |
* | The .Nm utility | charnier | 2002-07-06 | 1 | -3/+4 |
* | Correct indent. | ume | 2002-04-26 | 1 | -15/+15 |
* | IPv6 support for tftp/tftpd. | ume | 2002-04-11 | 1 | -15/+60 |
* | Better handle the case with a network that drops packets by retrying | ambrisko | 2002-04-09 | 1 | -3/+13 |
* | o __P removal | imp | 2002-02-07 | 1 | -41/+31 |
* | Change the failure mode in option parsing to silently bailing out of option | benno | 2001-11-22 | 1 | -2/+9 |
* | When we set our UID to `nobody', set an appropriate group also. | obrien | 2001-10-22 | 1 | -0/+1 |
* | RFC2349 (http://www.hypermail.org/rfcs/rfc2349.html) adds support | obrien | 2001-09-27 | 1 | -9/+120 |
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -7/+7 |
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 |
* | mdoc(7) police: normalize .Nd. | ru | 2001-04-18 | 1 | -2/+1 |
* | - Backout botched attempt to intoduce MANSECT feature. | ru | 2001-03-26 | 1 | -0/+1 |
* | Set the default manual section for libexec/ to 8. | ru | 2001-03-20 | 1 | -1/+0 |
* | First appeared in 4.3, not 5.0 | kris | 2001-03-04 | 1 | -1/+1 |
* | Fix tftpd and tftp to support file transfers of over 65535 blocks | asmodai | 2001-02-02 | 2 | -2/+7 |
* | Add -c/C which chroots by IP of tftp client, (i.e. /tftproot/127.0.0.1/). | billf | 2001-01-25 | 2 | -4/+50 |
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -1/+1 |
* | Some more slight doco fixes: update date, and add a bit more to the history. | wollman | 2000-09-14 | 1 | -2/+10 |
* | Allow tftpd to run as a specified user, not just `nobody'. | wollman | 2000-09-14 | 2 | -28/+55 |
* | Add $FreeBSD$ lines to man pages that are missing them to make it | mpp | 1999-08-28 | 1 | -0/+1 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 2 | -2/+2 |
* | Ensure that things returned by gethostname() and | brian | 1999-04-07 | 1 | -4/+4 |
* | Use realhostname() rather than various combinations of | brian | 1999-04-06 | 2 | -19/+10 |
* | Rename a function name so that it doesn't conflict with a future system call. | dg | 1998-10-30 | 1 | -5/+5 |
* | Mention that syslog.conf(5) does not log LOG_FTP messages by default. | jkoshy | 1998-06-05 | 1 | -2/+6 |
* | openlog() needs to have LOG_NDELAY added, or else the syslog() calls after | phk | 1998-04-12 | 1 | -2/+2 |
* | Use full path in synopsis. Syslog will add trailing \n. | charnier | 1997-12-03 | 2 | -27/+39 |
* | Clarify the actions of -s and the list of allowable names. | imp | 1997-10-06 | 1 | -1/+5 |
* | compare return value from getopt against -1 rather than EOF, per the final | imp | 1997-03-28 | 1 | -2/+2 |
* | Fix non explloitable buffer overflows (since the largest packet processed | imp | 1997-03-24 | 1 | -3/+4 |
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 2 | -2/+2 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 2 | -2/+2 |