summaryrefslogtreecommitdiffstats
path: root/src/plugin.c
Commit message (Expand)AuthorAgeFilesLines
* - forget getservbyname(), use nsslapd-pluginArg0 to get the port numberNalin Dahyabhai2008-06-101-9/+35
* - sort out host/network order for port numbersNalin Dahyabhai2008-06-101-5/+5
* - change DEFAULT_TCPWRAPNAME to DEFAULT_TCPWRAP_NAMENalin Dahyabhai2008-06-101-2/+10
* - it seems we can't read entries during initializationNalin Dahyabhai2008-06-091-36/+1
* - try to read a port number from the configuration entry, if we canNalin Dahyabhai2008-06-061-6/+55
* - fix a warning, don't return a pointer from a function which returns integersNalin Dahyabhai2008-06-041-1/+1
* - implement tcp_wrappers supportNalin Dahyabhai2008-06-031-0/+20
* - initial support for returning larger entries over tcp than we can over udpNalin Dahyabhai2008-06-021-3/+10
* - sort out the threading start/stop functions, and add rwlock functionsNalin Dahyabhai2008-05-301-25/+3
* - 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