summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Error out if the listener can't be non-blockingNalin Dahyabhai2013-08-271-2/+9
* Omit an unnecessary switch caseNalin Dahyabhai2013-08-271-2/+0
* Don't make an unnecessary checkNalin Dahyabhai2013-08-271-1/+1
* Skip values that are going to come up emptyNalin Dahyabhai2013-08-271-0/+3
* Sanity check the request size correctlyNalin Dahyabhai2013-08-271-3/+4
* Make sure that length is always initializedNalin Dahyabhai2013-08-271-0/+1
* Fix a missing xdr_free()Nalin Dahyabhai2013-08-271-1/+1
* Directly return lists when making single queriesNalin Dahyabhai2013-08-271-35/+42
* Don't leak "buf" if its contents are unusedNalin Dahyabhai2013-08-271-0/+2
* Break out passwd-to-slapi_entry conversionNalin Dahyabhai2013-08-271-55/+70
* Free staged data correctly when locking failsNalin Dahyabhai2013-08-271-0/+2
* Don't use pamh before or after it's validNalin Dahyabhai2013-08-271-9/+23
* Log successful authentication at PLUGIN, not FATALNalin Dahyabhai2013-08-121-1/+1
* Finish PAM->LDAP mapping logging codeNalin Dahyabhai2013-08-121-15/+40
* Handle binds to compat entries without "uid"sNalin Dahyabhai2013-08-121-11/+35
* Always use normalized RDNs as map keysNalin Dahyabhai2013-08-121-2/+3
* Only add extensibleObject if we have an SIDNalin Dahyabhai2013-08-121-1/+1
* Properly escape DNs of nsswitch-based entriesNalin Dahyabhai2013-08-121-15/+59
* Suppress some compiler warningsNalin Dahyabhai2013-08-121-0/+1
* Remove some unused variablesNalin Dahyabhai2013-08-122-6/+1
* Handle locking failuresNalin Dahyabhai2013-08-121-37/+64
* Make notes of our staged nsswitch lookupsNalin Dahyabhai2013-08-121-0/+23
* Switch to tracking entry sources explicitlyNalin Dahyabhai2013-08-122-13/+2
* Ensure that the grouplist entry array is initedNalin Dahyabhai2013-08-121-1/+1
* Don't log "with closest match (null)"Nalin Dahyabhai2013-08-121-15/+14
* Formatting, implicit NULL checksNalin Dahyabhai2013-08-121-4/+4
* Fix a type safety errorNalin Dahyabhai2013-08-121-1/+1
* Explicitly track the sources of cached entriesNalin Dahyabhai2013-08-122-7/+20
* Renames and fix a memory leakNalin Dahyabhai2013-08-123-55/+56
* Comment cleanupNalin Dahyabhai2013-08-121-7/+8
* Consolidate PAM error checking/handling/reportingNalin Dahyabhai2013-08-121-144/+108
* Compare object class names in bervals correctlyNalin Dahyabhai2013-08-121-3/+21
* Collapse a pair of blank linesNalin Dahyabhai2013-08-121-1/+0
* Make --with-pam-service a build-time optionNalin Dahyabhai2013-08-071-1/+2
* Build using sss_nss_idmap/PAM CFLAGS, tooNalin Dahyabhai2013-08-071-0/+3
* Notice when read locks failNalin Dahyabhai2013-08-071-24/+50
* Notice when we fail to write lockNalin Dahyabhai2013-08-071-6/+45
* Check if we fail to read-lockNalin Dahyabhai2013-08-071-8/+75
* Remember that locking can failNalin Dahyabhai2013-08-074-21/+24
* Avoid slapi_escape_filter_value(), which is freshNalin Dahyabhai2013-08-071-4/+4
* Add some missing "#ifdef HAVE_SSS_NSS_IDMAP"sNalin Dahyabhai2013-08-071-4/+12
* Add inlined version of what format_strdupbv()Nalin Dahyabhai2013-08-071-1/+6
* back-sch.c: authenticate users through PAM system-auth serviceAlexander Bokovoy2013-08-071-18/+126
* back-sch.c: search users and groups through NSSWITCHAlexander Bokovoy2013-08-071-6/+124
* src/Makefile.am: add back-sch-nss.c and back-sch-pam.c to buildAlexander Bokovoy2013-08-071-0/+10
* schema-compat: add support for authenticating users through PAMAlexander Bokovoy2013-08-071-0/+290
* schema-compat: add support for querying users and groups through NSSWITCHAlexander Bokovoy2013-08-071-0/+574
* back-sch: use plugin configuration to decide whether NSSWITCH should be consu...Alexander Bokovoy2013-08-071-1/+44
* back-sch: move structure definitions to back-sch.h to share with other codeAlexander Bokovoy2013-08-073-33/+97
* schema-compat: introduce a lock to protect PAM authenticationAlexander Bokovoy2013-08-072-0/+5