summaryrefslogtreecommitdiffstats
path: root/helper.c
Commit message (Collapse)AuthorAgeFilesLines
* Add autorestart option to exit(1) on unresponsive upstreamSimon Rettberg2023-11-271-0/+1
|
* 4s timeout when connecting to server; send error to client on failureSimon Rettberg2018-03-121-2/+14
|
* Make print filter function output identical to usual string representation ↵Simon Rettberg2017-06-011-62/+63
| | | | of filters
* Make prettySimon Rettberg2017-05-301-2/+2
|
* Fix inverted debug level checkSimon Rettberg2017-05-301-1/+1
|
* Introduce debug levels, AD filter bug workaround, fix legacy homeattr not ↵Simon Rettberg2017-05-301-0/+12
| | | | being lowercased
* Send search requests on the same connection the explicit bind was done on, ↵Simon Rettberg2015-06-261-0/+12
| | | | so the user's permissions regarding visibility of search results will be applied
* Fix formatting bug in print filter function; skip NULL filters (which would ↵Simon Rettberg2015-02-251-2/+8
| | | | be an invalid filter anyways...)
* Add OpenSSL-Support (Client<->Proxy)Simon Rettberg2014-09-091-7/+4Star
|
* Actually really fix helper_connect4 when passing a hostnameSimon Rettberg2014-06-021-4/+6
|
* Fix getaddrinfo callSimon Rettberg2014-06-021-1/+1
|
* First working version with user and group support, login relayingSimon Rettberg2014-03-181-11/+23
|
* Lean and mean initial commitSimon Rettberg2014-03-151-0/+174
Not much functionality yet