summaryrefslogtreecommitdiff
path: root/NEWS
blob: f3190a55d59f60c49d9d3984b89ae1de8e1d76d3 (plain)
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
0.9.5
 - Build fixes for MAC OS 10.4 and 10.5
 - Build fixes for Solaris

0.9.4 [30-07-2008]
 - Rework event handling system so we don't use a full thread per
   connection, but instead only use threads for active requests.

0.9.3 [not publicly released]
 - Support sending access groups to mod_httpauth apache2x module.
 - Support retrieving LDAP access groups for users.
 - Build warning fixes.
 - Allow better migration of live digest sessions between httpauth
   daemons by using the 'stale' flag when things seem out of date.
 - apache2x module now supports connecting to multiple daemon addresses
   and failover between them.

0.9.2 [22-05-2008]
 - Authenticate sub requests properly in the apache module.

0.9.1 [09-05-2008]
 - Fix building pgsql and mysql modules.

0.9 [22-04-2008]
 - Allow 128 character long NTLM domains.
 - Parse passwords from LDAP more circumspectly.
 - Bump max connection limit to 1024.
 - Fix some spurious warnings

0.8 [06-07-2007]
 - Support ignoring of HTTP method in digest. Useful for pass-through
   authentication between SOAP services and websites.
 - Fix problems building apache1x module

0.7 [28-05-2007]
 - Use my real name 'Stef Walter'
   See: http://memberwebs.com/nielsen/

0.6 [20-12-2006]
  - Guarantee unique connection identfier for NTLM when using apache2
  - Fix crasher when doing basic auth.
  - Allow numbers in handler names.
  - In the Jetty authenticator generate a unique authentication identifier
    which facilitates NTLM authentication
  - Reconnect to httpauthd when that daemon has been restarted.

0.5.2
  - Better messages when keepalives are not used with NTLM
  - Fix problems in java servlet authenticator [Ross Elliot]
  - Disable NTLM via servlet and Jetty java authenticators (a custom one
    which provides connection id info is needed).

0.5.1
  - Fix problem with NTLM connection caching
  - Fix problem with NTLM not authenticating POST in IE properly
  - Fix locking while connecting to SMB server
  - Better log handling when things are fast and furious
  - Don't hang on exit on FreeBSD

0.5
  - Added Dummy handler
  - PostgreSQL support
  - MYSQL support
  - Fixed Base64 decoding problems
  - Added mkha1 tool
  - Lots of bug fixes and testing
  - Get httpauthd to reconnect properly
  - Tested and completed NTLM support
  - Bundled java client code

0.4.2
  - Separated base handler functionality, reorganized files, code
  - Conditional compilation of various handlers

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