summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Enable the AD dynamic DNS updates by defaultJakub Hrozek2013-05-132-2/+2
* tests: Do not set cwd twiceJakub Hrozek2013-05-131-1/+0
* Fix a typo in sssd-ad man pageJakub Hrozek2013-05-131-1/+1
* sudo responder: search rules for subdomains in parent domain subtreePavel Březina2013-05-101-0/+5
* Fix missing initialization in Python bindings for libsss_nss_idmapSumit Bose2013-05-101-1/+1
* Add missing \n to debug stringSumit Bose2013-05-101-1/+1
* SSH: Do not skip domains with use_fully_qualified_names in host key requestsJan Cholasta2013-05-071-6/+0
* SSH: Use separate field for domain name in client requestsJan Cholasta2013-05-076-64/+97
* SSH: Fix parsing of names from client requestsJan Cholasta2013-05-073-3/+30
* UTIL: Add function sss_names_init_from_argsJan Cholasta2013-05-072-41/+73
* Actually use the index parameter in resolv_get_sockaddr_address_indexJakub Hrozek2013-05-072-6/+10
* AD: read flat name and SID of the AD domainSumit Bose2013-05-076-0/+600
* Fix minor typosYuri Chornoivan2013-05-062-2/+2
* Updating the translations for the 1.10 beta1 releasesssd-1_9_92sssd-1_10_beta1Jakub Hrozek2013-05-0315-11401/+12875
* Only check UPN if enterprise principals are not usedJakub Hrozek2013-05-031-0/+5
* AD: Always initialize ID mappingJakub Hrozek2013-05-031-5/+3
* Active Directory dynamic DNS updatesJakub Hrozek2013-05-037-0/+402
* Split out the common code from timed DNS updatesJakub Hrozek2013-05-033-60/+133
* dyndns: new option dyndns_authJakub Hrozek2013-05-0310-21/+100
* dyndns: new option dyndns_force_tcpJakub Hrozek2013-05-039-9/+45
* dyndns: New option dyndns_update_ptrJakub Hrozek2013-05-0312-128/+463
* resolver: Return PTR record as stringJakub Hrozek2013-05-033-0/+144
* dyndns: new option dyndns_refresh_intervalJakub Hrozek2013-05-0311-7/+283
* Convert IPA-specific options to be back-end agnosticJakub Hrozek2013-05-0312-34/+242
* Refactor dynamic DNS updatesJakub Hrozek2013-05-0312-1172/+1941
* Add python interface to libsss_nss_idmapSumit Bose2013-05-031-0/+351
* Add client library for SID related lookupsSumit Bose2013-05-036-0/+2043
* Add SID related calls to the NSS responderSumit Bose2013-05-032-3/+795
* Add SID related lookups to IPA subdomainsSumit Bose2013-05-032-29/+213
* SUDO: IPA providerLukas Slebodnik2013-05-036-29/+110
* fo_discover_servers_send: don't crash when backup_domain is NULLPavel Březina2013-05-031-0/+11
* AD SRV plugin: check if site name is emptyPavel Březina2013-05-031-2/+4
* IDMAP: Fix variable initializationOndrej Kos2013-05-031-1/+1
* CONFDB: prevent double freeOndrej Kos2013-05-031-1/+0
* Fix segmentation fault in test_io.Abhishek Singh2013-05-021-4/+19
* Default TEST_DIR to cwd, not empty string if not set explicitlyLukas Slebodnik2013-05-022-9/+6
* Use struct to hold different types of request parametersSumit Bose2013-05-024-26/+48
* Remove unused attribute listSumit Bose2013-05-023-14/+1
* Add sss_ncache_set_sid() and sss_ncache_check_sid()Sumit Bose2013-05-022-0/+31
* sysdb: add sysdb_search_object_by_sid()Sumit Bose2013-05-022-0/+62
* Add responder_get_domain_by_id()Sumit Bose2013-05-022-0/+52
* Add idmap context to nss contextSumit Bose2013-05-022-0/+22
* Add two new request types to the data-provider interfaceSumit Bose2013-05-023-1/+11
* Add secid filter to responder-dp protocolSumit Bose2013-05-025-4/+37
* LDAP: always store SID if availableSumit Bose2013-05-022-33/+58
* responder_get_domain(): remove timeout calculationSumit Bose2013-05-021-10/+1
* responder_get_domain: do not return disabled domainsSumit Bose2013-05-021-0/+4
* Remove unused TALLOC_CTX from responder_get_domain()Sumit Bose2013-05-0211-20/+16
* dns srv plugin: compare domain names case insensitivePavel Březina2013-05-021-1/+1
* DNS sites support - add AD SRV pluginPavel Březina2013-05-029-5/+877