Postfix3.3.1
|
#include <sys_defs.h>
#include <unistd.h>
#include <string.h>
#include <errno.h>
#include <mymalloc.h>
#include <htable.h>
#include <binhash.h>
#include <msg.h>
#include "mypwd.h"
#include <pwd.h>
マクロ定義 | |
#define | MYPWD_ERROR_DELAY (30) |
関数 | |
struct mypasswd * | mypwuid (uid_t uid) |
int | mypwuid_err (uid_t uid, struct mypasswd **result) |
struct mypasswd * | mypwnam (const char *name) |
int | mypwnam_err (const char *name, struct mypasswd **result) |
void | mypwfree (struct mypasswd *mypwd) |