summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - note where we search for configuration dataNalin Dahyabhai2008-12-031-0/+4
* - fix a logic error when determining if an entry which contains anNalin Dahyabhai2008-12-031-4/+5
* - give callback registration the ability to return errorsNalin Dahyabhai2008-12-035-16/+128
* - add backend_shr_internal_postop_init(), move internal postopNalin Dahyabhai2008-12-032-18/+35
* - hook our postop callbacks onto internal changes, tooNalin Dahyabhai2008-12-031-0/+20
* - clean up (and clean up documentation for) matching functionsNalin Dahyabhai2008-12-021-95/+75
* Merge branch 'master' of git.fedoraproject.org:/git/slapi-nisNalin Dahyabhai2008-12-024-18/+79
|\
| * - use a counter to make sure we don't recurse inside the same thread,Nalin Dahyabhai2008-12-024-18/+79
* | - make deref() return an error when it fails to evaluate, just like mostNalin Dahyabhai2008-12-021-1/+3
|/
* - abortive work at rejecting all internal-originating searches outrightNalin Dahyabhai2008-11-211-1/+11
* - avoid getting read locks when we know we already have themNalin Dahyabhai2008-11-181-6/+0
* - merge backend_check_scope() with its only caller, backend_check_scope_pb()Nalin Dahyabhai2008-11-181-14/+3
* - if poll() fails due to EINTR, try againNalin Dahyabhai2008-11-131-0/+7
* - remove unnecessary headerNalin Dahyabhai2008-11-131-1/+0
* - clear some memory before using itNalin Dahyabhai2008-11-041-0/+1
* - drop some unused variablesNalin Dahyabhai2008-11-042-10/+3
* - add a "link" functionNalin Dahyabhai2008-11-041-0/+181
* - stop deref_r() and referred_r() stop returning empty strings when theyNalin Dahyabhai2008-11-041-17/+9