summaryrefslogtreecommitdiff
path: root/win32/crypt_win32.c
Commit message (Collapse)AuthorAgeFilesLines
* - #45430, windows implementation of crypt is not TSPierre Joye2008-07-281-579/+0
| | | | | | | | | | - add Blowfish (using implementation from Solar Designer <solar at openwal dot com>) and extended DES support - Make crypt features portable: - if no crypt_r, php's implemetation is used (all algo and TS), php can't be used with unsafe crypt anymore - if one algo is missing, php's implemetation is used - Windows always use php's implementation - removed old code in windows/
* - CS/WSPierre Joye2008-07-171-318/+335
|
* New crypt() implementation for win32 which is about 10 times faster and has ↵Dmitry Stogov2006-06-161-313/+520
| | | | more friendly license.
* bump year and license versionfoobar2006-01-011-3/+3
|
* - Bumber up yearfoobar2005-08-031-1/+1
|
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
|
* updating license information in the headers.James Cox2003-06-101-3/+3
|
* Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* Added MD5 support for crypt() on Windows.Edin Kadribasic2002-05-101-2/+11
|
* Fugbix typo.Sebastian Bergmann2002-03-181-1/+1
|
* Adding note about permission to distribute this code under the PHP licenseFrank M. Kromann2002-03-181-0/+3
|
* Enabling crypt() on Win32Frank M. Kromann2002-03-071-0/+343