summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-05-21Move nscd.c from tools to utilOndrej Kos3-8/+8
2013-05-21DB: Fix segfault when configuration file cannot be parsedOndrej Kos1-0/+1
2013-05-20Remove unneeded parameter of setup_child and namespace itJakub Hrozek5-5/+5
2013-05-20Fixing critical format string issues.Lukas Slebodnik22-36/+61
2013-05-15Fix segfault in AD Subdomains ModuleLukas Slebodnik1-0/+2
2013-05-14Rename SAFEALIGN macros.Michal Zidek3-95/+113
2013-05-14man: Note that IPA updates are secured with GSS-TSIGJakub Hrozek1-1/+2
2013-05-14man: Clarify the AD site discovery documentationJakub Hrozek1-1/+3
2013-05-14Fix segfault in DYNDNSOndrej Kos1-1/+1
2013-05-14Always update cached upn if enterprise principals are usedSumit Bose1-3/+4
2013-05-14Fix broken build with selinux.Lukas Slebodnik2-2/+4
2013-05-13Re-add a useful DEBUG messageJakub Hrozek1-0/+2
2013-05-13Fixes compilation without selinux.Lukas Slebodnik1-1/+0
2013-05-13Add support for tuples and unicode pysss_nss_idmap.soSumit Bose1-20/+39
2013-05-13LDAP: Always initialize idmap objectJakub Hrozek1-5/+3
2013-05-13man: Clarify that AD dyndns updates are secured using GSS-TSIGJakub Hrozek1-1/+4
2013-05-13Enable the AD dynamic DNS updates by defaultJakub Hrozek2-2/+2
2013-05-13tests: Do not set cwd twiceJakub Hrozek1-1/+0
2013-05-13Fix a typo in sssd-ad man pageJakub Hrozek1-1/+1
2013-05-10sudo responder: search rules for subdomains in parent domain subtreePavel Březina1-0/+5
2013-05-10Fix missing initialization in Python bindings for libsss_nss_idmapSumit Bose1-1/+1
2013-05-10Add missing \n to debug stringSumit Bose1-1/+1
2013-05-07SSH: Do not skip domains with use_fully_qualified_names in host key requestsJan Cholasta1-6/+0
2013-05-07SSH: Use separate field for domain name in client requestsJan Cholasta6-64/+97
2013-05-07SSH: Fix parsing of names from client requestsJan Cholasta3-3/+30
2013-05-07UTIL: Add function sss_names_init_from_argsJan Cholasta2-41/+73
2013-05-07Actually use the index parameter in resolv_get_sockaddr_address_indexJakub Hrozek2-6/+10
2013-05-07AD: read flat name and SID of the AD domainSumit Bose6-0/+600
2013-05-06Fix minor typosYuri Chornoivan2-2/+2
2013-05-03Updating the translations for the 1.10 beta1 releaseJakub Hrozek15-11401/+12875
2013-05-03Only check UPN if enterprise principals are not usedJakub Hrozek1-0/+5
2013-05-03AD: Always initialize ID mappingJakub Hrozek1-5/+3
2013-05-03Active Directory dynamic DNS updatesJakub Hrozek7-0/+402
2013-05-03Split out the common code from timed DNS updatesJakub Hrozek3-60/+133
2013-05-03dyndns: new option dyndns_authJakub Hrozek10-21/+100
2013-05-03dyndns: new option dyndns_force_tcpJakub Hrozek9-9/+45
2013-05-03dyndns: New option dyndns_update_ptrJakub Hrozek12-128/+463
2013-05-03resolver: Return PTR record as stringJakub Hrozek3-0/+144
2013-05-03dyndns: new option dyndns_refresh_intervalJakub Hrozek11-7/+283
2013-05-03Convert IPA-specific options to be back-end agnosticJakub Hrozek12-34/+242
2013-05-03Refactor dynamic DNS updatesJakub Hrozek12-1172/+1941
2013-05-03Add python interface to libsss_nss_idmapSumit Bose1-0/+351
2013-05-03Add client library for SID related lookupsSumit Bose6-0/+2043
2013-05-03Add SID related calls to the NSS responderSumit Bose2-3/+795
2013-05-03Add SID related lookups to IPA subdomainsSumit Bose2-29/+213
2013-05-03SUDO: IPA providerLukas Slebodnik6-29/+110
2013-05-03fo_discover_servers_send: don't crash when backup_domain is NULLPavel Březina1-0/+11
2013-05-03AD SRV plugin: check if site name is emptyPavel Březina1-2/+4
2013-05-03IDMAP: Fix variable initializationOndrej Kos1-1/+1
2013-05-03CONFDB: prevent double freeOndrej Kos1-1/+0