Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-01-21 | Add be_req_get_data() helper funciton. | Simo Sorce | 1 | -2/+2 | |
In preparation for making struct be_req opaque. | |||||
2013-01-21 | Add be_req_get_be_ctx() helper. | Simo Sorce | 1 | -7/+4 | |
In preparation for making be_req opaque | |||||
2013-01-21 | Introduce be_req_terminate() helper | Simo Sorce | 1 | -2/+2 | |
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 | -1/+2 | |
2013-01-21 | Move ldap provider access functions | Simo Sorce | 1 | -0/+86 | |
It was confusing to see the ldap provider own handler mixed with the generic ldap access code used also by the ipa and ad providers. So move the ldap provider handler code in its own file. |