-
Notifications
You must be signed in to change notification settings - Fork 1
/
ChangeLog
62 lines (38 loc) · 1.27 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
mod_authnz_ibmdb2 2.2.6
- use autotools build system
- updated man pages
mod_authnz_ibmdb2 2.2.5
- internal code changes
mod_authnz_ibmdb2 2.2.4
- fixed a potential segfault
- fixed a compiler warning
- mem alloc in caching
- updated man pages
mod_authnz_ibmdb2 2.2.2
- added support for sha256
mod_authnz_ibmdb2 2.2.1
- validate also glibc2 crypt hashes
mod_authnz_ibmdb2 2.2
- compatibility with Apache 2.4.x
- two new directives to allow connects to uncataloged databases
AuthIBMDB2Hostname and AuthIBMDB2Portnumber (see README and documentation)
mod_authnz_ibmdb2 1.26
- got rid of the newline character in SQL error messages
- added code to compile the module under win32 as well
- added script for compiling the module under win32
mod_authnz_ibmdb2 1.23
- changed password validation to use APR
- added additional debugging code
- changed caching to use APR
mod_authnz_ibmdb2 1.19
- added support for stored procedures
- two new directives: AuthIBMDB2UserProc and AuthIBMDB2GroupProc
(see README and documentation)
mod_authnz_ibmdb2 1.16
- fixed bug 1597078
mod_authnz_ibmdb2 1.15
- added default value for AuthIBMDB2GroupField
- added additional debugging code
mod_authnz_ibmdb2 1.11
- initial release
http://tessus.github.io/mod_authnz_ibmdb2