summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* - try to pull out NSPRisms where they're not neededNalin Dahyabhai2008-05-297-62/+51
* - move this fileNalin Dahyabhai2008-05-291-46/+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 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
* - 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
* - use writev() to send stream chunks in one part instead of twoNalin Dahyabhai2008-05-131-10/+25
* - use binary trees to cut down on the time it takes to traverse mapsNalin Dahyabhai2008-05-131-15/+58
* - namespace cleanup: struct entry becomes struct map_entryNalin Dahyabhai2008-05-131-19/+20
* - add a dummy formatter which does what the current format==attribute codeNalin Dahyabhai2008-05-124-57/+130
* - handle modrdn for map entriesNalin Dahyabhai2008-05-121-12/+144
* - forcibly unregister all ypserv services before attempting to register our ownNalin Dahyabhai2008-05-121-0/+5
* - factor out checking if an entry would be considered part of a given mapNalin Dahyabhai2008-05-121-86/+229
* - start on handling addition/removal of map entries corresponding to director...Nalin Dahyabhai2008-05-091-10/+105
* - track the search base and filter for each map, tooNalin Dahyabhai2008-05-091-20/+61
* - learn to iterate over mapsNalin Dahyabhai2008-05-094-68/+268
* - add a note about securenets so that i don't forgetNalin Dahyabhai2008-05-091-1/+1
* - add foreach for entries to the mapNalin Dahyabhai2008-05-093-16/+151
* - add some callback data to map definitionsNalin Dahyabhai2008-04-233-3/+19
* - add initial callbacks for monitoring data changes, which for simplicity'sNalin Dahyabhai2008-04-223-3/+79
* - provide a way for the backend to register callbacks with the directoryNalin Dahyabhai2008-04-228-17/+38
* - when we change defaults, rebuildNalin Dahyabhai2008-04-181-1/+1
* - log the right filter stringNalin Dahyabhai2008-04-181-1/+2
* use a syntactically-correct filterNalin Dahyabhai2008-04-181-1/+1
* - use a syntactically correct default filterNalin Dahyabhai2008-04-181-1/+1
* - add a simple script for generating simple sample nis map dataNalin Dahyabhai2008-04-181-0/+47