| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| | * | - cross-entry updates more or less work now, with a little help | Nalin Dahyabhai | 2008-06-04 | 1 | -1/+0 |
| | * | - add 'inetUser' to ipa users, so that they can get memberOf values | Nalin Dahyabhai | 2008-06-04 | 1 | -0/+1 |
| | * | - add a "referred" function | Nalin Dahyabhai | 2008-06-04 | 2 | -14/+195 |
| | * | - use "referred" to pick up more members of groups | Nalin Dahyabhai | 2008-06-04 | 1 | -2/+2 |
| | * | - add a function for reading the set of search bases and filter for a map | Nalin Dahyabhai | 2008-06-04 | 2 | -2/+43 |
| | * | - update the doc to make at least passing mention of the "referred" setting | Nalin Dahyabhai | 2008-06-04 | 1 | -7/+9 |
| | * | - fix things so that when an entry in a map is updated, entries named by the | Nalin Dahyabhai | 2008-06-04 | 3 | -14/+46 |
| | * | - track attributes which entries in a map use to refer to other entries | Nalin Dahyabhai | 2008-06-04 | 1 | -233/+213 |
| | * | - fix a warning, don't return a pointer from a function which returns integers | Nalin Dahyabhai | 2008-06-04 | 1 | -1/+1 |
| | * | - update referred-to items (via "memberOf") for passwd entries | Nalin Dahyabhai | 2008-06-04 | 2 | -8/+23 |
| | * | - add a function to check if there's an entry for a given ID in a given map | Nalin Dahyabhai | 2008-06-04 | 2 | -0/+16 |
| | * | - first cut at a reasonable NIS-to-LDIF script | Nalin Dahyabhai | 2008-06-04 | 1 | -0/+382 |
| | * | - handle groupOfNames/member, too | Nalin Dahyabhai | 2008-06-04 | 1 | -2/+2 |
| * | | - move plugin.ldif example to 'docs' subdirectory | Nalin Dahyabhai | 2008-06-11 | 2 | -1/+1 |
| * | | - example of how to start indexing memberOf | Nalin Dahyabhai | 2008-06-11 | 1 | -0/+7 |
| |/ |
|
| * | - uncomment things in the design doc that have been done | Nalin Dahyabhai | 2008-06-03 | 4 | -38/+59 |
| * | - it ended up being regsub(), but it works | Nalin Dahyabhai | 2008-06-03 | 1 | -3/+0 |
| * | - use %regsub() instead of %regmatch(), so that we can strip out the initial ... | Nalin Dahyabhai | 2008-06-03 | 1 | -4/+4 |
| * | - fix %regmatch() to use extended regular expressions | Nalin Dahyabhai | 2008-06-03 | 1 | -31/+160 |
| * | - whoops, forgot to update this | Nalin Dahyabhai | 2008-06-03 | 1 | -6/+0 |
| * | - implement tcp_wrappers support | Nalin Dahyabhai | 2008-06-03 | 3 | -0/+64 |
| * | - set up defaults for automount maps | Nalin Dahyabhai | 2008-06-03 | 1 | -9/+27 |
| * | - add a pair of principalName<->uid tables, for example | Nalin Dahyabhai | 2008-06-03 | 1 | -4/+24 |
| * | - handle map updates correctly now | Nalin Dahyabhai | 2008-06-03 | 1 | -13/+65 |
| * | - link with libwrap if needed | Nalin Dahyabhai | 2008-06-03 | 2 | -1/+22 |
| * | - fix typo | Nalin Dahyabhai | 2008-06-03 | 1 | -1/+1 |
| * | - fix the example entries | Nalin Dahyabhai | 2008-06-03 | 1 | -4/+0 |
| * | - fix a typo | Nalin Dahyabhai | 2008-06-02 | 1 | -1/+1 |
| * | oops, forgot we need to generate build machinery | Nalin Dahyabhai | 2008-06-02 | 1 | -0/+1 |
| * | - fix a spelling error, remove some logs which are more verbose than we need | Nalin Dahyabhai | 2008-06-02 | 1 | -1/+3 |
| * | - simplify variable expansion just a bit | Nalin Dahyabhai | 2008-06-02 | 1 | -70/+43 |
| * | - provide a more useful error when a reply is too large for a dgram, so that | Nalin Dahyabhai | 2008-06-02 | 1 | -0/+14 |
| * | - fix "merge" so that it properly reports need-to-use-bigger-buffer errors | Nalin Dahyabhai | 2008-06-02 | 1 | -77/+118 |
| * | - handle dynamic map reconfiguration (not being very clever about it) | Nalin Dahyabhai | 2008-06-02 | 2 | -18/+45 |
| * | - use error codes to report better | Nalin Dahyabhai | 2008-06-02 | 1 | -67/+82 |
| * | - handle the map-with-no-entry case right in nis_all | Nalin Dahyabhai | 2008-06-02 | 1 | -4/+33 |
| * | - factor out reading configuration for a map, for later | Nalin Dahyabhai | 2008-06-02 | 1 | -73/+94 |
| * | - namespace the configuration options we recognize | Nalin Dahyabhai | 2008-06-02 | 1 | -5/+21 |
| * | - don't try to allocate buffers (which can be pretty large now) off the stack | Nalin Dahyabhai | 2008-06-02 | 1 | -22/+48 |
| * | - initial support for returning larger entries over tcp than we can over udp | Nalin Dahyabhai | 2008-06-02 | 9 | -93/+250 |
| * | - start laying some groundwork for reconfiguring maps dynamically | Nalin Dahyabhai | 2008-05-30 | 2 | -11/+106 |
| * | - take a write-lock when we're initially populating (at startup) or updating | Nalin Dahyabhai | 2008-05-30 | 2 | -3/+12 |
| * | - add read-locking when we read from the map cache | Nalin Dahyabhai | 2008-05-30 | 1 | -0/+16 |
| * | - sort out the threading start/stop functions, and add rwlock functions | Nalin Dahyabhai | 2008-05-30 | 8 | -96/+66 |
| * | - don't return NOKEY when there's no MAP, or vice-versa | Nalin Dahyabhai | 2008-05-30 | 1 | -1/+6 |
| * | - sort out threading startup/shutdown and rwlocking for both NSPR and pthreads | Nalin Dahyabhai | 2008-05-30 | 2 | -0/+275 |
| * | - note the securenets situation before i forget again | Nalin Dahyabhai | 2008-05-30 | 1 | -1/+1 |
| * | - make functions that take separators for constructing lists take them first | Nalin Dahyabhai | 2008-05-30 | 2 | -14/+25 |
| * | - shrink that, too | Nalin Dahyabhai | 2008-05-30 | 1 | -1/+1 |
| * | - actually, since that makes it "chunky", shrink it | Nalin Dahyabhai | 2008-05-30 | 1 | -1/+1 |