summaryrefslogtreecommitdiffstats
path: root/src/map.h
Commit message (Expand)AuthorAgeFilesLines
* Remember that locking can failNalin Dahyabhai2013-08-071-3/+3
* - track the length of the list of entries kept by a mapNalin Dahyabhai2008-09-041-0/+4
* - learn to track multiple values for each entryNalin Dahyabhai2008-07-301-1/+1
* - clean up the map data at shutdown timeNalin Dahyabhai2008-07-071-0/+1
* - make the map match logic use 'const' where it's appropriateNalin Dahyabhai2008-07-031-4/+4
* - return the backend data associated with the matching entry from the matchingNalin Dahyabhai2008-07-031-2/+3
* - rename unset_entry_id to unset_entryNalin Dahyabhai2008-07-021-3/+3
* - add a way to iterate through domain namesNalin Dahyabhai2008-07-021-0/+3
* - fixup entry the iteration API so that its new, only, consumer can use it rightNalin Dahyabhai2008-07-011-1/+3
* - remove unused variablesNalin Dahyabhai2008-06-301-1/+3
* - don't require a key count when we're adding an entry to the mapNalin Dahyabhai2008-06-251-2/+1
* - don't force the map initialization caller to even bother guessing about theNalin Dahyabhai2008-06-251-1/+1
* - add a "disallowed chars" map attributeNalin Dahyabhai2008-06-211-1/+1
* - force anyone who initializes a map to provide a count of how many keys willNalin Dahyabhai2008-06-211-2/+2
* - get most of the tree in shape to handle multiple keys per entryNalin Dahyabhai2008-06-171-8/+9
* - remove map_data_unset_entry_key(), which isn't being usedNalin Dahyabhai2008-06-161-3/+0
* - add search-by-id interfacesNalin Dahyabhai2008-06-131-3/+17
* - fail to provide the order for secure maps to not-secure clientsNalin Dahyabhai2008-06-101-1/+1
* - keep track of whether a map is "secure" or not, returning that informationNalin Dahyabhai2008-06-101-4/+8
* - 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