X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fngircd%2Fpam.c;h=dd15052f008539ca4780d7d2a21dfb35b6e4cee1;hb=259c314d142abd6f9295047c116235cfdd119563;hp=88872c47c5f841d9b008da5fdc59a39281f4f2bb;hpb=c519ba9920d2d9b12016d0825382cd236219112c;p=ngircd-alex.git diff --git a/src/ngircd/pam.c b/src/ngircd/pam.c index 88872c47..dd15052f 100644 --- a/src/ngircd/pam.c +++ b/src/ngircd/pam.c @@ -15,10 +15,9 @@ /** * @file - * PAM User Authentification + * PAM User Authentication */ -#include "imp.h" #include #include "defines.h" @@ -37,7 +36,6 @@ #include #endif -#include "exp.h" #include "pam.h" static char *password; @@ -87,7 +85,7 @@ static struct pam_conv conv = { }; /** - * Authenticate a connectiong client using PAM. + * Authenticate a connecting client using PAM. * @param Client The client to authenticate. * @return true when authentication succeeded, false otherwise. */