X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=src%2Fngircd%2Fpam.c;h=cfaa508f9a8e34d2b60306b1621b88d7da81fcb1;hp=88872c47c5f841d9b008da5fdc59a39281f4f2bb;hb=b130b35f48d19450240748425e12d21f2c38350f;hpb=1d3def0cc6271ff77b39deec07eee240e1968d52 diff --git a/src/ngircd/pam.c b/src/ngircd/pam.c index 88872c47..cfaa508f 100644 --- a/src/ngircd/pam.c +++ b/src/ngircd/pam.c @@ -15,29 +15,24 @@ /** * @file - * PAM User Authentification + * PAM User Authentication */ -#include "imp.h" #include - -#include "defines.h" -#include "log.h" -#include "conn.h" -#include "client.h" - #include #include - #ifdef HAVE_SECURITY_PAM_APPL_H -#include +# include #endif - #ifdef HAVE_PAM_PAM_APPL_H -#include +# include #endif -#include "exp.h" +#include "defines.h" +#include "log.h" +#include "conn.h" +#include "client.h" + #include "pam.h" static char *password; @@ -87,7 +82,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. */