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