summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-05-22Update translation sourcesStephen Gallagher10-41/+41
2012-05-22Warn to syslog when dereference requests failAriel Barria1-2/+2
2012-05-22KRB5: Avoid NULL-dereference with empty keytabStephen Gallagher1-7/+13
2012-05-22Simple implementation of Netscape password warning expiration controlJoshua Roys2-22/+82
2012-05-22Always use positional arguments in translatable stringsStephen Gallagher9-25/+25
2012-05-16NSS: Expire in-memory netgroup cache before the nowait timeoutStephen Gallagher1-1/+9
2012-05-16Use the sysdb attribute name, not LDAP attribute nameJakub Hrozek2-2/+2
2012-05-15Use sized_string correctly in FQDN domainsJakub Hrozek1-2/+2
2012-05-15NSS: keep a pointer to body after body is reallocatedJakub Hrozek1-0/+3
2012-05-14Rename struct dom_sid to struct sss_dom_sidSumit Bose4-31/+31
2012-05-14Fixed two minor memory leaksJan Zeleny2-2/+6
2012-05-14Fix typos in message and man pages.Yuri Chornoivan3-4/+4
2012-05-14Potential NULL dereference in proxy providerAriel Barria1-1/+1
2012-05-11Updating translations for 1.9.0 beta 1 releaseStephen Gallagher10-7608/+14545
2012-05-11SYSDB: Handle user and group renames betterJakub Hrozek2-7/+182
2012-05-11Bad check for id_provider=local and access_provider=permitAriel Barria2-2/+2
2012-05-10sysdb: return proper error code from sysdb_sudo_purge_allJakub Hrozek1-1/+1
2012-05-10Filter out IP addresses inappropriate for DNS forward recordsJakub Hrozek1-1/+57
2012-05-10subdomains: Fix error handling in Data ProviderJakub Hrozek1-19/+37
2012-05-10Send the correct enumeration requestJakub Hrozek1-1/+1
2012-05-10LDAP: Handle very large Active Directory groupsStephen Gallagher5-45/+271
2012-05-10LDAP: Add attr_count return value to build_attrs_from_map()Stephen Gallagher17-39/+62
2012-05-10SYSDB: Add better error logging to sysdb_set_entry_attr()Stephen Gallagher1-2/+8
2012-05-09NSS: Add default_shell optionStephen Gallagher7-1/+33
2012-05-09NSS: Add fallback_homedir optionStephen Gallagher9-6/+68
2012-05-09Try all KDCs when getting TGT for LDAPJakub Hrozek1-15/+18
2012-05-09Clearer documentation for use_fully_qualified_namesStef Walter1-0/+5
2012-05-07Only reset kpasswd server status when performing a chpass operationJakub Hrozek1-2/+3
2012-05-07krb5 locator: Do not leak addrinfoJakub Hrozek1-0/+2
2012-05-07Special-case LDAP_SIZELIMIT_EXCEEDEDJakub Hrozek1-4/+9
2012-05-07Kerberos locator: Include the correct krb5.h header fileJakub Hrozek2-2/+14
2012-05-07Fix typo in debug messagePavel Březina1-1/+1
2012-05-07Limit krb5_get_init_creds_keytab() to etypes in keytabStef Walter4-0/+181
2012-05-07Remove erroneous failure message in find_principal_in_keytabStef Walter2-2/+4
2012-05-04If canon'ing principals, write ccache with updated default principalStef Walter2-3/+8
2012-05-04SSSDConfigAPI: Fix missing option in testsStephen Gallagher1-0/+2
2012-05-04Modify behavior of pam_pwd_expiration_warningJan Zeleny9-52/+119
2012-05-04Fix endian issue in SID conversionSumit Bose3-10/+18
2012-05-03LDAP: Add support for enumeration of ID-mapped users and groupsStephen Gallagher1-31/+102
2012-05-03MAN: Add manpage for ID mappingStephen Gallagher3-0/+214
2012-05-03LDAP: Treat groups with unmappable SIDs as non-POSIX groupsStephen Gallagher1-9/+12
2012-05-03LDAP: Add helper function to map IDsStephen Gallagher5-119/+81
2012-05-03LDAP: Do not remove uidNumber and gidNumber attributes when saving id-mapped ...Stephen Gallagher2-0/+16
2012-05-03LDAP: Add helper routine to convert LDAP blob to SID stringStephen Gallagher5-68/+195
2012-05-03LDAP: Map the user's primaryGroupIDStephen Gallagher8-12/+73
2012-05-03LDAP: Enable looking up id-mapped groups by GIDStephen Gallagher1-2/+45
2012-05-03LDAP: Allow looking up ID-mapped groups by nameStephen Gallagher2-29/+125
2012-05-03LDAP: Enable looking up id-mapped users by UIDStephen Gallagher1-6/+43
2012-05-03LDAP: Allow automatically-provisioning a domain and rangeStephen Gallagher1-3/+43
2012-05-03LDAP: Add routine to extract domain SID from an object SIDStephen Gallagher4-2/+52