summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - remove that debug message, it's redundantNalin Dahyabhai2009-05-071-1/+0
* - log more detailsNalin Dahyabhai2009-05-071-9/+30
* - make sure that %referred() and %deref() don't return empty stringsNalin Dahyabhai2009-05-071-8/+10
* - remove unused variablesNalin Dahyabhai2009-05-063-7/+2
* - revert to registering plugins at init-time, which is what the docsNalin Dahyabhai2009-05-064-66/+90
* - register our internal pre-/post-/internalpre-op plugins atNalin Dahyabhai2009-05-062-78/+92
* - add the list of function parameters to debugged invocation failure logNalin Dahyabhai2009-04-301-2/+2
* - fix format_link() to not corrupt the heap with some bad mathNalin Dahyabhai2009-04-301-29/+43
* - only clear the backend_data return pointer if we were given one -- it'sNalin Dahyabhai2009-04-301-2/+6
* - fix type mismatch warningsNalin Dahyabhai2009-04-274-25/+28
* - fix some crashes by dereferencing uninitialized pointers whenNalin Dahyabhai2009-04-271-0/+26
* - make the defaults use recursive support for attribute valuesNalin Dahyabhai2009-03-041-4/+4
* - reject client requests > 64k in sizeNalin Dahyabhai2009-03-041-1/+13
* - assume that super-large fragments are an errorNalin Dahyabhai2009-02-121-0/+9
* - drop a debug messageNalin Dahyabhai2009-02-121-4/+0
* - move client socket creation here, so that we don't have to know how toNalin Dahyabhai2009-02-122-183/+375
* - handle argument order and count changing for portmap registration functionsNalin Dahyabhai2009-02-121-115/+66
* - first (non-working) pass at registering with rpcbindNalin Dahyabhai2009-02-113-20/+173
* - link with libnsl or libtirpc, not bothNalin Dahyabhai2009-02-111-3/+3
* - fix strict-aliasing errorsNalin Dahyabhai2009-02-111-10/+17
* - use our own bind-reserve-port helper, which should work with eitherNalin Dahyabhai2009-02-114-60/+108
* - remove unnecessary includeNalin Dahyabhai2009-02-112-2/+0
* - use tirpc cflags if they're set, link with libtirpc if we found it,Nalin Dahyabhai2009-02-111-1/+6
* - merge discovered values rather than straight-out adding them, so thatNalin Dahyabhai2008-12-081-8/+9
* - actually, entries in this map referring to other entries in theNalin Dahyabhai2008-12-031-9/+0
* - add some comments for laterNalin Dahyabhai2008-12-031-2/+6
* - don't use a DN as the right-side of a search filter, since theNalin Dahyabhai2008-12-031-30/+82