Apache HTTPD
Macros | Functions
userinfo.c File Reference
#include "apr_strings.h"
#include "apr_portable.h"
#include "apr_user.h"
#include "apr_private.h"

Go to the source code of this file.

Macros

#define PWBUF_SIZE   512
 

Functions

static apr_status_t getpwnam_safe (const char *username, struct passwd *pw, char pwbuf[512])
 
 APR_DECLARE (apr_status_t)
 

Macro Definition Documentation

◆ PWBUF_SIZE

#define PWBUF_SIZE   512

Definition at line 31 of file userinfo.c.

Function Documentation

◆ getpwnam_safe()

static apr_status_t getpwnam_safe ( const char username,
struct passwd *  pw,
char  pwbuf[512] 
)
static

Definition at line 33 of file userinfo.c.