#include <arpa/inet.h>
#include <pwd.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/time.h>
#include <sys/types.h>
#include <time.h>
#include <unistd.h>
#include <atalk/afp.h>
#include <atalk/compat.h>
#include <atalk/logger.h>
#include <atalk/uam.h>
#include <atalk/util.h>
Macros | |
#define | PASSWDLEN 8 |
Functions | |
UAM_MODULE_EXPORT void | append (struct papfile *, const char *, int) |
static int | pwd_login (void *obj, char *username, int ulen, struct passwd **uam_pwd, char *ibuf, size_t ibuflen, char *rbuf _U_, size_t *rbuflen _U_) |
static int | passwd_login (void *obj, struct passwd **uam_pwd, char *ibuf, size_t ibuflen, char *rbuf, size_t *rbuflen) |
static int | passwd_login_ext (void *obj, char *uname, struct passwd **uam_pwd, char *ibuf, size_t ibuflen, char *rbuf, size_t *rbuflen) |
static int | passwd_printer (char *start, char *stop, char *username, struct papfile *out) |
static int | uam_setup (void *obj, const char *path) |
static void | uam_cleanup (void) |
Variables | |
UAM_MODULE_EXPORT struct uam_export | uams_clrtxt |
UAM_MODULE_EXPORT struct uam_export | uams_passwd |
#define PASSWDLEN 8 |
|
extern |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
UAM_MODULE_EXPORT struct uam_export uams_clrtxt |
UAM_MODULE_EXPORT struct uam_export uams_passwd |