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
/
usr.bin
/
tftp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Increase MAXLINE to deal with longer paths.
marcel
2014-03-04
1
-1
/
+1
*
More -Wmissing-variable-declarations fixes.
ed
2012-10-19
1
-2
/
+2
*
General mdoc(7) and typo fixes.
gjb
2012-05-10
1
-2
/
+2
*
Remove trailing whitespace per mdoc lint warning
eadler
2012-03-29
1
-4
/
+4
*
Only use macros inside a reference block.
joel
2012-03-27
1
-10
/
+5
*
fgets(3) returns a pointer, so compare against NULL, not integer 0.
kevlo
2012-01-13
1
-1
/
+1
*
Replace index() and rindex() calls with strchr() and strrchr().
ed
2012-01-03
1
-7
/
+7
*
peeraddr is only used in sizeof() evaluations, so instead of declaring it
delphij
2011-07-11
1
-1
/
+1
*
Remove duplicated header files
kevlo
2011-06-24
1
-1
/
+0
*
Acknowledge Edwin Groothuis for the major rewrite he
rodrigc
2011-06-24
1
-1
/
+7
*
Update references to RFC's that the newer TFTP implementation supports.
rodrigc
2011-06-22
1
-0
/
+34
*
Bump date.
rodrigc
2011-06-22
1
-1
/
+49
*
Clarify that the TFTP blocksize (RFC2348) or non-standard
rodrigc
2011-06-16
1
-2
/
+3
*
Specify correct RFC2347 for TFTP options in diagnostic message.
rodrigc
2011-06-16
1
-2
/
+2
*
Fix a couple of spelling errors.
imp
2011-05-31
1
-3
/
+3
*
Remove the advertising clause from UCB copyrighted files in usr.bin. This
joel
2010-12-11
4
-16
/
+0
*
Make WARNS=6 clean.
marius
2010-09-24
2
-28
/
+23
*
Try to adhere to style.Makefile(5).
marius
2010-09-23
1
-4
/
+6
*
Remove an explicit assignment of the CFLAGS variable intended for
marius
2010-09-23
1
-1
/
+0
*
Fix transfer statistics in the "send file" case - The conditional used
gavin
2010-06-27
1
-4
/
+1
*
Fix core dump when server fails to respond.
gavin
2010-06-27
1
-1
/
+4
*
These files are no longer required since r207607
gavin
2010-06-12
3
-355
/
+0
*
Doh! Add another new file forgotten by the importer of edwin@'s tftp
imp
2010-05-04
1
-0
/
+42
*
Go ahead and merge the work edwin@ on tftpd into the tree. It is a
imp
2010-05-04
4
-602
/
+696
*
Fix return code in the case of successful file transfer, broken in
gavin
2010-01-03
1
-2
/
+6
*
ANSIfy, plus constify interfaces where possible.
delphij
2008-10-13
4
-115
/
+50
*
Use strlcpy() instead of strncpy() when we want the string to be
delphij
2008-10-13
1
-3
/
+2
*
Fix markup.
ru
2007-11-07
1
-29
/
+31
*
Set txrx_error to 1 when we reach abort. This makes the program correctly set...
matteo
2006-09-28
1
-0
/
+2
*
Use the new name H_SETSIZE instead of the old H_EVENT to set the history
stefanf
2005-10-19
1
-1
/
+1
*
Use socklen_t where appropriate.
stefanf
2005-08-05
1
-2
/
+2
*
Fix most cases where the address of an int is passed to a function expecting a
stefanf
2005-02-14
1
-1
/
+1
*
Sort sections.
ru
2005-01-18
1
-5
/
+5
*
Mechanically kill hard sentence breaks.
ru
2004-07-02
1
-1
/
+2
*
Bumped the document date.
ru
2004-05-19
1
-1
/
+1
*
Fix BSS buffer overflow in makeargv().
tjr
2003-10-12
1
-2
/
+3
*
tftp.1:
simon
2003-10-01
2
-6
/
+6
*
Make the description of the connect, get, and put commands clearer.
simon
2003-09-13
1
-34
/
+43
*
fix reverse logic in "connect" command that cause port specifications to be i...
jon
2003-03-25
1
-2
/
+2
*
mdoc(7) police: markup polishing.
ru
2002-11-26
1
-1
/
+1
*
mdoc(7) police: markup nits.
ru
2002-05-30
1
-5
/
+5
*
To perform even basic error checking, one must have an exit code that
bsd
2002-05-12
2
-4
/
+8
*
Backout copyright notice I broke by my previous commit.
ume
2002-04-26
1
-1
/
+1
*
Use `The .Nm utility'
charnier
2002-04-20
1
-2
/
+3
*
Add some constness to make this WARNS clean again.
dwmalone
2002-04-13
1
-3
/
+3
*
IPv6 support for tftp/tftpd.
ume
2002-04-11
4
-94
/
+155
*
Clean up vendor ID and FBSDID.
dwmalone
2002-03-30
1
-5
/
+7
*
remove __P
imp
2002-03-22
4
-42
/
+44
*
1) Move FreeBSD ID below vendor ID and don't compile vendor ID.
dwmalone
2002-02-27
1
-9
/
+10
*
Remove NO_WERRORs and WARNS=n's. To be revisited after GCC3.
markm
2002-02-08
1
-1
/
+0
[next]