/usr/include/afpfs-ng/uams_def.h is in libafpclient-dev 0.8.1-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | #ifndef __UAM_DEFS_H_
#define __UAM_DEFS_H_
#define UAM_NOUSERAUTHENT 0x1
#define UAM_CLEARTXTPASSWRD 0x2
#define UAM_RANDNUMEXCHANGE 0x4
#define UAM_2WAYRANDNUM 0x8
#define UAM_DHCAST128 0x10
#define UAM_CLIENTKRB 0x20
#define UAM_DHX2 0x40
#define UAM_RECON1 0x80
int uam_string_to_bitmap(char * name);
char * uam_bitmap_to_string(unsigned int bitmap);
#endif
|