summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* - 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-092-1/+6
* - add foreach for entries to the mapNalin Dahyabhai2008-05-093-16/+151
* - fix some wordingNalin Dahyabhai2008-04-291-5/+5
* - more docs -- note that the map cache needs to be able to track multiple DNsNalin Dahyabhai2008-04-291-5/+48
* - note why i like having the cache as an intermediateNalin Dahyabhai2008-04-281-10/+20
* - more notes on migration, from after i talked to jeffNalin Dahyabhai2008-04-231-2/+42
* - some comments about migrating inNalin Dahyabhai2008-04-231-0/+33
* - add some callback data to map definitionsNalin Dahyabhai2008-04-233-3/+19
* expand some more on the designNalin Dahyabhai2008-04-232-25/+72
* - 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
* - preliminary developer docsNalin Dahyabhai2008-04-222-0/+127
* - 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
* - actually perform map initialization correctlyNalin Dahyabhai2008-04-181-3/+205
* - use PRBool instead of bool_t where we interface with the mapNalin Dahyabhai2008-04-181-4/+6
* - use PR_Bool instead of bool_tNalin Dahyabhai2008-04-181-8/+8
* - initialize the map contents at startup, not init timeNalin Dahyabhai2008-04-181-9/+10
* - use PR_Bool instead of bool_t, which is RPC-specificNalin Dahyabhai2008-04-181-8/+8
* - define default key attribute name, value attribute name, and filterNalin Dahyabhai2008-04-181-0/+3
* - allow "-1" for a datum's size to be used as shorthand for "use strlen()"Nalin Dahyabhai2008-04-181-0/+6
* - add the very beginning of map populationNalin Dahyabhai2008-04-021-0/+25
* - stub out where we'll be providing dataNalin Dahyabhai2008-04-025-3/+28
* - warning cleanupsNalin Dahyabhai2008-04-026-22/+25
* - finish pulling ldap-specific bits out of the map structureNalin Dahyabhai2008-04-021-65/+75
* - remove ldap'isms from the map structuresNalin Dahyabhai2008-04-021-98/+45
* - start making it possible to add entries on the flyNalin Dahyabhai2008-04-021-0/+41
* - work out how to remove things from the data modelNalin Dahyabhai2008-04-021-28/+116
* - some header cleanupNalin Dahyabhai2008-04-025-8/+4
* - add an explicit initialization step, and work out how to add/remove mapNalin Dahyabhai2008-04-024-27/+276
* - add a very basic, slow, tree structure for searchingNalin Dahyabhai2008-04-022-9/+127
* - finish getting the basic NIS server going againNalin Dahyabhai2008-04-019-95/+280
* - adjust a stringNalin Dahyabhai2008-03-271-2/+2
* - hard-code a dummy map for testingNalin Dahyabhai2008-03-272-1/+193
* - start stubbing out a mapping implementationNalin Dahyabhai2008-03-272-0/+88
* separate the searching bits out from the nis protocol bitsNalin Dahyabhai2008-03-273-19/+7
* separate the searching bits out from the nis protocol bitsNalin Dahyabhai2008-03-275-421/+335
* more cleanup of client-handling codeNalin Dahyabhai2008-03-271-14/+12
* more cleanup of client-handling codeNalin Dahyabhai2008-03-275-197/+197
* try to clean this up a bitNalin Dahyabhai2008-03-276-170/+234
* add a clean tag alreadyNalin Dahyabhai2008-03-121-0/+3
* poc level for ypmatchNalin Dahyabhai2007-11-291-14/+25