summaryrefslogtreecommitdiff
path: root/ext/standard/crypt.c
Commit message (Expand)AuthorAgeFilesLines
* * email address updateStig Bakken2004-02-121-1/+1
* - Moved php_srand() call into php_rand().foobar2004-01-191-4/+0
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* Moved the RINIT(crypt) stuff into crypt() itself.foobar2003-08-111-12/+4
* updating license information in the headers.James Cox2003-06-101-3/+3
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* Convert to use new parameter parsing API.Andrei Zmievski2001-10-261-19/+10
* Fixed bugs: #13251, #9827, #11363foobar2001-10-211-1/+1
* Make rand thread safe when ZTS is defined.Sterling Hughes2001-09-161-3/+4
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
* revert bad commit.foobar2001-09-051-0/+12
* Merge RAND_REDESIGN into MAINJeroen van Wolffelaar2001-09-031-12/+0
* Reverted the patch to main branch - should have branched wholeJeroen van Wolffelaar2001-08-221-2/+1
* Commit forgotten fix in crypt.c, oversight of a BC-problemJeroen van Wolffelaar2001-08-221-1/+2
* WhitespaceZeev Suraski2001-08-111-1/+1
* more tsrm cleanupSascha Schumann2001-08-061-1/+1
* - Fixed bug: #10822foobar2001-08-041-9/+5
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-3/+2
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-051-0/+1
* Fix bug: #8834. Now there should be more random salts..foobar2001-05-061-1/+11
* spaces to tabsfoobar2001-04-051-6/+6
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
* The php_rand() and php_srand() functions added in the previous commitJon Parise2001-02-221-0/+1
* Adding php_rand() and php_srand(seed) as a wrapper around random, lrand48 and...James Moore2001-02-221-14/+4
* For those lucky systems with both random() and *rand48(), the random()Jim Jagielski2001-02-061-6/+6
* - Fix for bug #8535 - floating point exception on FreeBSD while initializingDerick Rethans2001-01-081-1/+1
* - Fix for bug 7035, regarding PHP_MAX_SALT_LENGTH for OpenBsdDerick Rethans2001-01-071-1/+1
* The result of conv_z_macros and some manual conversion ofSascha Schumann2000-11-271-4/+1
* - Make the random generator work again. This patch seems to work.Andi Gutmans2000-11-031-11/+12
* Get rid of unnecessary preprocessor constructs.Sascha Schumann2000-07-261-12/+7
* Use the lcg as another entropy source for seeding the PRNG when creatingSascha Schumann2000-07-261-3/+4
* - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patchAndi Gutmans2000-06-051-1/+1
* a second (cleaner?) try on warnings about unsupported functionsHartmut Holzgraefe2000-05-271-5/+1
* - I'm not sure if PHP_NOT_IN_THIS_BUILD is the way to handle theseAndi Gutmans2000-05-271-1/+1
* if a module provides a function it should also do so if the functionHartmut Holzgraefe2000-05-261-1/+5
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2
* proto-takeover from php3Hartmut Holzgraefe2000-05-171-1/+3
* Put in a hack, so that users can compile PHP, even if the configure-timeSascha Schumann2000-05-051-0/+11
* @Cleaned up extension namespace (Stig)Stig Bakken2000-03-061-10/+0
* - Convert 'PHP3' to 'PHP'Zeev Suraski2000-02-261-31/+31
* the pipe is breaking all the timeZeev Suraski2000-02-191-2/+2
* Fine tune Andi's patchZeev Suraski2000-02-111-1/+1
* - Get rid of some more evil MSVC5's and switch standard/ to use PHP_WIN32Andi Gutmans2000-02-101-1/+1
* Cleanup patchesZeev Suraski2000-02-051-2/+0
* Happy Y2K patch! Happy new year (or the new millennium, depending on whetherSascha Schumann2000-01-011-1/+1
* - The tree compiles againZeev Suraski1999-12-181-2/+2
* More php3_ annihilationZeev Suraski1999-12-181-4/+4
* - Made PHP_VERSION and PHP_OS work againZeev Suraski1999-12-171-1/+1