| 1 |
mod_auth_ibmdb2 1.10
|
| 2 |
|
| 3 |
- got rid of the newline character in SQL error messages
|
| 4 |
- added code to compile the module under win32 as well
|
| 5 |
- added script for compiling the module under win32
|
| 6 |
|
| 7 |
mod_auth_ibmdb2 1.9
|
| 8 |
|
| 9 |
- changed password validation to use APR
|
| 10 |
- added additional debugging code
|
| 11 |
- changed caching to use APR
|
| 12 |
- added support for stored procedures
|
| 13 |
- two new directives: AuthIBMDB2UserProc and AuthIBMDB2GroupProc
|
| 14 |
(see README and documentation)
|
| 15 |
|
| 16 |
mod_auth_ibmdb2 0.8.3
|
| 17 |
|
| 18 |
- fixed bug 1597078
|
| 19 |
|
| 20 |
mod_auth_ibmdb2 0.8.2
|
| 21 |
|
| 22 |
- added additional debugging code
|
| 23 |
|
| 24 |
mod_auth_ibmdb2 0.8.1
|
| 25 |
|
| 26 |
- changed module definition information for compiling the module statically against Apache 1.x
|
| 27 |
- added information in the INSTALL file for how to compile the module statically against Apache 1.x
|
| 28 |
- added a directory for 2 additional files that are needed when compiling the module statically against Apache 1.x
|
| 29 |
- added default value for AuthIBMDB2GroupField
|
| 30 |
|
| 31 |
mod_auth_ibmdb2 0.7.1
|
| 32 |
|
| 33 |
- added manpages and a script for installing them
|
| 34 |
- implemented caching for group information
|
| 35 |
- added 1 new directive for group caching
|
| 36 |
- changed the makemod script to use it on AIX aswell
|
| 37 |
|
| 38 |
mod_auth_ibmdb2 0.6
|
| 39 |
|
| 40 |
- implemented caching idea contributed by Eddie Anzalone
|
| 41 |
- added 3 new directives for caching
|
| 42 |
|
| 43 |
mod_auth_ibmdb2 0.5.6
|
| 44 |
|
| 45 |
- got rid of the windows stuff again
|
| 46 |
- fixed some code due to some compilation issues on some linux systems
|
| 47 |
|
| 48 |
mod_auth_ibmdb2 0.5.4
|
| 49 |
|
| 50 |
- added a script to compile the module on win32
|
| 51 |
- mod_auth_ibmdb2-0.5.4-win32.zip includes the compiled module for win32.
|
| 52 |
It was compiled for Apache 2.0.49.
|
| 53 |
|
| 54 |
mod_auth_ibmdb2 0.5.3
|
| 55 |
|
| 56 |
- eliminated compilation warnings for redefinition of 'TRUE'
|
| 57 |
- added additional error checking for user/group condition statements
|
| 58 |
|
| 59 |
mod_auth_ibmdb2 0.5.2
|
| 60 |
|
| 61 |
- fixed compilation issue (under Apache 1.x) described in
|
| 62 |
support request [931118]
|
| 63 |
|
| 64 |
mod_auth_ibmdb2 0.5.1
|
| 65 |
|
| 66 |
- added additional error checking for debugging (access privileges)
|
| 67 |
|
| 68 |
mod_auth_ibmdb2 0.5
|
| 69 |
|
| 70 |
- added additional error checking for debugging (table, columns)
|
| 71 |
|
| 72 |
mod_auth_ibmdb2 0.4
|
| 73 |
|
| 74 |
- initial release
|
| 75 |
|
| 76 |
http://mod-auth-ibmdb2.sourceforge.net
|
| 77 |
|
| 78 |
$Id: CHANGES,v 1.8 2008/01/08 04:47:35 tessus Exp $
|
| 79 |
|
| 80 |
|