summaryrefslogtreecommitdiffstats
path: root/lib/libfetch/ftp.c
Commit message (Expand)AuthorAgeFilesLines
* MFH (r308996, r309051, r309738): refactor, avoid repeating DNS requestsdes2016-12-141-2/+2
* libfetch: replace 0 with NULL for pointers.pfg2016-04-091-1/+1
* latin1 -> utf8des2011-10-191-2/+2
* Update copyright dates and strip my middle name.des2011-09-271-1/+1
* Think first, commit second.des2011-09-271-4/+3
* Long overdue: make passive mode the default for ftp.des2011-09-271-2/+2
* Increase WARNS to 4.des2011-05-121-1/+1
* Fix a bug related to connection caching which could cause a crash afterdes2011-01-171-0/+1
* Fix a socket leak in ftp_request() after that a connection is established.attilio2009-11-251-3/+9
* Use memcpy(3) instead of the BSD-specific bcopy(3).des2008-02-081-4/+4
* Fix a regression introduced in rev 1.99: replace fclose(f) with a commentdes2008-01-231-1/+5
* As several people pointed out, I did all the ctype casts the wrongdes2007-12-191-11/+17
* Add support for the NO_PROXY / no_proxy environment variable as used bydes2007-12-181-5/+7
* Old patch I had lying around: correctly cast the argument to is*().des2007-12-181-10/+10
* Clean up namespace violations.des2007-12-141-116/+116
* Add back the original behavior of changing the entire directory path atnjl2007-04-221-1/+23
* Respect FETCH_BIND_ADDRESS when opening the data connection.des2006-06-131-0/+5
* Fix a bug introduced in rev 1.92, where, when changing from one directorydes2006-06-131-0/+2
* In order to maintain interoperability with certain broken FTP servers,des2006-01-191-2/+18
* Change directory one level at a time, and use CDUP to back out. This is ades2005-08-121-29/+152
* Update copyright years.des2004-09-211-1/+1
* Don't close a FILE * which we know is bogus.des2003-08-291-1/+0
* Some servers respond to RETR in active mode with 125 (connection alreadydes2003-08-191-1/+1
* The flags passed in to _ftp_get_proxy may be nullmtm2003-03-191-1/+1
* Don't parse the proxy URL unless we're actually going to use it. No realdes2003-03-111-5/+10
* style(9): add parentheses to sizeof even when not strictly required.des2003-01-281-6/+6
* Hook in the .netrc code + don't use pointers as if they were booleans.des2003-01-221-4/+6
* The FTP connection caching needs a better interface -- connections arenjl2002-10-251-0/+4
* When recycling a cached connection, increment the reference count so thattjr2002-10-201-1/+1
* Make _fetch_connect() always set the error code.fenner2002-09-171-3/+2
* Cope with 2292bis-01 getaddrinfo (no NI_WITHSCOPEID, always attachume2002-07-021-0/+1
* Add a reference count to struct fetchconn so we don't prematurely close anddes2002-06-111-1/+1
* Wrap everything in struct connection, and enforce timeouts everywheredes2002-06-051-15/+17
* First step towards SSL support: wrap connections in a 'struct connection'des2002-06-051-92/+89
* Modernize my email addressphk2002-03-251-1/+1
* Reindent, and add parentheses to return statements. Some functions indes2002-02-051-689/+694
* Mark uploads as O_WRONLY, not O_RDONLY.des2002-01-201-2/+6
* Remove VT100 escapes from debugging messages now that they're enabled bydes2002-01-011-3/+2
* Reorganize to reduce code duplication.des2001-12-041-64/+32
* Tons of type, style and warning fixes that have been rotting in my tree fordes2001-10-181-29/+29
* Add __FBSDID()s to libfetchdillon2001-09-301-2/+3
* Handle snprintf() returning < 0 (not just -1)brian2001-08-201-1/+1
* Handle snrintf overflows.brian2001-08-201-0/+2
* Handle snprintf() returning -1.brian2001-08-201-1/+2
* Don't call _ftp_closefn() upon EOF in _ftp_readfn(); just return 0. Thisdes2001-06-111-1/+1
* Add rudimentary support for an authentication callback function.des2001-05-261-41/+45
* Plug memory leak.des2001-05-261-6/+3
* Apply 'const' liberally.archie2001-04-241-17/+19
* If the server's reply to the SIZE command is unparseable, reset us->sizedes2001-04-071-0/+1
* Use high port range by default, and replace the 'h' option with an 'l' optiondes2001-03-241-4/+4
OpenPOWER on IntegriCloud