netatalk
4.6.0
Free and Open Source Apple Filing Protocol (AFP) Server
Toggle main menu visibility
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
6
typedef
struct
CONN
CONN
;
7
8
/* `-A clrtxt` or `-A "Cleartxt Passwrd"` selects each runner's legacy login path. */
9
int
afptest_uam_uses_legacy_login
(
const
char
*
uam
);
10
11
unsigned
int
afptest_uam_login
(
CONN
*conn,
const
char
*
vers
,
12
const
char
*
uam
,
const
char
*username,
13
const
char
*password);
14
15
#endif
vers
char * vers
Definition
afparg.c:66
uam
char * uam
Definition
afparg.c:67
afptest_uam_uses_legacy_login
int afptest_uam_uses_legacy_login(const char *uam)
Definition
afptest_uam.c:698
afptest_uam_login
unsigned int afptest_uam_login(CONN *conn, const char *vers, const char *uam, const char *username, const char *password)
Definition
afptest_uam.c:704
CONN
Definition
afpclient.h:176
test
testsuite
afptest_uam.h
Generated by
1.18.0