Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix uninitialized variable use | Simon Rettberg | 2016-11-25 | 1 | -1/+1 | |
| | ||||||
* | Configurable name of homeDirectory attribute | Simon Rettberg | 2016-02-19 | 5 | -2/+27 | |
| | ||||||
* | Remove debug messages | Simon Rettberg | 2015-10-27 | 1 | -3/+0 | |
| | ||||||
* | Fix mapping of AD attributes if no filter is given | Simon Rettberg | 2015-10-27 | 2 | -24/+31 | |
| | ||||||
* | Update example config | Simon Rettberg | 2015-10-27 | 1 | -0/+4 | |
| | ||||||
* | Send search requests to server only after bind succeeded. | Simon Rettberg | 2015-10-23 | 2 | -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 Makefile | Simon Rettberg | 2015-10-23 | 1 | -6/+6 | |
| | ||||||
* | Fix homeMount handling in LDAP-LDAP mode | Simon Rettberg | 2015-10-23 | 1 | -6/+7 | |
| | ||||||
* | Always load default verify locations too when using cert validation. Also ↵ | Simon Rettberg | 2015-10-21 | 2 | -9/+22 | |
| | | | | quit when initial connect fails in SSL mode. | |||||
* | Support certificate verification by ca-bundle and hostname | Simon Rettberg | 2015-10-15 | 6 | -12/+123 | |
| | ||||||
* | Only relay whitelisted fields to client on anonymous bind connections | Simon Rettberg | 2015-10-15 | 1 | -39/+137 | |
| | ||||||
* | Bail out if config file is not readable | Simon Rettberg | 2015-10-15 | 1 | -4/+4 | |
| | ||||||
* | Update connection timeout properly | Simon Rettberg | 2015-09-13 | 1 | -3/+5 | |
| | ||||||
* | Add dn to fake group | Simon Rettberg | 2015-09-13 | 1 | -4/+8 | |
| | ||||||
* | Support LDAP-LDAP proxying | Simon Rettberg | 2015-09-12 | 5 | -5/+152 | |
| | ||||||
* | Error handling in server.c | Simon Rettberg | 2015-07-31 | 1 | -5/+15 | |
| | ||||||
* | [server.c] Pay attention to failed sends, and return error in related functions | Simon Rettberg | 2015-07-10 | 1 | -17/+33 | |
| | ||||||
* | Send search requests on the same connection the explicit bind was done on, ↵ | Simon Rettberg | 2015-06-26 | 10 | -116/+162 | |
| | | | | so the user's permissions regarding visibility of search results will be applied | |||||
* | Fix the fix of the fix of SSL | Simon Rettberg | 2015-04-28 | 1 | -0/+1 | |
| | ||||||
* | Fix SSL mode :) | Simon Rettberg | 2015-04-28 | 5 | -6/+16 | |
| | ||||||
* | SSL support when talking to ADS | Simon Rettberg | 2015-04-28 | 7 | -126/+387 | |
| | ||||||
* | "Support" feature query (done by sssd) | Simon Rettberg | 2015-02-25 | 1 | -43/+108 | |
| | ||||||
* | Fix formatting bug in print filter function; skip NULL filters (which would ↵ | Simon Rettberg | 2015-02-25 | 1 | -2/+8 | |
| | | | | be an invalid filter anyways...) | |||||
* | Fix epoll based detection of closed connections | Simon Rettberg | 2015-02-25 | 3 | -5/+9 | |
| | ||||||
* | Hack in support for numeric account names | Simon Rettberg | 2015-02-12 | 2 | -5/+51 | |
| | ||||||
* | Add OpenSSL-Support (Client<->Proxy) | Simon Rettberg | 2014-09-09 | 13 | -116/+328 | |
| | ||||||
* | Bail out on startup if an AD server is not reachable | Simon Rettberg | 2014-06-06 | 3 | -4/+7 | |
| | ||||||
* | Actually really fix helper_connect4 when passing a hostname | Simon Rettberg | 2014-06-02 | 1 | -4/+6 | |
| | ||||||
* | Fix getaddrinfo call | Simon Rettberg | 2014-06-02 | 1 | -1/+1 | |
| | ||||||
* | Port configurable | Simon Rettberg | 2014-05-27 | 1 | -1/+7 | |
| | ||||||
* | daemon optional | Simon Rettberg | 2014-05-27 | 1 | -1/+7 | |
| | ||||||
* | Daemonize, ignore home if empty | Simon Rettberg | 2014-05-26 | 1 | -1/+4 | |
| | ||||||
* | Support more AD attributes | Simon Rettberg | 2014-05-26 | 1 | -12/+27 | |
| | ||||||
* | updated config example | Simon Rettberg | 2014-03-19 | 1 | -1/+5 | |
| | ||||||
* | Make code more good and less bad | Simon Rettberg | 2014-03-19 | 1 | -15/+16 | |
| | ||||||
* | Fixed compilation warnings about pointer mismatch on 32bit | Simon Rettberg | 2014-03-19 | 6 | -11/+13 | |
| | ||||||
* | Work | Simon Rettberg | 2014-03-19 | 5 | -12/+90 | |
| | ||||||
* | (Forgot commit) Add fmt_ldapbindrequeststring that takes struct string as ↵ | Simon Rettberg | 2014-03-18 | 1 | -0/+12 | |
| | | | | arguments | |||||
* | clan config (for address sanitizer use) | Simon Rettberg | 2014-03-18 | 1 | -2/+4 | |
| | ||||||
* | First working version with user and group support, login relaying | Simon Rettberg | 2014-03-18 | 7 | -107/+357 | |
| | ||||||
* | Fix double free in scan_ldapsearchfilter | Simon Rettberg | 2014-03-17 | 1 | -0/+1 | |
| | ||||||
* | More progress.. Warning: Contains very ugly temporary hack for ↵ | Simon Rettberg | 2014-03-17 | 5 | -70/+91 | |
| | | | | uidNumber<->objectSid mapping ;) | |||||
* | Lean and mean initial commit | Simon Rettberg | 2014-03-15 | 94 | -0/+4838 | |
Not much functionality yet |