summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Updating the translations for the 1.9.0 RC1 releasesssd-1_9_0_rc1sssd-1_8_98Jakub Hrozek2012-09-1311-24/+94
* SELinux: Always use the default if it exists on the serverJakub Hrozek2012-09-133-33/+39
* DB: Always write the SELinux object to sysdbJakub Hrozek2012-09-131-70/+8
* FO: Check server validity before setting statusJakub Hrozek2012-09-137-33/+49
* NSS: Fix off-by-one error in parse_getservbynameJakub Hrozek2012-09-131-1/+1
* backend: initialize sudo only when it is enabled in servicesPavel Březina2012-09-121-3/+63
* be_process_init(): free ctx on errorPavel Březina2012-09-121-15/+21
* netgroup: resolve hostgroup membership correctlyPavel Březina2012-09-121-1/+1
* Remove obsolete commentSimo Sorce2012-09-121-5/+0
* KRB5: Add a missing string argumentJakub Hrozek2012-09-101-1/+2
* SYSDB: NULL-terminate the output of sysdb_get_{ranges,subdomains}Jakub Hrozek2012-09-103-4/+7
* KRB5: Return PAM_AUTH_ERR on incorrect passwordJakub Hrozek2012-09-101-19/+32
* KRB5: cancel the sysdb transaction on one place onlyJakub Hrozek2012-09-101-1/+0
* Out-of-bounds read fix in hmac-sha-1Ondrej Kos2012-09-071-1/+3
* Update translations for 1.9.0 beta 7 releasesssd-1_9_0_beta7sssd-1_8_97Jakub Hrozek2012-09-0514-6534/+13778
* SIGUSR2 should force SSSD to reread resolv.conf as wellAriel Barria2012-09-051-2/+19
* Don't terminate the same connection twiceJakub Hrozek2012-09-051-6/+0
* Retry the next server if bind during LDAP auth times outJakub Hrozek2012-09-051-1/+6
* SYSDB: Abort unit test if sysdb_getpwnam failsJakub Hrozek2012-09-051-0/+3
* SYSDB: Commit transaction in sysdb_store_userJakub Hrozek2012-09-051-17/+19
* Unify usage of sysdb transactions (part 2).Michal Zidek2012-09-049-270/+330
* Check flat names when searching for sub-domains as wellSumit Bose2012-09-041-1/+3
* SSH: Add support for OpenSSH-style public keysJan Cholasta2012-09-041-13/+37
* SSH: Simplify public key formatting functionJan Cholasta2012-09-044-46/+12
* SSH: Return error code in SSH utility functionsJan Cholasta2012-09-044-29/+54
* Check if the SELinux login directory existsJakub Hrozek2012-09-042-3/+12
* Use PTHREAD_MUTEX_ROBUST to avoid deadlock in the clientJakub Hrozek2012-08-271-6/+90
* Use new debug levels in validate_tgt()Sumit Bose2012-08-241-13/+16
* Fix fallback in validate_tgt()Sumit Bose2012-08-241-8/+20
* Fix: IPv6 address with square brackets doesn't work.Michal Zidek2012-08-236-1/+67
* Unify usage of sysdb transactionsMichal Zidek2012-08-2320-67/+270
* Typo in debug message (SSSd -> SSSD).Michal Zidek2012-08-231-1/+1
* Clean up cache on server reinitializationPavel Březina2012-08-235-4/+403
* Consolidation of functions that make realm upper-caseOndrej Kos2012-08-235-31/+28
* AD context was set to null due to type mismatchOndrej Kos2012-08-233-1/+14
* Remove compilation warning: ret may be uninitializedPavel Březina2012-08-211-0/+2
* Unbreak build on RHEL5: replace ldap_destroy() with ldap_unbind_ext()Pavel Březina2012-08-211-1/+1
* Close LDAP connection when unable to install TLSPavel Březina2012-08-211-13/+13
* accept_fd_handler: add missing returnSumit Bose2012-08-211-0/+1
* SYSDB: Make sysdb_attrs_get_el_int() publicStephen Gallagher2012-08-212-8/+10
* Process all groups from a single nesting levelJakub Hrozek2012-08-211-4/+14
* Fix compilation error in Python murmurhash bindingsJakub Hrozek2012-08-162-4/+10
* Only create the SELinux login file if there are mappings on the serverJakub Hrozek2012-08-162-51/+78
* Do not try to remove the temp login file if already renamedJakub Hrozek2012-08-161-2/+3
* Build SELinux code in responder conditionallyJakub Hrozek2012-08-161-0/+7
* Fix LOCAL domain lookupsPavel Březina2012-08-151-19/+22
* Add python bindings for murmurhash3Sumit Bose2012-08-152-0/+165
* KRB5: Only return PAM error for unreachable kpasswd when performing chpassJakub Hrozek2012-08-151-2/+4
* FO: Return EAGAIN if there are more servers to tryJakub Hrozek2012-08-151-0/+9
* FO: Don't retry the same server if it's not workingJakub Hrozek2012-08-151-2/+3