| Commit message (Expand) | Author | Age | Files | Lines |
* | - get more verbose with logging | Nalin Dahyabhai | 2011-07-26 | 1 | -1/+11 |
* | - don't assume that libc will provide yp headers -- build them ourselves | Nalin Dahyabhai | 2011-05-13 | 1 | -2/+2 |
* | speed up building compat entries with attributes with thousands of literal va...slapi-nis-0.23 | Nalin Dahyabhai | 2011-03-31 | 1 | -27/+55 |
* | - clean up the no-entries warning for the NULL set | Nalin Dahyabhai | 2011-02-09 | 1 | -1/+1 |
* | - for containers which are also the groups, don't return the container | Nalin Dahyabhai | 2010-11-23 | 1 | -3/+5 |
* | - fix a brown-paper-bag crash in the schema-compat pluginslapi-nis-0.19 | Nalin Dahyabhai | 2010-11-22 | 1 | -1/+1 |
* | - handle a group with no explicitly-named container by treating the | Nalin Dahyabhai | 2010-11-22 | 1 | -18/+54 |
* | Check that the search base is serviced by a real backend before we'll attempt... | Nalin Dahyabhai | 2010-11-22 | 1 | -0/+9 |
* | - return unwilling-to-perform instead of insufficient-access in response | Nalin Dahyabhai | 2010-08-02 | 1 | -2/+2 |
* | - revert to registering plugins at init-time, which is what the docs | Nalin Dahyabhai | 2009-05-06 | 1 | -0/+13 |
* | - merge discovered values rather than straight-out adding them, so that | Nalin Dahyabhai | 2008-12-08 | 1 | -8/+9 |
* | - don't use a DN as the right-side of a search filter, since the | Nalin Dahyabhai | 2008-12-03 | 1 | -30/+82 |
* | - give callback registration the ability to return errors | Nalin Dahyabhai | 2008-12-03 | 1 | -3/+19 |
* | - use a counter to make sure we don't recurse inside the same thread, | Nalin Dahyabhai | 2008-12-02 | 1 | -18/+22 |
* | - abortive work at rejecting all internal-originating searches outright | Nalin Dahyabhai | 2008-11-21 | 1 | -1/+11 |
* | - avoid getting read locks when we know we already have them | Nalin Dahyabhai | 2008-11-18 | 1 | -6/+0 |
* | - merge backend_check_scope() with its only caller, backend_check_scope_pb() | Nalin Dahyabhai | 2008-11-18 | 1 | -14/+3 |
* | - clear some memory before using it | Nalin Dahyabhai | 2008-11-04 | 1 | -0/+1 |
* | - move config.h into src/ | Nalin Dahyabhai | 2008-10-24 | 1 | -1/+1 |
* | - don't forget to correctly populate the ref_attr_list | Nalin Dahyabhai | 2008-10-24 | 1 | -0/+3 |
* | - add another list of attributes and parents, for use in chasing and | Nalin Dahyabhai | 2008-09-10 | 1 | -3/+7 |
* | - wire the format_ref_attr_list structure into the two plugins | Nalin Dahyabhai | 2008-09-08 | 1 | -0/+7 |
* | - get particular about spelling | Nalin Dahyabhai | 2008-09-04 | 1 | -2/+2 |
* | - add operational attributes to synthetic group and set entries, too | Nalin Dahyabhai | 2008-09-04 | 1 | -22/+52 |
* | - populate the operational attributes when we synthesize an entry | Nalin Dahyabhai | 2008-09-04 | 1 | -0/+21 |
* | - make some used-only-locally functions static | Nalin Dahyabhai | 2008-07-31 | 1 | -0/+22 |
* | - remove unused variables | Nalin Dahyabhai | 2008-07-31 | 1 | -1/+0 |
* | - handle the changed map interfaces | Nalin Dahyabhai | 2008-07-30 | 1 | -3/+7 |
* | - use an internal function to send search results back in the expected manner | Nalin Dahyabhai | 2008-07-15 | 1 | -5/+20 |
* | - always return 0 from our search callback so that the backend will actually | Nalin Dahyabhai | 2008-07-14 | 1 | -2/+23 |
* | - fix scoping and matchedDN calculations, except for the result code | Nalin Dahyabhai | 2008-07-14 | 1 | -11/+109 |
* | - normalize RDNs and DNs used to name sets and groups | Nalin Dahyabhai | 2008-07-11 | 1 | -6/+6 |
* | - move the lock back | Nalin Dahyabhai | 2008-07-11 | 1 | -86/+17 |
* | - don't release the lock while we might still be using the "matched" value | Nalin Dahyabhai | 2008-07-11 | 1 | -2/+2 |
* | - oops, handle the "failed to generate a valid RDN" case | Nalin Dahyabhai | 2008-07-10 | 1 | -0/+8 |
* | - add a helper for checking if we've been called by ourselves | Nalin Dahyabhai | 2008-07-10 | 1 | -0/+8 |
* | - slight reordering of operations | Nalin Dahyabhai | 2008-07-10 | 1 | -4/+4 |
* | - LDAP_SCOPE_ONE->LDAP_SCOPE_ONELEVEL | Nalin Dahyabhai | 2008-07-09 | 1 | -6/+8 |
* | - remove unused variables | Nalin Dahyabhai | 2008-07-09 | 1 | -11/+2 |
* | - don't leak the filter | Nalin Dahyabhai | 2008-07-07 | 1 | -3/+8 |
* | - associative property ftw | Nalin Dahyabhai | 2008-07-07 | 1 | -2/+2 |
* | - skip zero-length values | Nalin Dahyabhai | 2008-07-07 | 1 | -3/+21 |
* | - don't skip values just because they might be empty | Nalin Dahyabhai | 2008-07-03 | 1 | -1/+1 |
* | - fix copy/paste errors in reading of configuration data | Nalin Dahyabhai | 2008-07-03 | 1 | -1/+1 |
* | - update for new length-setting formatting API | Nalin Dahyabhai | 2008-07-03 | 1 | -222/+48 |
* | - factor out checking if an entry is one of ours | Nalin Dahyabhai | 2008-07-03 | 1 | -50/+128 |
* | - function rename: set_entry_one -> set_entry | Nalin Dahyabhai | 2008-07-03 | 1 | -1/+1 |
* | - also track the DN of the originating entry | Nalin Dahyabhai | 2008-07-03 | 1 | -9/+86 |
* | - start blocking writes to our groups | Nalin Dahyabhai | 2008-07-02 | 1 | -4/+68 |
* | - add rdn values to group and set entries | Nalin Dahyabhai | 2008-07-02 | 1 | -7/+26 |