summaryrefslogtreecommitdiffstats
path: root/proxy.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Fix uninitialized variable useSimon Rettberg2016-11-251-1/+1
|
* Configurable name of homeDirectory attributeSimon Rettberg2016-02-191-2/+7
|
* Remove debug messagesSimon Rettberg2015-10-271-3/+0Star
|
* Fix mapping of AD attributes if no filter is givenSimon Rettberg2015-10-271-24/+30
|
* Fix homeMount handling in LDAP-LDAP modeSimon Rettberg2015-10-231-6/+7
|
* Only relay whitelisted fields to client on anonymous bind connectionsSimon Rettberg2015-10-151-39/+137
|
* Add dn to fake groupSimon Rettberg2015-09-131-4/+8
|
* Support LDAP-LDAP proxyingSimon Rettberg2015-09-121-4/+138
|
* Send search requests on the same connection the explicit bind was done on, ↵Simon Rettberg2015-06-261-38/+60
| | | | so the user's permissions regarding visibility of search results will be applied
* Fix SSL mode :)Simon Rettberg2015-04-281-1/+3
|
* "Support" feature query (done by sssd)Simon Rettberg2015-02-251-43/+108
|
* Hack in support for numeric account namesSimon Rettberg2015-02-121-4/+50
|
* Add OpenSSL-Support (Client<->Proxy)Simon Rettberg2014-09-091-38/+40
|
* Support more AD attributesSimon Rettberg2014-05-261-12/+27
|
* Make code more good and less badSimon Rettberg2014-03-191-15/+16
|
* WorkSimon Rettberg2014-03-191-12/+62
|
* First working version with user and group support, login relayingSimon Rettberg2014-03-181-63/+225
|
* More progress.. Warning: Contains very ugly temporary hack for ↵Simon Rettberg2014-03-171-25/+86
| | | | uidNumber<->objectSid mapping ;)
* Lean and mean initial commitSimon Rettberg2014-03-151-0/+445
Not much functionality yet