summaryrefslogtreecommitdiffstats
path: root/src/nis.h
Commit message (Collapse)AuthorAgeFilesLines
* - rename dispatch to disp-nisNalin Dahyabhai2008-06-301-1/+1
|
* - take a client_secure flag, and if the map_secure flag is set and theNalin Dahyabhai2008-06-101-0/+1
| | | | client_secure flag is not set, feign lack of knowledge about a map's contents
* - initial support for returning larger entries over tcp than we can over udpNalin Dahyabhai2008-06-021-0/+1
| | | | - make the tcp sizes tunable
* - more build machineryNalin Dahyabhai2008-05-291-0/+21
| | | | | - license text in source files - elaborate on what's still to be done
* - build cleanupsNalin Dahyabhai2008-05-291-3/+1
| | | | - remove some more NSPRisms in cases when XDRisms are even more portable
* - rewrite dispatching code so thatNalin Dahyabhai2008-05-271-1/+5
| | | | | | | | | | | * we multiplex servicing for connected clients in the same thread that handles datagram clients * nis query routines use a callback rather than a symbol, so that... * ...we can supply different callbacks for datagram and connected clients * nis query routines have the option of giving us a chunk of output and telling us to come back later for more, though for now only nis_all gets the option of doing that, and currently write those chunks immediately in a blocking way
* - make the dispatcher callback data slightly more opaque to the NIS routinesNalin Dahyabhai2008-05-271-2/+3
|
* - split up some moreNalin Dahyabhai2007-11-291-0/+12