summaryrefslogtreecommitdiffstats
path: root/src/disp-nis.c
Commit message (Expand)AuthorAgeFilesLines
* - fix type mismatch warningsNalin Dahyabhai2009-04-271-15/+18
* - reject client requests > 64k in sizeNalin Dahyabhai2009-03-041-1/+13
* - assume that super-large fragments are an errorNalin Dahyabhai2009-02-121-0/+9
* - fix strict-aliasing errorsNalin Dahyabhai2009-02-111-10/+17
* - remove unnecessary includeNalin Dahyabhai2009-02-111-1/+0
* - if poll() fails due to EINTR, try againNalin Dahyabhai2008-11-131-0/+7
* - move config.h into src/Nalin Dahyabhai2008-10-241-1/+1
* - remove a race when the main slapd thread closes down our listeners beforeNalin Dahyabhai2008-07-301-19/+20
* - set SO_LINGER so that we stop talking to clients when we call close()Nalin Dahyabhai2008-07-101-0/+4
* - actually hang up if securenets says "no"Nalin Dahyabhai2008-07-101-2/+9
* - initialize the client address length before accepting a new connectionNalin Dahyabhai2008-07-081-0/+2
* - free the array of descriptors when we're finished with itNalin Dahyabhai2008-07-071-0/+1
* - clean up some commentsNalin Dahyabhai2008-07-031-10/+33
* - start adding an sch backendNalin Dahyabhai2008-06-301-1/+1
* - rename dispatch to disp-nisNalin Dahyabhai2008-06-301-0/+993