summaryrefslogtreecommitdiff
path: root/usr.bin/ftp
AgeCommit message (Expand)Author
2010-03-05ftp 20100305: fix http date parsinglukem
2010-03-05Back to using 'RFC xxxx' instead of 'RFCxxxx'lukem
2010-03-04Parse HTTP 'Date' entries in the `C' locale rather than the user's.lukem
2010-02-03Userland now builds and uses terminfo instead of termcap.roy
2010-01-12rename argument from "bool" to "val"lukem
2009-11-15Crank version to 20090915:lukem
2009-08-17back out previous; luke says:christos
2009-08-16use strrchr to find the last @ because we might want the username to containchristos
2009-08-13avoid NULL dereference in log output if the command line parserdrochner
2009-07-13Rename internal getline() function to get_line() so it doesroy
2009-07-11Fix markup.joerg
2009-05-04New sentence, new line.wiz
2009-04-24Revert incorrect change made as part of the WARNS=4.lukem
2009-04-15Another empty-body warning/error, another set of curly braces. This, andjld
2009-04-15Unbreak the build by adding curly braces to placate the empty-body warning.jld
2009-04-12Fix numerous WARNS=4 issues (-Wcast-qual -Wsign-compare).lukem
2009-04-12fix -Wshadow issueslukem
2009-03-12Don't workaround ancient macro argument limit with .Xo/.Xc. Don't usejoerg
2008-12-05correct a commentlukem
2008-09-30update copyrightslukem
2008-09-09getline() returns int. Don't cast to unsigned value and compare with -1.gmcgarry
2008-08-13Use AF_INET instead of AF_UNSPEC as the default family if !defined(INET6).lukem
2008-07-21Add TNF to __COPYRIGHTlukem
2008-07-21Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2008-05-13Bump date; punctuation improvements.wiz
2008-05-10Bump version string, as per lukem@.skd
2008-05-10Add epsv6 and epsv to disable extended passive mode for ipv6 or both ipv4 and...skd
2008-05-05Only attempt to el_parse() a command unknown by the default parserlukem
2008-05-02Move TNF licenses to 2 clause formmartin
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-22Use the service name to getaddrinfo() (along with the host name), so thatlukem
2008-01-21Turn off the alarmtimer before resetting the SIGALRM handler back to SIG_DFL.lukem
2008-01-08Sort a command. It was was renamed in 1.113 but not resorted.reed
2007-12-05DPRINTF() consistency tweakslukem
2007-12-05Rename HAVE_STRUCT_SOCKADDR_SA_LEN to HAVE_STRUCT_SOCKADDR_IN_SIN_LENlukem
2007-12-02Sort options.wiz
2007-08-22Cast the field precision calculation to int.lukem
2007-08-22Improve parsing of chunked transfer chunks per RFC2616:lukem
2007-08-20Never use "utilize". It means exactly the same thing as "use", but itperry
2007-08-06reorder location of "-s srcaddr" in synopsislukem
2007-08-06Update version for:lukem
2007-07-22Replace HAVE_SOCKADDR_SA_LEN with defined(HAVE_STRUCT_SOCKADDR_SA_LEN)lukem
2007-07-18Document about:ftp and about:version.lukem
2007-06-05Enforce restriction that (http) proxied URL fetchs don't supportlukem
2007-05-28Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on thetls
2007-05-24Display times in RFC2822 form rather than using ctime(3), sincelukem
2007-05-24Revert previous "64bit fix" because it actually removed desired functionality.lukem
2007-05-22Unbreak debug printf on 64-bit arches.tnn
2007-05-22* main: call tzset() to ensure TZ is setup for other <time.h> functions.lukem
2007-05-15* Modify parse_url() to consistently strip the leading `/' off ftp URLs.lukem