summaryrefslogtreecommitdiff
path: root/ext/ftp/ftp.c
Commit message (Expand)AuthorAgeFilesLines
* MFH: php_gmtime_r() fixesAntony Dovgal2007-06-071-0/+3
* Fixed CRLF injection inside ftp_putcmd().Ilia Alshanetsky2007-03-241-0/+6
* snprintf() -> slprintf()Ilia Alshanetsky2007-02-271-2/+2
* fix typoStanislav Malyshev2007-02-241-1/+1
* - Avoid sprintf, even when checked copy'n'paste or changes lead to errorsMarcus Boerger2007-02-241-13/+9
* Fixed bug #37799 (ftp_ssl_connect() falls back to non-ssl connection)Nuno Lopes2007-02-131-40/+37
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* MFH: fix leaksAntony Dovgal2006-12-031-0/+2
* fix bug #39458: ftp_nlist() returns false on empty dirsNuno Lopes2006-12-011-1/+6
* fix spelling in error messages:Antony Dovgal2006-04-031-4/+4
* bump year and license versionfoobar2006-01-011-3/+3
* Fixed bug #31971 (ftp_login fails on some SSL servers).Ilia Alshanetsky2005-11-051-2/+6
* MFHfoobar2005-08-181-10/+10
* - Bumber up yearfoobar2005-08-031-1/+1
* Added bindto socket context option.Ilia Alshanetsky2005-06-141-1/+1
* Fixed compiler warning on win32.Ilia Alshanetsky2005-03-171-0/+2
* Final set of fixes for bug #27633.Ilia Alshanetsky2005-03-101-19/+2
* Fixes to ascii downloads on win32.Ilia Alshanetsky2005-03-091-3/+3
* Fixed bug #27633 (Double \r\r problem on ftp_get in ASCII mode on Win32).Ilia Alshanetsky2005-02-171-9/+15
* Fixed bug #30027 (Possible crash inside ftp_get()).Ilia Alshanetsky2004-10-051-2/+2
* removed unwanted NEW_LIBC checksAnantha Kesari H Y2004-09-271-5/+1
* Fix for Bug #24189: possibly unsafe select(2) usage.Wez Furlong2004-09-171-42/+5
* Fixed bug #27809 (ftp_systype returns null on some ftp servers).Ilia Alshanetsky2004-03-311-0/+3
* Fixed bug #27633 (Incorrect EOL translation by ftp_get() in ASCII mode).Ilia Alshanetsky2004-03-181-10/+32
* Don't rely on ANSI tmpfile(), use the streams layer instead, it'll deal with ...Sara Golemon2004-03-041-14/+7
* Avoid use of memcpy(), reply on struct in_addr to be right sized insteadSara Golemon2004-02-211-4/+3
* s_addr is always unsigned 32bit, long is not.Sara Golemon2004-02-201-2/+3
* - Fixed bug #26896 (ext/ftp does not work as shared extension)foobar2004-01-131-0/+4
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* Fail loudly, silence bogus bugs.Sara Golemon2003-12-161-0/+1
* Fix ftp build when openssl is built as a shared extension.Wez Furlong2003-12-061-12/+12
* Detect and enable IPv6 support under win32.Wez Furlong2003-12-061-2/+2
* ManageabilitySara Golemon2003-09-181-1/+1
* Add ftp_alloc() for servers which require client to predeclare filesize to be...Sara Golemon2003-09-181-0/+32
* Fix Bug #25294 LIST/NLST can cause segfault because ftp->data not cleaned pro...Sara Golemon2003-09-091-2/+3
* Make sure that ftp->data is nulled after it's freed. This may fix bugIlia Alshanetsky2003-08-311-13/+11
* emalloc -> safe_emallocIlia Alshanetsky2003-08-121-1/+1
* - HAVE_OPENSSL_EXT is not defined always.foobar2003-06-271-12/+12
* updating license information in the headers.James Cox2003-06-101-3/+3
* Fixed bug #23683Moriyoshi Koizumi2003-05-191-3/+4
* Eliminate some TSRMLS_FETCH() calls. Tested with Win32 build of SAPI/CGI and ...Sebastian Bergmann2003-03-251-8/+7
* Fixed bug #22765foobar2003-03-181-10/+9
* Tidy up stupid signed/unsigned issues with win32 by introducing a php_socket_...Wez Furlong2003-02-281-8/+8
* New user-space functions:Wez Furlong2003-02-281-1/+3
* - No need to include the ssl headers elsewhere but in ext/opensslfoobar2003-02-281-0/+4
* A add much more useful select(2) implementation than is provided byWez Furlong2003-02-161-1/+1
* CS fixes.Ilia Alshanetsky2003-02-141-24/+37
* MFB(r-1.68.2.5) Bug 22052Sara Golemon2003-02-131-2/+4
* Bug #22059. ftp_chdir() causes segfault. efree(ftp->pwd) was being called wi...Sara Golemon2003-02-131-2/+4
* Add ftp_raw() to send raw command strings to an FTP server.Sara Golemon2003-01-311-0/+21