blob: 3db63b2c6600952541285d0c378ee6bf089e2072 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
0.4.1
- Fix unititialized memory bug
- Fixed address parsing and formatting bugs
- Fixed hash table bugs
0.4
- Better reconnection after a closed connection from mod_httpauth
- Fixed LDAP bind type authentication bug
0.3
- Changed 'method' to 'handler' throughout
- Fixed bug in hash.c
- Imported new hash table features
- Writes out pid file when requested with -p option
- Better logging for connections
- Proper signal handling and cleanup behavior
0.2
- Changed protocol to a more secure resilient protocol
0.1
- Initial non-public implementation
|