summaryrefslogtreecommitdiffstats
path: root/server.c
Commit message (Collapse)AuthorAgeFilesLines
* 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