summaryrefslogtreecommitdiff
path: root/ext/mhash
Commit message (Collapse)AuthorAgeFilesLines
* - Unify the "configure --help" textsfoobar2005-05-291-1/+1
|
* - Fix typo (avaliable -> available). (bug #28725)foobar2004-12-161-1/+1
|
* - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5foobar2004-01-171-4/+4
|
* let mhash buildWez Furlong2004-01-091-0/+16
|
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
| | | | | # Should the LICENSE and Zend/LICENSE dates be updated too?
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
|
* - Always look into /usr/local before /usrfoobar2003-10-011-6/+4
| | | | | - Added breaks to make sure the preferred value is used.
* Always prefer user specified paths over the default /usr /usr/local.Ilia Alshanetsky2003-09-301-1/+1
| | | | | | This may fix compilation problems with on systems with multiple copies of the same library.
* $Id tag added. License added tp php_mhash.hAndrey Hristov2003-06-162-0/+21
|
* updating license information in the headers.James Cox2003-06-101-3/+3
|
* Fixed integer overflow inside mhash_keygen_s2k().Ilia Alshanetsky2003-04-111-0/+4
|
* 64-bit correction to variables passed to zend_parse_parametersDavid Hill2003-03-061-4/+4
| | | | | @64-bit correction to variables passed to zend_parse_parameters (Dave)
* fix compile warningfoobar2003-02-242-2/+2
|
* Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* Fixed mhash tests, apparently the TIGER algorithm was updated (fixed?) inIlia Alshanetsky2002-11-282-2/+3
| | | | | | | later mhash releases and consequently returns a different hash. I've updated the hash to the one generated by latter releases. Removed useless \r from ext/mhash/tests/003.phpt.
* Show which algorythm fails and do not fail when we have new algos.Marcus Boerger2002-11-223-49/+91
| | | | | #for me TIGER fails anybody else?
* Switched to a new parameter parsing API, which simplifies the code a great deal.Ilia Alshanetsky2002-11-205-101/+154
| | | | | | | Made error reporting use php_error_docref() Fixed a bug in mhash_keygen_s2k() that caused non \0 terminated data to be returned. Added tests of all mhash functions.
* Add PHP_MINFO_*foobar2002-08-042-4/+18
|
* the 'setup' script was removed more than two years ago.jim winstead2002-03-161-6/+0
| | | | | these can be safely removed from the 4.2 branch, too.
* extension converted automatically to PHP_NEW_EXTENSION. Manually confirmedSascha Schumann2002-03-122-8/+1
|
* Use {NULL, NULL, NULL} to terminate function entry.Yasuo Ohgaki2002-02-281-5/+5
| | | | | # It does not fix any bugs, since {0} works also.
* Maintain headers.Sebastian Bergmann2002-02-281-3/+1
|
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* Unified the configure messages.foobar2001-11-301-4/+3
|
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-111-0/+2
| | | | | | see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig)
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
|
* killed a compile warning.foobar2001-08-221-1/+0
|
* Track down a few more functions that don't check for 0 args and useRasmus Lerdorf2001-08-131-2/+3
| | | | | faster mechanism
* We don't consistently check for args passed to functions that don'tRasmus Lerdorf2001-08-131-0/+3
| | | | | | | | | take any args. In some cases we probably want to skip the check for performance reasons, but in other cases where performance is unlikely to be a factor, not throwing a warning on the wrong number of args passed to a function is at best inconsistent, and at worst it could hide a bug. So, add a few such checks. There are still lots of cases out there.
* - Get rid of ELS_*(), and use TSRMLS_*() instead.Zeev Suraski2001-07-271-1/+1
| | | | | | | - Move to the new ts_allocate_id() API This patch is *bound* to break some files, as I must have had typos somewhere. If you use any uncommon extension, please try to build it...
* mhash_keygen_s2k() overwrote the limits of a statically allocated bufferSascha Schumann2001-07-011-3/+4
| | | | | | | for long salts. We truncate the salt now appropiately. PR: #11817
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-2/+9
|
* * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)Stig Bakken2001-05-241-0/+4
|
* Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes.foobar2001-03-271-2/+2
| | | | | # Heads up people! I tested this before committing but you never know..
* - 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
|
* Some protos fixed.Egon Schmid2001-01-151-7/+7
|
* Avoid estrdup and a couple of other minor cleanupsSascha Schumann2000-11-221-9/+6
|
* Run through conv_z_macrosSascha Schumann2000-11-221-15/+15
|
* 2nd step towards auto-creditsHartmut Holzgraefe2000-11-201-0/+2
|
* Added keygen_s2k function. Function which generates keys from passwords.Nikos Mavroyanopoulos2000-10-252-1/+78
|
* corrected authors noticeNikos Mavroyanopoulos2000-10-181-1/+2
|
* Added the mhash HMAC functionality. Now the mhash function can useNikos Mavroyanopoulos2000-10-171-24/+65
| | | | | keyed hash by added the key as an extra parameter to the function.
* cleanupDaniel Beulshausen2000-09-301-1/+1
|
* dsp for mhashDaniel Beulshausen2000-08-301-0/+115
| | | | | # guess i'll have to add some readme's soon...
* - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patchAndi Gutmans2000-06-051-3/+3
|
* protos fixedHartmut Holzgraefe2000-05-261-4/+8
|
* protos where lacking return typesHartmut Holzgraefe2000-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
|