summaryrefslogtreecommitdiffstats
path: root/server.c
Commit message (Expand)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 bei...Simon Rettberg2017-05-301-2/+4
* 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
* Always load default verify locations too when using cert validation. Also qui...Simon Rettberg2015-10-211-1/+9
* 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, so...Simon Rettberg2015-06-261-49/+50
* 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 uidNumber<->ob...Simon Rettberg2014-03-171-36/+3Star
* Lean and mean initial commitSimon Rettberg2014-03-151-0/+353