summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Update translation sourcesStephen Gallagher2012-05-2210-41/+41
* Warn to syslog when dereference requests failAriel Barria2012-05-221-2/+2
* KRB5: Avoid NULL-dereference with empty keytabStephen Gallagher2012-05-221-7/+13
* Simple implementation of Netscape password warning expiration controlJoshua Roys2012-05-222-22/+82
* Always use positional arguments in translatable stringsStephen Gallagher2012-05-229-25/+25
* NSS: Expire in-memory netgroup cache before the nowait timeoutStephen Gallagher2012-05-161-1/+9
* Use the sysdb attribute name, not LDAP attribute nameJakub Hrozek2012-05-162-2/+2
* Use sized_string correctly in FQDN domainsJakub Hrozek2012-05-151-2/+2
* NSS: keep a pointer to body after body is reallocatedJakub Hrozek2012-05-151-0/+3
* Rename struct dom_sid to struct sss_dom_sidSumit Bose2012-05-144-31/+31
* Fixed two minor memory leaksJan Zeleny2012-05-142-2/+6
* Fix typos in message and man pages.Yuri Chornoivan2012-05-143-4/+4
* Potential NULL dereference in proxy providerAriel Barria2012-05-141-1/+1
* Updating translations for 1.9.0 beta 1 releaseStephen Gallagher2012-05-1110-7608/+14545
* SYSDB: Handle user and group renames betterJakub Hrozek2012-05-112-7/+182
* Bad check for id_provider=local and access_provider=permitAriel Barria2012-05-112-2/+2
* sysdb: return proper error code from sysdb_sudo_purge_allJakub Hrozek2012-05-101-1/+1
* Filter out IP addresses inappropriate for DNS forward recordsJakub Hrozek2012-05-101-1/+57
* subdomains: Fix error handling in Data ProviderJakub Hrozek2012-05-101-19/+37
* Send the correct enumeration requestJakub Hrozek2012-05-101-1/+1
* LDAP: Handle very large Active Directory groupsStephen Gallagher2012-05-105-45/+271
* LDAP: Add attr_count return value to build_attrs_from_map()Stephen Gallagher2012-05-1017-39/+62
* SYSDB: Add better error logging to sysdb_set_entry_attr()Stephen Gallagher2012-05-101-2/+8
* NSS: Add default_shell optionStephen Gallagher2012-05-097-1/+33
* NSS: Add fallback_homedir optionStephen Gallagher2012-05-099-6/+68
* Try all KDCs when getting TGT for LDAPJakub Hrozek2012-05-091-15/+18
* Clearer documentation for use_fully_qualified_namesStef Walter2012-05-091-0/+5
* Only reset kpasswd server status when performing a chpass operationJakub Hrozek2012-05-071-2/+3
* krb5 locator: Do not leak addrinfoJakub Hrozek2012-05-071-0/+2
* Special-case LDAP_SIZELIMIT_EXCEEDEDJakub Hrozek2012-05-071-4/+9
* Kerberos locator: Include the correct krb5.h header fileJakub Hrozek2012-05-072-2/+14
* Fix typo in debug messagePavel Březina2012-05-071-1/+1
* Limit krb5_get_init_creds_keytab() to etypes in keytabStef Walter2012-05-074-0/+181
* Remove erroneous failure message in find_principal_in_keytabStef Walter2012-05-072-2/+4
* If canon'ing principals, write ccache with updated default principalStef Walter2012-05-042-3/+8
* SSSDConfigAPI: Fix missing option in testsStephen Gallagher2012-05-041-0/+2
* Modify behavior of pam_pwd_expiration_warningJan Zeleny2012-05-049-52/+119
* Fix endian issue in SID conversionSumit Bose2012-05-043-10/+18
* LDAP: Add support for enumeration of ID-mapped users and groupsStephen Gallagher2012-05-031-31/+102
* MAN: Add manpage for ID mappingStephen Gallagher2012-05-033-0/+214
* LDAP: Treat groups with unmappable SIDs as non-POSIX groupsStephen Gallagher2012-05-031-9/+12
* LDAP: Add helper function to map IDsStephen Gallagher2012-05-035-119/+81
* LDAP: Do not remove uidNumber and gidNumber attributes when saving id-mapped ...Stephen Gallagher2012-05-032-0/+16
* LDAP: Add helper routine to convert LDAP blob to SID stringStephen Gallagher2012-05-035-68/+195
* LDAP: Map the user's primaryGroupIDStephen Gallagher2012-05-038-12/+73
* LDAP: Enable looking up id-mapped groups by GIDStephen Gallagher2012-05-031-2/+45
* LDAP: Allow looking up ID-mapped groups by nameStephen Gallagher2012-05-032-29/+125
* LDAP: Enable looking up id-mapped users by UIDStephen Gallagher2012-05-031-6/+43
* LDAP: Allow automatically-provisioning a domain and rangeStephen Gallagher2012-05-031-3/+43
* LDAP: Add routine to extract domain SID from an object SIDStephen Gallagher2012-05-034-2/+52