summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* - make sure the right thing happens when we search with various scopes fromNalin Dahyabhai2008-07-114-0/+186
| | | | both within and outside of our synthetic space
* - fix that, i thinkNalin Dahyabhai2008-07-111-1/+1
|
* - optionally take a file name as the lone argumentNalin Dahyabhai2008-07-111-2/+4
|
* - verify that even with more than just the attribute in the format specifier,Nalin Dahyabhai2008-07-118-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 valuesNalin Dahyabhai2008-07-118-0/+55
| | | | show up when it gets values for them
* - check that when we reference a non-existent attribute, it doesn't show upNalin Dahyabhai2008-07-1113-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 Dahyabhai2008-07-1114-0/+65
| | | | | | like that - check that we're okay with modrdn-replace-rdn
* - fix that descriptionslapi-nis-0.3Nalin Dahyabhai2008-07-101-1/+1
| | | | - call this 0.3
* notice when an "interesting" entry is removedNalin Dahyabhai2008-07-107-0/+32
|
* - notice when an interesting entry has been addedNalin Dahyabhai2008-07-107-0/+46
|
* - check that replacing the filter worksNalin Dahyabhai2008-07-108-0/+40
|
* - check that the right thing happens if we add both an alternate set and ↵Nalin Dahyabhai2008-07-108-0/+58
| | | | group name
* - check that when we add a second set name, the right thing happensNalin Dahyabhai2008-07-108-0/+42
|
* - run sort in the C locale to get consistent resultsNalin Dahyabhai2008-07-106-6/+6
|
* - check that modrdn can't change the set configurationNalin Dahyabhai2008-07-108-0/+31
|
* - keep the nomenclature consistentNalin Dahyabhai2008-07-101-1/+1
|
* - test that when we remove a set, the data "disappears"Nalin Dahyabhai2008-07-108-0/+24
|
* - whoops, keep the nomenclature consistentNalin Dahyabhai2008-07-107-0/+0
|
* - only run tests for the components we buildNalin Dahyabhai2008-07-101-1/+7
|
* - add a descriptionNalin Dahyabhai2008-07-101-0/+1
|
* - add a test that when we add a container, we can see the contentsNalin Dahyabhai2008-07-106-0/+26
|
* - read: return a -1 on end-of-fileNalin Dahyabhai2008-07-101-1/+7
|
* - add test for securenets but not allowing localhostNalin Dahyabhai2008-07-108-0/+58
|
* - add test for an allowed entry in securenetsNalin Dahyabhai2008-07-108-0/+58
|
* - verify that setting nis-secure: yes hides the map's contents and removes itNalin Dahyabhai2008-07-108-0/+54
| | | | from the yp_maplist reply set
* - add a "match" commandNalin Dahyabhai2008-07-101-0/+28
|
* - can't use nis_all over udp, silly!Nalin Dahyabhai2008-07-107-0/+33
|
* - actually fix our yp_all implementationNalin Dahyabhai2008-07-091-14/+89
|
* - clean up the diff output a bitNalin Dahyabhai2008-07-091-3/+13
|
* - give YP_FIRST/YP_NEXT a bit of a workoutNalin Dahyabhai2008-07-097-0/+42
|
* - give YP_MASTER/YP_ORDER a goNalin Dahyabhai2008-07-097-0/+178
|
* - test YP_DOMAIN and YP_MAPLISTNalin Dahyabhai2008-07-097-0/+68
|
* - allow specification of a server other than the local hostNalin Dahyabhai2008-07-091-8/+46
|
* - add packaging for the check dataslapi-nis-0.2Nalin Dahyabhai2008-07-091-1/+1
|
* - remove unused variablesNalin Dahyabhai2008-07-091-2/+0
|
* - check that multivalued attributes cause the expression to fail in a single-Nalin Dahyabhai2008-07-094-4/+3
| | | | value context, but produce a list in a list context
* - handle addition of a value to a multi-valued attribute used in the formatNalin Dahyabhai2008-07-099-0/+89
| | | | and in a multi-valued keys format
* - check that we handle a required attribute going missingNalin Dahyabhai2008-07-099-0/+82
|
* - detect addition of a value to an attribute which we require to be ↵Nalin Dahyabhai2008-07-099-0/+81
| | | | single-valued
* - update descriptionNalin Dahyabhai2008-07-091-1/+1
|
* - add a test for the case where a modrdn change adds a value to an attributeNalin Dahyabhai2008-07-099-0/+72
| | | | which we require to be single-valued
* - catch when an entry in a map is renamedNalin Dahyabhai2008-07-099-0/+74
|
* - add support for additional stuff to be added to userRoot, same as dseNalin Dahyabhai2008-07-092-2/+9
|
* - detect removal of an entry which used to show up in the mapNalin Dahyabhai2008-07-099-0/+72
|
* - detect when a new "interesting" entry has been addedNalin Dahyabhai2008-07-098-0/+75
|
* - try to set up the DIT for a longer period before giving upNalin Dahyabhai2008-07-081-2/+3
|
* - detect changes to the map's filterNalin Dahyabhai2008-07-0816-0/+168
|
* - detect when a search base is removed from a map configurationNalin Dahyabhai2008-07-088-0/+84
|
* - check that when we add a new search base to a map, it worksNalin Dahyabhai2008-07-088-0/+82
|
* - make the description a bit more accurateNalin Dahyabhai2008-07-081-1/+1
|