summaryrefslogtreecommitdiff
path: root/ext/standard/php_crypt_r.c
Commit message (Expand)AuthorAgeFilesLines
* Sync leading and final newlines in source code filesPeter Kokot2018-10-141-1/+0
* year++Xinchen Hui2018-01-021-1/+1
* Merge branch 'PHP-7.1'Xinchen Hui2017-04-101-2/+2
|\
| * Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-04-101-2/+2
| |\
| | * Fixed condition checkXinchen Hui2017-04-101-2/+2
| | * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
| * | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | | Resolve conflictSammy Kaye Powers2017-01-031-1/+1
|\ \ \
| * | | let s use the macro insteadDavid Carlier2016-10-151-1/+1
| * | | import explicit_bzero + strlc* functions updateDavid Carlier2016-10-151-1/+1
| |/ /
* | | Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
|/ /
* | Replace usage of php_int32 and php_uint32 with int32_t and uint32_tRouven Weßling2016-02-041-1/+1
|/
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| * bump yearXinchen Hui2015-01-151-1/+1
* | fix data type and warningAnatol Belski2015-09-251-3/+3
* | fix thread safety and zeroing methodAnatol Belski2015-07-291-2/+2
* | bump yearXinchen Hui2015-01-151-1/+1
* | trailing whitespace removalStanislav Malyshev2015-01-101-4/+4
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | generalized the case with secure memory zeroingAnatol Belski2014-09-191-2/+2
* | better way to zero away sensitive dataAnatol Belski2014-09-141-2/+2
|/
* Bump yearXinchen Hui2014-01-031-1/+1
* Happy New YearXinchen Hui2013-01-011-1/+1
* - Year++Felipe Pena2012-01-011-1/+1
* - Fixed bug #55874 (GCC does not provide __sync_fetch_and_add on some archs)Felipe Pena2011-11-151-2/+1
* - Fixed bug #55231 (Unsatisfied symbols __sync_fetch_and_add_4)Felipe Pena2011-09-171-1/+1
* Unbreak crypt() (fix bug #55439)Stanislav Malyshev2011-08-191-1/+1
* Fix more signed 1-bit bitfield, and let's use strlcpy/strlcat instead for theseRasmus Lerdorf2011-08-071-1/+1
* Make static analyzers happyRasmus Lerdorf2011-08-071-1/+1
* - Disable __sync_fetch_and_add for HPUX for now, gcc seems not provide __sync...Felipe Pena2011-07-231-1/+1
* - Fixed bug #55231 (Unsatisfied symbols __sync_fetch_and_add_4)Felipe Pena2011-07-191-1/+2
* - Fix #54721, different Hashes on Windows, BSD and Linux on wrong Salt sizePierre Joye2011-05-241-1/+1
* - Fixed bug #54895 (Fix compiling with older gcc version without need for mem...Felipe Pena2011-05-201-1/+1
* - Year++Felipe Pena2011-01-011-1/+1
* - Fixed bug #53530 (php_crypt tests gcc version incorrectly due toGustavo André dos Santos Lopes2010-12-121-1/+1
* - #51424, solaris partPierre Joye2010-06-171-1/+10
* - cleanup, no vc6 support in trunkPierre Joye2010-06-151-8/+1
* - #51424, silent warnings on winPierre Joye2010-06-151-1/+5
* - Fix #51424, crypt() function hangs after 3rd callPierre Joye2010-06-151-4/+6
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* - Fixed #50052, Different Hashes on Windows and Linux on wrong Salt sizePierre Joye2009-11-021-0/+1
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* - strncpy returns the byte copied not error code or 0Pierre Joye2008-08-201-1/+1
* - debugbreak may not be desired (harmless in release mode :)Pierre Joye2008-08-101-1/+1
* - MFH: fix the VC6 fix or strncpy_s (md5 crypt failed with VC9 as it used str...Pierre Joye2008-08-101-2/+2
* Secure versions of string functions don't exist for VC6Elizabeth Marie Smith2008-07-281-1/+8
* -MFH:Pierre Joye2008-07-281-0/+412