summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Updating translations for the 1.10 beta2 releasesssd-1_9_94sssd-1_9_93sssd-1_10_beta2Jakub Hrozek2013-06-1137-18077/+20275
* Update transifex URL to transifex.comJakub Hrozek2013-06-111-1/+1
* rpm: Split providers into separate subpackagesJakub Hrozek2013-06-112-47/+188
* rpm: Use hardened flags for RPM buildJakub Hrozek2013-06-111-0/+4
* Fix some doxygen warningsSumit Bose2013-06-112-5/+3
* Fix allocation check in the AD providerJakub Hrozek2013-06-111-1/+1
* A new option krb5_use_kdcinfoJakub Hrozek2013-06-1019-49/+163
* providers: refresh expired netgroupsPavel Březina2013-06-107-3/+213
* back end: add refresh expired records periodic taskPavel Březina2013-06-1011-0/+70
* back end: periodical refresh of expired records APIPavel Březina2013-06-103-0/+378
* back end: periodic task APIPavel Březina2013-06-103-0/+449
* man: document the need to set ldap_access_orderJakub Hrozek2013-06-101-0/+21
* Fix dereference after a NULL check in tests.Lukas Slebodnik2013-06-101-6/+20
* Don't test for NULL in nscd config checkOndrej Kos2013-06-101-12/+3
* dyndns: Fix NULL checkJakub Hrozek2013-06-101-1/+1
* DB: Don't add invalid rangesOndrej Kos2013-06-091-7/+10
* rpm: Fold libsss_sudo and libsss_autofs back into the main SSSD packageJakub Hrozek2013-06-072-57/+13
* 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
* LDAP: store FQDNs for trusted users and groupsJakub Hrozek2013-06-075-12/+36
* LDAP: split a function to create search basesJakub Hrozek2013-06-072-29/+73
* New utility function sss_get_domain_nameJakub Hrozek2013-06-076-41/+42
* Move domain_to_basedn outside IPA subtreeJakub Hrozek2013-06-075-67/+38
* LDAP: return sdap search return code to IDJakub Hrozek2013-06-075-50/+126
* LDAP: new SDAP domain structureJakub Hrozek2013-06-0725-145/+315
* LDAP: Pass in a connection to ID functionsJakub Hrozek2013-06-078-31/+64
* LDAP: Refactor account info handler into a tevent requestJakub Hrozek2013-06-072-163/+210
* LDAP: sdap_id_ctx might contain several connectionsJakub Hrozek2013-06-0723-115/+175
* Do not obfuscate calls with booleansJakub Hrozek2013-06-074-31/+93
* Implicitly activate the PAC responder for AD providerSumit Bose2013-06-061-1/+2
* Always send the PAC to the PAC responderSumit Bose2013-06-061-20/+18
* Intermittent fix for get_user_and_group_users_doneSumit Bose2013-06-061-3/+0
* Enhance PAC responder for AD usersSumit Bose2013-06-067-1497/+716
* Read SIDs of groups with sysdb_initgroups() as wellSumit Bose2013-06-061-0/+1
* Use queue for get_subdomainsSumit Bose2013-06-041-3/+7
* Add be request queueSumit Bose2013-06-042-0/+130
* Lookup domains at startupSumit Bose2013-06-048-0/+89
* Use deep copy for dns_domain and discovery_domainLukas Slebodnik2013-06-031-2/+4
* Set canonicalize flag if enterprise principals are usedSumit Bose2013-05-311-1/+6
* Fix compilation with disabled link_all_deplibs.Lukas Slebodnik2013-05-301-75/+69
* Prevent segfault while processing ASQ requestLukas Slebodnik2013-05-301-0/+6
* MAN: state default dyndns interfaceOndrej Kos2013-05-302-2/+8
* tests: Link fqnames_tests with libsss_test_common.laJakub Hrozek2013-05-301-0/+1
* Remove branching to improve readabilityJakub Hrozek2013-05-301-23/+11
* Allow flat name in the FQname formatJakub Hrozek2013-05-307-25/+576
* Check the validity of FQname format prior to using itJakub Hrozek2013-05-301-3/+43
* Add utility functions for formatting fully-qualified namesJakub Hrozek2013-05-308-44/+70