Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - fixup Rob's example, and remember that here documents need escapes escaped | Nalin Dahyabhai | 2009-04-30 | 9 | -0/+562 | |
| | ||||||
* | - add expected output for Rob's case | Nalin Dahyabhai | 2009-04-30 | 1 | -0/+12 | |
| | ||||||
* | - a test built out of Rob's netgroups from bug #498432 | Nalin Dahyabhai | 2009-04-30 | 8 | -0/+552 | |
| | ||||||
* | - add config files from IPA so that we can test using entries that | Nalin Dahyabhai | 2009-04-30 | 6 | -0/+542 | |
| | | | | conform to its schema | |||||
* | - refresh the schema we use that are part of the directory server | Nalin Dahyabhai | 2009-04-30 | 3 | -10/+14 | |
| | ||||||
* | - fix the test for putting schema in the right placeslapi-nis-0.12 | Nalin Dahyabhai | 2009-04-30 | 1 | -1/+1 | |
| | ||||||
* | - handle builddir != srcdir | Nalin Dahyabhai | 2009-04-30 | 3 | -7/+11 | |
| | ||||||
* | - handle includedir!=parent-of-parent-of-directory-with-yp.x | Nalin Dahyabhai | 2009-04-30 | 1 | -1/+1 | |
| | ||||||
* | - finish the "here" document that's being used as LDIF; newer bash | Nalin Dahyabhai | 2009-04-30 | 2 | -0/+2 | |
| | | | | complains about us doing it wrong | |||||
* | - update dse.ldif so that it won't make 1.2.0 complain | Nalin Dahyabhai | 2009-04-30 | 2 | -2/+2 | |
| | | | | | - add a default nsslapd-rundir setting - remove the default nsslapd-ldapiautodnsuffix setting | |||||
* | - handle cases where our RPC library doesn't support v6 clients so well | Nalin Dahyabhai | 2009-02-12 | 1 | -9/+18 | |
| | ||||||
* | - learn about tirpc, offer a v6 option | Nalin Dahyabhai | 2009-02-11 | 2 | -8/+18 | |
| | ||||||
* | - referred netgroup members are working now | Nalin Dahyabhai | 2008-12-03 | 4 | -0/+4 | |
| | ||||||
* | - test detection of changes to attributes munged by other plugins | Nalin Dahyabhai | 2008-12-03 | 9 | -0/+526 | |
| | ||||||
* | - fix the userRoot, so that the group entries show up at all | Nalin Dahyabhai | 2008-12-03 | 3 | -3/+39 | |
| | ||||||
* | - check update catching for deref and referred | Nalin Dahyabhai | 2008-12-03 | 9 | -0/+302 | |
| | ||||||
* | - oh, duh. don't assume the schema module is built where i happen to | Nalin Dahyabhai | 2008-11-07 | 1 | -1/+1 | |
| | | | | have it on that one box | |||||
* | - clear some memory before using it | Nalin Dahyabhai | 2008-11-04 | 1 | -0/+2 | |
| | ||||||
* | - drop the default limit on the number of descriptors, to avoid error | Nalin Dahyabhai | 2008-11-04 | 1 | -1/+1 | |
| | | | | | messages in cases where a debugging tool has reserved some, so the limit is more than the current limit | |||||
* | - add a description for that test | Nalin Dahyabhai | 2008-11-04 | 1 | -0/+1 | |
| | ||||||
* | - add a "link" function | Nalin Dahyabhai | 2008-11-04 | 8 | -0/+326 | |
| | ||||||
* | - remove unnecessary searches with scope=base and scope=one | Nalin Dahyabhai | 2008-11-04 | 6 | -80/+103 | |
| | | | | - add a check to be sure we catch users or hosts being added to member groups | |||||
* | - stop deref_r() and referred_r() stop returning empty strings when they | Nalin Dahyabhai | 2008-11-04 | 5 | -0/+364 | |
| | | | | | find nothing -- that was throwing things off - add a combined check for collect, ifeq, and deref_r | |||||
* | - add a %collect function, for concatenating lists of values into single | Nalin Dahyabhai | 2008-11-03 | 5 | -0/+74 | |
| | | | | lists, but without flattening them as %merge does | |||||
* | - also don't forget to ensure that single values don't break | Nalin Dahyabhai | 2008-11-03 | 2 | -2/+0 | |
| | ||||||
* | - exercise %ifeq returning lists | Nalin Dahyabhai | 2008-11-03 | 3 | -1/+5 | |
| | ||||||
* | - change %ifelse to %ifeq, because we won't have to worry about how to | Nalin Dahyabhai | 2008-11-03 | 3 | -5/+5 | |
| | | | | | compare the evaluated expression if we need to compare it using a single attribute name | |||||
* | - test the %ifelse function | Nalin Dahyabhai | 2008-10-24 | 5 | -0/+72 | |
| | ||||||
* | - replace one nested group test with another | Nalin Dahyabhai | 2008-10-24 | 13 | -14/+16 | |
| | ||||||
* | - add a straight-up test for nested group resolution | Nalin Dahyabhai | 2008-10-24 | 9 | -0/+114 | |
| | ||||||
* | - move config.h into src/ | Nalin Dahyabhai | 2008-10-24 | 2 | -2/+2 | |
| | ||||||
* | - rename formatting functions: | Nalin Dahyabhai | 2008-10-24 | 10 | -1/+115 | |
| | | | | | | derefx -> deref_r referredx -> referred_r - add a simple test for referred_r | |||||
* | - search for predecessors using the right attribute/bases | Nalin Dahyabhai | 2008-09-09 | 9 | -0/+74 | |
| | | | | | - handle nesting when searching for backreferences - actually update backreferences when we chase them the new way | |||||
* | - correct a typo | Nalin Dahyabhai | 2008-09-08 | 1 | -1/+1 | |
| | ||||||
* | - make %first sort the values it's given and return the first in sort order, | Nalin Dahyabhai | 2008-07-31 | 1 | -2/+2 | |
| | | | | not returned-by-the-directory order, which isn't really guaranteed | |||||
* | - add some tests to make sure we re-use values when there are more keys than | Nalin Dahyabhai | 2008-07-31 | 5 | -0/+67 | |
| | | | | values | |||||
* | - add a check to ensure that we don't go nuts when we have more values than keys | Nalin Dahyabhai | 2008-07-31 | 4 | -0/+36 | |
| | ||||||
* | - just the first line -- allow a longer description in the file | Nalin Dahyabhai | 2008-07-31 | 1 | -1/+1 | |
| | ||||||
* | - add a test to ensure that the way grouping works doesn't change out from | Nalin Dahyabhai | 2008-07-31 | 5 | -0/+73 | |
| | | | | under us | |||||
* | - add a test for multi-key/multi-value formatting, exercising the services map | Nalin Dahyabhai | 2008-07-30 | 5 | -0/+91 | |
| | ||||||
* | - create a container for service entries | Nalin Dahyabhai | 2008-07-30 | 1 | -0/+4 | |
| | ||||||
* | - 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 | |||||
* | - normalize RDNs and DNs used to name sets and groups | Nalin Dahyabhai | 2008-07-11 | 1 | -9/+9 | |
| | ||||||
* | - 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 |