summaryrefslogtreecommitdiffstats
path: root/src/plugin.c
Commit message (Expand)AuthorAgeFilesLines
* - switch to creating a PRThread instead of a pthreadNalin Dahyabhai2008-05-291-3/+24
* - more build machineryNalin Dahyabhai2008-05-291-0/+21
* - build cleanupsNalin Dahyabhai2008-05-291-12/+7
* - forcibly unregister all ypserv services before attempting to register our ownNalin Dahyabhai2008-05-121-0/+5
* - add initial callbacks for monitoring data changes, which for simplicity'sNalin Dahyabhai2008-04-221-1/+1
* - provide a way for the backend to register callbacks with the directoryNalin Dahyabhai2008-04-221-7/+8
* - initialize the map contents at startup, not init timeNalin Dahyabhai2008-04-181-9/+10
* - warning cleanupsNalin Dahyabhai2008-04-021-2/+2
* - add an explicit initialization step, and work out how to add/remove mapNalin Dahyabhai2008-04-021-0/+5
* - finish getting the basic NIS server going againNalin Dahyabhai2008-04-011-9/+21
* - adjust a stringNalin Dahyabhai2008-03-271-2/+2
* separate the searching bits out from the nis protocol bitsNalin Dahyabhai2008-03-271-17/+6
* separate the searching bits out from the nis protocol bitsNalin Dahyabhai2008-03-271-0/+1
* more cleanup of client-handling codeNalin Dahyabhai2008-03-271-1/+0
* try to clean this up a bitNalin Dahyabhai2008-03-271-157/+91
* - move some of the plugin internal-search stuff aroundNalin Dahyabhai2007-11-291-85/+0
* - split up some moreNalin Dahyabhai2007-11-291-421/+54
* - use the new source fileNalin Dahyabhai2007-11-211-1/+1
* - start working on separating out stream clients and dgram clientsNalin Dahyabhai2007-11-211-1/+3
* - bind to privileged ports using bindresvport() and not a hard-coded valueNalin Dahyabhai2007-11-211-31/+68
* - working on splitting out the portmap registration/unregistrationNalin Dahyabhai2007-11-201-161/+157
* - dummy version runs(!)Nalin Dahyabhai2007-11-201-85/+530
* - more with pmap registrationNalin Dahyabhai2007-11-151-3/+17
* okay, _now_ it actually returns real dataNalin Dahyabhai2007-11-081-13/+10
* - up and answering dummy queriesNalin Dahyabhai2007-11-081-8/+108
* - more initial plugin testingNalin Dahyabhai2007-11-071-9/+152
* - bare minimal plugin, i thinkNalin Dahyabhai2007-11-061-0/+47