summaryrefslogtreecommitdiffstats
path: root/src/providers/proxy.c
Commit message (Collapse)AuthorAgeFilesLines
* Make ID provider init functions clearerStephen Gallagher2010-04-161-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.
* proxy: complete conversion to synchronous sysdbSimo Sorce2010-04-121-1113/+428
| | | | This makes proxy use only synchronous functions again.
* sysdb: delete sysdb_delete_groupSimo Sorce2010-04-121-59/+10
|
* sysdb: convert sysdb_delete_userSimo Sorce2010-04-121-32/+4
|
* sysdb: convert sysdb_cache_passwordSimo Sorce2010-04-121-28/+9
|
* sysdb: convert sysdb_store/add(_basic)_groupSimo Sorce2010-04-121-108/+58
|
* sysdb: convert sysdb_store/add(_basic)_userSimo Sorce2010-04-121-172/+134
|
* sysdb: convert sysdb_delete_entryStephen Gallagher2010-04-121-66/+42
|
* Add forgotten \n in DEBUG statementsMartin Nagy2010-03-041-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.
* proxy: use correct _recv functionSimo Sorce2010-03-031-1/+1
|
* Rename server/ directory to src/Stephen Gallagher2010-02-181-0/+2521
Also update BUILD.txt