summaryrefslogtreecommitdiffstats
path: root/server.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove debug spamHEADmasterSimon Rettberg2023-11-271-1/+1
|
* Empty read buffer in cleanup; better log messagesSimon Rettberg2019-06-211-6/+7
|
* Add STARTTLS supportSimon Rettberg2019-06-131-13/+94
|
* Support generating uidNumbers on proxySimon Rettberg2018-11-141-3/+52
|
* 4s timeout when connecting to server; send error to client on failureSimon Rettberg2018-03-121-4/+4
|
* Add option to disable fixNumeric logic (s-prefixing), but default to ONSimon Rettberg2017-08-091-0/+8
|
* Debug outputSimon Rettberg2017-08-091-0/+8
|
* Introduce debug levels, AD filter bug workaround, fix legacy homeattr not ↵Simon Rettberg2017-05-301-2/+4
| | | | being lowercased
* Support specifying custom attribute names for schemaSimon Rettberg2017-05-291-15/+66
|
* Introduce lowercase homeattr, update server last activity properlySimon Rettberg2017-04-211-2/+6
|
* Configurable name of homeDirectory attributeSimon Rettberg2016-02-191-0/+14
|
* Fix mapping of AD attributes if no filter is givenSimon Rettberg2015-10-271-0/+1
|
* Send search requests to server only after bind succeeded.Simon Rettberg2015-10-231-8/+42
| | | | | | | | | | 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.
* Always load default verify locations too when using cert validation. Also ↵Simon Rettberg2015-10-211-1/+9
| | | | quit when initial connect fails in SSL mode.
* Support certificate verification by ca-bundle and hostnameSimon Rettberg2015-10-151-1/+18
|
* Update connection timeout properlySimon Rettberg2015-09-131-3/+5
|
* Support LDAP-LDAP proxyingSimon Rettberg2015-09-121-1/+9
|
* Error handling in server.cSimon Rettberg2015-07-311-5/+15
|
* [server.c] Pay attention to failed sends, and return error in related functionsSimon Rettberg2015-07-101-17/+33
|
* Send search requests on the same connection the explicit bind was done on, ↵Simon Rettberg2015-06-261-49/+50
| | | | so the user's permissions regarding visibility of search results will be applied
* Fix the fix of the fix of SSLSimon Rettberg2015-04-281-0/+1
|
* Fix SSL mode :)Simon Rettberg2015-04-281-1/+3
|
* SSL support when talking to ADSSimon Rettberg2015-04-281-96/+252
|
* Add OpenSSL-Support (Client<->Proxy)Simon Rettberg2014-09-091-5/+5
|
* Bail out on startup if an AD server is not reachableSimon Rettberg2014-06-061-2/+4
|
* WorkSimon Rettberg2014-03-191-0/+21
|
* First working version with user and group support, login relayingSimon Rettberg2014-03-181-31/+80
|
* More progress.. Warning: Contains very ugly temporary hack for ↵Simon Rettberg2014-03-171-36/+3Star
| | | | uidNumber<->objectSid mapping ;)
* Lean and mean initial commitSimon Rettberg2014-03-151-0/+353
Not much functionality yet