![]() |
s/qmail 4.3.20
Next generation secure email transport
|
#include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>
#include "buffer.h"
#include "getoptb.h"
#include "control.h"
#include "constmap.h"
#include "stralloc.h"
#include "fmt.h"
#include "str.h"
#include "scan.h"
#include "open.h"
#include "logmsg.h"
#include "exit.h"
#include "getln.h"
#include "byte.h"
#include "auto_break.h"
#include "auto_qmail.h"
#include "auto_usera.h"
#include "qmail.h"
Go to the source code of this file.
Macros | |
#define | WHO "qmail-pw2u" |
Functions | |
int | main (int argc, char *const *argv) |
Variables | |
char * | dashcolon = "-:" |
int | flagalias = 0 |
int | flagnoupper = 1 |
int | homestrategy = 2 |
int | okincl |
stralloc | incl = {0} |
struct constmap | mapincl |
int | okexcl |
stralloc | excl = {0} |
struct constmap | mapexcl |
int | okmana |
stralloc | mana = {0} |
struct constmap | mapmana |
stralloc | allusers = {0} |
struct constmap | mapuser |
stralloc | uugh = {0} |
stralloc | user = {0} |
stralloc | uidstr = {0} |
stralloc | gidstr = {0} |
stralloc | home = {0} |
unsigned long | uid |
stralloc | line = {0} |
stralloc | sub = {0} |
int | fd |
char | inbuf [BUFSIZE_LINE] |
buffer | in |
#define WHO "qmail-pw2u" |
Definition at line 22 of file qmail-pw2u.c.
stralloc allusers = {0} |
Definition at line 93 of file qmail-pw2u.c.
char* dashcolon = "-:" |
Definition at line 81 of file qmail-pw2u.c.
stralloc excl = {0} |
Definition at line 90 of file qmail-pw2u.c.
int fd |
Definition at line 238 of file qmail-pw2u.c.
int flagalias = 0 |
Definition at line 82 of file qmail-pw2u.c.
int flagnoupper = 1 |
Definition at line 83 of file qmail-pw2u.c.
stralloc gidstr = {0} |
Definition at line 98 of file qmail-pw2u.c.
stralloc home = {0} |
Definition at line 99 of file qmail-pw2u.c.
int homestrategy = 2 |
Definition at line 84 of file qmail-pw2u.c.
buffer in |
Definition at line 240 of file qmail-pw2u.c.
char inbuf[BUFSIZE_LINE] |
Definition at line 239 of file qmail-pw2u.c.
stralloc incl = {0} |
Definition at line 89 of file qmail-pw2u.c.
stralloc line = {0} |
Definition at line 102 of file qmail-pw2u.c.
stralloc mana = {0} |
Definition at line 91 of file qmail-pw2u.c.
struct constmap mapexcl |
Definition at line 90 of file qmail-pw2u.c.
struct constmap mapincl |
Definition at line 89 of file qmail-pw2u.c.
struct constmap mapmana |
Definition at line 91 of file qmail-pw2u.c.
struct constmap mapuser |
Definition at line 93 of file qmail-pw2u.c.
int okexcl |
Definition at line 90 of file qmail-pw2u.c.
int okincl |
Definition at line 89 of file qmail-pw2u.c.
int okmana |
Definition at line 91 of file qmail-pw2u.c.
stralloc sub = {0} |
Definition at line 204 of file qmail-pw2u.c.
unsigned long uid |
Definition at line 100 of file qmail-pw2u.c.
stralloc uidstr = {0} |
Definition at line 97 of file qmail-pw2u.c.
stralloc user = {0} |
Definition at line 96 of file qmail-pw2u.c.
stralloc uugh = {0} |
Definition at line 95 of file qmail-pw2u.c.