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
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