summaryrefslogtreecommitdiffstats
path: root/proxy.c
Commit message (Collapse)AuthorAgeFilesLines
* 4s timeout when connecting to server; send error to client on failureSimon Rettberg2018-03-121-2/+2
|
* Fix compile errorSimon Rettberg2017-12-201-1/+1
|
* Ugly hack ... rework this partSimon Rettberg2017-12-181-1/+1
|
* [proxy] More ugly hacks to support sssd for user names containing '@'Simon Rettberg2017-12-131-2/+39
|
* Always send empty search replies for unknown queries, fixes sssd sudo queriesSimon Rettberg2017-12-061-8/+9
|
* Add option to disable fixNumeric logic (s-prefixing), but default to ONSimon Rettberg2017-08-091-4/+10
|
* Smarter mangling of filters, comments, better handling of unknown server ↵Simon Rettberg2017-06-011-57/+100
| | | | responses
* Introduce debug levels, AD filter bug workaround, fix legacy homeattr not ↵Simon Rettberg2017-05-301-36/+68
| | | | being lowercased
* Support specifying custom attribute names for schemaSimon Rettberg2017-05-291-209/+132Star
|
* 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