summaryrefslogtreecommitdiffstats
path: root/src/map.c
Commit message (Expand)AuthorAgeFilesLines
* Removing domains and maps correctlyNalin Dahyabhai2013-12-161-6/+6
* Remember that locking can failNalin Dahyabhai2013-08-071-6/+6
* - take steps to avoid making yp_first/yp_next clients loop indefinitely when ...Nalin Dahyabhai2012-01-241-1/+13
* - update copyright dates in files modified this yearNalin Dahyabhai2012-01-161-1/+1
* - in callbacks, only use pblocks that are built from pblocks that weNalin Dahyabhai2012-01-161-3/+7
* - don't deref a null pointer on out-of-memory here (defect #10093)Nalin Dahyabhai2011-01-031-0/+6
* - note whether or not the map is "secure" regardless of whether or notNalin Dahyabhai2009-06-181-5/+5
* - only clear the backend_data return pointer if we were given one -- it'sNalin Dahyabhai2009-04-301-2/+6
* - fix some crashes by dereferencing uninitialized pointers whenNalin Dahyabhai2009-04-271-0/+26
* - move config.h into src/Nalin Dahyabhai2008-10-241-1/+1
* - track the length of the list of entries kept by a mapNalin Dahyabhai2008-09-041-0/+27
* - remove unused variablesNalin Dahyabhai2008-07-311-1/+1
* - learn to track multiple values for each entryNalin Dahyabhai2008-07-301-127/+166
* - remove unused variablesNalin Dahyabhai2008-07-091-1/+1
* - correctly fill in the gap in the map list when a map is removedNalin Dahyabhai2008-07-081-2/+2
* - free the map lock at shutdown-timeNalin Dahyabhai2008-07-071-0/+2
* - free the domain list after the last domain's maps are goneNalin Dahyabhai2008-07-071-0/+5
* - don't try freeing the already-zeroed key_tree list when unsetting a mapNalin Dahyabhai2008-07-071-1/+0
* - actually remove the map at shutdown-timeNalin Dahyabhai2008-07-071-1/+1
* - free the key length and key tree arrays when we clear a mapNalin Dahyabhai2008-07-071-7/+57
* - 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/+8
* - rename unset_entry_id to unset_entryNalin Dahyabhai2008-07-021-4/+4
* - add a way to iterate through domain namesNalin Dahyabhai2008-07-021-0/+16
* - fixup entry the iteration API so that its new, only, consumer can use it rightNalin Dahyabhai2008-07-011-7/+16
* - have the plugin call backend initialization directlyNalin Dahyabhai2008-06-301-8/+0
* - merge the backend-specific headersNalin Dahyabhai2008-06-301-1/+1
* - rename backend and defaults, tooNalin Dahyabhai2008-06-301-1/+1
* - rename dispatch to disp-nisNalin Dahyabhai2008-06-301-1/+1
* - remove unused variablesNalin Dahyabhai2008-06-301-7/+23
* - manage the key_len array along with the keys array for an entryNalin Dahyabhai2008-06-261-3/+11
* - don't require a key count when we're adding an entry to the mapNalin Dahyabhai2008-06-251-7/+10
* - don't force the map initialization caller to even bother guessing about theNalin Dahyabhai2008-06-251-4/+3
* - remove the set-at-initialization-time limit on the number of keys a map canNalin Dahyabhai2008-06-231-1/+22
* - don't fail map_next() when there's no next entry before verifying that thereNalin Dahyabhai2008-06-211-1/+4
* - add a "disallowed chars" map attributeNalin Dahyabhai2008-06-211-1/+1
* - manage multiple trees of keys to support multi-keying for entriesNalin Dahyabhai2008-06-211-58/+203
* - get most of the tree in shape to handle multiple keys per entryNalin Dahyabhai2008-06-171-17/+22
* - remove map_data_unset_entry_key(), which isn't being usedNalin Dahyabhai2008-06-161-16/+0
* - add search-by-id interfacesNalin Dahyabhai2008-06-131-3/+63
* - fail to provide the order for secure maps to not-secure clientsNalin Dahyabhai2008-06-101-1/+2
* - keep track of whether a map is "secure" or not, returning that informationNalin Dahyabhai2008-06-101-8/+37
* - drop attempts to keep track of visited IDs, it didn't make sense to do it t...Nalin Dahyabhai2008-06-061-94/+6
* - add a function to check if there's an entry for a given ID in a given mapNalin Dahyabhai2008-06-041-0/+13
* - sort out the threading start/stop functions, and add rwlock functionsNalin Dahyabhai2008-05-301-1/+24
* - more build machineryNalin Dahyabhai2008-05-291-1/+22
* - build cleanupsNalin Dahyabhai2008-05-291-4/+8
* - try to pull out NSPRisms where they're not neededNalin Dahyabhai2008-05-291-18/+18
* - switch to using virtual attributesNalin Dahyabhai2008-05-161-11/+57
* - fix a formatting errorNalin Dahyabhai2008-05-141-1/+1