]> git.ipfire.org Git - thirdparty/squid.git/blame - helpers/external_acl/ldap_group/ChangeLog
Bug #1171: Basic authentication fails with very long logins or password
[thirdparty/squid.git] / helpers / external_acl / ldap_group / ChangeLog
CommitLineData
1958420a 1Version 2.15
2
32004-08-15 Henrik Nordstrom <hno@squid-cache.org>
4 Helper format changed in Squid-3.0 to use URL escaped
5 strings. Simplifies things a bit and well known encoding.
6
7Version 2.14
8
92004-03-02 Henrik Nordstrom <hno@squid-cache.org>
10 Added -d (debug) flag
11
122004-02-09 Henrik Nordstrom <hno@squid-cache.org>
13 -E and -S options mismatch
14
152004-01-08 Henrik Nordstrom <hno@squid-cache.org>
16 Increase buffer size when reading group lookups from Squid
17
b627c18a 18Version 2.13
19
1958420a 202004-01-05 Henrik Nordstrom <hno@squid-cache.org>
b627c18a 21 Corrected TLS mode (-Z)
22
5eecb267 23Version 2.12
24
954a8513 252003-03-01 Christoph Lechleitner <lech@ibcl.at>
26 Added -W option to read bindpasswd from file,
27 e.g. from /etc/ldap.secret
28
5eecb267 292003-03-01 Juerg Michel
30
31 Added support for ldap URI via the -H option
32
33Version 2.11
34
352003-01-31 Henrik Nordstrom <hno@marasystems.com>
36
37 Packaged as a distribution, with Makefile, README
38 and INSTALL
39
40 Corrected the squid.conf examples in the manpage and
41 some spelling in the same
42
43 Separated the changelog/history to a separate
44 ChangeLog file (this file)
45
462003-01-27 Henrik Nordstrom <hno@marasystems.com>
47
48 Cleaned up error messages shown when a nonexisting
49 user tries to log in
50
51Version 2.10
52
532003-01-07 Jon Kinred
54
55 Fixed user search mode (-F/-u) when -g is not used
56
57Version 2.9
58
592003-01-03 Henrik Nordstrom <hno@marasystems.com>
60
61 Fixed missing string termination on ldap_escape_vale,
62 and corrected build problem with LDAPv2 libraries
63
64Version 2.8
65
662002-11-27 Henrik Nordstrom <hno@marasystems.com>
67
68 Replacement for ldap_build_filter. Also changed
69 the % codes to %u (user) and %g (group) which
70 is a bit more intuitive.
71
722002-11-21 Gerard Eviston
73
74 Fix ldap_search_s error management. This fixes
75 a core dump if there is a LDAP search filter
76 syntax error (possibly caused by malformed input).
77
78Version 2.7
79
802002-10-22: Henrik Nordstrom <hno@marasystems.com>
81
82 strwordtok bugfix
83
84Version 2.6
85
862002-09-21: Gerard Eviston
87
88 -S option to strip NT domain names from
89 login names
90
91Version 2.5
92
932002-09-09: Henrik Nordstrom <hno@marasystems.com>
94
95 Added support for user DN lookups
96 (-u -B -F options)
97
98Version 2.4
99
1002002-09-06: Henrik Nordstrom <hno@marasystems.com>
101
102 Many bugfixes in connection management
103
104 -g option added, and added support
105 for multiple groups. Prior versions
106 only supported one group and an optional
107 group base RDN
108
109Version 2.3
110
1112002-09-04: Henrik Nordstrom <hno@marasystems.com>
112
113 Minor cleanups
114
115Version 2.2
116
1172002-09-04: Henrik Nordstrom <hno@marasystems.com>
118
119 Merged changes from squid_ldap_auth.c
120 - TLS support (Michael Cunningham)
121 - -p option to specify port
122
123 Documented the % codes to use in -f
124
125Version 2.1
126
1272002-08-21: Henrik Nordstrom <hno@marasystems.com>
128
129 Support groups or usernames having spaces
130
131Version 2.0
132
1332002-01-22: Henrik Nordstrom <hno@marasystems.com>
134
135 Added optional third query argument for search RDN
136
1372002-01-22: Henrik Nordstrom <hno@marasystems.com>
138
139 Removed unused options, and fully changed name
140 to squid_ldap_match.
141
142Version 1.0
143
1442001-07-17: Flavio Pescuma <flavio@marasystems.com>
145
146 Using the main function from squid_ldap_auth
147 wrote squid_ldap_match. This program replaces
148 the %a and %v (ldapfilter.conf) from the filter
149 template supplied with -f with the two arguments
150 sent by squid. Returns OK if the ldap_search
151 using the composed filter succeeds.
152
153Changes from squid_ldap_auth.c:
154
1552001-12-12: Michael Cunningham <m.cunningham@xpedite.com>
156
157 - Added TLS support and partial ldap version 3 support.
158
1592001-09-05: Henrik Nordstrom <hno@squid-cache.org>
160
161 - Added ability to specify another default LDAP port to
162 connect to. Persistent connections moved to -P
163
1642001-05-02: Henrik Nordstrom <hno@squid-cache.org>
165
166 - Support newer OpenLDAP 2.x libraries using the
167 revised Internet Draft API which unfortunately
168 is not backwards compatible with RFC1823..
169
1702001-04-15: Henrik Nordstrom <hno@squid-cache.org>
171
172 - Added command line option for basedn
173
174 - Added the ability to search for the user DN
175
1762001-04-16: Henrik Nordstrom <hno@squid-cache.org>
177
178 - Added -D binddn -w bindpasswd.
179
1802001-04-17: Henrik Nordstrom <hno@squid-cache.org>
181
182 - Added -R to disable referrals
183
184 - Added -a to control alias dereferencing
185
1862001-04-17: Henrik Nordstrom <hno@squid-cache.org>
187
188 - Added -u, DN username attribute name
189
1902001-04-18: Henrik Nordstrom <hno@squid-cache.org>
191
192 - Allow full filter specifications in -f
193
194-- END --