summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-02-06SELinux support in PAM moduleJan Zeleny1-1/+60
2012-02-06SELinux support in PAM responderJan Zeleny2-0/+167
2012-02-06Added some SELinux-related sysdb routinesJan Zeleny3-1/+545
2012-02-06Added some SELinux-related utility functionsJan Zeleny2-0/+232
2012-02-06Renamed some sysdb constants for their wider usageJan Zeleny3-11/+9
2012-02-06Make password migration code use the IPA config retrieval codeJan Zeleny1-57/+14
2012-02-06Add support for generic IPA config retrievalJan Zeleny2-0/+208
2012-02-06Fixed minor memory-hierarchy-related issue in IPA HBACJan Zeleny1-1/+2
2012-02-06Implemented support for multiple search bases in HBAC rules and servicesJan Zeleny9-116/+364
2012-02-05Do not call sudo functions if built without-sudoJakub Hrozek2-7/+7
2012-02-05AUTOFS: LDAP providerJakub Hrozek12-2/+1479
2012-02-05AUTOFS: responderJakub Hrozek15-11/+1793
2012-02-05Split the logic to check cache expiration into separate functionJakub Hrozek3-43/+73
2012-02-05RESPONDERS: Refactor setent_req_listJakub Hrozek6-100/+133
2012-02-05AUTOFS: Data Provider requestJakub Hrozek5-30/+317
2012-02-05AUTOFS: a command-line test clientJakub Hrozek1-0/+116
2012-02-05AUTOFS: a client libraryJakub Hrozek5-0/+451
2012-02-05AUTOFS: sysdb interfaceJakub Hrozek4-7/+520
2012-02-05SYSDB: Remove code duplication between member_add and member_delJakub Hrozek1-39/+14
2012-02-05BUILD: Introduce a --with-autofs config optionJakub Hrozek1-0/+22
2012-02-04Fix configure with old autoconf versionsJakub Hrozek1-1/+0
2012-02-04Move BUILD_SUDO outside the generic LDAP source filesJakub Hrozek5-95/+127
2012-02-04SUDO: introduce a new config option --with-sudoJakub Hrozek1-0/+23
2012-02-04ConfigAPI: add sudo to known servicesJakub Hrozek3-2/+14
2012-02-04Fixes for sudo_timedJakub Hrozek2-23/+53
2012-02-04SUDO Integration - responder 'sudo_timed' optionPavel Březina6-38/+166
2012-02-04SUDO Integration - in-memory cache in responderPavel Březina7-9/+455
2012-02-04NSS: Add individual timeouts for entry typesStephen Gallagher23-43/+164
2012-02-04LDAP: Fix incorrect search timeoutsStephen Gallagher2-2/+2
2012-02-04LDAP: Do not fail if RootDSE check cannot determine search basesStephen Gallagher9-5/+95
2012-02-04NSS: Use sss_hash_create instead of destructorJakub Hrozek2-13/+2
2012-02-02RESPONDERS: Provide a common sss_cmd_send_error functionJakub Hrozek3-13/+19
2012-02-01Use profiling Docbook XSLT only if available, fall back to normalJakub Hrozek2-10/+12
2012-02-01Fixed wrong position of ldap_service_search_baseJan Zeleny1-1/+1
2012-01-31Refactor nss_cmd_send_emptyJakub Hrozek6-41/+46
2012-01-31SYSDB: index sudoUserJakub Hrozek3-1/+99
2012-01-31KRB5: Add syslog messages for Kerberos failuresStephen Gallagher2-0/+9
2012-01-31LDAP: Add new options for service mapsStephen Gallagher4-1/+89
2012-01-31IPA: Add support for services lookups (non-enum)Stephen Gallagher3-1/+42
2012-01-31LDAP: Add enumeration support for servicesStephen Gallagher7-3/+215
2012-01-31LDAP: Add support for service lookups (non-enum)Stephen Gallagher8-0/+891
2012-01-31SYSDB: Add sysdb_attrs_get_uint16_tStephen Gallagher2-0/+28
2012-01-31SYSDB: extend sysdb_store_service() to accept additional attributesStephen Gallagher6-21/+47
2012-01-30SUDO: Provide documentation for the SUDO APIJakub Hrozek2-0/+1658
2012-01-30docs: Use absolute srcdir pathJakub Hrozek2-4/+4
2012-01-30Include sudo manual pages only conditionallyJakub Hrozek3-11/+44
2012-01-30SUDO Integration - manual pagePavel Březina2-1/+212
2012-01-30SSSDConfigAPI: Move sssd.api.* to /usr/share/sssdStephen Gallagher1-4/+4
2012-01-30Fix sudo compilation on RHEL5Jakub Hrozek3-0/+5
2012-01-27SUDO Integration - test client changedPavel Březina1-78/+13