Skip to content

Commit 4deafd4

Browse files
committed
updated for release 1.3, renamed file CHANGES -> ChangeLog
[ci skip]
1 parent a13eb40 commit 4deafd4

File tree

4 files changed

+22
-2
lines changed

4 files changed

+22
-2
lines changed

CHANGES renamed to ChangeLog

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
db2-hash-routines 1.3
2+
3+
- increased the input value length to 4096 bytes
4+
- updated man pages
5+
16
db2-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

INSTALL

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
1) Building the library
1010
2) 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
1920
Win32 : makertn.bat
2021
Other : see below
2122

23+
The script will also copy the library to the correct directory.
24+
2225
The routines are written in ANSI C and should compile on all platforms.
2326
You can use the bldrtn script in your sqllib/samples/c directory as a good start.
2427
The 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).
3235
You have to connect to the database first.
3336

3437
db2 -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

README

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,12 @@ sha2.h include file for APR sha256
4646
register.ddl script to register the UDFs and SPs
4747
drop.ddl script to drop the UDFs and SPs
4848
makertn bash script to compile the library (Linux/AIX)
49+
man/maninstall script to install the man pages
4950
test_hash.c test program for the functions
5051
hash.exp function export file for AIX
5152
hash.def definition file for Windows
5253
makertn.bat script to compile the library (win32)
5354
maketest.bat script to compile test program
5455
INSTALL compiling and installing instructions
55-
CHANGES change log
56+
ChangeLog change log
5657
README this file

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)