Skip to content

Commit

Permalink
updated for release 1.3, renamed file CHANGES -> ChangeLog
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
tessus committed Jun 14, 2015
1 parent a13eb40 commit 4deafd4
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGES → ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
db2-hash-routines 1.3

- increased the input value length to 4096 bytes
- updated man pages

db2-hash-routines 1.2

- added bcrypt
Expand Down Expand Up @@ -43,4 +48,4 @@ db2-auth-udfs 1.0

- initial release

http://mod-auth-ibmdb2.sourceforge.net/
http://tessus.github.io/db2-hash-routines
12 changes: 12 additions & 0 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

1) Building the library
2) Registering the routines in the database as UDFs and SPs
3) Install the man pages

+----------------------------------------------------------------------+
| 1. Building the library |
Expand All @@ -19,6 +20,8 @@ AIX / Linux : ./makertn
Win32 : makertn.bat
Other : see below

The script will also copy the library to the correct directory.

The routines are written in ANSI C and should compile on all platforms.
You can use the bldrtn script in your sqllib/samples/c directory as a good start.
The only thing that you have to do is to install APR and APR-util.
Expand All @@ -32,3 +35,12 @@ Furthermore you need to add the compiler and linker flags for APR (see makertn).
You have to connect to the database first.

db2 -tvf register.ddl

+----------------------------------------------------------------------+
| 3. Install the man pages |
+----------------------------------------------------------------------+

You need root acces to install the man pages.

cd man
./maninstall
3 changes: 2 additions & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,12 @@ sha2.h include file for APR sha256
register.ddl script to register the UDFs and SPs
drop.ddl script to drop the UDFs and SPs
makertn bash script to compile the library (Linux/AIX)
man/maninstall script to install the man pages
test_hash.c test program for the functions
hash.exp function export file for AIX
hash.def definition file for Windows
makertn.bat script to compile the library (win32)
maketest.bat script to compile test program
INSTALL compiling and installing instructions
CHANGES change log
ChangeLog change log
README this file
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ signing key [0xC11F128D](http://sks.pkqs.net/pks/lookup?op=get&search=0xF7832007
[README](README)
<br>
[INSTALL](INSTALL)
<br>
[ChangeLog](ChangeLog)

#####man pages

Expand Down

0 comments on commit 4deafd4

Please sign in to comment.