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