summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Updating the translations for the 1.9.3 releasesssd-1_9_3Jakub Hrozek2012-12-0615-7483/+16855
* sudo: print rule name if notBefore or notAfter attribute is missingPavel Březina2012-12-061-1/+1
* MAN: Move ssh_known_hosts_timeout documentation to the correct sectionJan Cholasta2012-12-051-12/+12
* RESOLV: return ENOENT if the address list is emptyJakub Hrozek2012-12-051-0/+8
* MEMBEROF: Keep inherited ghost users around on modify operationJakub Hrozek2012-12-052-34/+637
* MEMBEROF: Implement the modify operation for ghost usersJakub Hrozek2012-12-052-36/+715
* MEMBEROF: Split the add ghost operation into a separate functionJakub Hrozek2012-12-051-17/+73
* MEMBEROF: Split the del ghost attribute op into a reusable functionJakub Hrozek2012-12-051-12/+22
* MEMBEROF: split processing the member modify into a separate functionJakub Hrozek2012-12-051-47/+73
* MEMBEROF: Implement delete operation for ghost usersJakub Hrozek2012-12-052-7/+362
* LDAP: Continue adjusting group membership even if there is nothing to addJakub Hrozek2012-12-051-2/+1
* Add memory barrier to mmap cache client code loopSimo Sorce2012-12-051-0/+3
* Always append rctx as private dataSimo Sorce2012-12-051-1/+1
* Add backchannel NSS provider query on initgr callsSimo Sorce2012-12-051-0/+165
* Hook for mmap cache update on initgroup callsSimo Sorce2012-12-054-0/+148
* Hook to perform a mmap cache update from sssd_nssSimo Sorce2012-12-054-0/+124
* mmap cache: public functions to invalidate recordsSimo Sorce2012-12-052-0/+135
* do not crash when id_provider is not setPavel Březina2012-12-041-0/+6
* Missing parameter in DEBUG message.Michal Zidek2012-12-041-1/+2
* Dereference after null check in sss_idmap_sid_to_unixMichal Zidek2012-12-041-1/+5
* NSS: Fix netgroup midpoint cache refreshJakub Hrozek2012-12-043-3/+3
* warn user if password is about to expirePavel Březina2012-12-021-3/+4
* IPA: Handle bad results from c-ares lookupStephen Gallagher2012-12-021-1/+11
* Monitor quit when not exists no process no stopsAriel O. Barria2012-11-281-1/+3
* Null pointer dereferenced.Michal Zidek2012-11-281-96/+100
* idmap: Silence DEBUG messages when dealing with built-in SIDs.Michal Zidek2012-11-286-80/+125
* Uninitialized pointer readMichal Zidek2012-11-281-1/+1
* sss_cache: Small refactor.Michal Zidek2012-11-283-58/+72
* TESTS: Test ghosts users in the RFC2307 schemaJakub Hrozek2012-11-261-0/+248
* MEMBEROF: Do not add the ghost attribute to selfJakub Hrozek2012-11-262-13/+87
* debug: print fatal and critical errors if debug level is unresolvedMichal Zidek2012-11-262-7/+4
* SYSDB: Don't operate with aliases same as nameOndrej Kos2012-11-261-0/+6
* LDAP: fix uninitialized variableOndrej Kos2012-11-231-1/+1
* Handle compiling FQDN regular expression with old pcre gracefullyJakub Hrozek2012-11-221-0/+9
* Fix errors reported by rpmlintJan Cholasta2012-11-229-24/+15
* MONITOR: Fix off-by-one error in add_string_to_listJakub Hrozek2012-11-211-1/+4
* fix SIGSEGV in IPA provider when ldap_sasl_authid is not setPavel Březina2012-11-201-1/+1
* LDAP: Only convert direct parents' ghost attribute to memberJakub Hrozek2012-11-2011-27/+91
* SYSDB: Use the add_string convenience functions for managing ghost user attri...Jakub Hrozek2012-11-201-24/+9
* BUILD: Temporary workaround for Kerberos buildStephen Gallagher2012-11-201-2/+3
* KRB5: Work around const warning for krb5 releases older than 1.11Sumit Bose2012-11-191-1/+1
* Disable canonicalization during password changesSumit Bose2012-11-191-2/+43
* Fix compare_principal_realm() checkSumit Bose2012-11-192-9/+9
* Just use the service name with krb5_get_init_creds_password()Sumit Bose2012-11-191-24/+2
* LDAP: Make it possible to use full principal in ldap_sasl_authid againJakub Hrozek2012-11-192-4/+21
* LDAP: Checking the principal should not be considered fatalJakub Hrozek2012-11-191-6/+10
* LDAP: Provide a common sdap_set_sasl_options init functionJakub Hrozek2012-11-194-91/+95
* MAN: document the ldap_sasl_realm optionJakub Hrozek2012-11-191-0/+13
* Restart services with a delay in case they are restarted too oftenJakub Hrozek2012-11-191-14/+59
* Handle conversion to fully qualified usernamesSimo Sorce2012-11-193-1/+98