summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* - learn to iterate over mapsNalin Dahyabhai2008-05-094-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 forgetNalin Dahyabhai2008-05-091-1/+1
|
* - add foreach for entries to the mapNalin Dahyabhai2008-05-093-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 definitionsNalin Dahyabhai2008-04-233-3/+19
|
* - add initial callbacks for monitoring data changes, which for simplicity'sNalin Dahyabhai2008-04-223-3/+79
| | | | sake means we're a postoperation plugin now
* - provide a way for the backend to register callbacks with the directoryNalin Dahyabhai2008-04-228-17/+38
| | | | | - switch to using the plugin's entry for locating maps in preference to the hard-coded location
* - when we change defaults, rebuildNalin Dahyabhai2008-04-181-1/+1
|
* - log the right filter stringNalin Dahyabhai2008-04-181-1/+2
| | | | - terminate the filter string properly
* 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
| | | | - fetch and set up the plugin identity earlier
* - 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
| | | | - expose a simple way to manipulate map contents
* - 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
| | | | - always build a dummy plugin
* - add an explicit initialization step, and work out how to add/remove mapNalin Dahyabhai2008-04-024-27/+276
| | | | configuration at an API level
* - 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
|
* - some ldap-for-nis work, finallyNalin Dahyabhai2007-11-291-95/+97
|
* - move some of the plugin internal-search stuff aroundNalin Dahyabhai2007-11-292-85/+85
|
* - make yp_next() stop.... eventuallyNalin Dahyabhai2007-11-291-15/+28
|
* - use xdr_string() correctlyNalin Dahyabhai2007-11-292-202/+378
|
* begun breaking up the big worker functionNalin Dahyabhai2007-11-291-53/+90
|
* - split up some moreNalin Dahyabhai2007-11-296-450/+464
|
* properly compile stream.c's routineNalin Dahyabhai2007-11-211-0/+25
|
* clear up the fragment/record messNalin Dahyabhai2007-11-211-15/+27
|
* - use the new source fileNalin Dahyabhai2007-11-212-2/+2
|
* - start working on separating out stream clients and dgram clientsNalin Dahyabhai2007-11-213-1/+138
|
* - bind to privileged ports using bindresvport() and not a hard-coded valueNalin Dahyabhai2007-11-213-51/+123
| | | | - get portmapper registration/deregistration working