summaryrefslogtreecommitdiff
path: root/ext/ftp/ftp.c
Commit message (Expand)AuthorAgeFilesLines
* Bug 70195Benedict Singer2016-08-131-17/+25
* Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
* Implement FR #55651 (Option to ignore the returned FTP PASV address)Avi Brender2015-12-151-3/+5
* Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-05-311-2/+0
|\
| * improve fix for Bug #69545Stanislav Malyshev2015-05-311-2/+0
* | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-05-121-41/+41
|\ \ | |/
| * Fix bug #69545 - avoid overflow when reading listStanislav Malyshev2015-04-291-41/+41
| * Bump yearXinchen Hui2014-01-031-1/+1
* | Bump yearXinchen Hui2015-01-151-1/+1
* | Bump yearXinchen Hui2014-01-031-1/+1
* | Merge branch 'PHP-5.4' into PHP-5.5Nikita Popov2013-12-301-0/+4
|\ \ | |/
| * Fix leak caused by fix to bug #65667Nikita Popov2013-12-301-0/+4
* | Merge branch 'PHP-5.4' into PHP-5.5Rasmus Lerdorf2013-10-201-1/+1
|\ \ | |/
| * Clean up this weird safe_emalloc() callRasmus Lerdorf2013-10-201-1/+1
* | Merge branch 'PHP-5.4' into PHP-5.5Rasmus Lerdorf2013-10-201-3/+3
|\ \ | |/
| * Minor Coverity tweaksRasmus Lerdorf2013-10-201-3/+3
* | Merge branch 'PHP-5.4' into PHP-5.5Rasmus Lerdorf2013-10-191-1/+1
|\ \ | |/
| * Remove senseless check hereRasmus Lerdorf2013-10-191-1/+1
* | Remove compile warnings:Christopher Jones2013-08-191-5/+0
|/
* First fixes for a 64bit compatible ftp extensionAndreas Streichardt2013-08-041-36/+18
* non living code related typo fixesVeres Lajos2013-08-041-1/+1
* - Bug #65228 (FTPs memory leak) patch by: marco dot beierer at mbsecurity dot chFelipe Pena2013-07-131-0/+15
* Happy New YearXinchen Hui2013-01-011-1/+1
* MFH r322485Scott MacVicar2012-01-261-2/+10
* - Year++Felipe Pena2012-01-011-1/+1
* Fix bug 60183Rasmus Lerdorf2011-11-011-0/+3
* - Year++Felipe Pena2011-01-011-1/+1
* Fixed bug #51190 (ftp_put() returns false when transfer was successful). Ilia Alshanetsky2010-03-041-1/+1
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* Fix null deref found by Michael MacleanRasmus Lerdorf2009-11-241-1/+1
* - Fixed bug #49447 (php engine need to correctly check for socket API Sriram Natarajan2009-09-041-5/+5
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* - MFH: don't use inet_ntop when not presentPierre Joye2008-07-121-1/+1
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* 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