summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - sort out threading startup/shutdown and rwlocking for both NSPR and pthreadsNalin Dahyabhai2008-05-302-0/+275
* - note the securenets situation before i forget againNalin Dahyabhai2008-05-301-1/+1
* - make functions that take separators for constructing lists take them firstNalin Dahyabhai2008-05-302-14/+25
* - shrink that, tooNalin Dahyabhai2008-05-301-1/+1
* - actually, since that makes it "chunky", shrink itNalin Dahyabhai2008-05-301-1/+1
* - no sense in making this that smallNalin Dahyabhai2008-05-301-1/+1
* - switch back to pthreads for everyone, for nowNalin Dahyabhai2008-05-301-1/+2
* - move nis_all processing to a works-in-chunks state machineNalin Dahyabhai2008-05-303-91/+351
* - switch to creating a PRThread instead of a pthreadNalin Dahyabhai2008-05-294-4/+33
* - drop the stack usage a bitNalin Dahyabhai2008-05-291-1/+1
* - link with needed libraries againNalin Dahyabhai2008-05-291-1/+2
* - provide a default suffix value in the example ldifNalin Dahyabhai2008-05-293-5/+7
* - more build machineryNalin Dahyabhai2008-05-2921-11/+376
* - build cleanupsNalin Dahyabhai2008-05-2919-67/+176
* - build infrastructureNalin Dahyabhai2008-05-295-14/+48
* - try to pull out NSPRisms where they're not neededNalin Dahyabhai2008-05-297-62/+51
* - move this fileNalin Dahyabhai2008-05-291-0/+0
* - start queuing data for connected clients instead of sending it immediatelyNalin Dahyabhai2008-05-271-19/+54
* - pass the entire client structure to connected reply callbacksNalin Dahyabhai2008-05-271-44/+45
* - rewrite dispatching code so thatNalin Dahyabhai2008-05-274-300/+540
* - tweak the yp_next() routine to return NOMORE when the request key has anNalin Dahyabhai2008-05-271-1/+11
* - make the dispatcher callback data slightly more opaque to the NIS routinesNalin Dahyabhai2008-05-274-150/+138
* - move the reply code back into the dispatcher so that it'll be easier toNalin Dahyabhai2008-05-273-86/+107
* - make this a field-generated fileNalin Dahyabhai2008-05-162-14/+46
* - implement maplist, finallyNalin Dahyabhai2008-05-161-1/+35
* - add a simple regmatch()Nalin Dahyabhai2008-05-161-4/+32
* - add an overall status, for the just-lookingNalin Dahyabhai2008-05-161-0/+1
* add one more thing to the todo listNalin Dahyabhai2008-05-161-0/+3
* - add an important todo itemNalin Dahyabhai2008-05-161-0/+1
* - nuke some todo items that either won't happen or have happenedNalin Dahyabhai2008-05-161-5/+1
* - add a table of defaultsNalin Dahyabhai2008-05-165-28/+227
* - make "list" and "deref" use vattrs, tooNalin Dahyabhai2008-05-161-28/+69
* - switch to using virtual attributesNalin Dahyabhai2008-05-166-35/+147
* - switch to using virtual attribute APIsNalin Dahyabhai2008-05-161-9/+18
* - add, since we don't have a C implementationNalin Dahyabhai2008-05-141-0/+4
* - notes on what's been implementedNalin Dahyabhai2008-05-141-36/+35
* - fix a formatting errorNalin Dahyabhai2008-05-141-1/+1
* don't leak in that error caseNalin Dahyabhai2008-05-141-0/+1
* - format_deref:Nalin Dahyabhai2008-05-141-7/+12
* - fix a log messageNalin Dahyabhai2008-05-141-1/+2
* - add the "merge" functionNalin Dahyabhai2008-05-141-46/+160
* - fix a couple of log messagesNalin Dahyabhai2008-05-131-4/+4
* - add some notesNalin Dahyabhai2008-05-131-3/+37
* - skip over quoted strings when searching for closing ) or }Nalin Dahyabhai2008-05-131-10/+26
* - add a "deref" function:Nalin Dahyabhai2008-05-131-1/+88
* - add a "list" "function" which concatenates the values of attributesNalin Dahyabhai2008-05-131-0/+48
* - parse argument lists for "function"sNalin Dahyabhai2008-05-131-31/+80
* - add a test "echo" function for testingNalin Dahyabhai2008-05-131-2/+72
* - note that the key is specified as a format specifierNalin Dahyabhai2008-05-133-63/+149
* - implement format specifier-based evaluation for entriesNalin Dahyabhai2008-05-132-4/+245