netatalk  4.6.0
Free and Open Source Apple Filing Protocol (AFP) Server
Loading...
Searching...
No Matches
afptest_uam.h
Go to the documentation of this file.
1#ifndef AFPTEST_UAM_H
2#define AFPTEST_UAM_H
3
4#include <stdint.h>
5
6typedef struct CONN CONN;
7
8/* `-A clrtxt` or `-A "Cleartxt Passwrd"` selects each runner's legacy login path. */
10
11unsigned int afptest_uam_login(CONN *conn, const char *vers,
12 const char *uam, const char *username,
13 const char *password);
14
15#endif
char * vers
Definition afparg.c:66
char * uam
Definition afparg.c:67
int afptest_uam_uses_legacy_login(const char *uam)
Definition afptest_uam.c:698
unsigned int afptest_uam_login(CONN *conn, const char *vers, const char *uam, const char *username, const char *password)
Definition afptest_uam.c:704
Definition afpclient.h:176