summaryrefslogtreecommitdiff
path: root/ext/mcrypt
Commit message (Collapse)AuthorAgeFilesLines
* Make this compile in ZTS mode.foobar2001-07-301-8/+8
|
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-282-41/+1
|
* Fix a couple of buffer overflows in mcrypt.cZeev Suraski2001-07-101-2/+2
|
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-6/+15
|
* * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)Stig Bakken2001-05-241-0/+4
|
* - Fix for bug #10890Derick Rethans2001-05-181-3/+6
| | | | | @- Fixed bugs in the mcrypt extension that caused crashes (Derick)
* - Fix for bug #9801 (and maybe others)Derick Rethans2001-05-171-1/+0
|
* Fix indentation of ./configure --help messages.Sascha Schumann2001-05-121-1/+2
|
* Cleaned up this a bit..foobar2001-05-101-22/+22
|
* - Fix for bug #10518 (Thanks to kettler@gmx.net)Derick Rethans2001-05-011-3/+3
|
* - Fixed some more problems with keys being chopped off (fix for bug #8839)Derick Rethans2001-04-181-5/+7
|
* - Removed debug thingDerick Rethans2001-04-101-1/+0
|
* - Fix for bug #8839Derick Rethans2001-04-101-28/+31
| | | | | - MINFO updated to use smart_str's
* Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes.foobar2001-03-271-3/+3
| | | | | # Heads up people! I tested this before committing but you never know..
* - Fixed mem leakDerick Rethans2001-03-161-1/+3
|
* - Finally rename modules.h to zend_modules.h for consistency (first tryAndi Gutmans2001-02-261-1/+1
| | | | | | | was 2000-03-11). - Remove the first_arg_force_ref[]; and friends extern from php.h as they are included via zend_API.h
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
|
* Support for perl-compatible blowfish encryption (in libmcrypt CVS andColin Viebrock2001-01-131-0/+1
| | | | | versions later than 2.4.8)
* Skip mcrypt/gmp tests, if the extensions are not available.Sascha Schumann2000-12-241-0/+2
|
* - Added test for bug #8040Derick Rethans2000-12-151-0/+29
|
* - Added a patch that changed the checking of which version of libmcrypt isDerick Rethans2000-12-151-4/+4
| | | | | installed (Thanks to: Anil Madhavapeddy <anil@recoil.org>)
* Run through conv_z_macrosSascha Schumann2000-11-221-65/+65
|
* 2nd step towards auto-creditsHartmut Holzgraefe2000-11-201-0/+2
|
* Corrected some checks for errors.Nikos Mavroyanopoulos2000-10-251-4/+4
|
* fixed unresolved externals.Daniel Beulshausen2000-10-021-7/+7
| | | | | | | # it compiles fine now, and php loads the extension fine # but there must be definetly something with the paths # cause mcrypt doesn't want to load any alogrithm
* major cleanupDaniel Beulshausen2000-09-281-4/+4
| | | | | # but still doesn't work for me
* - Fix for bug #6586Derick Rethans2000-09-091-1/+1
|
* - Reversed last 'fix'Derick Rethans2000-08-211-2/+1
| | | | | # Sascha suggested that it must be corrected in wuth mcal
* - Fix for bug #6263Derick Rethans2000-08-201-1/+2
|
* - Clearified which version of libmcrypt is enabledDerick Rethans2000-08-151-1/+4
| | | | | # Request by Olivier Cahagne
* Move MCLS_FETCH() inside #if HAVE_LIBMCRYPT24. Fixes build againstSascha Schumann2000-08-141-1/+1
| | | | | libmcrypt 2.2.
* Remove unnecessary precompiler macros. The failure condition is catchedSascha Schumann2000-08-141-4/+0
| | | | | at configure time.
* Restrict INI entries when compiling against libmcrypt 2.4.Sascha Schumann2000-08-141-2/+4
|
* Fix check for libmcrypt in non-system library paths.Sascha Schumann2000-08-141-4/+8
| | | | | | Fix case where neither libmcrypt 2.4.x and 2.2.x were found. Fix library order (scope limited to static libraries)
* - Now using the better way of using INI directivesDerick Rethans2000-08-132-31/+42
| | | | | - Changed some warning/error messages to be more clear
* @ Added support for libmcrypt 2.4.4Derick Rethans2000-08-113-28/+1344
|
* Read from /dev/u?random until the buffer is filled.Sascha Schumann2000-07-251-1/+8
| | | | | Submitted by: Derick Rethans <d.rethans@jdimedia.nl>
* Unify use of my email addressSascha Schumann2000-07-101-1/+1
|
* Canged back to uppercase. Are all the backslashes on line 69 to 111 really ↵Egon Schmid2000-06-191-1/+1
| | | | needed?
* No response from Sascha so changed to lowercase.Egon Schmid2000-06-181-4/+4
|
* More protos.Egon Schmid2000-06-181-8/+8
|
* - Update module project files to include:Andi Gutmans2000-06-101-2/+2
| | | | | | | | | - HAVE_MODULE=1 - ZEND_WIN32 - PHP_WIN32 - COMPILE_DL_MODULE - ZTS=1
* - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patchAndi Gutmans2000-06-051-8/+8
|
* protos fixedHartmut Holzgraefe2000-05-261-8/+16
|
* protos where lacking return typesHartmut Holzgraefe2000-05-231-8/+8
|
* s/COMPILE_DL/COMPILE_DL_EXTNAME/ for Windows build files.Sascha Schumann2000-05-231-4/+4
|
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2
|
* Use the new AC_ADD_LIBRARY_WITH_PATH option shared-libaddSascha Schumann2000-05-021-6/+2
|
* Make mcrypt buildable as shared moduleSascha Schumann2000-05-023-2/+13
|
* Remove trailing empty linesSascha Schumann2000-05-011-4/+0
|