summaryrefslogtreecommitdiffstats
path: root/src/disp-nis.c
Commit message (Expand)AuthorAgeFilesLines
* Accept slightly larger fragments (8K vs 8K - 4)Nalin Dahyabhai2013-12-091-4/+4
* Remove a possible memmove() of 0 bytesNalin Dahyabhai2013-11-191-4/+6
* Warn if we fail to set SO_LINGER for TCP clientsNalin Dahyabhai2013-08-271-1/+7
* Warn if non-blocking-ifying a client socket failsNalin Dahyabhai2013-08-271-1/+7
* Sanity check the request size correctlyNalin Dahyabhai2013-08-271-3/+4
* Fix multiplexing of multiple clientsNalin Dahyabhai2013-03-191-5/+11
* - avoid an aliasing warningNalin Dahyabhai2012-01-231-1/+4
* - set RQ_FILE when asking tcp-wrappers about client authorizationNalin Dahyabhai2011-08-161-0/+2
* - we already did this check earlierNalin Dahyabhai2011-05-261-12/+0
* - don't assume that libc will provide yp headers -- build them ourselvesNalin Dahyabhai2011-05-131-2/+2
* we don't use syslog, so don't bother including the headerNalin Dahyabhai2011-01-281-1/+0
* - handle errors encountered while receiving datagram reqeusts (defect #10097)Nalin Dahyabhai2011-01-031-2/+10
* - don't leak the poll fd array if we exit the thread on error (defect #10105)Nalin Dahyabhai2011-01-031-0/+1
* - clear the whole array of structures before filling it, instead of theNalin Dahyabhai2011-01-031-2/+2
* - 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