summaryrefslogtreecommitdiffstats
path: root/src/map.h
Commit message (Expand)AuthorAgeFilesLines
* - drop attempts to keep track of visited IDs, it didn't make sense to do it t...Nalin Dahyabhai2008-06-061-12/+1
* - add a function to check if there's an entry for a given ID in a given mapNalin Dahyabhai2008-06-041-0/+3
* - sort out the threading start/stop functions, and add rwlock functionsNalin Dahyabhai2008-05-301-0/+3
* - more build machineryNalin Dahyabhai2008-05-291-0/+21
* - build cleanupsNalin Dahyabhai2008-05-291-2/+3
* - try to pull out NSPRisms where they're not neededNalin Dahyabhai2008-05-291-14/+16
* - switch to using virtual attributesNalin Dahyabhai2008-05-161-2/+3
* - learn to iterate over mapsNalin Dahyabhai2008-05-091-3/+9
* - add foreach for entries to the mapNalin Dahyabhai2008-05-091-1/+21
* - add some callback data to map definitionsNalin Dahyabhai2008-04-231-1/+2
* - provide a way for the backend to register callbacks with the directoryNalin Dahyabhai2008-04-221-1/+3
* - use PR_Bool instead of bool_tNalin Dahyabhai2008-04-181-8/+8
* - warning cleanupsNalin Dahyabhai2008-04-021-0/+19
* - add an explicit initialization step, and work out how to add/remove mapNalin Dahyabhai2008-04-021-0/+1
* - finish getting the basic NIS server going againNalin Dahyabhai2008-04-011-0/+4
* - start stubbing out a mapping implementationNalin Dahyabhai2008-03-271-0/+20