| Commit message (Expand) | Author | Age | Files | Lines |
* | - Always look into /usr/local before /usr | foobar | 2003-10-01 | 1 | -6/+4 |
* | Always prefer user specified paths over the default /usr /usr/local. | Ilia Alshanetsky | 2003-09-30 | 1 | -1/+1 |
* | $Id tag added. License added tp php_mhash.h | Andrey Hristov | 2003-06-16 | 2 | -0/+21 |
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
* | Fixed integer overflow inside mhash_keygen_s2k(). | Ilia Alshanetsky | 2003-04-11 | 1 | -0/+4 |
* | 64-bit correction to variables passed to zend_parse_parameters | David Hill | 2003-03-06 | 1 | -4/+4 |
* | fix compile warning | foobar | 2003-02-24 | 2 | -2/+2 |
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
* | Fixed mhash tests, apparently the TIGER algorithm was updated (fixed?) in | Ilia Alshanetsky | 2002-11-28 | 2 | -2/+3 |
* | Show which algorythm fails and do not fail when we have new algos. | Marcus Boerger | 2002-11-22 | 3 | -49/+91 |
* | Switched to a new parameter parsing API, which simplifies the code a great deal. | Ilia Alshanetsky | 2002-11-20 | 5 | -101/+154 |
* | Add PHP_MINFO_* | foobar | 2002-08-04 | 2 | -4/+18 |
* | the 'setup' script was removed more than two years ago. | jim winstead | 2002-03-16 | 1 | -6/+0 |
* | extension converted automatically to PHP_NEW_EXTENSION. Manually confirmed | Sascha Schumann | 2002-03-12 | 2 | -8/+1 |
* | Use {NULL, NULL, NULL} to terminate function entry. | Yasuo Ohgaki | 2002-02-28 | 1 | -5/+5 |
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -3/+1 |
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
* | Unified the configure messages. | foobar | 2001-11-30 | 1 | -4/+3 |
* | * zend_module_entry change: apino, debug and zts are moved first, | Stig Bakken | 2001-10-11 | 1 | -0/+2 |
* | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 1 | -2/+2 |
* | killed a compile warning. | foobar | 2001-08-22 | 1 | -1/+0 |
* | Track down a few more functions that don't check for 0 args and use | Rasmus Lerdorf | 2001-08-13 | 1 | -2/+3 |
* | We don't consistently check for args passed to functions that don't | Rasmus Lerdorf | 2001-08-13 | 1 | -0/+3 |
* | - Get rid of ELS_*(), and use TSRMLS_*() instead. | Zeev Suraski | 2001-07-27 | 1 | -1/+1 |
* | mhash_keygen_s2k() overwrote the limits of a statically allocated buffer | Sascha Schumann | 2001-07-01 | 1 | -3/+4 |
* | Fix folding and clean up some extensions | Rasmus Lerdorf | 2001-06-06 | 1 | -2/+9 |
* | * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build) | Stig Bakken | 2001-05-24 | 1 | -0/+4 |
* | Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes. | foobar | 2001-03-27 | 1 | -2/+2 |
* | - Finally rename modules.h to zend_modules.h for consistency (first try | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
* | Some protos fixed. | Egon Schmid | 2001-01-15 | 1 | -7/+7 |
* | Avoid estrdup and a couple of other minor cleanups | Sascha Schumann | 2000-11-22 | 1 | -9/+6 |
* | Run through conv_z_macros | Sascha Schumann | 2000-11-22 | 1 | -15/+15 |
* | 2nd step towards auto-credits | Hartmut Holzgraefe | 2000-11-20 | 1 | -0/+2 |
* | Added keygen_s2k function. Function which generates keys from passwords. | Nikos Mavroyanopoulos | 2000-10-25 | 2 | -1/+78 |
* | corrected authors notice | Nikos Mavroyanopoulos | 2000-10-18 | 1 | -1/+2 |
* | Added the mhash HMAC functionality. Now the mhash function can use | Nikos Mavroyanopoulos | 2000-10-17 | 1 | -24/+65 |
* | cleanup | Daniel Beulshausen | 2000-09-30 | 1 | -1/+1 |
* | dsp for mhash | Daniel Beulshausen | 2000-08-30 | 1 | -0/+115 |
* | - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch | Andi Gutmans | 2000-06-05 | 1 | -3/+3 |
* | protos fixed | Hartmut Holzgraefe | 2000-05-26 | 1 | -4/+8 |
* | protos where lacking return types | Hartmut Holzgraefe | 2000-05-23 | 1 | -4/+4 |
* | Update the license with the new clause 6 | Zeev Suraski | 2000-05-18 | 1 | -2/+2 |
* | Use the new AC_ADD_LIBRARY_WITH_PATH option shared-libadd | Sascha Schumann | 2000-05-02 | 1 | -6/+2 |
* | Make mhash builable as shared module | Sascha Schumann | 2000-05-02 | 3 | -2/+13 |
* | Remove trailing empty lines | Sascha Schumann | 2000-05-01 | 1 | -4/+0 |
* | Large test commit IV | Sascha Schumann | 2000-05-01 | 1 | -0/+1 |
* | Large commit test III | Sascha Schumann | 2000-05-01 | 1 | -0/+3 |
* | Improved in-tree shared libraries build system | Sascha Schumann | 2000-05-01 | 1 | -1/+1 |
* | Overall UNIX build system improvements: | Sascha Schumann | 2000-04-30 | 1 | -6/+1 |