summaryrefslogtreecommitdiffstats
path: root/src/providers/proxy
Commit message (Expand)AuthorAgeFilesLines
* Add secid filter to responder-dp protocolSumit Bose2013-05-021-0/+6
* Check for correct variable nameJakub Hrozek2013-04-031-1/+1
* Making the authtok structure really opaque.Lukas Slebodnik2013-04-023-14/+10
* Add be_req_get_data() helper funciton.Simo Sorce2013-01-212-3/+3
* Add be_req_get_be_ctx() helper.Simo Sorce2013-01-213-16/+17
* Introduce be_req_terminate() helperSimo Sorce2013-01-215-60/+25
* Remove sysdb as a be context structure memberSimo Sorce2013-01-212-2/+2
* Remove outdated code.Simo Sorce2013-01-161-10/+0
* Add domain arguments to sysdb services functionsSimo Sorce2013-01-151-2/+2
* Add domain argument to sysdb_remove_attrs()Simo Sorce2013-01-151-4/+5
* Add domain arg to sysdb_search/delete_netgroup()Simo Sorce2013-01-151-6/+6
* Add domain argument to sysdb_delete_group()Simo Sorce2013-01-151-2/+2
* Add domain argument to sysdb_delete_user()Simo Sorce2013-01-151-8/+12
* Add domain argument to sysdb_cache_password()Simo Sorce2013-01-151-0/+1
* Add domain argument to sysdb_store_group()Simo Sorce2013-01-151-1/+1
* Add domain argument to sysdb_store_user()Simo Sorce2013-01-151-9/+9
* Add domain arguments to sysdb_add_inetgroup fns.Simo Sorce2013-01-151-2/+4
* Add domain to sysdb_search_user_by_name()Simo Sorce2013-01-151-3/+5
* Pass domain to sysdb_get<pwu/grg><id() functionsSimo Sorce2013-01-151-3/+3
* Change pam data auth tokens.Simo Sorce2013-01-103-33/+39
* PROXY: fix groups cachingOndrej Kos2012-12-171-0/+6
* PROXY: fix negative cacheOndrej Kos2012-12-101-20/+24
* Use an entry type mask macro to filter entry typesSimo Sorce2012-12-041-1/+1
* LDAP: Only convert direct parents' ghost attribute to memberJakub Hrozek2012-11-201-0/+1
* Include talloc log in our debug facilityMichal Zidek2012-10-291-1/+1
* Unify usage of sysdb transactionsMichal Zidek2012-08-232-5/+35
* Backward GOTOs rewritten into do-while loops.Ondrej Kos2012-08-092-245/+271
* Removed unused variable assignmentOndrej Kos2012-08-061-2/+0
* Ghost members - support in proxy providerJan Zeleny2012-05-311-6/+8
* Potential NULL dereference in proxy providerAriel Barria2012-05-141-1/+1
* PROXY: return correct return codesJakub Hrozek2012-05-031-7/+9
* proxy: new option proxy_fast_aliasJakub Hrozek2012-04-203-43/+123
* proxy: Canonicalize user and group namesJakub Hrozek2012-04-201-312/+354
* Proxy services: Save lowercased protocol names and aliases in case-insensitiv...Jakub Hrozek2012-03-291-57/+17
* Handle empty elements in proxy netgroups:Jakub Hrozek2012-03-091-3/+6
* Fix netgroup error handlingJakub Hrozek2012-03-091-17/+59
* PROXY: Create fake user entries for group lookupsStephen Gallagher2012-03-091-3/+85
* Delete missing attributes from netgroups to be storedJan Zeleny2012-02-241-1/+1
* Fix uninitialized value error in proxy providerStephen Gallagher2012-02-131-1/+1
* NSS: Add individual timeouts for entry typesStephen Gallagher2012-02-045-17/+12
* SYSDB: extend sysdb_store_service() to accept additional attributesStephen Gallagher2012-01-311-0/+2
* PROXY: add support for enumerating servicesStephen Gallagher2012-01-274-0/+226
* PROXY: add support for service lookups (non-enumeration)Stephen Gallagher2012-01-274-0/+273
* Use the case sensitivity flag in the proxy providerJakub Hrozek2011-12-163-153/+181
* Cleanup: Remove unused parametersJakub Hrozek2011-11-223-3/+1
* Fixed empty loginShell in proxy providerJan Zeleny2011-11-071-4/+32
* Do not leak hash table iterator during proxy authJakub Hrozek2011-10-311-0/+1
* SysDB commands that save lastUpdate allows this value to be passed inPavel Březina2011-10-132-11/+21
* Append PID to sbus server socket name, let clients use a symlinkJakub Hrozek2011-10-131-1/+1
* Use explicit base 10 for converting strings to integersJakub Hrozek2011-10-031-2/+2