History log of /PHP-8.2/ext/standard/crypt.c (Results 126 – 150 of 175)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 78747bd2 09-Sep-2001 Derick Rethans

- Don't wrap lines... this is annoying while coding.

Revision tags: php-4.0.7RC2
# 42b5521a 05-Sep-2001 foobar

revert bad commit.

# f7306ce0 03-Sep-2001 Jeroen van Wolffelaar

Merge RAND_REDESIGN into MAIN

# 3e62bd08 22-Aug-2001 Jeroen van Wolffelaar

Reverted the patch to main branch - should have branched whole
ext/standard...

# 43c2bc36 22-Aug-2001 Jeroen van Wolffelaar

Commit forgotten fix in crypt.c, oversight of a BC-problem

Revision tags: php-4.0.7RC1, BEFORE_EXP_MERGE
# c0404f46 11-Aug-2001 Zeev Suraski

Whitespace

Revision tags: PRE_METHOD_DEREFERENCE_PATCH, BEFORE_PARAM_PARSING_CHANGE, PRE_ENGINE2_SPLIT
# 23b9300f 06-Aug-2001 Sascha Schumann

more tsrm cleanup

# d800a2e1 04-Aug-2001 foobar

- Fixed bug: #10822
- CRYPT_SALT_LENGTH is now set to the maximum length the system
supports, like it has been in the documentation for ages.
- The automatic salt is now also working li

- Fixed bug: #10822
- CRYPT_SALT_LENGTH is now set to the maximum length the system
supports, like it has been in the documentation for ages.
- The automatic salt is now also working like it should.

show more ...

Revision tags: PRE_TSRM_MERGE_PATCH, PRE_GRANULAR_GARBAGE_FIX, php-4.0.6, php-4.0.6RC4, php-4.0.6RC3
# 81e2cf03 06-Jun-2001 Rasmus Lerdorf

Fix folding and clean up some extensions

# 25c3a3a3 05-Jun-2001 Rasmus Lerdorf

vim-6 does folding - clean up a bunch of missing folding tags plus
some misguided RINIT and RSHUTDOWN calls in a few fringe extensions

Revision tags: php-4.0.6RC2, php-4.0.6RC1
# 8e006f81 06-May-2001 foobar

Fix bug: #8834. Now there should be more random salts..

Revision tags: php-4.0.5, php-4.0.5RC8, php-4.0.5RC7
# 62c517d1 05-Apr-2001 foobar

spaces to tabs

Revision tags: php-4.0.5RC6, php-4.0.5RC5, php-4.0.5RC4, php-4.0.5RC3, php-4.0.5RC2, php-4.0.5RC1
# eb6ba01d 26-Feb-2001 Andi Gutmans

- Fix copyright notices with 2001

# b0af96a9 22-Feb-2001 Jon Parise

The php_rand() and php_srand() functions added in the previous commit
require the inclusion of php_rand.h.

# 118c0155 22-Feb-2001 James Moore

Adding php_rand() and php_srand(seed) as a wrapper around random, lrand48 and rand.

# e541a27e 06-Feb-2001 Jim Jagielski

For those lucky systems with both random() and *rand48(), the random()
family is the prefered choice. So if both exist, we now choose that.

Revision tags: php-4.0.4pl1, php-4.0.4pl1RC2
# aff9ff83 08-Jan-2001 Derick Rethans

- Fix for bug #8535 - floating point exception on FreeBSD while initializing
crypt random numbers

# 62375ba7 07-Jan-2001 Derick Rethans

- Fix for bug 7035, regarding PHP_MAX_SALT_LENGTH for OpenBsd

Revision tags: php-4.0.4pl1RC1, php-4.0.4REL, php-4.0.4RC6, php-4.0.4RC5, php-4.0.4RC4, php-4.0.4RC3
# 949b0893 27-Nov-2000 Sascha Schumann

The result of conv_z_macros and some manual conversion of
"return_value.*=.*IS_STRING" constructs to RETVAL_STRINGL.

# 139d5c10 03-Nov-2000 Andi Gutmans

- Make the random generator work again. This patch seems to work.

Revision tags: php-4.0.3, php-4.0.3RC2, php-4.0.3RC1, php-4.0.2, PRE_LIBMYSQL_REVERT, php-4.0.2RC1, PRE_FILE_COMPILE_API_CHANGE
# 08f75860 26-Jul-2000 Sascha Schumann

Get rid of unnecessary preprocessor constructs.

# 30472a1c 26-Jul-2000 Sascha Schumann

Use the lcg as another entropy source for seeding the PRNG when creating
a salt for crypt().

Revision tags: PRE_METHOD_CALL_SEPERATE_FIX_PATCH, php-4.0.1pl1, php-4.0.1, php-4.0.1RC2, php-4.0.1RC, PRE_EIGHT_BYTE_ALLOC_PATCH
# 3701bc42 05-Jun-2000 Andi Gutmans

- ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch

# fb39eda0 27-May-2000 Hartmut Holzgraefe

a second (cleaner?) try on warnings about unsupported functions

# afccb586 27-May-2000 Andi Gutmans

- I'm not sure if PHP_NOT_IN_THIS_BUILD is the way to handle these
- functions but in any case I have changed it to PHP_NOT_IN_THIS_BUILD()

1234567