Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - learn to iterate over maps | Nalin Dahyabhai | 2008-05-09 | 4 | -68/+268 | |
| | | | | | | | | - rename visited lists to related lists - handle NULL related ID lists - fix map semantics so that it won't try to take ownership of key/value data - set up map backend data - start doing proper adds/removes in post-op callbacks | |||||
* | - add a note about securenets so that i don't forget | Nalin Dahyabhai | 2008-05-09 | 1 | -1/+1 | |
| | ||||||
* | - add foreach for entries to the map | Nalin Dahyabhai | 2008-05-09 | 3 | -16/+151 | |
| | | | | | - add visited ID list as an additional argument when setting entries - actually make a copy of the visited and unique ID when setting entries | |||||
* | - add some callback data to map definitions | Nalin Dahyabhai | 2008-04-23 | 3 | -3/+19 | |
| | ||||||
* | - add initial callbacks for monitoring data changes, which for simplicity's | Nalin Dahyabhai | 2008-04-22 | 3 | -3/+79 | |
| | | | | sake means we're a postoperation plugin now | |||||
* | - provide a way for the backend to register callbacks with the directory | Nalin Dahyabhai | 2008-04-22 | 8 | -17/+38 | |
| | | | | | - switch to using the plugin's entry for locating maps in preference to the hard-coded location | |||||
* | - 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 | |
| | | | | - terminate the filter string properly | |||||
* | 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 | |
| | | | | - fetch and set up the plugin identity earlier | |||||
* | - 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 | |
| | | | | - expose a simple way to manipulate map contents | |||||
* | - 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 | |
| | | | | - always build a dummy plugin | |||||
* | - add an explicit initialization step, and work out how to add/remove map | Nalin Dahyabhai | 2008-04-02 | 4 | -27/+276 | |
| | | | | configuration at an API level | |||||
* | - 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 | |
| | ||||||
* | - some ldap-for-nis work, finally | Nalin Dahyabhai | 2007-11-29 | 1 | -95/+97 | |
| | ||||||
* | - move some of the plugin internal-search stuff around | Nalin Dahyabhai | 2007-11-29 | 2 | -85/+85 | |
| | ||||||
* | - make yp_next() stop.... eventually | Nalin Dahyabhai | 2007-11-29 | 1 | -15/+28 | |
| | ||||||
* | - use xdr_string() correctly | Nalin Dahyabhai | 2007-11-29 | 2 | -202/+378 | |
| | ||||||
* | begun breaking up the big worker function | Nalin Dahyabhai | 2007-11-29 | 1 | -53/+90 | |
| | ||||||
* | - split up some more | Nalin Dahyabhai | 2007-11-29 | 6 | -450/+464 | |
| | ||||||
* | properly compile stream.c's routine | Nalin Dahyabhai | 2007-11-21 | 1 | -0/+25 | |
| | ||||||
* | clear up the fragment/record mess | Nalin Dahyabhai | 2007-11-21 | 1 | -15/+27 | |
| | ||||||
* | - use the new source file | Nalin Dahyabhai | 2007-11-21 | 2 | -2/+2 | |
| | ||||||
* | - start working on separating out stream clients and dgram clients | Nalin Dahyabhai | 2007-11-21 | 3 | -1/+138 | |
| | ||||||
* | - bind to privileged ports using bindresvport() and not a hard-coded value | Nalin Dahyabhai | 2007-11-21 | 3 | -51/+123 | |
| | | | | - get portmapper registration/deregistration working |