Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-05-07 | Add callback when the ID provider switches from offline to online | Stephen Gallagher | 1 | -0/+10 | |
Allow backends to set a callback in the be_ctx that should be invoked when the ID provider goes online. This can be used to perform regular maintenance tasks that are valid only when going online. | |||||
2010-04-30 | Silence warnings with -O2 | Jakub Hrozek | 1 | -6/+18 | |
2010-04-16 | Make ID provider init functions clearer | Stephen Gallagher | 1 | -2/+2 | |
Using sssm_*_init() as the name of the initialization function for identity providers was a holdover from earlier development when we thought we would only have a single "provider" entry in the config file. As we have now separated out the initialization functions for auth, chpass and access, we should rename sssm_*_init() to sssm_*_id_init() for a cleaner interface. | |||||
2010-04-12 | proxy: complete conversion to synchronous sysdb | Simo Sorce | 1 | -1113/+428 | |
This makes proxy use only synchronous functions again. | |||||
2010-04-12 | sysdb: delete sysdb_delete_group | Simo Sorce | 1 | -59/+10 | |
2010-04-12 | sysdb: convert sysdb_delete_user | Simo Sorce | 1 | -32/+4 | |
2010-04-12 | sysdb: convert sysdb_cache_password | Simo Sorce | 1 | -28/+9 | |
2010-04-12 | sysdb: convert sysdb_store/add(_basic)_group | Simo Sorce | 1 | -108/+58 | |
2010-04-12 | sysdb: convert sysdb_store/add(_basic)_user | Simo Sorce | 1 | -172/+134 | |
2010-04-12 | sysdb: convert sysdb_delete_entry | Stephen Gallagher | 1 | -66/+42 | |
2010-03-04 | Add forgotten \n in DEBUG statements | Martin Nagy | 1 | -1/+1 | |
Logs from confdb with missing '\n' in the DEBUG statements annoyed me so I decided to fix them. I also made a quick grep through the code and found other places so I fixed them too. | |||||
2010-03-03 | proxy: use correct _recv function | Simo Sorce | 1 | -1/+1 | |
2010-02-18 | Rename server/ directory to src/ | Stephen Gallagher | 1 | -0/+2521 | |
Also update BUILD.txt |