summaryrefslogtreecommitdiffstats
path: root/src/providers/proxy/proxy_services.c
Commit message (Collapse)AuthorAgeFilesLines
* PROXY: Fix memory hierarchy when enumerating servicesJakub Hrozek2013-10-221-1/+7
|
* Add domain arguments to sysdb services functionsSimo Sorce2013-01-151-2/+2
| | | | also fix sysdb_svc_add declarations
* Add domain argument to sysdb_remove_attrs()Simo Sorce2013-01-151-4/+5
|
* Unify usage of sysdb transactionsMichal Zidek2012-08-231-1/+5
| | | | | | Removing bad examples of usage of sysdb_transaction_start/commit/end functions and making it more consistent (all files except of src/db/sysdb_*.c).
* Backward GOTOs rewritten into do-while loops.Ondrej Kos2012-08-091-89/+96
|
* Proxy services: Save lowercased protocol names and aliases in ↵Jakub Hrozek2012-03-291-57/+17
| | | | case-insensitive domains
* NSS: Add individual timeouts for entry typesStephen Gallagher2012-02-041-3/+3
| | | | https://fedorahosted.org/sssd/ticket/1016
* SYSDB: extend sysdb_store_service() to accept additional attributesStephen Gallagher2012-01-311-0/+2
|
* PROXY: add support for enumerating servicesStephen Gallagher2012-01-271-0/+177
|
* PROXY: add support for service lookups (non-enumeration)Stephen Gallagher2012-01-271-0/+199