| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | - forcibly unregister all ypserv services before attempting to register our own | Nalin Dahyabhai | 2008-05-12 | 1 | -0/+5 |
| * | - factor out checking if an entry would be considered part of a given map | Nalin Dahyabhai | 2008-05-12 | 1 | -86/+229 |
| * | - start on handling addition/removal of map entries corresponding to director... | Nalin Dahyabhai | 2008-05-09 | 1 | -10/+105 |
| * | - track the search base and filter for each map, too | Nalin Dahyabhai | 2008-05-09 | 1 | -20/+61 |
| * | - learn to iterate over maps | Nalin Dahyabhai | 2008-05-09 | 4 | -68/+268 |
| * | - add a note about securenets so that i don't forget | Nalin Dahyabhai | 2008-05-09 | 2 | -1/+6 |
| * | - add foreach for entries to the map | Nalin Dahyabhai | 2008-05-09 | 3 | -16/+151 |
| * | - fix some wording | Nalin Dahyabhai | 2008-04-29 | 1 | -5/+5 |
| * | - more docs -- note that the map cache needs to be able to track multiple DNs | Nalin Dahyabhai | 2008-04-29 | 1 | -5/+48 |
| * | - note why i like having the cache as an intermediate | Nalin Dahyabhai | 2008-04-28 | 1 | -10/+20 |
| * | - more notes on migration, from after i talked to jeff | Nalin Dahyabhai | 2008-04-23 | 1 | -2/+42 |
| * | - some comments about migrating in | Nalin Dahyabhai | 2008-04-23 | 1 | -0/+33 |
| * | - add some callback data to map definitions | Nalin Dahyabhai | 2008-04-23 | 3 | -3/+19 |
| * | expand some more on the design | Nalin Dahyabhai | 2008-04-23 | 2 | -25/+72 |
| * | - add initial callbacks for monitoring data changes, which for simplicity's | Nalin Dahyabhai | 2008-04-22 | 3 | -3/+79 |
| * | - provide a way for the backend to register callbacks with the directory | Nalin Dahyabhai | 2008-04-22 | 8 | -17/+38 |
| * | - preliminary developer docs | Nalin Dahyabhai | 2008-04-22 | 2 | -0/+127 |
| * | - when we change defaults, rebuild | Nalin Dahyabhai | 2008-04-18 | 1 | -1/+1 |
| * | - log the right filter string | Nalin Dahyabhai | 2008-04-18 | 1 | -1/+2 |
| * | use a syntactically-correct filter | Nalin Dahyabhai | 2008-04-18 | 1 | -1/+1 |
| * | - use a syntactically correct default filter | Nalin Dahyabhai | 2008-04-18 | 1 | -1/+1 |
| * | - add a simple script for generating simple sample nis map data | Nalin Dahyabhai | 2008-04-18 | 1 | -0/+47 |
| * | - actually perform map initialization correctly | Nalin Dahyabhai | 2008-04-18 | 1 | -3/+205 |
| * | - use PRBool instead of bool_t where we interface with the map | Nalin Dahyabhai | 2008-04-18 | 1 | -4/+6 |
| * | - use PR_Bool instead of bool_t | Nalin Dahyabhai | 2008-04-18 | 1 | -8/+8 |
| * | - initialize the map contents at startup, not init time | Nalin Dahyabhai | 2008-04-18 | 1 | -9/+10 |
| * | - use PR_Bool instead of bool_t, which is RPC-specific | Nalin Dahyabhai | 2008-04-18 | 1 | -8/+8 |
| * | - define default key attribute name, value attribute name, and filter | Nalin Dahyabhai | 2008-04-18 | 1 | -0/+3 |
| * | - allow "-1" for a datum's size to be used as shorthand for "use strlen()" | Nalin Dahyabhai | 2008-04-18 | 1 | -0/+6 |
| * | - add the very beginning of map population | Nalin Dahyabhai | 2008-04-02 | 1 | -0/+25 |
| * | - stub out where we'll be providing data | Nalin Dahyabhai | 2008-04-02 | 5 | -3/+28 |
| * | - warning cleanups | Nalin Dahyabhai | 2008-04-02 | 6 | -22/+25 |
| * | - finish pulling ldap-specific bits out of the map structure | Nalin Dahyabhai | 2008-04-02 | 1 | -65/+75 |
| * | - remove ldap'isms from the map structures | Nalin Dahyabhai | 2008-04-02 | 1 | -98/+45 |
| * | - start making it possible to add entries on the fly | Nalin Dahyabhai | 2008-04-02 | 1 | -0/+41 |
| * | - work out how to remove things from the data model | Nalin Dahyabhai | 2008-04-02 | 1 | -28/+116 |
| * | - some header cleanup | Nalin Dahyabhai | 2008-04-02 | 5 | -8/+4 |
| * | - add an explicit initialization step, and work out how to add/remove map | Nalin Dahyabhai | 2008-04-02 | 4 | -27/+276 |
| * | - add a very basic, slow, tree structure for searching | Nalin Dahyabhai | 2008-04-02 | 2 | -9/+127 |
| * | - finish getting the basic NIS server going again | Nalin Dahyabhai | 2008-04-01 | 9 | -95/+280 |
| * | - adjust a string | Nalin Dahyabhai | 2008-03-27 | 1 | -2/+2 |
| * | - hard-code a dummy map for testing | Nalin Dahyabhai | 2008-03-27 | 2 | -1/+193 |
| * | - start stubbing out a mapping implementation | Nalin Dahyabhai | 2008-03-27 | 2 | -0/+88 |
| * | separate the searching bits out from the nis protocol bits | Nalin Dahyabhai | 2008-03-27 | 3 | -19/+7 |
| * | separate the searching bits out from the nis protocol bits | Nalin Dahyabhai | 2008-03-27 | 5 | -421/+335 |
| * | more cleanup of client-handling code | Nalin Dahyabhai | 2008-03-27 | 1 | -14/+12 |
| * | more cleanup of client-handling code | Nalin Dahyabhai | 2008-03-27 | 5 | -197/+197 |
| * | try to clean this up a bit | Nalin Dahyabhai | 2008-03-27 | 6 | -170/+234 |
| * | add a clean tag already | Nalin Dahyabhai | 2008-03-12 | 1 | -0/+3 |
| * | poc level for ypmatch | Nalin Dahyabhai | 2007-11-29 | 1 | -14/+25 |