Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-06-28 | Replace new_subdomain() with find_subdomain_by_name() | Sumit Bose | 1 | -3/+2 | |
new_subdomain() will create a new domain object and should not be used anymore in the priovder code directly. Instead a reference to the domain from the common domain object should be used. | |||||
2013-06-17 | handle ERR_ACCOUNT_EXPIRED properly | Pavel Březina | 1 | -0/+4 | |
https://fedorahosted.org/sssd/ticket/1953 | |||||
2013-03-19 | Convert sdap_access to new error codes | Simo Sorce | 1 | -17/+15 | |
Also simplify sdap_access_send to avoid completely fake _send() routines. | |||||
2013-02-10 | Add realm info to sss_domain_info | Simo Sorce | 1 | -1/+1 | |
2013-01-21 | Add be_req_get_data() helper funciton. | Simo Sorce | 1 | -3/+4 | |
In preparation for making struct be_req opaque. | |||||
2013-01-21 | Add be_req_get_be_ctx() helper. | Simo Sorce | 1 | -9/+7 | |
In preparation for making be_req opaque | |||||
2013-01-21 | Introduce be_req_terminate() helper | Simo Sorce | 1 | -5/+6 | |
Call it everywhere instead of directly dereferencing be_req->fn This is in preparation of making be_req opaque. | |||||
2013-01-21 | Pass domain not be_req to access check functions | Simo Sorce | 1 | -4/+7 | |
2013-01-21 | Remove sysdb as a be request structure member | Simo Sorce | 1 | -1/+0 | |
The sysdb context is already available through the 'domain' context. | |||||
2012-07-06 | AD: Add AD access-control provider | Stephen Gallagher | 1 | -0/+96 | |
This patch adds support for checking whether a user is expired or disabled in AD. |