summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - don't leak a normalized dn on out-of-memory (defect #10106)Nalin Dahyabhai2011-01-031-0/+1
* - don't leak the poll fd array if we exit the thread on error (defect #10105)Nalin Dahyabhai2011-01-031-0/+1
* - don't leak an array of lengths (defect #10104)Nalin Dahyabhai2011-01-031-0/+1
* - don't leak memory on out-of-memory (defect #10103)Nalin Dahyabhai2011-01-031-0/+1
* - don't deref a null pointer on out-of-memory here (defect #10093)Nalin Dahyabhai2011-01-031-0/+6
* - allocate space for n integers, not n pointers to integers (defect #10110)Nalin Dahyabhai2011-01-031-1/+1
* - clear the whole array of structures before filling it, instead of theNalin Dahyabhai2011-01-031-2/+2
* - clear the whole reply structure before use instead of just the initial part...Nalin Dahyabhai2011-01-031-1/+1
* - when building with server type "dirsrv", allow fine-grained control ofNalin Dahyabhai2010-12-221-4/+38
* - compile and link also using LDAP_CFLAGS and LDAP_LIBSNalin Dahyabhai2010-12-221-5/+5
* cast ber_len_t lengths to (int) when we use them to limit string lengthsNalin Dahyabhai2010-12-221-15/+17
* - tag 0.21slapi-nis-0.21Nalin Dahyabhai2010-11-233-3/+10
* - for containers which are also the groups, don't return the containerNalin Dahyabhai2010-11-231-3/+5
* - bump to 0.20slapi-nis-0.20Nalin Dahyabhai2010-11-234-3/+41
* - add a test for deref_fNalin Dahyabhai2010-11-239-0/+148
* - also, call the right functionNalin Dahyabhai2010-11-231-1/+1
* - whoops, enforce the right argument countNalin Dahyabhai2010-11-231-2/+2
* - break up %deref into %deref and %deref_fNalin Dahyabhai2010-11-231-44/+107
* - fix a brown-paper-bag crash in the schema-compat pluginslapi-nis-0.19Nalin Dahyabhai2010-11-224-3/+7
* - make the list of known maps a built fileslapi-nis-0.18Nalin Dahyabhai2010-11-221-2/+2
* - tag 0.18Nalin Dahyabhai2010-11-222-3/+9
* - refine one suppressionNalin Dahyabhai2010-11-221-9/+10
* - more suppressionsNalin Dahyabhai2010-11-222-171/+272
* - always generate potential suppressionsNalin Dahyabhai2010-11-221-1/+1
* - try to use some valgrind suppressionsNalin Dahyabhai2010-11-222-1/+281
* - flesh out the descriptionNalin Dahyabhai2010-11-221-7/+12
* - fixup that descriptionNalin Dahyabhai2010-11-221-1/+1
* - handle a group with no explicitly-named container by treating theNalin Dahyabhai2010-11-2213-20/+731
* - verify that we can still do things we did with deref_r using deref_rf,Nalin Dahyabhai2010-11-229-0/+165
* - notes on deref_rfNalin Dahyabhai2010-11-221-0/+88
* - use the filter at the right point in walking a chainNalin Dahyabhai2010-11-2210-3/+303
* - teach wrap_search_internal_get_entry to take an optional filterNalin Dahyabhai2010-11-225-109/+21
* - update newsNalin Dahyabhai2010-11-222-0/+4
* - try to factor deref_r and its corresponding update code intoNalin Dahyabhai2010-11-223-50/+197
* Check that the search base is serviced by a real backend before we'll attempt...Nalin Dahyabhai2010-11-222-0/+11
* - okay, revert the local changes for these, which turn out to not be necessaryNalin Dahyabhai2010-11-222-3/+1
* - whitespace fixNalin Dahyabhai2010-11-191-1/+1
* - more whitespace fixes, more getting rid of data we don't touch anywayNalin Dahyabhai2010-11-193-11/+2
* - add schema we need, drop some that we don't, whitespace fixesNalin Dahyabhai2010-11-195-11/+136
* - add kerberos schemaNalin Dahyabhai2010-11-191-0/+507
* - fix capitalizationNalin Dahyabhai2010-11-192-34/+34
* - whitespace fixesNalin Dahyabhai2010-11-191-2/+2
* - make sure we have some schema definitionsNalin Dahyabhai2010-11-193-3/+5
* - should have given that a proper definitionNalin Dahyabhai2010-11-191-1/+1
* - more loggingNalin Dahyabhai2010-11-191-0/+24
* - just in caseNalin Dahyabhai2010-11-191-0/+1
* - more debug loggingNalin Dahyabhai2010-11-191-10/+18
* - also set an equality for memberUsersNalin Dahyabhai2010-11-191-0/+1
* - yeah, we *really* need to be able to search on this attributeNalin Dahyabhai2010-11-192-4/+9
* - initialize map_supported so that when we debug log we output it rightNalin Dahyabhai2010-11-191-0/+1