index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libexec
/
tftpd
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC: r262136
brueffer
2014-02-24
2
-10
/
+2
*
Mark tftp_log() as __printflike() (which would have caught the bug
marius
2013-01-31
4
-15
/
+17
*
Remove extra %s from debug statement that ends up crashing tftpd if
sbruno
2013-01-30
1
-1
/
+1
*
Use correct size in snprintf.
antoine
2012-12-25
1
-2
/
+1
*
Check the return error of set[e][ug]id. While this can never fail in the
eadler
2012-10-22
1
-1
/
+4
*
Fix warnings found by -Wmising-variable-declarations.
ed
2012-10-19
3
-5
/
+5
*
mdoc: Only use macros inside a reference block.
joel
2012-05-23
1
-8
/
+4
*
Properly use LDADD & DPADD to link against libwrap.
marcel
2012-05-19
1
-1
/
+3
*
Remove trailing whitespace per mdoc lint warning
eadler
2012-03-29
1
-3
/
+3
*
Avoid error log for transfer stop w/o error code.
emaste
2012-02-21
1
-1
/
+2
*
Fix warning when compiling with gcc46:
eadler
2012-01-10
1
-2
/
+0
*
Spelling fixes for libexec/
uqs
2012-01-07
2
-4
/
+4
*
Pull in some wording to the tftpd.8 man page
rodrigc
2011-07-31
1
-3
/
+10
*
In the old TFTP server, there was an undocumented behavior where
rodrigc
2011-07-31
1
-12
/
+16
*
Acknowledge Edwin Groothuis for the major rewrite he
rodrigc
2011-06-24
1
-0
/
+6
*
Bring back synchnet() implementation from older
rodrigc
2011-06-24
1
-3
/
+30
*
Update references to RFC's that the newer TFTP implementation supports.
rodrigc
2011-06-22
1
-3
/
+25
*
Fix typo.
rodrigc
2011-06-22
1
-1
/
+1
*
Clarify tftpd's -d flag in the new TFTP implementation.
rodrigc
2011-06-22
1
-3
/
+21
*
Clarify that the TFTP blocksize (RFC2348) or non-standard
rodrigc
2011-06-16
1
-2
/
+3
*
Fix tftp_log() usage.
rodrigc
2011-05-26
1
-1
/
+1
*
Fix typos.
brucec
2010-11-09
1
-1
/
+1
*
Use a defined FreeBSD version.
delphij
2010-10-06
1
-2
/
+2
*
Remove the duplicate logging of failed read requests, whose error message
marius
2010-09-24
1
-1
/
+0
*
Make WARNS=6 clean.
marius
2010-09-24
6
-44
/
+37
*
Try to adhere to style.Makefile(5).
marius
2010-09-23
1
-5
/
+3
*
Move the pfrom initialization from before the setjmp to after the
imp
2010-09-15
1
-2
/
+1
*
Remove an explicit assignment of the CFLAGS variable intended for
rpaulo
2010-09-15
1
-1
/
+0
*
Bring in new files from edwin's tftp
imp
2010-05-04
10
-0
/
+2064
*
Go ahead and merge the work edwin@ on tftpd into the tree. It is a
imp
2010-05-04
3
-502
/
+354
*
Fix several typos in macros or macro misusage.
uqs
2010-03-12
1
-1
/
+1
*
Make WARNS=6 the default for libexec/.
ed
2010-01-02
1
-0
/
+3
*
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
[next]