summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Added sssd --version optionPavel Březina2011-12-083-2/+31
* Always attempt to connect in sdap_async_sys_connect_doneJakub Hrozek2011-12-071-18/+6
* Pass the correct private data into Data Provider callbackJakub Hrozek2011-12-071-1/+1
* Ignore NULL-terminator when checking UTF8-validityStephen Gallagher2011-12-052-4/+4
* Fixed an error in macro for merging double linked listsJan Zeleny2011-12-051-1/+1
* Allow using Glib for UTF8 supportStephen Gallagher2011-12-056-42/+206
* Use dereference during IPA provider initgroupsJakub Hrozek2011-11-301-40/+149
* Fix two small bugs in group dereferencingJakub Hrozek2011-11-291-2/+5
* Add ipa_hbac_support_srchost option to IPA providerJan Zeleny2011-11-299-36/+165
* IPA migration fixesJakub Hrozek2011-11-293-97/+141
* Provide means of forcing TLS and GSSAPI enabled/disabled for sdap connectionsJakub Hrozek2011-11-295-11/+43
* RESPONDER: Refactor DP requests into tevent_req styleStephen Gallagher2011-11-296-427/+641
* LDAP: Try next failover server on any errorStephen Gallagher2011-11-291-9/+5
* Fixed logically dead code in netgroup processingJan Zeleny2011-11-281-1/+1
* Fixed uninitialized pointer read in netgroups processingJan Zeleny2011-11-281-0/+6
* sss_cli.h - fix: function declaration after the header guardPavel Březina2011-11-281-2/+2
* Fixed a typo in sysdb_upgrade_07() declarationJan Zeleny2011-11-281-1/+1
* Fix sdap_id_ctx/ipa_id_ctx mismatch in IPA providerJakub Hrozek2011-11-254-4/+18
* Added IPA account info handlerJan Zeleny2011-11-233-1/+373
* Added support for fetching netgroups in IPA providerJan Zeleny2011-11-231-0/+992
* New IPA ID contextJan Zeleny2011-11-233-22/+37
* Added and modified options for IPA netgroupsJan Zeleny2011-11-236-31/+199
* Modified sdap_parse_search_base()Jan Zeleny2011-11-234-16/+14
* Renamed some LDAP routinesJan Zeleny2011-11-236-41/+49
* Set more strict permissions on keyringSimo Sorce2011-11-222-1/+28
* Fixed unchecked value of setenv() in check_and_export_options()Jan Zeleny2011-11-221-2/+5
* Cleanup: Remove unused parametersJakub Hrozek2011-11-2236-185/+84
* SYSDB: Make ENOENT log messages less threateningStephen Gallagher2011-11-221-16/+54
* Fix FTBFS related to -Werror=format-securityKrzysztof Klimonda2011-11-212-2/+2
* RESPONDER: Ensure that all input strings are valid UTF-8Stephen Gallagher2011-11-186-0/+49
* Prevent printing NULL in several places of LDAP providerJakub Hrozek2011-11-182-5/+9
* Use one transaction instead of two during RFC2307bis group processingJakub Hrozek2011-11-111-31/+55
* Squash transactions in sdap_initgr_common_storeJakub Hrozek2011-11-111-6/+25
* configAPI: Fix removing in old domain when saving a new domainJakub Hrozek2011-11-101-2/+2
* Typo fixesMarko Myllynen2011-11-102-2/+2
* SBUS: Fix DEBUG log matchingStephen Gallagher2011-11-101-7/+8
* Fix typos in manual pagesYuri Chornoivan2011-11-104-4/+4
* LDAP: Remove redundant groups from the lookup listStephen Gallagher2011-11-081-23/+0
* Fixed empty loginShell in proxy providerJan Zeleny2011-11-071-4/+32
* Fixed possible resource leak in create_mail_spool()Jan Zeleny2011-11-071-9/+9
* Fixed possible resource leak in get_uid_from_pid()Jan Zeleny2011-11-071-4/+10
* Use correct state struct in sdap_initgr_rfc2307bis_next_baseJakub Hrozek2011-11-071-2/+3
* Fix segfault in sdap_get_initgr_userJakub Hrozek2011-11-071-1/+2
* Periodic translation file updateStephen Gallagher2011-11-0238-9992/+29305
* SYSDB: add index for nameAliasStephen Gallagher2011-11-023-1/+97
* Handle group renaming correctlyJan Zeleny2011-11-021-2/+7
* Support to request canonicalization in LDAP/IPA providerJan Zeleny2011-11-0210-1/+45
* Add support to request canonicalization on krb AS requestsJan Zeleny2011-11-0210-6/+68
* Add wrapper for krb5_get_init_creds_opt_set_canonicalizeJan Zeleny2011-11-023-0/+14
* Fixes debug-tests.c coverity issues: NEGATIVE_RETURNS, FORWARD_NULLPavel Březina2011-11-021-49/+140