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
/
stringlist.c
Age
Commit message (
Expand
)
Author
2019-05-16
Revert suni'ls ftp rewrite for now.
Florian Obser
2019-05-12
Move us from old ftp(1) to Sunil's new ftp(1). The necessary modifications
kmos
2015-05-20
Remove clauses 3 and 4 from Christos Zoulas' BSD license.
Ingo Schwarze
2014-10-08
userland reallocarray audit.
Doug Hogan
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
2007-09-02
use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg
Theo de Raadt
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
2003-12-16
for -DSMALL, do not include rcsid[]s
Theo de Raadt
2002-07-12
malloc/strdup failure not handled; cloder@acm.org
Theo de Raadt
1997-07-25
Updates from NetBSD (lukem) include -Wall cleanup.
Todd C. Miller
1997-02-03
Add back ``-r'' option and fix strncpy() usage and other nits because
Todd C. Miller