add SIA support

This commit is contained in:
Todd C. Miller
1998-10-19 00:22:38 +00:00
parent 31d783ac87
commit 1dffdd17c3
6 changed files with 44 additions and 10 deletions

2
sudo.h
View File

@@ -162,6 +162,7 @@ struct generic_alias {
#define SPOOF_ATTEMPT 0x0D
#define BAD_STAMPDIR 0x0E
#define BAD_STAMPFILE 0x0F
#define BAD_ALLOCATION 0x10
/*
* Boolean values
@@ -229,6 +230,7 @@ void set_perms __P((int, int));
void remove_timestamp __P((void));
void load_interfaces __P((void));
int check_secureware __P((char *));
void sia_attempt_auth __P((void));
int yyparse __P((void));
YY_DECL;