Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - add a brief note about using nis-values-format | Nalin Dahyabhai | 2008-07-30 | 1 | -5/+11 | |
| | ||||||
* | backend_free_gathered_data() | Nalin Dahyabhai | 2008-07-30 | 1 | -5/+13 | |
| | | | | | | | | | - double-check that arrays aren't NULL before indexing then backend_gather_data() - in the event of a parsing error, actually return zero as the length of the arrays we'd be populating - correctly NULL terminate the list of results we hand back | |||||
* | - remove a race when the main slapd thread closes down our listeners before | Nalin Dahyabhai | 2008-07-30 | 1 | -19/+20 | |
| | | | | | we get back from the poll(), by checking the pipe first and breaking out immediately if we were told to shut down | |||||
* | - handle values-format, a la keys-format | Nalin Dahyabhai | 2008-07-30 | 1 | -180/+304 | |
| | | | | | - factor out code which retrieves key and keys lists so that it can be reused to pull up value data, too | |||||
* | - handle the changed map interfaces | Nalin Dahyabhai | 2008-07-30 | 1 | -3/+7 | |
| | ||||||
* | - learn to track multiple values for each entry | Nalin Dahyabhai | 2008-07-30 | 2 | -128/+167 | |
| | ||||||
* | - add tracking of default values-format settings | Nalin Dahyabhai | 2008-07-30 | 2 | -30/+46 | |
| | ||||||
* | - add an attribute for values-format | Nalin Dahyabhai | 2008-07-30 | 1 | -0/+3 | |
| | ||||||
* | - add a couple of todo items from a conversation with rcritten | Nalin Dahyabhai | 2008-07-24 | 1 | -0/+5 | |
| | ||||||
* | - oh right, shorten up that summary | Nalin Dahyabhai | 2008-07-23 | 1 | -1/+1 | |
| | ||||||
* | - make rpmlint happy by adding a more-or-less meaningless changelog entry | Nalin Dahyabhai | 2008-07-23 | 1 | -0/+3 | |
| | | | | RPMLINT, WILL YOU LOVE ME NOW | |||||
* | - add a wrapper for the slapi_search_internal_get_entry() function | Nalin Dahyabhai | 2008-07-22 | 5 | -11/+53 | |
| | ||||||
* | - don't test for ns-slapd unless we've been told to build for it | Nalin Dahyabhai | 2008-07-22 | 1 | -2/+4 | |
| | ||||||
* | - add a todo item: make %first() sort before selecting the first list item | Nalin Dahyabhai | 2008-07-22 | 1 | -0/+3 | |
| | ||||||
* | - add a note as to why it doesn't run check by default | Nalin Dahyabhai | 2008-07-21 | 1 | -0/+1 | |
| | ||||||
* | - update summary | Nalin Dahyabhai | 2008-07-21 | 1 | -2/+1 | |
| | ||||||
* | - fix URLs | Nalin Dahyabhai | 2008-07-21 | 1 | -2/+2 | |
| | ||||||
* | - provide the more-useful netid exampleslapi-nis-0.6 | Nalin Dahyabhai | 2008-07-21 | 1 | -16/+2 | |
| | ||||||
* | - don't be so zealous about freeing the matches buffer | Nalin Dahyabhai | 2008-07-21 | 1 | -1/+2 | |
| | ||||||
* | - tag 0.6 | Nalin Dahyabhai | 2008-07-21 | 2 | -2/+2 | |
| | ||||||
* | - tweak some defaults | Nalin Dahyabhai | 2008-07-15 | 1 | -19/+26 | |
| | ||||||
* | - we normalize group and set DNs now, so expect to see them that way in search | Nalin Dahyabhai | 2008-07-15 | 24 | -53/+53 | |
| | | | | results | |||||
* | - fix that comment | Nalin Dahyabhai | 2008-07-15 | 1 | -1/+1 | |
| | ||||||
* | - first pass at creating an entry list | Nalin Dahyabhai | 2008-07-15 | 1 | -0/+65 | |
| | ||||||
* | - reorganize the source, just a bit | Nalin Dahyabhai | 2008-07-15 | 1 | -16/+29 | |
| | ||||||
* | - update todo listslapi-nis-0.5 | Nalin Dahyabhai | 2008-07-15 | 3 | -2/+4 | |
| | | | | - tag 0.5 | |||||
* | - use an internal function to send search results back in the expected manner | Nalin Dahyabhai | 2008-07-15 | 1 | -5/+20 | |
| | ||||||
* | - stop double-freeing the arguments list in %first() | Nalin Dahyabhai | 2008-07-15 | 1 | -2/+0 | |
| | ||||||
* | - remove unused arguments | Nalin Dahyabhai | 2008-07-14 | 1 | -2/+1 | |
| | ||||||
* | - make %first() take a pattern and not a literal | Nalin Dahyabhai | 2008-07-14 | 4 | -36/+56 | |
| | ||||||
* | - always return 0 from our search callback so that the backend will actually | Nalin Dahyabhai | 2008-07-14 | 1 | -2/+23 | |
| | | | | go on and send the result | |||||
* | - 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 | 3 | -20/+27 | |
| | ||||||
* | - move the lock back | Nalin Dahyabhai | 2008-07-11 | 1 | -86/+17 | |
| | | | | - go back to exhaustive searching for now | |||||
* | - don't release the lock while we might still be using the "matched" value | Nalin Dahyabhai | 2008-07-11 | 1 | -2/+2 | |
| | ||||||
* | - make sure the right thing happens when we search with various scopes from | Nalin Dahyabhai | 2008-07-11 | 4 | -0/+186 | |
| | | | | both within and outside of our synthetic space | |||||
* | - fix that, i think | Nalin Dahyabhai | 2008-07-11 | 1 | -1/+1 | |
| | ||||||
* | - optionally take a file name as the lone argument | Nalin Dahyabhai | 2008-07-11 | 1 | -2/+4 | |
| | ||||||
* | - verify that even with more than just the attribute in the format specifier, | Nalin Dahyabhai | 2008-07-11 | 8 | -0/+55 | |
| | | | | | we still get the number of answers right (particularly 1 vs. 0 when there's no value for the referenced attribute) | |||||
* | - when a previously-not-present attribute is reference, have all of its values | Nalin Dahyabhai | 2008-07-11 | 8 | -0/+55 | |
| | | | | show up when it gets values for them | |||||
* | - check that when we reference a non-existent attribute, it doesn't show up | Nalin Dahyabhai | 2008-07-11 | 13 | -2/+176 | |
| | | | | - check that when we add a previously-not-present attribute, it shows up | |||||
* | - check that modrdn-keep-old-rdn makes entries disappear because we don't ↵ | Nalin Dahyabhai | 2008-07-11 | 14 | -0/+65 | |
| | | | | | | like that - check that we're okay with modrdn-replace-rdn | |||||
* | - tag 0.4slapi-nis-0.4 | Nalin Dahyabhai | 2008-07-10 | 2 | -2/+2 | |
| | ||||||
* | - oops, handle the "failed to generate a valid RDN" case | Nalin Dahyabhai | 2008-07-10 | 1 | -0/+8 | |
| | ||||||
* | - fix that descriptionslapi-nis-0.3 | Nalin Dahyabhai | 2008-07-10 | 3 | -4/+4 | |
| | | | | - call this 0.3 | |||||
* | - don't include jpegPhoto by default -- compat clients are probably not going | Nalin Dahyabhai | 2008-07-10 | 1 | -1/+0 | |
| | | | | to care, and it takes up space | |||||
* | notice when an "interesting" entry is removed | Nalin Dahyabhai | 2008-07-10 | 7 | -0/+32 | |
| | ||||||
* | - notice when an interesting entry has been added | Nalin Dahyabhai | 2008-07-10 | 7 | -0/+46 | |
| | ||||||
* | - check that replacing the filter works | Nalin Dahyabhai | 2008-07-10 | 8 | -0/+40 | |
| | ||||||
* | - check that the right thing happens if we add both an alternate set and ↵ | Nalin Dahyabhai | 2008-07-10 | 8 | -0/+58 | |
| | | | | group name |