#include <stdio.h>
#include <sys/stat.h>
#include <atalk/afp.h>
#include <atalk/globals.h>
#include <atalk/logger.h>
#include <atalk/uam.h>
#include "auth.h"
#include "desktop.h"
#include "directory.h"
#include "file.h"
#include "filedir.h"
#include "fork.h"
#include "misc.h"
#include "status.h"
#include "switch.h"
Functions | |
static int | afp_null (AFPObj *obj _U_, char *ibuf, size_t ibuflen _U_, char *rbuf _U_, size_t *rbuflen) |
int | uam_afpserver_action (const int id, const int which, AFPCmd new_table, AFPCmd *old) |
Variables | |
static AFPCmd | preauth_switch [] |
AFPCmd * | afp_switch = preauth_switch |
AFPCmd | postauth_switch [] |
|
static |
AFPCmd* afp_switch = preauth_switch |
AFPCmd postauth_switch[] |
|
static |