summaryrefslogtreecommitdiff
path: root/usr.bin/ftp/complete.c
AgeCommit message (Expand)Author
2009-04-12Fix numerous WARNS=4 issues (-Wcast-qual -Wsign-compare).lukem
2009-04-12fix -Wshadow issueslukem
2008-09-30update copyrightslukem
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2007-04-17* Implement -s srcaddr; uses srcaddr as the local IP address for alllukem
2006-01-31Rename xfoo() to ftp_foo() to avoid collisions with libssh. Don't ask.christos
2005-06-09copyright maintenancelukem
2005-05-19Some const cleanups.lukem
2000-05-01convert to ANSI KNFlukem
2000-01-20complete_ambiguous(): be consistent about completing unambiguous matches; iflukem
1999-11-28* implement xsl_init() and xsl_add(); error checking forms of sl_{init,add}()lukem
1999-11-26* complete_remote(): use remglob("", ...) instead of remglob(".", ...),lukem
1999-10-24new features:lukem
1999-10-05add TNFi copyright to all files i've done more than a minor amount of work to...lukem
1999-09-28* add new commands:lukem
1999-09-27* idle(): rename to idlecmd(). certain linux distributions have an incompatiblelukem
1999-09-26* replace ifdefs against __SVR4 and __linux__ with DIRENT_MISSING_D_NAMLEN;lukem
1999-09-24* use %lld instead of %qd to print out (long long) vars.lukem
1999-09-24in complete(), only copy the word if there is one.lukem
1999-09-22replace snprintf() with strlcpy(), strlcat(), or direct assignmentlukem
1999-07-10don't do unnecessary const castawayschristos
1999-06-24include <signal.h> explicitly! we use sig_t extern.h, and we cannotchristos
1999-06-20split the "SMALL" #ifdefs into ones for NO_ABOUT, NO_EDITCOMPLETE, andcgd
1999-06-12oops reversed the test.christos
1999-06-12Make this compile on linux [zoularis on linux works]christos
1999-03-08whitespace & copyright fixeslukem
1999-02-18during an ambiguous complete, take into account the length of thelukem
1999-02-08whitespacelukem
1999-02-07changes to fix [bin/6951] by Peter Simons <simons@cys.de>:lukem
1999-02-07complete ~ in local paths (noted by perry@netbsd.org)lukem
1998-08-08minor workaround for borken compilerslukem
1998-08-03features:lukem
1998-06-04some fixes & enhancements from openbsd's ftp, with extra fixes by me:lukem
1998-06-01* use CC_REFRESH_BEEP in an ambiguous complete (recently added to -ledit)lukem
1998-05-20- cast arg to is*() to unsigned char.christos
1997-09-13Fixes from Todd Miller <Todd.Miller@courtesan.com>:lukem
1997-08-18bugs fixed:lukem
1997-07-20* use RCSID() && COPYRIGHT() macroslukem
1997-05-24Simplify NLST parsing code in complete_remote(); just basename each oflukem
1997-04-14More enhancements/bugfixes (when will it end?)lukem
1997-03-16Fixes from <Todd.Miller@cs.colorado.edu>, with some cleanup and reworks by me:lukem
1997-03-14SMALLFTP->SMALL; remove SMALL from Makefilechristos
1997-03-13Deal with SMALLFTP a bit differently [by compiling complete.c]christos
1997-03-13Features:lukem
1997-02-01[Yet Another Huge Ftp Commit - hopefully the last for a while,lukem
1997-01-19New features:lukem