]> arthur.barton.de Git - ngircd-alex.git/commitdiff
Implement asynchronous user authentication using PAM
authorAlexander Barton <alex@barton.de>
Mon, 12 Jul 2010 10:56:33 +0000 (12:56 +0200)
committerAlexander Barton <alex@barton.de>
Mon, 12 Jul 2010 10:56:33 +0000 (12:56 +0200)
For each client connection a child process is forked which handles the
actual PAM authentication and reports the result back to the master
process using a pipe for communication.

While the PAM authentication is in process the daemon does not block.


No differences found