summaryrefslogtreecommitdiffstats
path: root/proxy.c
Commit message (Expand)AuthorAgeFilesLines
* Move string functions to lstring.[hc]Simon Rettberg2018-11-091-28/+1Star
* Remove memberOf filtering; not required for proper operationSimon Rettberg2018-06-181-7/+3Star
* 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 resp...Simon Rettberg2017-06-011-57/+100
* Introduce debug levels, AD filter bug workaround, fix legacy homeattr not bei...Simon Rettberg2017-05-301-36/+68
* Support specifying custom attribute names for schemaSimon Rettberg2017-05-291-209/+132Star
* proxy.c: Minor bug fixesSimon Rettberg2017-04-211-3/+26
* 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, so...Simon Rettberg2015-06-261-38/+60
* 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 uidNumber<->ob...Simon Rettberg2014-03-171-25/+86
* Lean and mean initial commitSimon Rettberg2014-03-151-0/+445