History log of /PHP-8.1/ext/standard/crypt.c (Results 126 – 150 of 171)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 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()

# 69d1e788 26-May-2000 Hartmut Holzgraefe

if a module provides a function it should also do so if the function
is not functional due to configure findings
the function should offer a meaningful warning if it is not supported
inst

if a module provides a function it should also do so if the function
is not functional due to configure findings
the function should offer a meaningful warning if it is not supported
instead of just beeing undefined
i had already changed this in 'gd', now this is doing it for 'standard'

show more ...

Revision tags: php-4.0.0
# e043439f 18-May-2000 Zeev Suraski

Update the license with the new clause 6

# e5a2f0f9 17-May-2000 Hartmut Holzgraefe

proto-takeover from php3

Revision tags: php-4.0RC2
# 8570e0e3 05-May-2000 Sascha Schumann

Put in a hack, so that users can compile PHP, even if the configure-time
checks failed to detect the capabilities of crypt().

1234567