summaryrefslogtreecommitdiff
path: root/usr.bin/ftp
AgeCommit message (Expand)Author
2006-07-26If a file upload (via -u) fails, return an non-zero exit value based on thelukem
2006-05-23Coverity CID 3610: derefencing NULL pointer.jnemeth
2006-05-10quell GCC 4.1 uninitialised variable warnings.mrg
2006-05-01Coverity CID 1447: Avoid buffer overflow.christos
2006-05-01Coverity CID 1448: Avoid static array overflow.christos
2006-04-28Coverity CID 873: Only align if we printed a string.christos
2006-04-28Coverity CID 874: Don't check local; it cannot be NULL.christos
2006-04-28Coverity CID 875: local is not allowed to be NULL; don't check for it.christos
2006-04-28Coverity CID 2194: Don't forget to free port.christos
2006-04-28Coverity CID 2195: Free path in all code paths, not some.christos
2006-01-31rename debug to ftp_debug. grr libssh.christos
2006-01-31Rename xfoo() to ftp_foo() to avoid collisions with libssh. Don't ask.christos
2006-01-02recognize 307 redirect code.christos
2005-08-21Don't clear the trailing character on the auth_url() username;lukem
2005-07-19Revert back to using an int (instead of size_t) for holding a value that maylukem
2005-07-06In macdef, point to $ command (from jmc@openbsd), and split paragraph (it was...wiz
2005-07-06Use more macros, and use them more consistently.wiz
2005-07-05Improve the description of the macros.lukem
2005-06-29forgot to remove the file pointer from the macro.christos
2005-06-29Add NO_USAGE and NO_DEBUG so that we can fit in the floppies again.christos
2005-06-10Need to #ifdef around declaration of ch with NO_EDITCOMPLETE so this compilesjmc
2005-06-10Implement:lukem
2005-06-09copyright maintenancelukem
2005-06-01* Only print the "Trying <address>..." message if verbose andlukem
2005-05-29* fetch_ftp(): preserve 'anonftp' across a disconnect() so that multiplelukem
2005-05-27formatbuf(): fix %m and %M to use the hostname, not the username.lukem
2005-05-26Improve method used in fileindir() to determine if `file' is in or under `dir':lukem
2005-05-20Printf field widths and size_t don't always mix well, so cast to int.he
2005-05-20Make this compile on sparc64 (size_t != int).jdc
2005-05-19tab cleanuplukem
2005-05-19Use size_t instead of int where appropriate.lukem
2005-05-19Some const cleanups.lukem
2005-05-14Helps if the definition of xconnect() matches its declaration....dsl
2005-05-14Fix some cast issues highlighted by Scott Reynolds using gcc 4 on OSX.4lukem
2005-05-13* Correct the "optlen" argument passed to getsockopt(3) and setsockopt(3)lukem
2005-05-11Use socklen_t instead of int as the 5th argument to getsockopt().lukem
2005-05-10Prevent an overly-long input line causing a core dump when editing is enabled.lukem
2005-05-07correct a commentlukem
2005-04-11typo in previouslukem
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-04-10In fetch_url(), don't call freeaddrinfo(res0) too early, as we use pointerslukem
2005-02-20If we mark up RFC, then avoid using "command modifier" for it.wiz
2005-02-11As dsl points out, sysinst uses the progress bar so put it back on SMALLPROGjmc
2005-02-11White space nit- don't put a space before/after increment/decrementsimonb
2005-02-10White space nitjmc
2005-02-10Fix compilation issues for NO_PROGRESSjmc
2005-02-10Add NO_PROGRESS for -DSMALLjmc
2005-02-09Factor out common string processing code eliminating static buffers,christos
2005-01-15preempt wizd; crank datelukem