summaryrefslogtreecommitdiff
path: root/src/providers/dp_ptask.h
AgeCommit message (Collapse)AuthorFilesLines
2013-08-22Remove include recursionLukas Slebodnik1-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'
2013-06-12be_ptask: send and recv shadow a global declarationPavel Březina1-2/+2
2013-06-10back end: add refresh expired records periodic taskPavel Březina1-0/+3
https://fedorahosted.org/sssd/ticket/1713 Add new option refresh_expired_interval.
2013-06-10back end: periodic task APIPavel Březina1-0/+93
https://fedorahosted.org/sssd/ticket/1891