Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-06-10 | Check the correct variable for NULL after creating timer | Stephen Gallagher | 1 | -1/+1 | |
In several places, we were creating a new timer and assigning it to the tev variable, but then we were checking for NULL from the te variable (which, incidentally, is guaranteed never to be NULL in this situation) https://fedorahosted.org/sssd/ticket/523 | |||||
2010-05-27 | Reset run_online_cb flag even if there are no callbacks | Sumit Bose | 1 | -8/+10 | |
2010-05-27 | Add offline callbacks | Sumit Bose | 1 | -0/+22 | |
2010-05-27 | Refactor data provider callbacks | Sumit Bose | 1 | -0/+182 | |