summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Duplicate detection in fail over did not work.Michal Zidek2012-08-159-15/+69
* sss_client: Group lookups should work even when fastcache cannot be initializedJakub Hrozek2012-08-131-8/+2
* Add autofs-related options to configAPIJakub Hrozek2012-08-132-1/+12
* MAN: Improve description of ldap_*_search_base optionsStephen Gallagher2012-08-104-96/+63
* When ldap_group_nesting_level was reached, the LDAP provider tried to link gr...Michal Zidek2012-08-101-1/+45
* Document entry_cache_autofs_timeoutJakub Hrozek2012-08-101-0/+14
* remove duplicate sss_obfuscate reference in seealso manpage sectionNick Guay2012-08-101-3/+0
* MAN: Fix minor typo in ldap_search_base sectionStephen Gallagher2012-08-101-1/+1
* Don't use server after SRV data collapsedJakub Hrozek2012-08-091-5/+8
* SRV resolution for backup servers should not be permitted.Michal Zidek2012-08-095-6/+37
* Change default for ldap_idmap_range_min to 200000Jakub Hrozek2012-08-094-4/+4
* Abort PAM access phase if HBAC does not return PAM_SUCCESSJakub Hrozek2012-08-091-0/+1
* Backward GOTOs rewritten into do-while loops.Ondrej Kos2012-08-092-245/+271
* Change default value of ldap_sasl_string to host/hostname@REALM in man page.Michal Zidek2012-08-091-1/+1
* Replaced "id_max" & "id_min"Ondrej Kos2012-08-081-4/+4
* Allocate on top of a talloc context, not NULLJakub Hrozek2012-08-081-0/+3
* Always mark SRV servers as primaryJakub Hrozek2012-08-071-0/+1
* Remove SYSDB_SUDO_CACHE_OC from attribute listsPavel Březina2012-08-072-2/+0
* Rename SYSDB_SUDO_CACHE_AT_OC to SYSDB_SUDO_CACHE_OCPavel Březina2012-08-075-8/+8
* Remove redefinition of some SYSDB_* macrosPavel Březina2012-08-071-10/+0
* Subdomains: Send the DP reply in the correct formatJakub Hrozek2012-08-071-14/+41
* monitor: set debug level when unable to load configurationPavel Březina2012-08-071-0/+6
* Failover: Return last tried server if it's still being triedJakub Hrozek2012-08-071-2/+6
* Add end of line to debug messagePavel Březina2012-08-071-2/+2
* IPA: Securely set umask for mkstemp in subdomain providerStephen Gallagher2012-08-061-0/+3
* SYSDB: Use ldb_msg_add_string for simple string additionsJakub Hrozek2012-08-063-12/+12