File tree Expand file tree Collapse file tree 4 files changed +22
-2
lines changed Expand file tree Collapse file tree 4 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 1+ db2-hash-routines 1.3
2+
3+ - increased the input value length to 4096 bytes
4+ - updated man pages
5+
16db2-hash-routines 1.2
27
38 - added bcrypt
@@ -43,4 +48,4 @@ db2-auth-udfs 1.0
4348
4449 - initial release
4550
46- http://mod-auth-ibmdb2.sourceforge.net/
51+ http://tessus.github.io/db2-hash-routines
Original file line number Diff line number Diff line change 88
991) Building the library
10102) Registering the routines in the database as UDFs and SPs
11+ 3) Install the man pages
1112
1213+----------------------------------------------------------------------+
1314| 1. Building the library |
@@ -19,6 +20,8 @@ AIX / Linux : ./makertn
1920Win32 : makertn.bat
2021Other : see below
2122
23+ The script will also copy the library to the correct directory.
24+
2225The routines are written in ANSI C and should compile on all platforms.
2326You can use the bldrtn script in your sqllib/samples/c directory as a good start.
2427The only thing that you have to do is to install APR and APR-util.
@@ -32,3 +35,12 @@ Furthermore you need to add the compiler and linker flags for APR (see makertn).
3235You have to connect to the database first.
3336
3437db2 -tvf register.ddl
38+
39+ +----------------------------------------------------------------------+
40+ | 3. Install the man pages |
41+ +----------------------------------------------------------------------+
42+
43+ You need root acces to install the man pages.
44+
45+ cd man
46+ ./maninstall
Original file line number Diff line number Diff line change @@ -46,11 +46,12 @@ sha2.h include file for APR sha256
4646register.ddl script to register the UDFs and SPs
4747drop.ddl script to drop the UDFs and SPs
4848makertn bash script to compile the library (Linux/AIX)
49+ man/maninstall script to install the man pages
4950test_hash.c test program for the functions
5051hash.exp function export file for AIX
5152hash.def definition file for Windows
5253makertn.bat script to compile the library (win32)
5354maketest.bat script to compile test program
5455INSTALL compiling and installing instructions
55- CHANGES change log
56+ ChangeLog change log
5657README this file
Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ signing key [0xC11F128D](http://sks.pkqs.net/pks/lookup?op=get&search=0xF7832007
1212[ README] ( README )
1313<br >
1414[ INSTALL] ( INSTALL )
15+ <br >
16+ [ ChangeLog] ( ChangeLog )
1517
1618#####man pages
1719
You can’t perform that action at this time.
0 commit comments