Last of the spelling fixed
This commit is contained in:
@@ -262,7 +262,7 @@ set_sec_privs(struct verify_info *verify)
|
||||
prpwd = verify->prpwd;
|
||||
pwd = verify->pwd;
|
||||
|
||||
/* kernal authorizations */
|
||||
/* kernel authorizations */
|
||||
if (prpwd->uflg.fg_sprivs) {
|
||||
maxprivs = &prpwd->ufld.fd_sprivs[0];
|
||||
}else if(prpwd->sflg.fg_sprivs) {
|
||||
@@ -270,7 +270,7 @@ set_sec_privs(struct verify_info *verify)
|
||||
Debug("Using default kernel priv's\n");
|
||||
}else {
|
||||
audit_login(prpwd, pwd, verify->terminal,
|
||||
"Unable to find kernal priv set for user",
|
||||
"Unable to find kernel priv set for user",
|
||||
ES_LOGIN_FAILED);
|
||||
Debug("Can't find max. priv set for user-quitting\n");
|
||||
return 0;
|
||||
@@ -325,8 +325,8 @@ set_sec_privs(struct verify_info *verify)
|
||||
break;
|
||||
}
|
||||
audit_login(prpwd, pwd, verify->terminal,
|
||||
"Unable to set Kernal privs", ES_LOGIN_FAILED);
|
||||
Debug("Unable to set Kernal privs (error %d): aborting\n",errno);
|
||||
"Unable to set Kernel privs", ES_LOGIN_FAILED);
|
||||
Debug("Unable to set Kernel privs (error %d): aborting\n",errno);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
@@ -412,7 +412,7 @@ ProcessChooserSocket (
|
||||
XdmcpReadCARD16 (&buffer, &connectionType) &&
|
||||
XdmcpReadARRAY8 (&buffer, &choice))
|
||||
{
|
||||
Debug ("Read from chooser succesfully\n");
|
||||
Debug ("Read from chooser successfully\n");
|
||||
if (!RegisterIndirectChoice (&clientAddress, connectionType, &choice))
|
||||
Debug ("Invalid chooser reply\n");
|
||||
}
|
||||
|
||||
@@ -249,7 +249,7 @@ static void WriteBtmp( char *name) ;
|
||||
#ifdef AUDIT
|
||||
struct s_passwd *s_pwd;
|
||||
struct stat s_pfile;
|
||||
int secure; /* flag to denote existance of secure passwd file */
|
||||
int secure; /* flag to denote existence of secure passwd file */
|
||||
int selfAuditOn;
|
||||
#endif
|
||||
|
||||
|
||||
@@ -219,7 +219,7 @@ static void WriteBtmp( char *name) ;
|
||||
#ifdef AUDIT
|
||||
struct s_passwd *s_pwd;
|
||||
struct stat s_pfile;
|
||||
int secure; /* flag to denote existance of secure passwd file */
|
||||
int secure; /* flag to denote existence of secure passwd file */
|
||||
Boolean selfAuditOn;
|
||||
#endif
|
||||
|
||||
|
||||
@@ -1651,7 +1651,7 @@ MakeGreeting( void )
|
||||
XtSetArg(argt[i], XmNleftAttachment, XmATTACH_FORM); i++;
|
||||
XtSetArg(argt[i], XmNtopAttachment, XmATTACH_POSITION); i++;
|
||||
/* XtSetArg(argt[i], XmNtopPosition, 15); i++; */
|
||||
/* Changed this to accomodate desktop label */
|
||||
/* Changed this to accommodate desktop label */
|
||||
XtSetArg(argt[i], XmNtopPosition, 9); i++;
|
||||
XtSetArg(argt[i], XmNrightAttachment, XmATTACH_FORM); i++;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user