summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Debug outputSimon Rettberg2017-08-092-4/+12
|
* Fix PRESENT filter handlingSimon Rettberg2017-06-012-2/+3
|
* Smarter mangling of filters, comments, better handling of unknown server ↵Simon Rettberg2017-06-011-57/+100
| | | | responses
* Don't try to keep reading or report errors if client's kill flag is setSimon Rettberg2017-06-011-0/+2
|
* Make print filter function output identical to usual string representation ↵Simon Rettberg2017-06-011-62/+63
| | | | of filters
* Make prettySimon Rettberg2017-05-303-5/+7
|
* Fix inverted debug level checkSimon Rettberg2017-05-301-1/+1
|
* Introduce debug levels, AD filter bug workaround, fix legacy homeattr not ↵Simon Rettberg2017-05-305-38/+99
| | | | being lowercased
* Support specifying custom attribute names for schemaSimon Rettberg2017-05-296-226/+217Star
|
* Add comment about tinyldap sourcesSimon Rettberg2017-05-091-0/+5
|
* Update tinyldap partSimon Rettberg2017-05-0916-23/+24
|
* Delete some more unused filesSimon Rettberg2017-04-217-523/+0Star
|
* Remove unused string matching helpersSimon Rettberg2017-04-219-861/+3Star
|
* scan_asn1length: Allow non-minimally encoded valuesSimon Rettberg2017-04-211-2/+2
| | | | | Needed to handle Windows AD replies, because why adhere to standards at Microsoft ;)
* Update ldap/asn1/... files with current tinyldapSimon Rettberg2017-04-2131-134/+967
|
* ldadp.h: Add missing SearchRequestReference opcodeSimon Rettberg2017-04-211-0/+1
|
* proxy.c: Minor bug fixesSimon Rettberg2017-04-211-3/+26
| | | | | | | - Shutdown connection on UnbindRequest - Skip over SearchResultReference replies from server instead of aborting - Make use of lowercase homeAttr when matching attribute to get case insensitive matching
* client.c: Shutdown SSL connection if peer requests soSimon Rettberg2017-04-211-0/+4
|
* Introduce lowercase homeattr, update server last activity properlySimon Rettberg2017-04-212-2/+7
|
* Fix indentationSimon Rettberg2017-04-211-5/+5
|
* Fix uninitialized variable useSimon Rettberg2016-11-251-1/+1
|
* Configurable name of homeDirectory attributeSimon Rettberg2016-02-195-2/+27
|
* Remove debug messagesSimon Rettberg2015-10-271-3/+0Star
|
* Fix mapping of AD attributes if no filter is givenSimon Rettberg2015-10-272-24/+31
|
* Update example configSimon Rettberg2015-10-271-0/+4
|
* Send search requests to server only after bind succeeded.Simon Rettberg2015-10-232-8/+44
| | | | | | | | | | 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.
* Update MakefileSimon Rettberg2015-10-231-6/+6
|
* Fix homeMount handling in LDAP-LDAP modeSimon Rettberg2015-10-231-6/+7
|
* Always load default verify locations too when using cert validation. Also ↵Simon Rettberg2015-10-212-9/+22
| | | | quit when initial connect fails in SSL mode.
* Support certificate verification by ca-bundle and hostnameSimon Rettberg2015-10-156-12/+123
|
* Only relay whitelisted fields to client on anonymous bind connectionsSimon Rettberg2015-10-151-39/+137
|
* Bail out if config file is not readableSimon Rettberg2015-10-151-4/+4
|
* Update connection timeout properlySimon Rettberg2015-09-131-3/+5
|
* Add dn to fake groupSimon Rettberg2015-09-131-4/+8
|
* Support LDAP-LDAP proxyingSimon Rettberg2015-09-125-5/+152
|
* 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-2610-116/+162
| | | | 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-285-6/+16
|
* SSL support when talking to ADSSimon Rettberg2015-04-287-126/+387
|
* "Support" feature query (done by sssd)Simon Rettberg2015-02-251-43/+108
|
* Fix formatting bug in print filter function; skip NULL filters (which would ↵Simon Rettberg2015-02-251-2/+8
| | | | be an invalid filter anyways...)
* Fix epoll based detection of closed connectionsSimon Rettberg2015-02-253-5/+9
|
* Hack in support for numeric account namesSimon Rettberg2015-02-122-5/+51
|
* Add OpenSSL-Support (Client<->Proxy)Simon Rettberg2014-09-0913-116/+328
|
* Bail out on startup if an AD server is not reachableSimon Rettberg2014-06-063-4/+7
|
* Actually really fix helper_connect4 when passing a hostnameSimon Rettberg2014-06-021-4/+6
|
* Fix getaddrinfo callSimon Rettberg2014-06-021-1/+1
|
* Port configurableSimon Rettberg2014-05-271-1/+7
|