summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/sdap_autofs.c
Commit message (Collapse)AuthorAgeFilesLines
* Add be_req_get_data() helper funciton.Simo Sorce2013-01-211-1/+1
| | | | In preparation for making struct be_req opaque.
* Add be_req_get_be_ctx() helper.Simo Sorce2013-01-211-2/+3
| | | | In preparation for making be_req opaque
* Introduce be_req_terminate() helperSimo Sorce2013-01-211-1/+1
| | | | | Call it everywhere instead of directly dereferencing be_req->fn This is in preparation of making be_req opaque.
* Remove sysdb as a be context structure memberSimo Sorce2013-01-211-3/+3
| | | | The sysdb context is already available through the 'domain' structure.
* Add domain argument to sysdb autofs functionsSimo Sorce2013-01-151-2/+4
|
* DP: invalidate all cached maps if a request for auto.master comes inJakub Hrozek2012-12-181-0/+8
| | | | | | If the Data Provider receives a request for the auto.master map, it passes on a flag to let the actual provider let know he should invalidate the existing maps
* AUTOFS: LDAP providerJakub Hrozek2012-02-051-0/+291