Searched refs:passwd_file (Results 1 - 2 of 2) sorted by relevance

/dovecot/src/auth/
H A Ddb-passwd-file.h18 struct passwd_file { struct
38 HASH_TABLE(char *, struct passwd_file *) files;
39 struct passwd_file *default_file;
H A Ddb-passwd-file.c29 passwd_file_add(struct passwd_file *pw, const char *username,
151 static struct passwd_file *
154 struct passwd_file *pw;
156 pw = i_new(struct passwd_file, 1);
166 static int passwd_file_open(struct passwd_file *pw, bool startup,
199 pw->pool = pool_alloconly_create(MEMPOOL_GROWING"passwd_file", 10240);
235 static void passwd_file_close(struct passwd_file *pw)
244 static void passwd_file_free(struct passwd_file *pw)
255 struct passwd_file *pw)
386 struct passwd_file *fil
[all...]

Completed in 7 milliseconds