summaryrefslogtreecommitdiff
path: root/usr.bin/ftp/version.h
AgeCommit message (Expand)Author
2001-12-26update copyrightslukem
2001-12-23Add -4 to force IPv4 and -6 to force IPv6 address usage.lukem
2001-12-20Large file ASCII mode support by using fseeko() instead of fseek().lukem
2000-12-15invoke cmdtab.c_handler()s with argv[0] == c_name instead of thelukem
2000-11-24cope with 2553bis getnameinfo (always attach scope id)itojun
2000-11-15- implement "mreget"; as per "mget" but uses "reget" instead of "get"lukem
2000-09-28explicitly use SOCK_STREAM with socket() instead of res->ai_socktype,lukem
2000-08-06* implement parseport(), which takes a string and attempts to convertlukem
2000-08-01- rename NO_QUAD to NO_LONG_LONG, QUAD* -> LL* and add ULL* (unsigned)lukem
2000-07-31- we can't just rename BSD4_4 -> HAVE_SIN_LEN, since bsd systems define BSD4_4;lukem
2000-07-30clean up NO_QUAD support: create helper #defines and use as appropriate:lukem
2000-07-28rename "opts" to "remopts", so people used to "o host" don't get bitten...lukem
2000-07-18add support for FEAT and OPTS commands with `features' and `opts'.lukem
2000-06-15* migrate the SYST parsing from setpeer() into a separate remotesyst().lukem
2000-06-11from itojun: better fix for previous (doesn't need in_addr_t or u_int32_t)lukem
2000-06-11portability fixes for lukemftp:lukem
2000-06-05- fix ai_unmapped() to be a no-op in the !def INET6 caselukem
2000-05-31Add support for 'ftp -u url file ...', to upload a list of files to given url.lukem
2000-05-28Change `ls' to use the `LIST' and not `NLST' FTP protocol command.lukem
2000-05-01* Add support for `fget localfile', which reads a list of filenames tolukem
2000-04-13crank versionlukem
2000-04-13s/strtoq/strtoll/ (the latter is standardised)lukem
2000-01-31cranklukem
2000-01-26crank versionlukem
2000-01-25crank versionlukem
1999-12-12crank versionlukem
1999-12-05move version into separate file to reduce recompilation after version crank.lukem