summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-02-27SSH: Update sss_ssh_knownhostsproxy manual pageJan Cholasta1-15/+4
2012-02-27SSH: Remove unused --file option of sss_ssh_knownhostsproxyJan Cholasta1-5/+0
2012-02-27SSH: Replace blocking getaddrinfo call in the responder with asynchronous res...Jan Cholasta3-26/+56
2012-02-27SSH: Use fchmod instead of chmod on known_hosts fileJan Cholasta1-8/+4
2012-02-27SSH: Add missing break statements to sss_ssh_format_pubkeyJan Cholasta1-0/+2
2012-02-27SSH: Add more debugging messagesJan Cholasta5-8/+38
2012-02-27SSH: Don't abort known_hosts update when host search failsJan Cholasta1-1/+1
2012-02-27AUTOFS: speed up the client by requesting multiple entries at onceJakub Hrozek3-78/+239
2012-02-27Eliminate build-time requirement for nscdStephen Gallagher2-11/+12
2012-02-26LDAP: Remove unnecessary filter sanitizeStephen Gallagher1-11/+5
2012-02-26SSH: Manage global known_hosts file in the responderJan Cholasta3-78/+136
2012-02-26SSH: Continue connecting to SSH server even when SSSD is not running in sss_s...Jan Cholasta1-112/+85
2012-02-26UTIL: Add function for atomic I/OJan Cholasta2-0/+44
2012-02-26SSH: Refactor responder and client common codeJan Cholasta6-166/+294
2012-02-26SSH: Save SSH host name aliasesJan Cholasta6-42/+120
2012-02-24Modifications to simplify list_missing_attrsJan Zeleny8-44/+21
2012-02-24Delete missing attributes from netgroups to be storedJan Zeleny6-4/+45
2012-02-24SELinux related attributes added to config APIJan Zeleny2-1/+11
2012-02-24IPA hosts refactoringJan Zeleny18-154/+156
2012-02-24LDAP: Only use paging control on requests for multiple entriesStephen Gallagher16-40/+100
2012-02-23AUTOFS: Search all search bases for automounter map entriesJakub Hrozek1-18/+86
2012-02-23AUTOFS: Invoke implicit setautomntent if neededJakub Hrozek2-45/+156
2012-02-23libnl: fix the path to phy80211 subdirectoryJakub Hrozek1-4/+20
2012-02-23Move sudo_dom_ctx.user to local variablePavel Březina2-8/+8
2012-02-23Honor case_sensitive option in sudo responderPavel Březina4-21/+100
2012-02-23LDAP: Properly assign orig_dnStephen Gallagher1-0/+1
2012-02-23Save errno value before calling DEBUGJakub Hrozek1-2/+4
2012-02-23pam_sss: keep selinux optionalSimo Sorce2-3/+6
2012-02-23nss_group: Cache the result from sssd when the glibc provided buffer is too s...Simo Sorce1-8/+145
2012-02-23IPA: Add ipa_parse_search_base()Stephen Gallagher3-19/+72
2012-02-21Don't give memory context in confdb where not neededJan Zeleny17-55/+75
2012-02-21remove unused functionJakub Hrozek1-20/+0
2012-02-21End request if ldap_parse_result failsJakub Hrozek1-0/+3
2012-02-18Include the fd_limit configuration optionJakub Hrozek1-0/+1
2012-02-17RESPONDERS: Make the fd_limit setting configurableStephen Gallagher7-4/+63
2012-02-17RESPONDERS: Allow increasing the file-descriptor limitStephen Gallagher4-0/+48
2012-02-17Fix case insensitive service lookupsJakub Hrozek1-6/+6
2012-02-17LDAP: Ignore group member users that do not have name attributesStephen Gallagher1-2/+2
2012-02-17NSS: Always return the same protocol that was requestedStephen Gallagher2-9/+26
2012-02-17Redesign purging of the sudo cachePavel Březina3-94/+370
2012-02-15Always include all manpage XML files in the distribution tarballStephen Gallagher1-2/+3
2012-02-14Refactor sss_result into sss_sudo_resultPavel Březina5-36/+38
2012-02-14SSH: Build man pages conditionallyJan Cholasta1-3/+5
2012-02-14Fix memory hierarchy when processing nested group membershipsJakub Hrozek4-11/+14
2012-02-14Ensure NULL-termination in get_uid_from_pid()Stephen Gallagher1-0/+3
2012-02-13Fix uninitialized value error in proxy providerStephen Gallagher1-1/+1
2012-02-13Check for failure in sss_packet_grow()Stephen Gallagher1-5/+5
2012-02-13Fix bad failure handling in be_sudo_handler()Stephen Gallagher1-13/+13
2012-02-13Fix uninitialized in_transactionStephen Gallagher2-2/+2
2012-02-13Add missing breaks to switch statementsStephen Gallagher2-0/+2