summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Eliminate build-time requirement for nscdStephen Gallagher2012-02-272-11/+12
* LDAP: Remove unnecessary filter sanitizeStephen Gallagher2012-02-261-11/+5
* SSH: Manage global known_hosts file in the responderJan Cholasta2012-02-263-78/+136
* SSH: Continue connecting to SSH server even when SSSD is not running in sss_s...Jan Cholasta2012-02-261-112/+85
* UTIL: Add function for atomic I/OJan Cholasta2012-02-262-0/+44
* SSH: Refactor responder and client common codeJan Cholasta2012-02-266-166/+294
* SSH: Save SSH host name aliasesJan Cholasta2012-02-266-42/+120
* Modifications to simplify list_missing_attrsJan Zeleny2012-02-248-44/+21
* Delete missing attributes from netgroups to be storedJan Zeleny2012-02-246-4/+45
* SELinux related attributes added to config APIJan Zeleny2012-02-242-1/+11
* IPA hosts refactoringJan Zeleny2012-02-2418-154/+156
* LDAP: Only use paging control on requests for multiple entriesStephen Gallagher2012-02-2416-40/+100
* AUTOFS: Search all search bases for automounter map entriesJakub Hrozek2012-02-231-18/+86
* AUTOFS: Invoke implicit setautomntent if neededJakub Hrozek2012-02-232-45/+156
* libnl: fix the path to phy80211 subdirectoryJakub Hrozek2012-02-231-4/+20
* Move sudo_dom_ctx.user to local variablePavel Březina2012-02-232-8/+8
* Honor case_sensitive option in sudo responderPavel Březina2012-02-234-21/+100
* LDAP: Properly assign orig_dnStephen Gallagher2012-02-231-0/+1
* Save errno value before calling DEBUGJakub Hrozek2012-02-231-2/+4
* pam_sss: keep selinux optionalSimo Sorce2012-02-232-3/+6
* nss_group: Cache the result from sssd when the glibc provided buffer is too s...Simo Sorce2012-02-231-8/+145
* IPA: Add ipa_parse_search_base()Stephen Gallagher2012-02-233-19/+72
* Don't give memory context in confdb where not neededJan Zeleny2012-02-2117-55/+75
* remove unused functionJakub Hrozek2012-02-211-20/+0
* End request if ldap_parse_result failsJakub Hrozek2012-02-211-0/+3
* Include the fd_limit configuration optionJakub Hrozek2012-02-181-0/+1
* RESPONDERS: Make the fd_limit setting configurableStephen Gallagher2012-02-177-4/+63
* RESPONDERS: Allow increasing the file-descriptor limitStephen Gallagher2012-02-174-0/+48
* Fix case insensitive service lookupsJakub Hrozek2012-02-171-6/+6
* LDAP: Ignore group member users that do not have name attributesStephen Gallagher2012-02-171-2/+2
* NSS: Always return the same protocol that was requestedStephen Gallagher2012-02-172-9/+26
* Redesign purging of the sudo cachePavel Březina2012-02-173-94/+370
* Always include all manpage XML files in the distribution tarballStephen Gallagher2012-02-151-2/+3
* Refactor sss_result into sss_sudo_resultPavel Březina2012-02-145-36/+38
* SSH: Build man pages conditionallyJan Cholasta2012-02-141-3/+5
* Fix memory hierarchy when processing nested group membershipsJakub Hrozek2012-02-144-11/+14
* Ensure NULL-termination in get_uid_from_pid()Stephen Gallagher2012-02-141-0/+3
* Fix uninitialized value error in proxy providerStephen Gallagher2012-02-131-1/+1
* Check for failure in sss_packet_grow()Stephen Gallagher2012-02-131-5/+5
* Fix bad failure handling in be_sudo_handler()Stephen Gallagher2012-02-131-13/+13
* Fix uninitialized in_transactionStephen Gallagher2012-02-132-2/+2
* Add missing breaks to switch statementsStephen Gallagher2012-02-132-0/+2
* Avoid uninitialized value comparisonStephen Gallagher2012-02-131-0/+3
* Fix missing NULL check after mallocStephen Gallagher2012-02-131-0/+4
* Remove dead codeStephen Gallagher2012-02-131-9/+0
* SSH: Verify that names received from client are valid UTF-8 in responderJan Cholasta2012-02-132-0/+21
* Allocate setent structure on state, not on the client contextJakub Hrozek2012-02-134-9/+9
* Remove setent structure when callback is calledJakub Hrozek2012-02-135-22/+16
* Only fetch SELinux string if the user is foundJakub Hrozek2012-02-101-1/+2
* Fixed issue with netgroup update in IPA providerJan Zeleny2012-02-101-24/+34