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
/
main.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ANSIfy, plus constify interfaces where possible.
delphij
2008-10-13
1
-62
/
+26
*
Use strlcpy() instead of strncpy() when we want the string to be
delphij
2008-10-13
1
-3
/
+2
*
Use the new name H_SETSIZE instead of the old H_EVENT to set the history
stefanf
2005-10-19
1
-1
/
+1
*
Fix BSS buffer overflow in makeargv().
tjr
2003-10-12
1
-2
/
+3
*
tftp.1:
simon
2003-10-01
1
-5
/
+5
*
fix reverse logic in "connect" command that cause port specifications to be i...
jon
2003-03-25
1
-2
/
+2
*
To perform even basic error checking, one must have an exit code that
bsd
2002-05-12
1
-4
/
+4
*
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
1
-76
/
+91
*
remove __P
imp
2002-03-22
1
-26
/
+26
*
1) Move FreeBSD ID below vendor ID and don't compile vendor ID.
dwmalone
2002-02-27
1
-9
/
+10
*
Argh...argv->argc
guido
2002-01-04
1
-1
/
+1
*
Fix the coredump that occurs when, from the tfpt prompt, a 'c' command is
guido
2002-01-04
1
-1
/
+1
*
WARNS=2 fixes. NO_WERROR set as there are some hard-to-fix
markm
2001-12-11
1
-58
/
+59
*
Fixed most style bugs in previous commit.
bde
2001-10-19
1
-14
/
+11
*
Add libedit support to tftp.
mdodd
2001-10-19
1
-8
/
+44
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Rename a function name so that it doesn't conflict with a future system call.
dg
1998-10-30
1
-3
/
+3
*
Don't assume that hp->h_lenght == 4. Be conservative in its use.
imp
1998-06-09
1
-8
/
+14
*
Use err(3). 100 -> MAXHOSTNAMELEN from OpenBSD.
charnier
1997-08-14
1
-21
/
+18
*
Don't use __dead or __pure in user code. They were obfuscations
bde
1996-09-14
1
-2
/
+2
*
Kill the (hopefully) last occurance of gets(3) in the base source tree.
joerg
1995-12-27
1
-6
/
+11
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-3
/
+3
*
BSD 4.4 Lite Usr.bin Sources
rgrimes
1994-05-27
1
-0
/
+733