#include <dlfcn.h>#include <getopt.h>#include "afpclient.h"#include "afpcmd.h"#include "afphelper.h"#include "testhelper.h"Data Structures | |
| struct | uam_test |
| struct | test_fn |
Macros | |
| #define | TEST4_MAX_CONNS 201 |
Functions | |
| STATIC void | connect_server (CONN *conn) |
| STATIC void | test1 (void) |
| STATIC void | test2 (void) |
| STATIC void | test3 (void) |
| STATIC void | test4 (void) |
| STATIC void | test5 (void) |
| STATIC void | test6 (void) |
| STATIC void | test7 (void) |
| STATIC void | test8 (void) |
| STATIC void | test9 (void) |
| static unsigned int | run_nua (CONN *conn, const char *pvers, const char *user, const char *pwd) |
| static unsigned int | run_cleartxt (CONN *conn, const char *pvers, const char *user, const char *pwd) |
| STATIC void | test10 (void) |
| static void | list_tests (void) |
| static void | run_one (char *name) |
| static void | run_all (void) |
| void | usage (char *av0) |
| int | main (int ac, char **av) |
Variables | |
| uint16_t | VolID |
| CONN * | Conn |
| CONN * | Conn2 |
| int | ExitCode = 0 |
| int | PassCount = 0 |
| int | FailCount = 0 |
| int | SkipCount = 0 |
| int | NotTestedCount = 0 |
| char | FailedTests [1024][256] = {{0}} |
| char | NotTestedTests [1024][256] = {{0}} |
| char | SkippedTests [1024][256] = {{0}} |
| DSI * | Dsi |
| char | Data [300000] = "" |
| char * | Server = "localhost" |
| char * | Server2 |
| int | Port = DSI_AFPOVERTCP_PORT |
| char * | Password = "" |
| char * | Vol = "" |
| char * | User |
| char * | User2 |
| char * | Path |
| int | Version = 34 |
| int | List = 0 |
| int | Mac = 0 |
| int | EmptyVol = 0 |
| char * | Test |
| static char * | vers = "AFP3.4" |
| static const struct uam_test | uam_matrix [] |
| static struct test_fn | Test_list [] |
| #define TEST4_MAX_CONNS 201 |
|
static |
| int main | ( | int | ac, |
| char ** | av ) |
|
static |
|
static |
|
static |
|
static |
| STATIC void test1 | ( | void | ) |
| STATIC void test10 | ( | void | ) |
| STATIC void test2 | ( | void | ) |
| STATIC void test3 | ( | void | ) |
| STATIC void test4 | ( | void | ) |
| STATIC void test5 | ( | void | ) |
| STATIC void test6 | ( | void | ) |
| STATIC void test7 | ( | void | ) |
| STATIC void test8 | ( | void | ) |
| STATIC void test9 | ( | void | ) |
| void usage | ( | char * | av0 | ) |
| CONN* Conn |
| CONN* Conn2 |
| char Data[300000] = "" |
| DSI* Dsi |
| int EmptyVol = 0 |
| int ExitCode = 0 |
| int FailCount = 0 |
| char FailedTests[1024][256] = {{0}} |
| int List = 0 |
| int Mac = 0 |
| int NotTestedCount = 0 |
| char NotTestedTests[1024][256] = {{0}} |
| int PassCount = 0 |
| char* Password = "" |
| char* Path |
| int Port = DSI_AFPOVERTCP_PORT |
| char* Server = "localhost" |
| char* Server2 |
| int SkipCount = 0 |
| char SkippedTests[1024][256] = {{0}} |
| char* Test |
|
static |
|
static |
| char* User |
| char* User2 |
|
static |
| int Version = 34 |
| char* Vol = "" |
| uint16_t VolID |