summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* daemon optionalSimon Rettberg2014-05-271-1/+7
|
* Daemonize, ignore home if emptySimon Rettberg2014-05-261-1/+4
|
* Support more AD attributesSimon Rettberg2014-05-261-12/+27
|
* updated config exampleSimon Rettberg2014-03-191-1/+5
|
* Make code more good and less badSimon Rettberg2014-03-191-15/+16
|
* Fixed compilation warnings about pointer mismatch on 32bitSimon Rettberg2014-03-196-11/+13
|
* WorkSimon Rettberg2014-03-195-12/+90
|
* (Forgot commit) Add fmt_ldapbindrequeststring that takes struct string as ↵Simon Rettberg2014-03-181-0/+12
| | | | arguments
* clan config (for address sanitizer use)Simon Rettberg2014-03-181-2/+4
|
* First working version with user and group support, login relayingSimon Rettberg2014-03-187-107/+357
|
* Fix double free in scan_ldapsearchfilterSimon Rettberg2014-03-171-0/+1
|
* More progress.. Warning: Contains very ugly temporary hack for ↵Simon Rettberg2014-03-175-70/+91
| | | | uidNumber<->objectSid mapping ;)
* Lean and mean initial commitSimon Rettberg2014-03-1594-0/+4838
Not much functionality yet