index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
ftp
/
complete.c
Age
Commit message (
Expand
)
Author
2010-04-26
Fix a bug in auto-completion accidentally introduced when support
Stefan Sperling
2010-04-25
ftpvis was not ok. fix it.
Ted Unangst
2010-04-25
Fix auto-completion of filenames containing whitespace.
Stefan Sperling
2009-05-05
make it clean removing the ifdef SMALL maze. separate cmds and
Martynas Venckus
2009-04-27
toast the rcsid strings which just get in the way
Theo de Raadt
2008-07-08
- add support for recursive transfers (but not for floppies), e.g.
Martynas Venckus
2008-06-26
First pass at removing clauses 3 and 4 from NetBSD licenses.
Ray Lai
2006-06-23
free and sl_free already check against NULL, remove a few unneeded ifs.
Steven Mestdagh
2006-04-25
two strtol calls that were begging to be converted to strtonum
Ted Unangst
2004-09-16
type corrections and other delinting
Theo de Raadt
2004-07-20
ansi; khalek@linuxgamers.net
Theo de Raadt
2004-07-09
You can only use strlcpy() on real C strings, which lf->buffer is not.
Todd C. Miller
2003-04-05
string fixes; ok miod henning
Theo de Raadt
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2001-08-03
Add back NUL termination of 'word' in complete() that was erroneously
Todd C. Miller
2001-06-26
use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok.
lebel
2001-03-09
Add a missing newline in debug mode to separate debug output from
Todd C. Miller
1997-09-04
Updtaes from NetBSD (lukem)
Todd C. Miller
1997-07-25
Updates from NetBSD (lukem) include -Wall cleanup.
Todd C. Miller
1997-04-23
allow "ftp -aV ftp://host/foo.tar.gz | tar xvfpz -" to work
Theo de Raadt
1997-04-16
Sync with NetBSD (lukem):
Todd C. Miller
1997-03-21
Add in recent NetBSD changes we didn't already have:
Todd C. Miller
1997-03-14
Sync with NetBSD and fix "get foo.txt /dev/tty" wrt progress meter
Todd C. Miller
1997-02-05
Include signal.h where reasonable and make signal handlers match
Todd C. Miller
1997-02-03
Add back ``-r'' option and fix strncpy() usage and other nits because
Todd C. Miller
1997-02-03
Sync with NetBSD
Todd C. Miller