summaryrefslogtreecommitdiffstats
path: root/types.h
Commit message (Collapse)AuthorAgeFilesLines
* Increase send/receive buffer to 500kSimon Rettberg2019-12-131-1/+1
|
* Add STARTTLS supportSimon Rettberg2019-06-131-0/+2
|
* Support generating uidNumbers on proxySimon Rettberg2018-11-141-0/+9
|
* Add option to disable fixNumeric logic (s-prefixing), but default to ONSimon Rettberg2017-08-091-0/+1
|
* Support specifying custom attribute names for schemaSimon Rettberg2017-05-291-2/+13
|
* Introduce lowercase homeattr, update server last activity properlySimon Rettberg2017-04-211-0/+1
|
* Configurable name of homeDirectory attributeSimon Rettberg2016-02-191-0/+2
|
* Send search requests to server only after bind succeeded.Simon Rettberg2015-10-231-0/+2
| | | | | | | | | | There are server implementations that ignore a search request if it is sent in the same packet as the bind request, apparently leaving it in some server side buffer. If another search request is received by the server afterwards, it suddenly discovers the first search request, handles it, and then proceeds to handle the second one. So we now buffer all search requests we want to forward to the server until we received a positive bind response from the server.
* Support certificate verification by ca-bundle and hostnameSimon Rettberg2015-10-151-0/+2
|
* Support LDAP-LDAP proxyingSimon Rettberg2015-09-121-0/+1
|
* Send search requests on the same connection the explicit bind was done on, ↵Simon Rettberg2015-06-261-4/+8
| | | | so the user's permissions regarding visibility of search results will be applied
* SSL support when talking to ADSSimon Rettberg2015-04-281-4/+27
|
* Add OpenSSL-Support (Client<->Proxy)Simon Rettberg2014-09-091-2/+9
|
* WorkSimon Rettberg2014-03-191-0/+2
|
* First working version with user and group support, login relayingSimon Rettberg2014-03-181-0/+22
|
* More progress.. Warning: Contains very ugly temporary hack for ↵Simon Rettberg2014-03-171-1/+1
| | | | uidNumber<->objectSid mapping ;)
* Lean and mean initial commitSimon Rettberg2014-03-151-0/+52
Not much functionality yet