summaryrefslogtreecommitdiffstats
path: root/include/asm-mips/fb.h
AgeCommit message (Expand)Author
2007-07-17fbdev: detect primary display deviceAntonino A. Daplas
2007-07-17fbdev: move arch-specific bits to their respective subdirectoriesAntonino A. Daplas
right'>matthias
summaryrefslogtreecommitdiffstats
path: root/auth-pam.h
blob: 73f68ec2d584e26e09b936eb353e970e81ba01e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#include "includes.h"
#ifdef USE_PAM

#include <pwd.h> /* For struct passwd */

void start_pam(struct passwd *pw);
void finish_pam(void);
int auth_pam_password(struct passwd *pw, const char *password);
char **fetch_pam_environment(void);
int do_pam_account(char *username, char *remote_user);
void do_pam_session(char *username, const char *ttyname);
void do_pam_setcred(void);
void print_pam_messages(void);
int pam_password_change_required(void);
void do_pam_chauthtok(void);

#endif /* USE_PAM */