summaryrefslogtreecommitdiffstats
path: root/src/providers/dp_ptask.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove include recursionLukas Slebodnik2013-08-221-2/+0
| | | | | | | | | | | | | | | warning reported by coverity include_recursion: #include file "src/providers/dp_backend.h" includes itself: dp_backend.h -> dp_refresh.h -> dp_backend.h (other events go to each file) primary_file: During compilation of file 'src/krb5_plugin/sssd_krb5_locator_plugin.c include_recursion: #include file "src/providers/dp_backend.h" includes itself: dp_backend.h -> dp_refresh.h -> dp_ptask.h -> dp_backend.h (other events go to each file) primary_file: During compilation of file 'src/krb5_plugin/sssd_krb5_locator_plugin.c'
* be_ptask: send and recv shadow a global declarationPavel Březina2013-06-121-2/+2
|
* back end: add refresh expired records periodic taskPavel Březina2013-06-101-0/+3
| | | | | | https://fedorahosted.org/sssd/ticket/1713 Add new option refresh_expired_interval.
* back end: periodic task APIPavel Březina2013-06-101-0/+93
https://fedorahosted.org/sssd/ticket/1891