Home | History | Annotate | Download | only in pppd

Lines Matching refs:user

138 #define OPT_PRIVFIX	0x2000000 /* user can't override if set by root */
230 extern GIDSET_TYPE groups[NGROUPS_MAX]; /* groups the user is in */
291 extern char user[MAXNAMELEN];/* Our name for authenticating ourselves */
304 extern bool holdoff_specified; /* true if user gave a holdoff value */
677 int options_from_user __P((void)); /* Parse options from user's .ppprc */
703 extern int (*pap_auth_hook) __P((char *user, char *passwd, char **msgp,
707 extern int (*pap_passwd_hook) __P((char *user, char *passwd));
714 extern int (*chap_passwd_hook) __P((char *user, char *passwd));
760 * System dependent definitions for user-level 4.3BSD UNIX implementation.