summaryrefslogtreecommitdiff
path: root/usr.bin/ftp/ftp_var.h
AgeCommit message (Expand)Author
2017-11-20Issue PWD commands to the server only when we actuallykre
2015-12-16make DPRINTF/DWARN always statements.christos
2015-01-12Increase the buffer limit; otherwise files in:christos
2012-12-21PR/47276: Add https supportchristos
2009-04-12Fix numerous WARNS=4 issues (-Wcast-qual -Wsign-compare).lukem
2008-09-30update copyrightslukem
2008-05-10Add epsv6 and epsv to disable extended passive mode for ipv6 or both ipv4 and...skd
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2007-12-05DPRINTF() consistency tweakslukem
2007-12-05Rename HAVE_STRUCT_SOCKADDR_SA_LEN to HAVE_STRUCT_SOCKADDR_IN_SIN_LENlukem
2007-07-22Replace HAVE_SOCKADDR_SA_LEN with defined(HAVE_STRUCT_SOCKADDR_SA_LEN)lukem
2007-04-17* Implement -s srcaddr; uses srcaddr as the local IP address for alllukem
2006-01-31rename debug to ftp_debug. grr libssh.christos
2005-06-29Add NO_USAGE and NO_DEBUG so that we can fit in the floppies again.christos
2005-04-11gratuitous whitespace cleanup (before someone else jumps the gun...)lukem
2005-04-11Implement a timeout on the accept(2) in dataconn() and thelukem
2005-01-03Forbid filenames returned from mget that aren't in (or below) thelukem
2004-07-21Slightly rework SIGINT handling; if we're exiting the auto-fetch stufflukem
2004-07-20If an ftp auto-fetch transfer is interrupted by SIGINT (usually ^C),lukem
2004-06-06Save approximately 8K by not including http authentication, extended statuschristos
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-01-21Abstract out progress bar support into progressbar.[ch], for inclusionjhawk
2002-08-27Add a -q <quit-time> flag to abort a transfer if it has stalled for <quit-time>christos
2001-12-26update copyrightslukem
2001-12-23Add -4 to force IPv4 and -6 to force IPv6 address usage.lukem
2001-02-19convert to use getprogname()cgd
2000-11-15- implement "mreget"; as per "mget" but uses "reget" instead of "get"lukem
2000-08-01- rename NO_QUAD to NO_LONG_LONG, QUAD* -> LL* and add ULL* (unsigned)lukem
2000-07-30clean up NO_QUAD support: create helper #defines and use as appropriate:lukem
2000-07-28no trailing , on last item in enumlukem
2000-07-18add support for FEAT and OPTS commands with `features' and `opts'.lukem
2000-05-01convert to ANSI KNFlukem
2000-05-01* Add support for `fget localfile', which reads a list of filenames tolukem
2000-01-31define private type `sigfunc' aslukem
1999-12-05move version into separate file to reduce recompilation after version crank.lukem
1999-12-05crank versionlukem
1999-11-26bump versionlukem
1999-11-12- implement `set rprompt'; right side version of `set prompt'. depends onlukem
1999-11-11- implement updateremotepwd(); update the global variable `remotepwd'lukem
1999-11-09- split the version string into product and versionlukem
1999-11-03support `about:version'. also display the version in the output of `status'.lukem
1999-10-24new features:lukem
1999-10-10use sigjmp_buf for sigsetjmp(), instead of jmp_buf.lukem
1999-10-05add TNFi copyright to all files i've done more than a minor amount of work to...lukem
1999-10-05enhancments from Marc Horowitz <marc@mit.edu> to improve connection timeouts:lukem
1999-10-01If EPSV or EPRT fails, disable epsv4 for the rest of the current connection.lukem
1999-10-01prefix the global variables in ftp_var.h with GLOBAL, which defaultslukem
1999-10-01* don't bother with "pathnames.h"; it contained just a single #define.lukem
1999-09-30* In the !NI_NUMERICHOST case (i.e, getaddrinfo() challenged systems), portnumlukem
1999-09-22* add support for `xferbuf', which sets both `sndbuf' and `rcvbuf'lukem