summaryrefslogtreecommitdiffstats
path: root/src/providers
Commit message (Expand)AuthorAgeFilesLines
* SSH: When host is removed from LDAP, remove it from the cache as wellJan Cholasta2013-06-271-1/+8
* Fix compilation warningJakub Hrozek2013-06-271-1/+1
* AD: Write out domain-realm mappingsJakub Hrozek2013-06-273-165/+10
* KRB5: guess UPN for subdomain usersJakub Hrozek2013-06-277-18/+43
* AD: kinit with the local DC even when talking to a GCJakub Hrozek2013-06-262-4/+21
* Use forest for GC SRV lookupsSumit Bose2013-06-261-12/+40
* Do not switch to credentials everytime.Lukas Slebodnik2013-06-261-4/+69
* Every time return directory for krb5 cache collection.Lukas Slebodnik2013-06-262-4/+64
* fix dead code in fail_over_srv.cPavel Březina2013-06-251-11/+12
* krb5: do not use enterprise principals for renewalsSumit Bose2013-06-251-1/+6
* krb5: do not send pac for IPA users from the local domainSumit Bose2013-06-255-10/+20
* Revert "Always send the PAC to the PAC responder"Sumit Bose2013-06-251-18/+20
* Fix typo in pack_authtok()Sumit Bose2013-06-241-1/+1
* KRB5: use the right authtok type for renewalsSumit Bose2013-06-241-3/+20
* IPA: Do not download or store the member attribute of host groupsJakub Hrozek2013-06-242-2/+0
* LDAP: Retry SID search based on result of LDAP search, not the return codeJakub Hrozek2013-06-241-2/+13
* failover: if expanded server is marked as neutral, invoke srv collapsePavel Březina2013-06-211-0/+7
* collapse_srv_lookup may free the server, make it clear from the APIPavel Březina2013-06-211-6/+9
* failover: return error when SRV lookup returned only duplicatesPavel Březina2013-06-211-2/+21
* failover: do not return invalid pointer when server is already presentPavel Březina2013-06-211-2/+6
* FO: Check the return value of send_fnJakub Hrozek2013-06-211-0/+4
* Fix dp_copy_optionsJakub Hrozek2013-06-211-1/+1
* nested groups: do not expect any particular number of groupsPavel Březina2013-06-181-19/+10
* nested groups: do not return ENOMEM if num_groups is 0Pavel Březina2013-06-181-6/+10
* Set default realm for enterprise principalsSumit Bose2013-06-171-0/+12
* Use principal from the ticket to find validation entrySumit Bose2013-06-171-1/+1
* handle ERR_ACCOUNT_EXPIRED properlyPavel Březina2013-06-173-1/+13
* Fix allocation checkJakub Hrozek2013-06-171-1/+1
* nested groups: allocate more space if deref returns more membersPavel Březina2013-06-171-0/+21
* subdomains: touch krb5.conf when creating new domain-realm mappingsPavel Březina2013-06-161-0/+8
* AD: Remove ad_options->auth options referenceJakub Hrozek2013-06-141-1/+0
* AD: Fix segfault in DEBUG messageJakub Hrozek2013-06-141-1/+1
* KRB: Handle preauthentication error correctlyOndrej Kos2013-06-142-1/+9
* failover: set state->out when meta server remains in SRV_RESOLVE_ERRORPavel Březina2013-06-141-0/+1
* Fix minor typosYuri Chornoivan2013-06-121-1/+1
* Use the correct talloc context when creating AD subdomainsJakub Hrozek2013-06-121-1/+1
* be_refresh: send and recv shadow a global declarationPavel Březina2013-06-122-13/+13
* be_ptask: send and recv shadow a global declarationPavel Březina2013-06-122-11/+11
* Fix allocation check in the AD providerJakub Hrozek2013-06-111-1/+1
* A new option krb5_use_kdcinfoJakub Hrozek2013-06-1011-46/+96
* providers: refresh expired netgroupsPavel Březina2013-06-106-3/+212
* back end: add refresh expired records periodic taskPavel Březina2013-06-104-0/+32
* back end: periodical refresh of expired records APIPavel Březina2013-06-102-0/+376
* back end: periodic task APIPavel Březina2013-06-102-0/+447
* dyndns: Fix NULL checkJakub Hrozek2013-06-101-1/+1
* AD: Store trusted AD domains as subdomainsJakub Hrozek2013-06-071-2/+364
* AD ID lookups - choose GC or LDAP as appropriateJakub Hrozek2013-06-071-1/+262
* AD: Add additional service to support Global Catalog lookupsJakub Hrozek2013-06-073-33/+178
* LDAP: Do not store separate GID for subdomain usersJakub Hrozek2013-06-071-10/+18
* Split generating primary GID for ID mapped users into a separate functionJakub Hrozek2013-06-071-41/+70