| 1 |
written by Helmut K. C. Tessarek
|
| 2 |
|
| 3 |
Last Update: 06-03-2007
|
| 4 |
|
| 5 |
http://mod-auth-ibmdb2.sourceforge.net/
|
| 6 |
|
| 7 |
Contents:
|
| 8 |
---------
|
| 9 |
|
| 10 |
1) Description of the library
|
| 11 |
2) File Description
|
| 12 |
|
| 13 |
1) Description of the library
|
| 14 |
-----------------------------
|
| 15 |
|
| 16 |
This UDF library delivers four functions:
|
| 17 |
|
| 18 |
md5
|
| 19 |
apr_md5
|
| 20 |
apr_crypt
|
| 21 |
apr_sha1
|
| 22 |
|
| 23 |
The md5 function is compatible to the PHP md5 function.
|
| 24 |
The apr_md5, apr_crypt and apr_sha1 functions are compatible to the Apache
|
| 25 |
functions that are used in the htpasswd utility.
|
| 26 |
|
| 27 |
In win32 environments apr_crypt returns the output of apr_md5.
|
| 28 |
|
| 29 |
Manpages are available in the mod_auth_ibmdb2 and mod_authnz_ibmdb2 package.
|
| 30 |
|
| 31 |
2) File Description
|
| 32 |
-------------------
|
| 33 |
|
| 34 |
hash.c the SQL API stuff
|
| 35 |
hash.h the c code for the functions
|
| 36 |
reg_udfs.ddl script to register the UDFs
|
| 37 |
drop_udfs.ddl script to drop the UDFs
|
| 38 |
makeudf bash script to compile the library (linux/AIX)
|
| 39 |
test_hash.c Test program for the functions
|
| 40 |
hash.def definition file for Windows
|
| 41 |
makeudf.bat script to compile the library (win32)
|
| 42 |
maketest.bat script to compile test program
|
| 43 |
INSTALL compiling and installing instructions
|
| 44 |
CHANGES change log
|
| 45 |
README this file
|