summaryrefslogtreecommitdiff
path: root/src/providers/proxy/proxy_services.c
AgeCommit message (Collapse)AuthorFilesLines
2013-01-15Add domain arguments to sysdb services functionsSimo Sorce1-2/+2
also fix sysdb_svc_add declarations
2013-01-15Add domain argument to sysdb_remove_attrs()Simo Sorce1-4/+5
2012-08-23Unify usage of sysdb transactionsMichal Zidek1-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).
2012-08-09Backward GOTOs rewritten into do-while loops.Ondrej Kos1-89/+96
2012-03-29Proxy services: Save lowercased protocol names and aliases in ↵Jakub Hrozek1-57/+17
case-insensitive domains
2012-02-04NSS: Add individual timeouts for entry typesStephen Gallagher1-3/+3
https://fedorahosted.org/sssd/ticket/1016
2012-01-31SYSDB: extend sysdb_store_service() to accept additional attributesStephen Gallagher1-0/+2
2012-01-27PROXY: add support for enumerating servicesStephen Gallagher1-0/+177
2012-01-27PROXY: add support for service lookups (non-enumeration)Stephen Gallagher1-0/+199