summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* - speed up an add-to-list operation which did things the obvious way beforeNalin Dahyabhai2011-04-191-7/+3
* speed up building compat entries with attributes with thousands of literal va...slapi-nis-0.23Nalin Dahyabhai2011-03-311-27/+55
* - clean up the no-entries warning for the NULL setNalin Dahyabhai2011-02-091-1/+1
* we don't use syslog, so don't bother including the headerNalin Dahyabhai2011-01-283-3/+0
* - don't leak single_lengths on out-of-memory allocating lengths (defect #10104)Nalin Dahyabhai2011-01-061-1/+2
* - check for errors building a no-such-map or no-such-domain responseNalin Dahyabhai2011-01-031-6/+16
* - drop some dead code (defect #10091)Nalin Dahyabhai2011-01-031-17/+12
* - only memcpy() 1 or more elements (defect #10094)Nalin Dahyabhai2011-01-031-1/+3
* - don't crash if we hit out-of-memory on startup (defect #10096)Nalin Dahyabhai2011-01-031-10/+12
* - handle errors encountered while receiving datagram reqeusts (defect #10097)Nalin Dahyabhai2011-01-031-2/+10
* - in main(), return an error exit result if we can't create a socket toNalin Dahyabhai2011-01-031-0/+4
* - in main(), return an error exit status if socket() fails (defect #10101)Nalin Dahyabhai2011-01-031-0/+4
* - check that we have a complete definition before we try to read it (defect #...Nalin Dahyabhai2011-01-031-2/+2
* - only clear 'supported' if it's not NULL (defect #10108)Nalin Dahyabhai2011-01-031-1/+3
* - don't bother checking that list is not NULL -- if it is, that's a bugNalin Dahyabhai2011-01-031-3/+1
* - allocate 'tmp' as an array of 'char *', and not 'char **' (defect #10112)Nalin Dahyabhai2011-01-031-1/+1
* - 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
* - 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
* - for containers which are also the groups, don't return the containerNalin Dahyabhai2010-11-231-3/+5
* - 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-221-1/+1
* - handle a group with no explicitly-named container by treating theNalin Dahyabhai2010-11-222-19/+55
* - use the filter at the right point in walking a chainNalin Dahyabhai2010-11-221-3/+37
* - teach wrap_search_internal_get_entry to take an optional filterNalin Dahyabhai2010-11-225-109/+21
* - 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-221-0/+9
* - more loggingNalin Dahyabhai2010-11-191-0/+24
* - more debug loggingNalin Dahyabhai2010-11-191-10/+18
* - initialize map_supported so that when we debug log we output it rightNalin Dahyabhai2010-11-191-0/+1
* - do a full clear of some temporaries (valgrind)Nalin Dahyabhai2010-11-181-0/+2
* - don't walk off the end of the filter array, but expect it to be of theNalin Dahyabhai2010-11-181-1/+1
* - add optional caching of filters to attribute listsNalin Dahyabhai2010-11-182-19/+51
* - use actual slapi_filter structures to avoid reparsingNalin Dahyabhai2010-11-182-4/+14
* - manage filters along with chains of attributes and search basesNalin Dahyabhai2010-11-182-4/+23
* - return unwilling-to-perform instead of insufficient-access in responseNalin Dahyabhai2010-08-021-2/+2
* - note whether or not the map is "secure" regardless of whether or notNalin Dahyabhai2009-06-181-5/+5
* - actually send portmap registrations to the right serverslapi-nis-0.17Nalin Dahyabhai2009-05-141-1/+1
* - when not configured to use a specific port, bindresvport to a datagramNalin Dahyabhai2009-05-141-3/+4
* - try to set the reuse-address socket option at the right level (socket,Nalin Dahyabhai2009-05-141-2/+2
* - changes to commentsNalin Dahyabhai2009-05-071-4/+5